#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 1626 #define LARGE_STATE_COUNT 293 #define SYMBOL_COUNT 253 #define ALIAS_COUNT 4 #define TOKEN_COUNT 128 #define EXTERNAL_TOKEN_COUNT 3 #define FIELD_COUNT 38 #define MAX_ALIAS_SEQUENCE_LENGTH 7 #define PRODUCTION_ID_COUNT 107 enum { sym_identifier = 1, sym_hash_bang_line = 2, anon_sym_export = 3, anon_sym_STAR = 4, anon_sym_default = 5, anon_sym_as = 6, anon_sym_LBRACE = 7, anon_sym_COMMA = 8, anon_sym_RBRACE = 9, anon_sym_import = 10, anon_sym_from = 11, anon_sym_var = 12, anon_sym_let = 13, anon_sym_const = 14, anon_sym_else = 15, anon_sym_if = 16, anon_sym_switch = 17, anon_sym_for = 18, anon_sym_LPAREN = 19, anon_sym_RPAREN = 20, anon_sym_await = 21, anon_sym_in = 22, anon_sym_of = 23, anon_sym_while = 24, anon_sym_do = 25, anon_sym_try = 26, anon_sym_with = 27, anon_sym_break = 28, anon_sym_continue = 29, anon_sym_debugger = 30, anon_sym_return = 31, anon_sym_throw = 32, anon_sym_SEMI = 33, anon_sym_COLON = 34, anon_sym_case = 35, anon_sym_catch = 36, anon_sym_finally = 37, anon_sym_yield = 38, anon_sym_EQ = 39, anon_sym_LBRACK = 40, anon_sym_RBRACK = 41, sym__glimmer_template_content = 42, anon_sym_LTtemplate_GT = 43, anon_sym_LT_SLASHtemplate_GT = 44, anon_sym_LT = 45, anon_sym_GT = 46, anon_sym_SLASH = 47, sym_jsx_text = 48, sym_jsx_identifier = 49, anon_sym_DOT = 50, anon_sym_class = 51, anon_sym_extends = 52, anon_sym_async = 53, anon_sym_function = 54, anon_sym_EQ_GT = 55, sym_optional_chain = 56, anon_sym_new = 57, anon_sym_PLUS_EQ = 58, anon_sym_DASH_EQ = 59, anon_sym_STAR_EQ = 60, anon_sym_SLASH_EQ = 61, anon_sym_PERCENT_EQ = 62, anon_sym_CARET_EQ = 63, anon_sym_AMP_EQ = 64, anon_sym_PIPE_EQ = 65, anon_sym_GT_GT_EQ = 66, anon_sym_GT_GT_GT_EQ = 67, anon_sym_LT_LT_EQ = 68, anon_sym_STAR_STAR_EQ = 69, anon_sym_AMP_AMP_EQ = 70, anon_sym_PIPE_PIPE_EQ = 71, anon_sym_QMARK_QMARK_EQ = 72, anon_sym_DOT_DOT_DOT = 73, anon_sym_AMP_AMP = 74, anon_sym_PIPE_PIPE = 75, anon_sym_GT_GT = 76, anon_sym_GT_GT_GT = 77, anon_sym_LT_LT = 78, anon_sym_AMP = 79, anon_sym_CARET = 80, anon_sym_PIPE = 81, anon_sym_PLUS = 82, anon_sym_DASH = 83, anon_sym_PERCENT = 84, anon_sym_STAR_STAR = 85, anon_sym_LT_EQ = 86, anon_sym_EQ_EQ = 87, anon_sym_EQ_EQ_EQ = 88, anon_sym_BANG_EQ = 89, anon_sym_BANG_EQ_EQ = 90, anon_sym_GT_EQ = 91, anon_sym_QMARK_QMARK = 92, anon_sym_instanceof = 93, anon_sym_BANG = 94, anon_sym_TILDE = 95, anon_sym_typeof = 96, anon_sym_void = 97, anon_sym_delete = 98, anon_sym_PLUS_PLUS = 99, anon_sym_DASH_DASH = 100, anon_sym_DQUOTE = 101, anon_sym_SQUOTE = 102, sym_unescaped_double_string_fragment = 103, sym_unescaped_single_string_fragment = 104, sym_escape_sequence = 105, sym_comment = 106, anon_sym_BQUOTE = 107, anon_sym_DOLLAR_LBRACE = 108, anon_sym_SLASH2 = 109, sym_regex_pattern = 110, sym_regex_flags = 111, sym_number = 112, sym_private_property_identifier = 113, anon_sym_target = 114, sym_this = 115, sym_super = 116, sym_true = 117, sym_false = 118, sym_null = 119, sym_undefined = 120, anon_sym_AT = 121, anon_sym_static = 122, anon_sym_get = 123, anon_sym_set = 124, sym__automatic_semicolon = 125, sym__template_chars = 126, sym__ternary_qmark = 127, sym_program = 128, sym_export_statement = 129, sym_namespace_export = 130, sym_export_clause = 131, sym_export_specifier = 132, sym__module_export_name = 133, sym_declaration = 134, sym_import = 135, sym_import_statement = 136, sym_import_clause = 137, sym__from_clause = 138, sym_namespace_import = 139, sym_named_imports = 140, sym_import_specifier = 141, sym_expression_statement = 142, sym_variable_declaration = 143, sym_lexical_declaration = 144, sym_variable_declarator = 145, sym_statement_block = 146, sym_else_clause = 147, sym_if_statement = 148, sym_switch_statement = 149, sym_for_statement = 150, sym_for_in_statement = 151, sym__for_header = 152, sym_while_statement = 153, sym_do_statement = 154, sym_try_statement = 155, sym_with_statement = 156, sym_break_statement = 157, sym_continue_statement = 158, sym_debugger_statement = 159, sym_return_statement = 160, sym_throw_statement = 161, sym_empty_statement = 162, sym_labeled_statement = 163, sym_switch_body = 164, sym_switch_case = 165, sym_switch_default = 166, sym_catch_clause = 167, sym_finally_clause = 168, sym_parenthesized_expression = 169, sym_expression = 170, sym_primary_expression = 171, sym_yield_expression = 172, sym_object = 173, sym_object_pattern = 174, sym_assignment_pattern = 175, sym_object_assignment_pattern = 176, sym_array = 177, sym_array_pattern = 178, sym_glimmer_template = 179, sym_glimmer_opening_tag = 180, sym_glimmer_closing_tag = 181, sym_jsx_element = 182, sym_jsx_fragment = 183, sym_jsx_expression = 184, sym_jsx_opening_element = 185, sym_nested_identifier = 186, sym_jsx_namespace_name = 187, sym_jsx_closing_element = 188, sym_jsx_self_closing_element = 189, sym_jsx_attribute = 190, sym_class = 191, sym_class_declaration = 192, sym_class_heritage = 193, sym_function = 194, sym_function_declaration = 195, sym_generator_function = 196, sym_generator_function_declaration = 197, sym_arrow_function = 198, sym_call_expression = 199, sym_new_expression = 200, sym_await_expression = 201, sym_member_expression = 202, sym_subscript_expression = 203, sym_assignment_expression = 204, sym__augmented_assignment_lhs = 205, sym_augmented_assignment_expression = 206, sym__initializer = 207, sym__destructuring_pattern = 208, sym_spread_element = 209, sym_ternary_expression = 210, sym_binary_expression = 211, sym_unary_expression = 212, sym_update_expression = 213, sym_sequence_expression = 214, sym_string = 215, sym_template_string = 216, sym_template_substitution = 217, sym_regex = 218, sym_meta_property = 219, sym_arguments = 220, sym_decorator = 221, sym_decorator_member_expression = 222, sym_decorator_call_expression = 223, sym_class_body = 224, sym_field_definition = 225, sym_formal_parameters = 226, sym_class_static_block = 227, sym_pattern = 228, sym_rest_pattern = 229, sym_method_definition = 230, sym_pair = 231, sym_pair_pattern = 232, sym__property_name = 233, sym_computed_property_name = 234, aux_sym_program_repeat1 = 235, aux_sym_export_statement_repeat1 = 236, aux_sym_export_clause_repeat1 = 237, aux_sym_named_imports_repeat1 = 238, aux_sym_variable_declaration_repeat1 = 239, aux_sym_switch_body_repeat1 = 240, aux_sym_object_repeat1 = 241, aux_sym_object_pattern_repeat1 = 242, aux_sym_array_repeat1 = 243, aux_sym_array_pattern_repeat1 = 244, aux_sym_glimmer_template_repeat1 = 245, aux_sym_jsx_element_repeat1 = 246, aux_sym_jsx_opening_element_repeat1 = 247, aux_sym_string_repeat1 = 248, aux_sym_string_repeat2 = 249, aux_sym_template_string_repeat1 = 250, aux_sym_class_body_repeat1 = 251, aux_sym_formal_parameters_repeat1 = 252, alias_sym_property_identifier = 253, alias_sym_shorthand_property_identifier = 254, alias_sym_shorthand_property_identifier_pattern = 255, alias_sym_statement_identifier = 256, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [sym_hash_bang_line] = "hash_bang_line", [anon_sym_export] = "export", [anon_sym_STAR] = "*", [anon_sym_default] = "default", [anon_sym_as] = "as", [anon_sym_LBRACE] = "{", [anon_sym_COMMA] = ",", [anon_sym_RBRACE] = "}", [anon_sym_import] = "import", [anon_sym_from] = "from", [anon_sym_var] = "var", [anon_sym_let] = "let", [anon_sym_const] = "const", [anon_sym_else] = "else", [anon_sym_if] = "if", [anon_sym_switch] = "switch", [anon_sym_for] = "for", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_await] = "await", [anon_sym_in] = "in", [anon_sym_of] = "of", [anon_sym_while] = "while", [anon_sym_do] = "do", [anon_sym_try] = "try", [anon_sym_with] = "with", [anon_sym_break] = "break", [anon_sym_continue] = "continue", [anon_sym_debugger] = "debugger", [anon_sym_return] = "return", [anon_sym_throw] = "throw", [anon_sym_SEMI] = ";", [anon_sym_COLON] = ":", [anon_sym_case] = "case", [anon_sym_catch] = "catch", [anon_sym_finally] = "finally", [anon_sym_yield] = "yield", [anon_sym_EQ] = "=", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [sym__glimmer_template_content] = "_glimmer_template_content", [anon_sym_LTtemplate_GT] = "", [anon_sym_LT] = "<", [anon_sym_GT] = ">", [anon_sym_SLASH] = "/", [sym_jsx_text] = "jsx_text", [sym_jsx_identifier] = "identifier", [anon_sym_DOT] = ".", [anon_sym_class] = "class", [anon_sym_extends] = "extends", [anon_sym_async] = "async", [anon_sym_function] = "function", [anon_sym_EQ_GT] = "=>", [sym_optional_chain] = "optional_chain", [anon_sym_new] = "new", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_PERCENT_EQ] = "%=", [anon_sym_CARET_EQ] = "^=", [anon_sym_AMP_EQ] = "&=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_GT_GT_GT_EQ] = ">>>=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_STAR_STAR_EQ] = "**=", [anon_sym_AMP_AMP_EQ] = "&&=", [anon_sym_PIPE_PIPE_EQ] = "||=", [anon_sym_QMARK_QMARK_EQ] = "\?\?=", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE_PIPE] = "||", [anon_sym_GT_GT] = ">>", [anon_sym_GT_GT_GT] = ">>>", [anon_sym_LT_LT] = "<<", [anon_sym_AMP] = "&", [anon_sym_CARET] = "^", [anon_sym_PIPE] = "|", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_PERCENT] = "%", [anon_sym_STAR_STAR] = "**", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_EQ_EQ_EQ] = "===", [anon_sym_BANG_EQ] = "!=", [anon_sym_BANG_EQ_EQ] = "!==", [anon_sym_GT_EQ] = ">=", [anon_sym_QMARK_QMARK] = "\?\?", [anon_sym_instanceof] = "instanceof", [anon_sym_BANG] = "!", [anon_sym_TILDE] = "~", [anon_sym_typeof] = "typeof", [anon_sym_void] = "void", [anon_sym_delete] = "delete", [anon_sym_PLUS_PLUS] = "++", [anon_sym_DASH_DASH] = "--", [anon_sym_DQUOTE] = "\"", [anon_sym_SQUOTE] = "'", [sym_unescaped_double_string_fragment] = "string_fragment", [sym_unescaped_single_string_fragment] = "string_fragment", [sym_escape_sequence] = "escape_sequence", [sym_comment] = "comment", [anon_sym_BQUOTE] = "`", [anon_sym_DOLLAR_LBRACE] = "${", [anon_sym_SLASH2] = "/", [sym_regex_pattern] = "regex_pattern", [sym_regex_flags] = "regex_flags", [sym_number] = "number", [sym_private_property_identifier] = "private_property_identifier", [anon_sym_target] = "target", [sym_this] = "this", [sym_super] = "super", [sym_true] = "true", [sym_false] = "false", [sym_null] = "null", [sym_undefined] = "undefined", [anon_sym_AT] = "@", [anon_sym_static] = "static", [anon_sym_get] = "get", [anon_sym_set] = "set", [sym__automatic_semicolon] = "_automatic_semicolon", [sym__template_chars] = "_template_chars", [sym__ternary_qmark] = "\?", [sym_program] = "program", [sym_export_statement] = "export_statement", [sym_namespace_export] = "namespace_export", [sym_export_clause] = "export_clause", [sym_export_specifier] = "export_specifier", [sym__module_export_name] = "_module_export_name", [sym_declaration] = "declaration", [sym_import] = "import", [sym_import_statement] = "import_statement", [sym_import_clause] = "import_clause", [sym__from_clause] = "_from_clause", [sym_namespace_import] = "namespace_import", [sym_named_imports] = "named_imports", [sym_import_specifier] = "import_specifier", [sym_expression_statement] = "expression_statement", [sym_variable_declaration] = "variable_declaration", [sym_lexical_declaration] = "lexical_declaration", [sym_variable_declarator] = "variable_declarator", [sym_statement_block] = "statement_block", [sym_else_clause] = "else_clause", [sym_if_statement] = "if_statement", [sym_switch_statement] = "switch_statement", [sym_for_statement] = "for_statement", [sym_for_in_statement] = "for_in_statement", [sym__for_header] = "_for_header", [sym_while_statement] = "while_statement", [sym_do_statement] = "do_statement", [sym_try_statement] = "try_statement", [sym_with_statement] = "with_statement", [sym_break_statement] = "break_statement", [sym_continue_statement] = "continue_statement", [sym_debugger_statement] = "debugger_statement", [sym_return_statement] = "return_statement", [sym_throw_statement] = "throw_statement", [sym_empty_statement] = "empty_statement", [sym_labeled_statement] = "labeled_statement", [sym_switch_body] = "switch_body", [sym_switch_case] = "switch_case", [sym_switch_default] = "switch_default", [sym_catch_clause] = "catch_clause", [sym_finally_clause] = "finally_clause", [sym_parenthesized_expression] = "parenthesized_expression", [sym_expression] = "expression", [sym_primary_expression] = "primary_expression", [sym_yield_expression] = "yield_expression", [sym_object] = "object", [sym_object_pattern] = "object_pattern", [sym_assignment_pattern] = "assignment_pattern", [sym_object_assignment_pattern] = "object_assignment_pattern", [sym_array] = "array", [sym_array_pattern] = "array_pattern", [sym_glimmer_template] = "glimmer_template", [sym_glimmer_opening_tag] = "glimmer_opening_tag", [sym_glimmer_closing_tag] = "glimmer_closing_tag", [sym_jsx_element] = "jsx_element", [sym_jsx_fragment] = "jsx_fragment", [sym_jsx_expression] = "jsx_expression", [sym_jsx_opening_element] = "jsx_opening_element", [sym_nested_identifier] = "nested_identifier", [sym_jsx_namespace_name] = "jsx_namespace_name", [sym_jsx_closing_element] = "jsx_closing_element", [sym_jsx_self_closing_element] = "jsx_self_closing_element", [sym_jsx_attribute] = "jsx_attribute", [sym_class] = "class", [sym_class_declaration] = "class_declaration", [sym_class_heritage] = "class_heritage", [sym_function] = "function", [sym_function_declaration] = "function_declaration", [sym_generator_function] = "generator_function", [sym_generator_function_declaration] = "generator_function_declaration", [sym_arrow_function] = "arrow_function", [sym_call_expression] = "call_expression", [sym_new_expression] = "new_expression", [sym_await_expression] = "await_expression", [sym_member_expression] = "member_expression", [sym_subscript_expression] = "subscript_expression", [sym_assignment_expression] = "assignment_expression", [sym__augmented_assignment_lhs] = "_augmented_assignment_lhs", [sym_augmented_assignment_expression] = "augmented_assignment_expression", [sym__initializer] = "_initializer", [sym__destructuring_pattern] = "_destructuring_pattern", [sym_spread_element] = "spread_element", [sym_ternary_expression] = "ternary_expression", [sym_binary_expression] = "binary_expression", [sym_unary_expression] = "unary_expression", [sym_update_expression] = "update_expression", [sym_sequence_expression] = "sequence_expression", [sym_string] = "string", [sym_template_string] = "template_string", [sym_template_substitution] = "template_substitution", [sym_regex] = "regex", [sym_meta_property] = "meta_property", [sym_arguments] = "arguments", [sym_decorator] = "decorator", [sym_decorator_member_expression] = "member_expression", [sym_decorator_call_expression] = "call_expression", [sym_class_body] = "class_body", [sym_field_definition] = "field_definition", [sym_formal_parameters] = "formal_parameters", [sym_class_static_block] = "class_static_block", [sym_pattern] = "pattern", [sym_rest_pattern] = "rest_pattern", [sym_method_definition] = "method_definition", [sym_pair] = "pair", [sym_pair_pattern] = "pair_pattern", [sym__property_name] = "_property_name", [sym_computed_property_name] = "computed_property_name", [aux_sym_program_repeat1] = "program_repeat1", [aux_sym_export_statement_repeat1] = "export_statement_repeat1", [aux_sym_export_clause_repeat1] = "export_clause_repeat1", [aux_sym_named_imports_repeat1] = "named_imports_repeat1", [aux_sym_variable_declaration_repeat1] = "variable_declaration_repeat1", [aux_sym_switch_body_repeat1] = "switch_body_repeat1", [aux_sym_object_repeat1] = "object_repeat1", [aux_sym_object_pattern_repeat1] = "object_pattern_repeat1", [aux_sym_array_repeat1] = "array_repeat1", [aux_sym_array_pattern_repeat1] = "array_pattern_repeat1", [aux_sym_glimmer_template_repeat1] = "glimmer_template_repeat1", [aux_sym_jsx_element_repeat1] = "jsx_element_repeat1", [aux_sym_jsx_opening_element_repeat1] = "jsx_opening_element_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_string_repeat2] = "string_repeat2", [aux_sym_template_string_repeat1] = "template_string_repeat1", [aux_sym_class_body_repeat1] = "class_body_repeat1", [aux_sym_formal_parameters_repeat1] = "formal_parameters_repeat1", [alias_sym_property_identifier] = "property_identifier", [alias_sym_shorthand_property_identifier] = "shorthand_property_identifier", [alias_sym_shorthand_property_identifier_pattern] = "shorthand_property_identifier_pattern", [alias_sym_statement_identifier] = "statement_identifier", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [sym_hash_bang_line] = sym_hash_bang_line, [anon_sym_export] = anon_sym_export, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_default] = anon_sym_default, [anon_sym_as] = anon_sym_as, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_import] = anon_sym_import, [anon_sym_from] = anon_sym_from, [anon_sym_var] = anon_sym_var, [anon_sym_let] = anon_sym_let, [anon_sym_const] = anon_sym_const, [anon_sym_else] = anon_sym_else, [anon_sym_if] = anon_sym_if, [anon_sym_switch] = anon_sym_switch, [anon_sym_for] = anon_sym_for, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_await] = anon_sym_await, [anon_sym_in] = anon_sym_in, [anon_sym_of] = anon_sym_of, [anon_sym_while] = anon_sym_while, [anon_sym_do] = anon_sym_do, [anon_sym_try] = anon_sym_try, [anon_sym_with] = anon_sym_with, [anon_sym_break] = anon_sym_break, [anon_sym_continue] = anon_sym_continue, [anon_sym_debugger] = anon_sym_debugger, [anon_sym_return] = anon_sym_return, [anon_sym_throw] = anon_sym_throw, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_case] = anon_sym_case, [anon_sym_catch] = anon_sym_catch, [anon_sym_finally] = anon_sym_finally, [anon_sym_yield] = anon_sym_yield, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [sym__glimmer_template_content] = sym__glimmer_template_content, [anon_sym_LTtemplate_GT] = anon_sym_LTtemplate_GT, [anon_sym_LT_SLASHtemplate_GT] = anon_sym_LT_SLASHtemplate_GT, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, [anon_sym_SLASH] = anon_sym_SLASH, [sym_jsx_text] = sym_jsx_text, [sym_jsx_identifier] = sym_identifier, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_class] = anon_sym_class, [anon_sym_extends] = anon_sym_extends, [anon_sym_async] = anon_sym_async, [anon_sym_function] = anon_sym_function, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [sym_optional_chain] = sym_optional_chain, [anon_sym_new] = anon_sym_new, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_GT_GT_GT_EQ] = anon_sym_GT_GT_GT_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ, [anon_sym_AMP_AMP_EQ] = anon_sym_AMP_AMP_EQ, [anon_sym_PIPE_PIPE_EQ] = anon_sym_PIPE_PIPE_EQ, [anon_sym_QMARK_QMARK_EQ] = anon_sym_QMARK_QMARK_EQ, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_GT_GT_GT] = anon_sym_GT_GT_GT, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_EQ_EQ_EQ] = anon_sym_EQ_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_BANG_EQ_EQ] = anon_sym_BANG_EQ_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_QMARK_QMARK] = anon_sym_QMARK_QMARK, [anon_sym_instanceof] = anon_sym_instanceof, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_typeof] = anon_sym_typeof, [anon_sym_void] = anon_sym_void, [anon_sym_delete] = anon_sym_delete, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [sym_unescaped_double_string_fragment] = sym_unescaped_double_string_fragment, [sym_unescaped_single_string_fragment] = sym_unescaped_double_string_fragment, [sym_escape_sequence] = sym_escape_sequence, [sym_comment] = sym_comment, [anon_sym_BQUOTE] = anon_sym_BQUOTE, [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE, [anon_sym_SLASH2] = anon_sym_SLASH, [sym_regex_pattern] = sym_regex_pattern, [sym_regex_flags] = sym_regex_flags, [sym_number] = sym_number, [sym_private_property_identifier] = sym_private_property_identifier, [anon_sym_target] = anon_sym_target, [sym_this] = sym_this, [sym_super] = sym_super, [sym_true] = sym_true, [sym_false] = sym_false, [sym_null] = sym_null, [sym_undefined] = sym_undefined, [anon_sym_AT] = anon_sym_AT, [anon_sym_static] = anon_sym_static, [anon_sym_get] = anon_sym_get, [anon_sym_set] = anon_sym_set, [sym__automatic_semicolon] = sym__automatic_semicolon, [sym__template_chars] = sym__template_chars, [sym__ternary_qmark] = sym__ternary_qmark, [sym_program] = sym_program, [sym_export_statement] = sym_export_statement, [sym_namespace_export] = sym_namespace_export, [sym_export_clause] = sym_export_clause, [sym_export_specifier] = sym_export_specifier, [sym__module_export_name] = sym__module_export_name, [sym_declaration] = sym_declaration, [sym_import] = sym_import, [sym_import_statement] = sym_import_statement, [sym_import_clause] = sym_import_clause, [sym__from_clause] = sym__from_clause, [sym_namespace_import] = sym_namespace_import, [sym_named_imports] = sym_named_imports, [sym_import_specifier] = sym_import_specifier, [sym_expression_statement] = sym_expression_statement, [sym_variable_declaration] = sym_variable_declaration, [sym_lexical_declaration] = sym_lexical_declaration, [sym_variable_declarator] = sym_variable_declarator, [sym_statement_block] = sym_statement_block, [sym_else_clause] = sym_else_clause, [sym_if_statement] = sym_if_statement, [sym_switch_statement] = sym_switch_statement, [sym_for_statement] = sym_for_statement, [sym_for_in_statement] = sym_for_in_statement, [sym__for_header] = sym__for_header, [sym_while_statement] = sym_while_statement, [sym_do_statement] = sym_do_statement, [sym_try_statement] = sym_try_statement, [sym_with_statement] = sym_with_statement, [sym_break_statement] = sym_break_statement, [sym_continue_statement] = sym_continue_statement, [sym_debugger_statement] = sym_debugger_statement, [sym_return_statement] = sym_return_statement, [sym_throw_statement] = sym_throw_statement, [sym_empty_statement] = sym_empty_statement, [sym_labeled_statement] = sym_labeled_statement, [sym_switch_body] = sym_switch_body, [sym_switch_case] = sym_switch_case, [sym_switch_default] = sym_switch_default, [sym_catch_clause] = sym_catch_clause, [sym_finally_clause] = sym_finally_clause, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_expression] = sym_expression, [sym_primary_expression] = sym_primary_expression, [sym_yield_expression] = sym_yield_expression, [sym_object] = sym_object, [sym_object_pattern] = sym_object_pattern, [sym_assignment_pattern] = sym_assignment_pattern, [sym_object_assignment_pattern] = sym_object_assignment_pattern, [sym_array] = sym_array, [sym_array_pattern] = sym_array_pattern, [sym_glimmer_template] = sym_glimmer_template, [sym_glimmer_opening_tag] = sym_glimmer_opening_tag, [sym_glimmer_closing_tag] = sym_glimmer_closing_tag, [sym_jsx_element] = sym_jsx_element, [sym_jsx_fragment] = sym_jsx_fragment, [sym_jsx_expression] = sym_jsx_expression, [sym_jsx_opening_element] = sym_jsx_opening_element, [sym_nested_identifier] = sym_nested_identifier, [sym_jsx_namespace_name] = sym_jsx_namespace_name, [sym_jsx_closing_element] = sym_jsx_closing_element, [sym_jsx_self_closing_element] = sym_jsx_self_closing_element, [sym_jsx_attribute] = sym_jsx_attribute, [sym_class] = sym_class, [sym_class_declaration] = sym_class_declaration, [sym_class_heritage] = sym_class_heritage, [sym_function] = sym_function, [sym_function_declaration] = sym_function_declaration, [sym_generator_function] = sym_generator_function, [sym_generator_function_declaration] = sym_generator_function_declaration, [sym_arrow_function] = sym_arrow_function, [sym_call_expression] = sym_call_expression, [sym_new_expression] = sym_new_expression, [sym_await_expression] = sym_await_expression, [sym_member_expression] = sym_member_expression, [sym_subscript_expression] = sym_subscript_expression, [sym_assignment_expression] = sym_assignment_expression, [sym__augmented_assignment_lhs] = sym__augmented_assignment_lhs, [sym_augmented_assignment_expression] = sym_augmented_assignment_expression, [sym__initializer] = sym__initializer, [sym__destructuring_pattern] = sym__destructuring_pattern, [sym_spread_element] = sym_spread_element, [sym_ternary_expression] = sym_ternary_expression, [sym_binary_expression] = sym_binary_expression, [sym_unary_expression] = sym_unary_expression, [sym_update_expression] = sym_update_expression, [sym_sequence_expression] = sym_sequence_expression, [sym_string] = sym_string, [sym_template_string] = sym_template_string, [sym_template_substitution] = sym_template_substitution, [sym_regex] = sym_regex, [sym_meta_property] = sym_meta_property, [sym_arguments] = sym_arguments, [sym_decorator] = sym_decorator, [sym_decorator_member_expression] = sym_member_expression, [sym_decorator_call_expression] = sym_call_expression, [sym_class_body] = sym_class_body, [sym_field_definition] = sym_field_definition, [sym_formal_parameters] = sym_formal_parameters, [sym_class_static_block] = sym_class_static_block, [sym_pattern] = sym_pattern, [sym_rest_pattern] = sym_rest_pattern, [sym_method_definition] = sym_method_definition, [sym_pair] = sym_pair, [sym_pair_pattern] = sym_pair_pattern, [sym__property_name] = sym__property_name, [sym_computed_property_name] = sym_computed_property_name, [aux_sym_program_repeat1] = aux_sym_program_repeat1, [aux_sym_export_statement_repeat1] = aux_sym_export_statement_repeat1, [aux_sym_export_clause_repeat1] = aux_sym_export_clause_repeat1, [aux_sym_named_imports_repeat1] = aux_sym_named_imports_repeat1, [aux_sym_variable_declaration_repeat1] = aux_sym_variable_declaration_repeat1, [aux_sym_switch_body_repeat1] = aux_sym_switch_body_repeat1, [aux_sym_object_repeat1] = aux_sym_object_repeat1, [aux_sym_object_pattern_repeat1] = aux_sym_object_pattern_repeat1, [aux_sym_array_repeat1] = aux_sym_array_repeat1, [aux_sym_array_pattern_repeat1] = aux_sym_array_pattern_repeat1, [aux_sym_glimmer_template_repeat1] = aux_sym_glimmer_template_repeat1, [aux_sym_jsx_element_repeat1] = aux_sym_jsx_element_repeat1, [aux_sym_jsx_opening_element_repeat1] = aux_sym_jsx_opening_element_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_string_repeat2] = aux_sym_string_repeat2, [aux_sym_template_string_repeat1] = aux_sym_template_string_repeat1, [aux_sym_class_body_repeat1] = aux_sym_class_body_repeat1, [aux_sym_formal_parameters_repeat1] = aux_sym_formal_parameters_repeat1, [alias_sym_property_identifier] = alias_sym_property_identifier, [alias_sym_shorthand_property_identifier] = alias_sym_shorthand_property_identifier, [alias_sym_shorthand_property_identifier_pattern] = alias_sym_shorthand_property_identifier_pattern, [alias_sym_statement_identifier] = alias_sym_statement_identifier, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [sym_hash_bang_line] = { .visible = true, .named = true, }, [anon_sym_export] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_default] = { .visible = true, .named = false, }, [anon_sym_as] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_import] = { .visible = true, .named = false, }, [anon_sym_from] = { .visible = true, .named = false, }, [anon_sym_var] = { .visible = true, .named = false, }, [anon_sym_let] = { .visible = true, .named = false, }, [anon_sym_const] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_switch] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_await] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_of] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_do] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_with] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_continue] = { .visible = true, .named = false, }, [anon_sym_debugger] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_throw] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_catch] = { .visible = true, .named = false, }, [anon_sym_finally] = { .visible = true, .named = false, }, [anon_sym_yield] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [sym__glimmer_template_content] = { .visible = false, .named = true, }, [anon_sym_LTtemplate_GT] = { .visible = true, .named = false, }, [anon_sym_LT_SLASHtemplate_GT] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [sym_jsx_text] = { .visible = true, .named = true, }, [sym_jsx_identifier] = { .visible = true, .named = true, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_class] = { .visible = true, .named = false, }, [anon_sym_extends] = { .visible = true, .named = false, }, [anon_sym_async] = { .visible = true, .named = false, }, [anon_sym_function] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [sym_optional_chain] = { .visible = true, .named = true, }, [anon_sym_new] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_QMARK_QMARK_EQ] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_GT_GT_GT] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_QMARK_QMARK] = { .visible = true, .named = false, }, [anon_sym_instanceof] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_typeof] = { .visible = true, .named = false, }, [anon_sym_void] = { .visible = true, .named = false, }, [anon_sym_delete] = { .visible = true, .named = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH_DASH] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_SQUOTE] = { .visible = true, .named = false, }, [sym_unescaped_double_string_fragment] = { .visible = true, .named = true, }, [sym_unescaped_single_string_fragment] = { .visible = true, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [anon_sym_BQUOTE] = { .visible = true, .named = false, }, [anon_sym_DOLLAR_LBRACE] = { .visible = true, .named = false, }, [anon_sym_SLASH2] = { .visible = true, .named = false, }, [sym_regex_pattern] = { .visible = true, .named = true, }, [sym_regex_flags] = { .visible = true, .named = true, }, [sym_number] = { .visible = true, .named = true, }, [sym_private_property_identifier] = { .visible = true, .named = true, }, [anon_sym_target] = { .visible = true, .named = false, }, [sym_this] = { .visible = true, .named = true, }, [sym_super] = { .visible = true, .named = true, }, [sym_true] = { .visible = true, .named = true, }, [sym_false] = { .visible = true, .named = true, }, [sym_null] = { .visible = true, .named = true, }, [sym_undefined] = { .visible = true, .named = true, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_static] = { .visible = true, .named = false, }, [anon_sym_get] = { .visible = true, .named = false, }, [anon_sym_set] = { .visible = true, .named = false, }, [sym__automatic_semicolon] = { .visible = false, .named = true, }, [sym__template_chars] = { .visible = false, .named = true, }, [sym__ternary_qmark] = { .visible = true, .named = false, }, [sym_program] = { .visible = true, .named = true, }, [sym_export_statement] = { .visible = true, .named = true, }, [sym_namespace_export] = { .visible = true, .named = true, }, [sym_export_clause] = { .visible = true, .named = true, }, [sym_export_specifier] = { .visible = true, .named = true, }, [sym__module_export_name] = { .visible = false, .named = true, }, [sym_declaration] = { .visible = false, .named = true, .supertype = true, }, [sym_import] = { .visible = true, .named = true, }, [sym_import_statement] = { .visible = true, .named = true, }, [sym_import_clause] = { .visible = true, .named = true, }, [sym__from_clause] = { .visible = false, .named = true, }, [sym_namespace_import] = { .visible = true, .named = true, }, [sym_named_imports] = { .visible = true, .named = true, }, [sym_import_specifier] = { .visible = true, .named = true, }, [sym_expression_statement] = { .visible = true, .named = true, }, [sym_variable_declaration] = { .visible = true, .named = true, }, [sym_lexical_declaration] = { .visible = true, .named = true, }, [sym_variable_declarator] = { .visible = true, .named = true, }, [sym_statement_block] = { .visible = true, .named = true, }, [sym_else_clause] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_switch_statement] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_for_in_statement] = { .visible = true, .named = true, }, [sym__for_header] = { .visible = false, .named = true, }, [sym_while_statement] = { .visible = true, .named = true, }, [sym_do_statement] = { .visible = true, .named = true, }, [sym_try_statement] = { .visible = true, .named = true, }, [sym_with_statement] = { .visible = true, .named = true, }, [sym_break_statement] = { .visible = true, .named = true, }, [sym_continue_statement] = { .visible = true, .named = true, }, [sym_debugger_statement] = { .visible = true, .named = true, }, [sym_return_statement] = { .visible = true, .named = true, }, [sym_throw_statement] = { .visible = true, .named = true, }, [sym_empty_statement] = { .visible = true, .named = true, }, [sym_labeled_statement] = { .visible = true, .named = true, }, [sym_switch_body] = { .visible = true, .named = true, }, [sym_switch_case] = { .visible = true, .named = true, }, [sym_switch_default] = { .visible = true, .named = true, }, [sym_catch_clause] = { .visible = true, .named = true, }, [sym_finally_clause] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_primary_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_yield_expression] = { .visible = true, .named = true, }, [sym_object] = { .visible = true, .named = true, }, [sym_object_pattern] = { .visible = true, .named = true, }, [sym_assignment_pattern] = { .visible = true, .named = true, }, [sym_object_assignment_pattern] = { .visible = true, .named = true, }, [sym_array] = { .visible = true, .named = true, }, [sym_array_pattern] = { .visible = true, .named = true, }, [sym_glimmer_template] = { .visible = true, .named = true, }, [sym_glimmer_opening_tag] = { .visible = true, .named = true, }, [sym_glimmer_closing_tag] = { .visible = true, .named = true, }, [sym_jsx_element] = { .visible = true, .named = true, }, [sym_jsx_fragment] = { .visible = true, .named = true, }, [sym_jsx_expression] = { .visible = true, .named = true, }, [sym_jsx_opening_element] = { .visible = true, .named = true, }, [sym_nested_identifier] = { .visible = true, .named = true, }, [sym_jsx_namespace_name] = { .visible = true, .named = true, }, [sym_jsx_closing_element] = { .visible = true, .named = true, }, [sym_jsx_self_closing_element] = { .visible = true, .named = true, }, [sym_jsx_attribute] = { .visible = true, .named = true, }, [sym_class] = { .visible = true, .named = true, }, [sym_class_declaration] = { .visible = true, .named = true, }, [sym_class_heritage] = { .visible = true, .named = true, }, [sym_function] = { .visible = true, .named = true, }, [sym_function_declaration] = { .visible = true, .named = true, }, [sym_generator_function] = { .visible = true, .named = true, }, [sym_generator_function_declaration] = { .visible = true, .named = true, }, [sym_arrow_function] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_new_expression] = { .visible = true, .named = true, }, [sym_await_expression] = { .visible = true, .named = true, }, [sym_member_expression] = { .visible = true, .named = true, }, [sym_subscript_expression] = { .visible = true, .named = true, }, [sym_assignment_expression] = { .visible = true, .named = true, }, [sym__augmented_assignment_lhs] = { .visible = false, .named = true, }, [sym_augmented_assignment_expression] = { .visible = true, .named = true, }, [sym__initializer] = { .visible = false, .named = true, }, [sym__destructuring_pattern] = { .visible = false, .named = true, }, [sym_spread_element] = { .visible = true, .named = true, }, [sym_ternary_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_update_expression] = { .visible = true, .named = true, }, [sym_sequence_expression] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_template_string] = { .visible = true, .named = true, }, [sym_template_substitution] = { .visible = true, .named = true, }, [sym_regex] = { .visible = true, .named = true, }, [sym_meta_property] = { .visible = true, .named = true, }, [sym_arguments] = { .visible = true, .named = true, }, [sym_decorator] = { .visible = true, .named = true, }, [sym_decorator_member_expression] = { .visible = true, .named = true, }, [sym_decorator_call_expression] = { .visible = true, .named = true, }, [sym_class_body] = { .visible = true, .named = true, }, [sym_field_definition] = { .visible = true, .named = true, }, [sym_formal_parameters] = { .visible = true, .named = true, }, [sym_class_static_block] = { .visible = true, .named = true, }, [sym_pattern] = { .visible = false, .named = true, .supertype = true, }, [sym_rest_pattern] = { .visible = true, .named = true, }, [sym_method_definition] = { .visible = true, .named = true, }, [sym_pair] = { .visible = true, .named = true, }, [sym_pair_pattern] = { .visible = true, .named = true, }, [sym__property_name] = { .visible = false, .named = true, }, [sym_computed_property_name] = { .visible = true, .named = true, }, [aux_sym_program_repeat1] = { .visible = false, .named = false, }, [aux_sym_export_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_export_clause_repeat1] = { .visible = false, .named = false, }, [aux_sym_named_imports_repeat1] = { .visible = false, .named = false, }, [aux_sym_variable_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_switch_body_repeat1] = { .visible = false, .named = false, }, [aux_sym_object_repeat1] = { .visible = false, .named = false, }, [aux_sym_object_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_glimmer_template_repeat1] = { .visible = false, .named = false, }, [aux_sym_jsx_element_repeat1] = { .visible = false, .named = false, }, [aux_sym_jsx_opening_element_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat2] = { .visible = false, .named = false, }, [aux_sym_template_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_class_body_repeat1] = { .visible = false, .named = false, }, [aux_sym_formal_parameters_repeat1] = { .visible = false, .named = false, }, [alias_sym_property_identifier] = { .visible = true, .named = true, }, [alias_sym_shorthand_property_identifier] = { .visible = true, .named = true, }, [alias_sym_shorthand_property_identifier_pattern] = { .visible = true, .named = true, }, [alias_sym_statement_identifier] = { .visible = true, .named = true, }, }; enum { field_alias = 1, field_alternative = 2, field_argument = 3, field_arguments = 4, field_attribute = 5, field_body = 6, field_close_tag = 7, field_condition = 8, field_consequence = 9, field_constructor = 10, field_content = 11, field_declaration = 12, field_decorator = 13, field_finalizer = 14, field_flags = 15, field_function = 16, field_handler = 17, field_increment = 18, field_index = 19, field_initializer = 20, field_key = 21, field_kind = 22, field_label = 23, field_left = 24, field_member = 25, field_name = 26, field_object = 27, field_open_tag = 28, field_operator = 29, field_optional_chain = 30, field_parameter = 31, field_parameters = 32, field_pattern = 33, field_property = 34, field_right = 35, field_source = 36, field_template = 37, field_value = 38, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_attribute] = "attribute", [field_body] = "body", [field_close_tag] = "close_tag", [field_condition] = "condition", [field_consequence] = "consequence", [field_constructor] = "constructor", [field_content] = "content", [field_declaration] = "declaration", [field_decorator] = "decorator", [field_finalizer] = "finalizer", [field_flags] = "flags", [field_function] = "function", [field_handler] = "handler", [field_increment] = "increment", [field_index] = "index", [field_initializer] = "initializer", [field_key] = "key", [field_kind] = "kind", [field_label] = "label", [field_left] = "left", [field_member] = "member", [field_name] = "name", [field_object] = "object", [field_open_tag] = "open_tag", [field_operator] = "operator", [field_optional_chain] = "optional_chain", [field_parameter] = "parameter", [field_parameters] = "parameters", [field_pattern] = "pattern", [field_property] = "property", [field_right] = "right", [field_source] = "source", [field_template] = "template", [field_value] = "value", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 1}, [3] = {.index = 1, .length = 1}, [5] = {.index = 2, .length = 1}, [6] = {.index = 3, .length = 1}, [7] = {.index = 4, .length = 1}, [8] = {.index = 5, .length = 2}, [9] = {.index = 7, .length = 2}, [10] = {.index = 9, .length = 2}, [11] = {.index = 11, .length = 2}, [12] = {.index = 13, .length = 2}, [13] = {.index = 15, .length = 1}, [14] = {.index = 16, .length = 2}, [15] = {.index = 18, .length = 2}, [16] = {.index = 20, .length = 2}, [20] = {.index = 22, .length = 1}, [21] = {.index = 23, .length = 2}, [22] = {.index = 25, .length = 1}, [23] = {.index = 26, .length = 2}, [24] = {.index = 28, .length = 2}, [25] = {.index = 30, .length = 6}, [26] = {.index = 36, .length = 2}, [27] = {.index = 38, .length = 2}, [28] = {.index = 40, .length = 2}, [29] = {.index = 42, .length = 2}, [30] = {.index = 44, .length = 1}, [31] = {.index = 45, .length = 1}, [32] = {.index = 46, .length = 1}, [33] = {.index = 47, .length = 1}, [34] = {.index = 48, .length = 1}, [35] = {.index = 49, .length = 1}, [36] = {.index = 50, .length = 1}, [37] = {.index = 51, .length = 2}, [38] = {.index = 53, .length = 1}, [39] = {.index = 54, .length = 2}, [40] = {.index = 56, .length = 2}, [41] = {.index = 18, .length = 2}, [42] = {.index = 20, .length = 2}, [43] = {.index = 58, .length = 3}, [44] = {.index = 61, .length = 2}, [45] = {.index = 61, .length = 2}, [46] = {.index = 63, .length = 3}, [47] = {.index = 63, .length = 3}, [48] = {.index = 66, .length = 3}, [49] = {.index = 69, .length = 3}, [50] = {.index = 72, .length = 2}, [51] = {.index = 74, .length = 2}, [52] = {.index = 76, .length = 2}, [53] = {.index = 78, .length = 2}, [54] = {.index = 80, .length = 1}, [55] = {.index = 81, .length = 1}, [56] = {.index = 18, .length = 2}, [57] = {.index = 82, .length = 2}, [58] = {.index = 84, .length = 3}, [59] = {.index = 87, .length = 1}, [60] = {.index = 88, .length = 3}, [61] = {.index = 91, .length = 6}, [62] = {.index = 97, .length = 3}, [63] = {.index = 100, .length = 2}, [64] = {.index = 102, .length = 2}, [65] = {.index = 104, .length = 2}, [66] = {.index = 106, .length = 1}, [67] = {.index = 107, .length = 2}, [68] = {.index = 109, .length = 2}, [69] = {.index = 111, .length = 2}, [70] = {.index = 113, .length = 4}, [71] = {.index = 117, .length = 2}, [72] = {.index = 119, .length = 2}, [73] = {.index = 121, .length = 2}, [74] = {.index = 119, .length = 2}, [75] = {.index = 123, .length = 2}, [76] = {.index = 125, .length = 3}, [77] = {.index = 128, .length = 2}, [78] = {.index = 130, .length = 2}, [79] = {.index = 132, .length = 3}, [80] = {.index = 135, .length = 2}, [81] = {.index = 137, .length = 2}, [82] = {.index = 139, .length = 4}, [83] = {.index = 143, .length = 2}, [84] = {.index = 145, .length = 2}, [85] = {.index = 147, .length = 2}, [86] = {.index = 149, .length = 3}, [87] = {.index = 152, .length = 2}, [88] = {.index = 154, .length = 3}, [89] = {.index = 157, .length = 3}, [90] = {.index = 160, .length = 3}, [91] = {.index = 163, .length = 1}, [92] = {.index = 164, .length = 2}, [93] = {.index = 166, .length = 3}, [94] = {.index = 169, .length = 4}, [95] = {.index = 173, .length = 3}, [96] = {.index = 173, .length = 3}, [97] = {.index = 176, .length = 3}, [98] = {.index = 179, .length = 3}, [99] = {.index = 182, .length = 3}, [100] = {.index = 185, .length = 4}, [101] = {.index = 189, .length = 2}, [102] = {.index = 191, .length = 4}, [103] = {.index = 195, .length = 4}, [104] = {.index = 199, .length = 2}, [105] = {.index = 201, .length = 4}, [106] = {.index = 205, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_decorator, 0}, [1] = {field_declaration, 1}, [2] = {field_name, 0}, [3] = {field_body, 1}, [4] = {field_constructor, 1}, [5] = {field_argument, 1}, {field_operator, 0}, [7] = {field_argument, 0}, {field_operator, 1}, [9] = {field_arguments, 1}, {field_function, 0}, [11] = {field_close_tag, 1}, {field_open_tag, 0}, [13] = {field_decorator, 0, .inherited = true}, {field_decorator, 1, .inherited = true}, [15] = {field_declaration, 2}, [16] = {field_body, 2}, {field_label, 0}, [18] = {field_left, 0}, {field_right, 2}, [20] = {field_body, 2}, {field_parameter, 0}, [22] = {field_source, 1}, [23] = {field_name, 0}, {field_value, 1, .inherited = true}, [25] = {field_kind, 0}, [26] = {field_condition, 1}, {field_consequence, 2}, [28] = {field_body, 2}, {field_value, 1}, [30] = {field_body, 2}, {field_kind, 1, .inherited = true}, {field_left, 1, .inherited = true}, {field_operator, 1, .inherited = true}, {field_right, 1, .inherited = true}, {field_value, 1, .inherited = true}, [36] = {field_body, 2}, {field_condition, 1}, [38] = {field_body, 1}, {field_handler, 2}, [40] = {field_body, 1}, {field_finalizer, 2}, [42] = {field_body, 2}, {field_object, 1}, [44] = {field_label, 1}, [45] = {field_name, 1}, [46] = {field_attribute, 0}, [47] = {field_pattern, 1}, [48] = {field_template, 0}, [49] = {field_member, 0}, [50] = {field_property, 0}, [51] = {field_body, 2}, {field_name, 1}, [53] = {field_body, 2}, [54] = {field_body, 2}, {field_parameters, 1}, [56] = {field_arguments, 2}, {field_constructor, 1}, [58] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [61] = {field_object, 0}, {field_property, 2}, [63] = {field_object, 0}, {field_optional_chain, 1}, {field_property, 2}, [66] = {field_arguments, 2}, {field_function, 0}, {field_optional_chain, 1}, [69] = {field_close_tag, 2}, {field_content, 1}, {field_open_tag, 0}, [72] = {field_close_tag, 2}, {field_open_tag, 0}, [74] = {field_body, 2}, {field_parameters, 0}, [76] = {field_declaration, 2}, {field_decorator, 0, .inherited = true}, [78] = {field_body, 2}, {field_decorator, 0, .inherited = true}, [80] = {field_source, 2, .inherited = true}, [81] = {field_value, 2}, [82] = {field_key, 0}, {field_value, 2}, [84] = {field_body, 2}, {field_name, 0}, {field_parameters, 1}, [87] = {field_value, 1}, [88] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, [91] = {field_body, 3}, {field_kind, 2, .inherited = true}, {field_left, 2, .inherited = true}, {field_operator, 2, .inherited = true}, {field_right, 2, .inherited = true}, {field_value, 2, .inherited = true}, [97] = {field_body, 1}, {field_finalizer, 3}, {field_handler, 2}, [100] = {field_attribute, 2, .inherited = true}, {field_name, 1}, [102] = {field_attribute, 0, .inherited = true}, {field_attribute, 1, .inherited = true}, [104] = {field_flags, 3}, {field_pattern, 1}, [106] = {field_property, 1}, [107] = {field_property, 0}, {field_value, 1, .inherited = true}, [109] = {field_decorator, 0, .inherited = true}, {field_property, 1}, [111] = {field_member, 1, .inherited = true}, {field_template, 1, .inherited = true}, [113] = {field_member, 0, .inherited = true}, {field_member, 1, .inherited = true}, {field_template, 0, .inherited = true}, {field_template, 1, .inherited = true}, [117] = {field_body, 3}, {field_name, 1}, [119] = {field_body, 3}, {field_parameter, 1}, [121] = {field_body, 3}, {field_parameters, 2}, [123] = {field_body, 3}, {field_parameters, 1}, [125] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, [128] = {field_index, 2}, {field_object, 0}, [130] = {field_declaration, 3}, {field_decorator, 0, .inherited = true}, [132] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_name, 2}, [135] = {field_body, 3}, {field_decorator, 0, .inherited = true}, [137] = {field_alias, 2}, {field_name, 0}, [139] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_name, 1}, {field_parameters, 2}, [143] = {field_body, 1}, {field_condition, 3}, [145] = {field_property, 1}, {field_value, 2, .inherited = true}, [147] = {field_decorator, 0, .inherited = true}, {field_property, 2}, [149] = {field_decorator, 0, .inherited = true}, {field_property, 1}, {field_value, 2, .inherited = true}, [152] = {field_body, 4}, {field_parameters, 3}, [154] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, [157] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, [160] = {field_index, 3}, {field_object, 0}, {field_optional_chain, 1}, [163] = {field_name, 2}, [164] = {field_decorator, 0, .inherited = true}, {field_value, 3}, [166] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, [169] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, {field_parameters, 3}, [173] = {field_left, 1}, {field_operator, 2}, {field_right, 3}, [176] = {field_body, 5}, {field_condition, 3}, {field_initializer, 2}, [179] = {field_decorator, 0, .inherited = true}, {field_property, 2}, {field_value, 3, .inherited = true}, [182] = {field_body, 5}, {field_name, 3}, {field_parameters, 4}, [185] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 3}, {field_parameters, 4}, [189] = {field_body, 3}, {field_value, 1}, [191] = {field_kind, 1}, {field_left, 2}, {field_operator, 3}, {field_right, 4}, [195] = {field_body, 6}, {field_condition, 3}, {field_increment, 4}, {field_initializer, 2}, [199] = {field_body, 4}, {field_parameter, 2}, [201] = {field_body, 6}, {field_decorator, 0, .inherited = true}, {field_name, 4}, {field_parameters, 5}, [205] = {field_kind, 1}, {field_left, 2}, {field_operator, 4}, {field_right, 5}, {field_value, 3, .inherited = true}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = sym_identifier, }, [4] = { [0] = alias_sym_property_identifier, }, [14] = { [0] = alias_sym_statement_identifier, }, [15] = { [0] = sym_identifier, }, [16] = { [0] = sym_identifier, }, [17] = { [1] = alias_sym_shorthand_property_identifier, }, [18] = { [1] = alias_sym_shorthand_property_identifier_pattern, }, [19] = { [1] = sym_identifier, }, [30] = { [1] = alias_sym_statement_identifier, }, [44] = { [2] = alias_sym_property_identifier, }, [46] = { [2] = alias_sym_property_identifier, }, [56] = { [0] = alias_sym_shorthand_property_identifier_pattern, }, [72] = { [1] = sym_identifier, }, [95] = { [1] = sym_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 2, [4] = 2, [5] = 2, [6] = 2, [7] = 7, [8] = 8, [9] = 9, [10] = 10, [11] = 11, [12] = 12, [13] = 13, [14] = 14, [15] = 13, [16] = 16, [17] = 14, [18] = 18, [19] = 13, [20] = 13, [21] = 14, [22] = 13, [23] = 14, [24] = 14, [25] = 25, [26] = 26, [27] = 27, [28] = 28, [29] = 29, [30] = 30, [31] = 31, [32] = 32, [33] = 26, [34] = 31, [35] = 29, [36] = 36, [37] = 37, [38] = 36, [39] = 32, [40] = 28, [41] = 30, [42] = 27, [43] = 25, [44] = 44, [45] = 44, [46] = 44, [47] = 44, [48] = 44, [49] = 49, [50] = 49, [51] = 49, [52] = 52, [53] = 49, [54] = 54, [55] = 49, [56] = 54, [57] = 57, [58] = 57, [59] = 59, [60] = 52, [61] = 49, [62] = 49, [63] = 63, [64] = 64, [65] = 65, [66] = 66, [67] = 67, [68] = 68, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 78, [79] = 79, [80] = 79, [81] = 81, [82] = 82, [83] = 83, [84] = 82, [85] = 85, [86] = 86, [87] = 87, [88] = 86, [89] = 89, [90] = 86, [91] = 91, [92] = 92, [93] = 93, [94] = 94, [95] = 95, [96] = 93, [97] = 95, [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 101, [103] = 103, [104] = 104, [105] = 105, [106] = 105, [107] = 107, [108] = 108, [109] = 109, [110] = 103, [111] = 111, [112] = 109, [113] = 113, [114] = 114, [115] = 114, [116] = 116, [117] = 117, [118] = 103, [119] = 119, [120] = 105, [121] = 119, [122] = 104, [123] = 123, [124] = 124, [125] = 104, [126] = 126, [127] = 105, [128] = 128, [129] = 109, [130] = 109, [131] = 108, [132] = 105, [133] = 133, [134] = 134, [135] = 103, [136] = 107, [137] = 108, [138] = 124, [139] = 104, [140] = 107, [141] = 108, [142] = 142, [143] = 107, [144] = 134, [145] = 109, [146] = 103, [147] = 108, [148] = 128, [149] = 114, [150] = 114, [151] = 104, [152] = 107, [153] = 114, [154] = 154, [155] = 155, [156] = 156, [157] = 157, [158] = 158, [159] = 159, [160] = 160, [161] = 161, [162] = 162, [163] = 163, [164] = 164, [165] = 165, [166] = 166, [167] = 167, [168] = 168, [169] = 169, [170] = 165, [171] = 171, [172] = 172, [173] = 172, [174] = 171, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 165, [180] = 180, [181] = 167, [182] = 169, [183] = 183, [184] = 184, [185] = 168, [186] = 186, [187] = 187, [188] = 188, [189] = 175, [190] = 165, [191] = 154, [192] = 156, [193] = 157, [194] = 164, [195] = 158, [196] = 159, [197] = 197, [198] = 162, [199] = 161, [200] = 160, [201] = 159, [202] = 158, [203] = 157, [204] = 156, [205] = 186, [206] = 167, [207] = 171, [208] = 175, [209] = 188, [210] = 160, [211] = 161, [212] = 162, [213] = 187, [214] = 164, [215] = 154, [216] = 168, [217] = 169, [218] = 172, [219] = 178, [220] = 220, [221] = 172, [222] = 171, [223] = 167, [224] = 180, [225] = 187, [226] = 188, [227] = 186, [228] = 156, [229] = 197, [230] = 157, [231] = 158, [232] = 197, [233] = 159, [234] = 160, [235] = 235, [236] = 161, [237] = 178, [238] = 165, [239] = 175, [240] = 162, [241] = 164, [242] = 154, [243] = 175, [244] = 186, [245] = 197, [246] = 168, [247] = 197, [248] = 248, [249] = 169, [250] = 180, [251] = 251, [252] = 184, [253] = 188, [254] = 172, [255] = 187, [256] = 171, [257] = 167, [258] = 186, [259] = 156, [260] = 157, [261] = 158, [262] = 159, [263] = 180, [264] = 160, [265] = 161, [266] = 162, [267] = 164, [268] = 154, [269] = 187, [270] = 169, [271] = 188, [272] = 180, [273] = 273, [274] = 168, [275] = 275, [276] = 275, [277] = 275, [278] = 278, [279] = 278, [280] = 280, [281] = 280, [282] = 280, [283] = 283, [284] = 284, [285] = 283, [286] = 283, [287] = 284, [288] = 284, [289] = 69, [290] = 73, [291] = 67, [292] = 77, [293] = 293, [294] = 294, [295] = 294, [296] = 294, [297] = 294, [298] = 298, [299] = 299, [300] = 294, [301] = 301, [302] = 299, [303] = 303, [304] = 303, [305] = 294, [306] = 306, [307] = 298, [308] = 294, [309] = 309, [310] = 303, [311] = 69, [312] = 312, [313] = 67, [314] = 73, [315] = 77, [316] = 316, [317] = 74, [318] = 318, [319] = 319, [320] = 320, [321] = 321, [322] = 319, [323] = 75, [324] = 324, [325] = 325, [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 332, [333] = 333, [334] = 334, [335] = 335, [336] = 336, [337] = 337, [338] = 294, [339] = 339, [340] = 340, [341] = 341, [342] = 342, [343] = 343, [344] = 344, [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 351, [352] = 352, [353] = 353, [354] = 294, [355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 368, [369] = 369, [370] = 370, [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, [376] = 376, [377] = 377, [378] = 378, [379] = 379, [380] = 380, [381] = 381, [382] = 382, [383] = 383, [384] = 384, [385] = 385, [386] = 386, [387] = 387, [388] = 388, [389] = 389, [390] = 390, [391] = 391, [392] = 392, [393] = 393, [394] = 394, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 401, [402] = 402, [403] = 403, [404] = 404, [405] = 405, [406] = 406, [407] = 407, [408] = 408, [409] = 409, [410] = 410, [411] = 411, [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, [417] = 417, [418] = 301, [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, [424] = 424, [425] = 425, [426] = 426, [427] = 426, [428] = 426, [429] = 429, [430] = 430, [431] = 431, [432] = 432, [433] = 433, [434] = 434, [435] = 435, [436] = 436, [437] = 437, [438] = 437, [439] = 439, [440] = 439, [441] = 439, [442] = 432, [443] = 429, [444] = 439, [445] = 445, [446] = 446, [447] = 447, [448] = 431, [449] = 430, [450] = 439, [451] = 437, [452] = 437, [453] = 445, [454] = 431, [455] = 437, [456] = 456, [457] = 439, [458] = 436, [459] = 435, [460] = 434, [461] = 433, [462] = 462, [463] = 463, [464] = 464, [465] = 465, [466] = 432, [467] = 437, [468] = 464, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, [474] = 474, [475] = 475, [476] = 474, [477] = 475, [478] = 432, [479] = 479, [480] = 447, [481] = 465, [482] = 432, [483] = 483, [484] = 484, [485] = 483, [486] = 439, [487] = 484, [488] = 475, [489] = 437, [490] = 464, [491] = 439, [492] = 483, [493] = 439, [494] = 437, [495] = 446, [496] = 437, [497] = 462, [498] = 479, [499] = 432, [500] = 500, [501] = 501, [502] = 502, [503] = 63, [504] = 504, [505] = 505, [506] = 506, [507] = 73, [508] = 508, [509] = 509, [510] = 510, [511] = 511, [512] = 69, [513] = 513, [514] = 514, [515] = 74, [516] = 516, [517] = 517, [518] = 518, [519] = 519, [520] = 69, [521] = 521, [522] = 502, [523] = 504, [524] = 524, [525] = 525, [526] = 77, [527] = 527, [528] = 528, [529] = 529, [530] = 530, [531] = 531, [532] = 532, [533] = 533, [534] = 534, [535] = 535, [536] = 536, [537] = 537, [538] = 538, [539] = 539, [540] = 540, [541] = 541, [542] = 542, [543] = 543, [544] = 544, [545] = 545, [546] = 546, [547] = 501, [548] = 548, [549] = 549, [550] = 550, [551] = 551, [552] = 552, [553] = 553, [554] = 554, [555] = 555, [556] = 556, [557] = 67, [558] = 558, [559] = 73, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 75, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 74, [573] = 573, [574] = 75, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 581, [582] = 582, [583] = 583, [584] = 584, [585] = 585, [586] = 67, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 591, [592] = 592, [593] = 593, [594] = 77, [595] = 595, [596] = 596, [597] = 597, [598] = 598, [599] = 599, [600] = 600, [601] = 601, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 565, [610] = 525, [611] = 519, [612] = 545, [613] = 613, [614] = 506, [615] = 546, [616] = 63, [617] = 540, [618] = 618, [619] = 517, [620] = 525, [621] = 561, [622] = 530, [623] = 544, [624] = 555, [625] = 546, [626] = 548, [627] = 549, [628] = 584, [629] = 519, [630] = 63, [631] = 527, [632] = 550, [633] = 565, [634] = 567, [635] = 568, [636] = 570, [637] = 548, [638] = 549, [639] = 550, [640] = 573, [641] = 545, [642] = 642, [643] = 558, [644] = 517, [645] = 600, [646] = 567, [647] = 511, [648] = 506, [649] = 568, [650] = 544, [651] = 510, [652] = 555, [653] = 573, [654] = 584, [655] = 558, [656] = 604, [657] = 600, [658] = 605, [659] = 604, [660] = 605, [661] = 570, [662] = 508, [663] = 561, [664] = 527, [665] = 540, [666] = 508, [667] = 511, [668] = 530, [669] = 510, [670] = 505, [671] = 563, [672] = 672, [673] = 673, [674] = 509, [675] = 675, [676] = 607, [677] = 571, [678] = 599, [679] = 535, [680] = 680, [681] = 533, [682] = 577, [683] = 536, [684] = 534, [685] = 685, [686] = 552, [687] = 551, [688] = 590, [689] = 64, [690] = 690, [691] = 518, [692] = 524, [693] = 529, [694] = 532, [695] = 553, [696] = 531, [697] = 537, [698] = 690, [699] = 575, [700] = 685, [701] = 642, [702] = 598, [703] = 703, [704] = 608, [705] = 603, [706] = 521, [707] = 707, [708] = 596, [709] = 514, [710] = 593, [711] = 690, [712] = 712, [713] = 707, [714] = 597, [715] = 569, [716] = 513, [717] = 76, [718] = 65, [719] = 556, [720] = 72, [721] = 538, [722] = 539, [723] = 541, [724] = 724, [725] = 66, [726] = 68, [727] = 71, [728] = 576, [729] = 589, [730] = 591, [731] = 70, [732] = 592, [733] = 528, [734] = 588, [735] = 606, [736] = 506, [737] = 737, [738] = 602, [739] = 601, [740] = 562, [741] = 595, [742] = 578, [743] = 508, [744] = 511, [745] = 745, [746] = 579, [747] = 580, [748] = 581, [749] = 582, [750] = 510, [751] = 751, [752] = 511, [753] = 510, [754] = 516, [755] = 583, [756] = 508, [757] = 566, [758] = 571, [759] = 506, [760] = 585, [761] = 560, [762] = 587, [763] = 542, [764] = 554, [765] = 543, [766] = 680, [767] = 767, [768] = 768, [769] = 769, [770] = 530, [771] = 527, [772] = 561, [773] = 605, [774] = 774, [775] = 604, [776] = 776, [777] = 600, [778] = 778, [779] = 573, [780] = 570, [781] = 568, [782] = 567, [783] = 565, [784] = 550, [785] = 785, [786] = 549, [787] = 548, [788] = 546, [789] = 789, [790] = 545, [791] = 540, [792] = 792, [793] = 792, [794] = 794, [795] = 795, [796] = 785, [797] = 769, [798] = 525, [799] = 794, [800] = 519, [801] = 517, [802] = 544, [803] = 803, [804] = 769, [805] = 555, [806] = 769, [807] = 584, [808] = 808, [809] = 809, [810] = 558, [811] = 811, [812] = 812, [813] = 813, [814] = 814, [815] = 815, [816] = 811, [817] = 567, [818] = 546, [819] = 819, [820] = 707, [821] = 530, [822] = 527, [823] = 561, [824] = 824, [825] = 605, [826] = 604, [827] = 558, [828] = 600, [829] = 642, [830] = 824, [831] = 573, [832] = 824, [833] = 570, [834] = 508, [835] = 584, [836] = 568, [837] = 555, [838] = 511, [839] = 839, [840] = 544, [841] = 517, [842] = 519, [843] = 565, [844] = 550, [845] = 545, [846] = 540, [847] = 525, [848] = 824, [849] = 510, [850] = 819, [851] = 549, [852] = 824, [853] = 548, [854] = 571, [855] = 506, [856] = 751, [857] = 857, [858] = 857, [859] = 508, [860] = 510, [861] = 511, [862] = 862, [863] = 862, [864] = 862, [865] = 862, [866] = 862, [867] = 862, [868] = 862, [869] = 869, [870] = 870, [871] = 871, [872] = 872, [873] = 870, [874] = 870, [875] = 871, [876] = 871, [877] = 871, [878] = 870, [879] = 879, [880] = 879, [881] = 881, [882] = 882, [883] = 883, [884] = 883, [885] = 883, [886] = 886, [887] = 886, [888] = 883, [889] = 886, [890] = 883, [891] = 886, [892] = 886, [893] = 883, [894] = 886, [895] = 883, [896] = 886, [897] = 897, [898] = 898, [899] = 897, [900] = 897, [901] = 897, [902] = 897, [903] = 897, [904] = 897, [905] = 905, [906] = 906, [907] = 907, [908] = 908, [909] = 909, [910] = 910, [911] = 911, [912] = 912, [913] = 913, [914] = 914, [915] = 915, [916] = 916, [917] = 917, [918] = 918, [919] = 919, [920] = 920, [921] = 921, [922] = 922, [923] = 923, [924] = 924, [925] = 925, [926] = 926, [927] = 927, [928] = 928, [929] = 929, [930] = 930, [931] = 931, [932] = 932, [933] = 933, [934] = 934, [935] = 935, [936] = 936, [937] = 937, [938] = 938, [939] = 939, [940] = 940, [941] = 941, [942] = 942, [943] = 943, [944] = 944, [945] = 945, [946] = 946, [947] = 909, [948] = 948, [949] = 949, [950] = 950, [951] = 951, [952] = 911, [953] = 948, [954] = 954, [955] = 955, [956] = 914, [957] = 957, [958] = 534, [959] = 959, [960] = 924, [961] = 961, [962] = 917, [963] = 916, [964] = 964, [965] = 965, [966] = 966, [967] = 964, [968] = 968, [969] = 969, [970] = 970, [971] = 531, [972] = 964, [973] = 533, [974] = 974, [975] = 964, [976] = 921, [977] = 964, [978] = 920, [979] = 979, [980] = 980, [981] = 981, [982] = 575, [983] = 983, [984] = 984, [985] = 985, [986] = 566, [987] = 987, [988] = 988, [989] = 585, [990] = 990, [991] = 991, [992] = 992, [993] = 992, [994] = 992, [995] = 992, [996] = 996, [997] = 997, [998] = 998, [999] = 999, [1000] = 997, [1001] = 1001, [1002] = 996, [1003] = 1003, [1004] = 997, [1005] = 1003, [1006] = 996, [1007] = 1003, [1008] = 998, [1009] = 998, [1010] = 998, [1011] = 997, [1012] = 1003, [1013] = 996, [1014] = 1014, [1015] = 1015, [1016] = 1016, [1017] = 1017, [1018] = 1015, [1019] = 1019, [1020] = 1014, [1021] = 1014, [1022] = 1015, [1023] = 1023, [1024] = 1024, [1025] = 1019, [1026] = 1026, [1027] = 1017, [1028] = 1023, [1029] = 1023, [1030] = 1024, [1031] = 1017, [1032] = 1024, [1033] = 1024, [1034] = 1016, [1035] = 1023, [1036] = 1019, [1037] = 1017, [1038] = 1014, [1039] = 1015, [1040] = 1016, [1041] = 1016, [1042] = 1042, [1043] = 1019, [1044] = 1044, [1045] = 1045, [1046] = 1046, [1047] = 1047, [1048] = 1048, [1049] = 1049, [1050] = 1050, [1051] = 1051, [1052] = 1052, [1053] = 1052, [1054] = 1052, [1055] = 1055, [1056] = 1056, [1057] = 1052, [1058] = 1058, [1059] = 1052, [1060] = 1060, [1061] = 1061, [1062] = 1062, [1063] = 1063, [1064] = 1052, [1065] = 1065, [1066] = 1066, [1067] = 1067, [1068] = 1052, [1069] = 1069, [1070] = 1070, [1071] = 1071, [1072] = 1071, [1073] = 1073, [1074] = 1074, [1075] = 1067, [1076] = 607, [1077] = 1062, [1078] = 1078, [1079] = 1079, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, [1084] = 1074, [1085] = 563, [1086] = 1083, [1087] = 1087, [1088] = 1074, [1089] = 1046, [1090] = 1090, [1091] = 1074, [1092] = 1092, [1093] = 1087, [1094] = 1094, [1095] = 1087, [1096] = 1071, [1097] = 1097, [1098] = 1048, [1099] = 1050, [1100] = 1100, [1101] = 1101, [1102] = 1087, [1103] = 1103, [1104] = 1104, [1105] = 1105, [1106] = 1106, [1107] = 1107, [1108] = 1108, [1109] = 1109, [1110] = 1109, [1111] = 1071, [1112] = 581, [1113] = 1113, [1114] = 1114, [1115] = 1115, [1116] = 1116, [1117] = 1117, [1118] = 1118, [1119] = 1119, [1120] = 1120, [1121] = 1121, [1122] = 1122, [1123] = 563, [1124] = 1124, [1125] = 1125, [1126] = 607, [1127] = 1127, [1128] = 1116, [1129] = 588, [1130] = 587, [1131] = 582, [1132] = 1114, [1133] = 1133, [1134] = 580, [1135] = 1114, [1136] = 1136, [1137] = 579, [1138] = 1138, [1139] = 578, [1140] = 1140, [1141] = 1124, [1142] = 1142, [1143] = 1140, [1144] = 1136, [1145] = 1114, [1146] = 556, [1147] = 1147, [1148] = 529, [1149] = 1138, [1150] = 1147, [1151] = 1122, [1152] = 1152, [1153] = 1115, [1154] = 532, [1155] = 1155, [1156] = 1156, [1157] = 1157, [1158] = 1158, [1159] = 1159, [1160] = 1160, [1161] = 1161, [1162] = 1162, [1163] = 1163, [1164] = 1164, [1165] = 1165, [1166] = 563, [1167] = 1160, [1168] = 1159, [1169] = 1070, [1170] = 1170, [1171] = 1171, [1172] = 1172, [1173] = 1160, [1174] = 1159, [1175] = 1162, [1176] = 1162, [1177] = 1161, [1178] = 1161, [1179] = 1179, [1180] = 1180, [1181] = 1161, [1182] = 1162, [1183] = 1105, [1184] = 1184, [1185] = 1097, [1186] = 1186, [1187] = 1187, [1188] = 1188, [1189] = 1189, [1190] = 1190, [1191] = 1161, [1192] = 1192, [1193] = 1193, [1194] = 1194, [1195] = 1162, [1196] = 1188, [1197] = 1159, [1198] = 1160, [1199] = 1199, [1200] = 1200, [1201] = 1201, [1202] = 1202, [1203] = 1203, [1204] = 1172, [1205] = 1205, [1206] = 1206, [1207] = 1164, [1208] = 1164, [1209] = 1201, [1210] = 1202, [1211] = 1156, [1212] = 607, [1213] = 1200, [1214] = 1165, [1215] = 1190, [1216] = 1216, [1217] = 1184, [1218] = 1218, [1219] = 1219, [1220] = 1220, [1221] = 1221, [1222] = 1164, [1223] = 1206, [1224] = 1216, [1225] = 1199, [1226] = 1202, [1227] = 1160, [1228] = 1228, [1229] = 1159, [1230] = 1205, [1231] = 1188, [1232] = 1121, [1233] = 1233, [1234] = 1234, [1235] = 1235, [1236] = 1236, [1237] = 1237, [1238] = 1238, [1239] = 1239, [1240] = 1240, [1241] = 578, [1242] = 1242, [1243] = 1243, [1244] = 1244, [1245] = 1245, [1246] = 1246, [1247] = 312, [1248] = 1248, [1249] = 1249, [1250] = 1236, [1251] = 1251, [1252] = 1252, [1253] = 1253, [1254] = 1235, [1255] = 1255, [1256] = 1243, [1257] = 1257, [1258] = 1258, [1259] = 1259, [1260] = 1260, [1261] = 588, [1262] = 587, [1263] = 582, [1264] = 581, [1265] = 580, [1266] = 579, [1267] = 1267, [1268] = 1268, [1269] = 556, [1270] = 1270, [1271] = 529, [1272] = 1272, [1273] = 1273, [1274] = 1274, [1275] = 1275, [1276] = 532, [1277] = 1277, [1278] = 1278, [1279] = 1279, [1280] = 1280, [1281] = 1281, [1282] = 1282, [1283] = 1283, [1284] = 1240, [1285] = 1267, [1286] = 1282, [1287] = 1260, [1288] = 1288, [1289] = 1289, [1290] = 1290, [1291] = 1291, [1292] = 1292, [1293] = 1293, [1294] = 1294, [1295] = 1295, [1296] = 1296, [1297] = 1297, [1298] = 1298, [1299] = 1255, [1300] = 1300, [1301] = 1301, [1302] = 1125, [1303] = 1303, [1304] = 1290, [1305] = 1305, [1306] = 1283, [1307] = 1307, [1308] = 1242, [1309] = 1237, [1310] = 1258, [1311] = 1259, [1312] = 1251, [1313] = 1305, [1314] = 1314, [1315] = 1315, [1316] = 1298, [1317] = 1249, [1318] = 1318, [1319] = 1319, [1320] = 1320, [1321] = 1294, [1322] = 1293, [1323] = 1323, [1324] = 1272, [1325] = 1268, [1326] = 1257, [1327] = 1293, [1328] = 1255, [1329] = 1249, [1330] = 1249, [1331] = 1252, [1332] = 1332, [1333] = 1133, [1334] = 1334, [1335] = 1294, [1336] = 1307, [1337] = 1337, [1338] = 1338, [1339] = 1339, [1340] = 1340, [1341] = 1341, [1342] = 1342, [1343] = 1343, [1344] = 1344, [1345] = 1345, [1346] = 1346, [1347] = 1347, [1348] = 1348, [1349] = 1349, [1350] = 1350, [1351] = 1351, [1352] = 1352, [1353] = 1163, [1354] = 1354, [1355] = 1341, [1356] = 1356, [1357] = 1357, [1358] = 1358, [1359] = 1359, [1360] = 1360, [1361] = 1361, [1362] = 1179, [1363] = 1343, [1364] = 1344, [1365] = 1344, [1366] = 1366, [1367] = 1367, [1368] = 1368, [1369] = 1369, [1370] = 1370, [1371] = 1371, [1372] = 1372, [1373] = 1373, [1374] = 1374, [1375] = 1375, [1376] = 1376, [1377] = 1377, [1378] = 1378, [1379] = 1379, [1380] = 1380, [1381] = 1381, [1382] = 1382, [1383] = 1383, [1384] = 1384, [1385] = 1385, [1386] = 1386, [1387] = 1387, [1388] = 1346, [1389] = 1389, [1390] = 1390, [1391] = 1391, [1392] = 1361, [1393] = 1393, [1394] = 1394, [1395] = 1395, [1396] = 1396, [1397] = 1397, [1398] = 1398, [1399] = 1399, [1400] = 1400, [1401] = 1401, [1402] = 1402, [1403] = 1403, [1404] = 1404, [1405] = 1405, [1406] = 1406, [1407] = 1407, [1408] = 1408, [1409] = 1409, [1410] = 1409, [1411] = 1411, [1412] = 1412, [1413] = 1413, [1414] = 1414, [1415] = 1415, [1416] = 1416, [1417] = 1411, [1418] = 1418, [1419] = 1419, [1420] = 1420, [1421] = 1421, [1422] = 1422, [1423] = 1368, [1424] = 1397, [1425] = 1425, [1426] = 1426, [1427] = 1427, [1428] = 1428, [1429] = 1343, [1430] = 1430, [1431] = 1431, [1432] = 1432, [1433] = 1433, [1434] = 1434, [1435] = 1435, [1436] = 1379, [1437] = 1373, [1438] = 1438, [1439] = 431, [1440] = 1440, [1441] = 1441, [1442] = 1442, [1443] = 1443, [1444] = 1444, [1445] = 1435, [1446] = 1446, [1447] = 1447, [1448] = 1348, [1449] = 1449, [1450] = 1450, [1451] = 1451, [1452] = 1452, [1453] = 1398, [1454] = 1454, [1455] = 1455, [1456] = 1347, [1457] = 1457, [1458] = 1349, [1459] = 1459, [1460] = 1460, [1461] = 1461, [1462] = 1462, [1463] = 1463, [1464] = 1450, [1465] = 1465, [1466] = 1466, [1467] = 1430, [1468] = 1421, [1469] = 1469, [1470] = 1419, [1471] = 1406, [1472] = 1472, [1473] = 1473, [1474] = 1345, [1475] = 1475, [1476] = 1476, [1477] = 1344, [1478] = 1451, [1479] = 1454, [1480] = 1375, [1481] = 1343, [1482] = 1482, [1483] = 1483, [1484] = 1484, [1485] = 1449, [1486] = 1408, [1487] = 1482, [1488] = 1418, [1489] = 1489, [1490] = 1490, [1491] = 1491, [1492] = 1492, [1493] = 1475, [1494] = 1460, [1495] = 1495, [1496] = 1496, [1497] = 1497, [1498] = 1498, [1499] = 1499, [1500] = 1407, [1501] = 1501, [1502] = 1502, [1503] = 1503, [1504] = 1504, [1505] = 1505, [1506] = 1506, [1507] = 1507, [1508] = 1508, [1509] = 1461, [1510] = 1510, [1511] = 1511, [1512] = 1512, [1513] = 1513, [1514] = 1514, [1515] = 1515, [1516] = 1516, [1517] = 1517, [1518] = 1518, [1519] = 1517, [1520] = 1520, [1521] = 1521, [1522] = 1513, [1523] = 1523, [1524] = 1524, [1525] = 1525, [1526] = 1521, [1527] = 1527, [1528] = 1528, [1529] = 1529, [1530] = 1512, [1531] = 1531, [1532] = 1532, [1533] = 1533, [1534] = 1516, [1535] = 1535, [1536] = 1536, [1537] = 1537, [1538] = 1538, [1539] = 1539, [1540] = 1523, [1541] = 1541, [1542] = 1518, [1543] = 1543, [1544] = 1544, [1545] = 1545, [1546] = 1525, [1547] = 1547, [1548] = 1548, [1549] = 1549, [1550] = 1550, [1551] = 1531, [1552] = 1552, [1553] = 1553, [1554] = 1531, [1555] = 1555, [1556] = 1556, [1557] = 1512, [1558] = 1544, [1559] = 1559, [1560] = 1186, [1561] = 1527, [1562] = 1562, [1563] = 1563, [1564] = 1564, [1565] = 1565, [1566] = 1566, [1567] = 1538, [1568] = 1568, [1569] = 1516, [1570] = 1536, [1571] = 1524, [1572] = 1539, [1573] = 1573, [1574] = 1539, [1575] = 1512, [1576] = 1520, [1577] = 1538, [1578] = 1532, [1579] = 1579, [1580] = 1580, [1581] = 1581, [1582] = 1536, [1583] = 1531, [1584] = 1584, [1585] = 1585, [1586] = 1525, [1587] = 1511, [1588] = 1565, [1589] = 1536, [1590] = 1524, [1591] = 1591, [1592] = 1538, [1593] = 1539, [1594] = 1594, [1595] = 1524, [1596] = 1596, [1597] = 1597, [1598] = 1565, [1599] = 1523, [1600] = 1531, [1601] = 1536, [1602] = 1538, [1603] = 1539, [1604] = 1521, [1605] = 1513, [1606] = 1517, [1607] = 1544, [1608] = 1518, [1609] = 1516, [1610] = 1517, [1611] = 1513, [1612] = 1521, [1613] = 1523, [1614] = 1541, [1615] = 1565, [1616] = 1543, [1617] = 1511, [1618] = 1511, [1619] = 1525, [1620] = 1620, [1621] = 1621, [1622] = 1622, [1623] = 1544, [1624] = 1518, [1625] = 1512, }; static inline bool sym__glimmer_template_content_character_set_1(int32_t c) { return (c < 8192 ? (c < ' ' ? (c < '\r' ? c == '\t' : c <= '\r') : (c <= ' ' || (c < 5760 ? c == 160 : c <= 5760))) : (c <= 8203 || (c < 12288 ? (c < 8287 ? c == 8239 : c <= 8288) : (c <= 12288 || c == 65279)))); } static inline bool anon_sym_BANG_character_set_1(int32_t c) { return (c < 8192 ? (c < ' ' ? (c < '\r' ? (c >= '\t' && c <= '\n') : c <= '\r') : (c <= ' ' || (c < 5760 ? c == 160 : c <= 5760))) : (c <= 8203 || (c < 12288 ? (c < 8287 ? c == 8239 : c <= 8288) : (c <= 12288 || c == 65279)))); } static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 160 ? (c < ':' ? (c < 0 ? c == 0 : (c <= '#' || (c >= '%' && c <= '/'))) : (c <= '@' || (c < '`' ? (c >= '[' && c <= '^') : (c <= '`' || (c >= '{' && c <= '~'))))) : (c <= 160 || (c < 8287 ? (c < 8192 ? c == 5760 : (c <= 8203 || c == 8239)) : (c <= 8288 || (c < 65279 ? c == 12288 : c <= 65279))))); } static inline bool sym_identifier_character_set_2(int32_t c) { return (c < 160 ? (c < ':' ? (c < 0 ? c == 0 : (c <= '#' || (c >= '%' && c <= '/'))) : (c <= '@' || (c < '`' ? (c >= '[' && c <= '^') : c <= '~'))) : (c <= 160 || (c < 8287 ? (c < 8192 ? c == 5760 : (c <= 8203 || c == 8239)) : (c <= 8288 || (c < 65279 ? c == 12288 : c <= 65279))))); } static inline bool sym_identifier_character_set_3(int32_t c) { return (c < 8192 ? (c < 160 ? (c < 0 ? c == 0 : c <= '~') : (c <= 160 || c == 5760)) : (c <= 8203 || (c < 12288 ? (c < 8287 ? c == 8239 : c <= 8288) : (c <= 12288 || c == 65279)))); } static inline bool sym_identifier_character_set_4(int32_t c) { return (c < 160 ? (c < ':' ? (c < 0 ? c == 0 : (c <= '#' || (c >= '%' && c <= '/'))) : (c <= '@' || (c < '`' ? (c >= '[' && c <= '^') : (c <= '`' || (c >= '|' && c <= '~'))))) : (c <= 160 || (c < 8287 ? (c < 8192 ? c == 5760 : (c <= 8203 || c == 8239)) : (c <= 8288 || (c < 65279 ? c == 12288 : c <= 65279))))); } static inline bool sym_private_property_identifier_character_set_1(int32_t c) { return (c < 160 ? (c < '[' ? (c < 0 ? c == 0 : (c <= '#' || (c >= '%' && c <= '@'))) : (c <= '^' || (c < '{' ? c == '`' : c <= '~'))) : (c <= 160 || (c < 8287 ? (c < 8192 ? c == 5760 : (c <= 8203 || c == 8239)) : (c <= 8288 || (c < 65279 ? c == 12288 : c <= 65279))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(91); if (lookahead == '!') ADVANCE(190); if (lookahead == '"') ADVANCE(194); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(250); if (lookahead == '%') ADVANCE(178); if (lookahead == '&') ADVANCE(167); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(94); if (lookahead == '+') ADVANCE(174); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(176); if (lookahead == '.') ADVANCE(137); if (lookahead == '/') ADVANCE(230); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(118); if (lookahead == '=') ADVANCE(105); if (lookahead == '>') ADVANCE(123); if (lookahead == '?') ADVANCE(24); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(49); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(170); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(171); if (lookahead == '}') ADVANCE(98); if (lookahead == '~') ADVANCE(191); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(88) if (lookahead != 0 && lookahead > 31) ADVANCE(251); END_STATE(); case 1: if (lookahead == '\n') SKIP(1) if (lookahead == '-') ADVANCE(113); if (lookahead == '/') ADVANCE(111); if (lookahead == '<') ADVANCE(110); if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(112); if (lookahead != 0) ADVANCE(109); END_STATE(); case 2: if (lookahead == '\n') SKIP(22) if (lookahead == '-') ADVANCE(233); if (lookahead == '/') ADVANCE(15); if (lookahead == '<') ADVANCE(232); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(231); if (lookahead != 0) ADVANCE(237); END_STATE(); case 3: if (lookahead == '!') ADVANCE(92); if (lookahead == '\\') ADVANCE(50); if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(252); END_STATE(); case 4: if (lookahead == '!') ADVANCE(20); END_STATE(); case 5: if (lookahead == '!') ADVANCE(189); if (lookahead == '"') ADVANCE(194); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == '+') ADVANCE(173); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(138); if (lookahead == '/') ADVANCE(125); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == '<') ADVANCE(121); if (lookahead == '>') ADVANCE(122); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '~') ADVANCE(191); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(5) if (lookahead != 0 && lookahead > '#' && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && lookahead != '|' && lookahead != '}') ADVANCE(251); END_STATE(); case 6: if (lookahead == '!') ADVANCE(27); if (lookahead == '"') ADVANCE(194); if (lookahead == '#') ADVANCE(32); if (lookahead == '%') ADVANCE(178); if (lookahead == '&') ADVANCE(167); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(94); if (lookahead == '+') ADVANCE(174); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(176); if (lookahead == '.') ADVANCE(138); if (lookahead == '/') ADVANCE(126); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(117); if (lookahead == '=') ADVANCE(105); if (lookahead == '>') ADVANCE(123); if (lookahead == '?') ADVANCE(24); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(170); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(171); if (lookahead == '}') ADVANCE(98); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(6) if (lookahead != 0 && lookahead > 31 && lookahead != '~') ADVANCE(251); END_STATE(); case 7: if (lookahead == '!') ADVANCE(27); if (lookahead == '"') ADVANCE(194); if (lookahead == '%') ADVANCE(177); if (lookahead == '&') ADVANCE(168); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(95); if (lookahead == '+') ADVANCE(173); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(136); if (lookahead == '/') ADVANCE(125); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(119); if (lookahead == '=') ADVANCE(104); if (lookahead == '>') ADVANCE(124); if (lookahead == '?') ADVANCE(25); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(169); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(172); if (lookahead == '}') ADVANCE(98); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) if (lookahead != 0 && lookahead > '#' && (lookahead < '0' || '@' < lookahead) && lookahead != '~') ADVANCE(251); END_STATE(); case 8: if (lookahead == '!') ADVANCE(27); if (lookahead == '%') ADVANCE(177); if (lookahead == '&') ADVANCE(168); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(95); if (lookahead == '+') ADVANCE(173); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(136); if (lookahead == '/') ADVANCE(125); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(119); if (lookahead == '=') ADVANCE(28); if (lookahead == '>') ADVANCE(124); if (lookahead == '?') ADVANCE(25); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(169); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(172); if (lookahead == '}') ADVANCE(98); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(238); if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && lookahead != '~') ADVANCE(251); END_STATE(); case 9: if (lookahead == '!') ADVANCE(27); if (lookahead == '%') ADVANCE(177); if (lookahead == '&') ADVANCE(168); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(95); if (lookahead == '+') ADVANCE(173); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(136); if (lookahead == '/') ADVANCE(125); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(119); if (lookahead == '=') ADVANCE(28); if (lookahead == '>') ADVANCE(124); if (lookahead == '?') ADVANCE(25); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(169); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(172); if (lookahead == '}') ADVANCE(98); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && lookahead != '~') ADVANCE(251); END_STATE(); case 10: if (lookahead == '"') ADVANCE(194); if (lookahead == '\'') ADVANCE(195); if (lookahead == '-') ADVANCE(21); if (lookahead == '.') ADVANCE(136); if (lookahead == '/') ADVANCE(125); if (lookahead == ':') ADVANCE(102); if (lookahead == '<') ADVANCE(116); if (lookahead == '=') ADVANCE(103); if (lookahead == '>') ADVANCE(122); if (lookahead == '\\') ADVANCE(51); if (lookahead == '{') ADVANCE(96); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(10) if (lookahead == '$' || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(249); if (lookahead != 0 && lookahead > '~') ADVANCE(251); END_STATE(); case 11: if (lookahead == '"') ADVANCE(194); if (lookahead == '-') ADVANCE(202); if (lookahead == '/') ADVANCE(198); if (lookahead == '<') ADVANCE(197); if (lookahead == '\\') ADVANCE(52); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(201); if (lookahead != 0) ADVANCE(206); END_STATE(); case 12: if (lookahead == '$') ADVANCE(53); if (lookahead == '-') ADVANCE(21); if (lookahead == '/') ADVANCE(230); if (lookahead == '<') ADVANCE(4); if (lookahead == '\\') ADVANCE(52); if (lookahead == '`') ADVANCE(228); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) END_STATE(); case 13: if (lookahead == '$') ADVANCE(53); if (lookahead == '-') ADVANCE(21); if (lookahead == '/') ADVANCE(15); if (lookahead == '<') ADVANCE(4); if (lookahead == '`') ADVANCE(228); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) END_STATE(); case 14: if (lookahead == '\'') ADVANCE(195); if (lookahead == '-') ADVANCE(213); if (lookahead == '/') ADVANCE(209); if (lookahead == '<') ADVANCE(208); if (lookahead == '\\') ADVANCE(52); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(212); if (lookahead != 0) ADVANCE(217); END_STATE(); case 15: if (lookahead == '*') ADVANCE(17); if (lookahead == '/') ADVANCE(225); END_STATE(); case 16: if (lookahead == '*') ADVANCE(16); if (lookahead == '/') ADVANCE(222); if (lookahead != 0) ADVANCE(17); END_STATE(); case 17: if (lookahead == '*') ADVANCE(16); if (lookahead != 0) ADVANCE(17); END_STATE(); case 18: if (lookahead == '-') ADVANCE(225); END_STATE(); case 19: if (lookahead == '-') ADVANCE(132); if (lookahead == '/') ADVANCE(128); if (lookahead == '<') ADVANCE(116); if (lookahead == '{') ADVANCE(96); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(131); if (lookahead != 0 && lookahead != '>' && lookahead != '}') ADVANCE(134); END_STATE(); case 20: if (lookahead == '-') ADVANCE(18); END_STATE(); case 21: if (lookahead == '-') ADVANCE(29); END_STATE(); case 22: if (lookahead == '-') ADVANCE(21); if (lookahead == '/') ADVANCE(15); if (lookahead == '<') ADVANCE(4); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(22) END_STATE(); case 23: if (lookahead == '.') ADVANCE(26); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 24: if (lookahead == '.') ADVANCE(140); if (lookahead == '?') ADVANCE(188); END_STATE(); case 25: if (lookahead == '.') ADVANCE(140); if (lookahead == '?') ADVANCE(187); END_STATE(); case 26: if (lookahead == '.') ADVANCE(156); END_STATE(); case 27: if (lookahead == '=') ADVANCE(184); END_STATE(); case 28: if (lookahead == '=') ADVANCE(182); END_STATE(); case 29: if (lookahead == '>') ADVANCE(225); END_STATE(); case 30: if (lookahead == '>') ADVANCE(114); END_STATE(); case 31: if (lookahead == '>') ADVANCE(115); END_STATE(); case 32: if (lookahead == '\\') ADVANCE(50); if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(252); END_STATE(); case 33: if (lookahead == '\\') ADVANCE(86); if (lookahead == ']') ADVANCE(237); if (lookahead != 0 && lookahead != '\n') ADVANCE(33); END_STATE(); case 34: if (lookahead == 'a') ADVANCE(46); END_STATE(); case 35: if (lookahead == 'a') ADVANCE(47); END_STATE(); case 36: if (lookahead == 'e') ADVANCE(42); END_STATE(); case 37: if (lookahead == 'e') ADVANCE(30); END_STATE(); case 38: if (lookahead == 'e') ADVANCE(31); END_STATE(); case 39: if (lookahead == 'e') ADVANCE(43); END_STATE(); case 40: if (lookahead == 'l') ADVANCE(34); END_STATE(); case 41: if (lookahead == 'l') ADVANCE(35); END_STATE(); case 42: if (lookahead == 'm') ADVANCE(44); END_STATE(); case 43: if (lookahead == 'm') ADVANCE(45); END_STATE(); case 44: if (lookahead == 'p') ADVANCE(40); END_STATE(); case 45: if (lookahead == 'p') ADVANCE(41); END_STATE(); case 46: if (lookahead == 't') ADVANCE(37); END_STATE(); case 47: if (lookahead == 't') ADVANCE(38); END_STATE(); case 48: if (lookahead == 't') ADVANCE(39); END_STATE(); case 49: if (lookahead == 'u') ADVANCE(54); if (lookahead == 'x') ADVANCE(78); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(221); if (lookahead != 0) ADVANCE(218); END_STATE(); case 50: if (lookahead == 'u') ADVANCE(55); END_STATE(); case 51: if (lookahead == 'u') ADVANCE(56); END_STATE(); case 52: if (lookahead == 'u') ADVANCE(57); if (lookahead == 'x') ADVANCE(78); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(221); if (lookahead != 0) ADVANCE(218); END_STATE(); case 53: if (lookahead == '{') ADVANCE(229); END_STATE(); case 54: if (lookahead == '{') ADVANCE(73); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(83); END_STATE(); case 55: if (lookahead == '{') ADVANCE(76); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(84); END_STATE(); case 56: if (lookahead == '{') ADVANCE(77); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); END_STATE(); case 57: if (lookahead == '{') ADVANCE(79); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); END_STATE(); case 58: if (lookahead == '}') ADVANCE(251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(58); END_STATE(); case 59: if (lookahead == '}') ADVANCE(252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); END_STATE(); case 60: if (lookahead == '}') ADVANCE(218); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); END_STATE(); case 61: if (lookahead == '}') ADVANCE(219); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); END_STATE(); case 62: if (lookahead == '+' || lookahead == '-') ADVANCE(68); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); END_STATE(); case 63: if (lookahead == '0' || lookahead == '1') ADVANCE(242); END_STATE(); case 64: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(243); END_STATE(); case 65: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(241); END_STATE(); case 66: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 67: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(245); END_STATE(); case 68: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); END_STATE(); case 69: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(251); END_STATE(); case 70: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(252); END_STATE(); case 71: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(218); END_STATE(); case 72: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(244); END_STATE(); case 73: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); END_STATE(); case 74: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(219); END_STATE(); case 75: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); END_STATE(); case 76: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); END_STATE(); case 77: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(58); END_STATE(); case 78: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(71); END_STATE(); case 79: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); END_STATE(); case 80: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(74); END_STATE(); case 81: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(70); END_STATE(); case 82: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(69); END_STATE(); case 83: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(80); END_STATE(); case 84: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(81); END_STATE(); case 85: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(82); END_STATE(); case 86: if (lookahead != 0 && lookahead != '\n') ADVANCE(33); END_STATE(); case 87: if (lookahead != 0 && lookahead != '\n') ADVANCE(237); END_STATE(); case 88: if (eof) ADVANCE(91); if (lookahead == '!') ADVANCE(190); if (lookahead == '"') ADVANCE(194); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(250); if (lookahead == '%') ADVANCE(178); if (lookahead == '&') ADVANCE(167); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(94); if (lookahead == '+') ADVANCE(174); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(176); if (lookahead == '.') ADVANCE(137); if (lookahead == '/') ADVANCE(125); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(118); if (lookahead == '=') ADVANCE(105); if (lookahead == '>') ADVANCE(123); if (lookahead == '?') ADVANCE(24); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(170); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(171); if (lookahead == '}') ADVANCE(98); if (lookahead == '~') ADVANCE(191); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(88) if (lookahead != 0 && lookahead > 31) ADVANCE(251); END_STATE(); case 89: if (eof) ADVANCE(91); if (lookahead == '!') ADVANCE(190); if (lookahead == '"') ADVANCE(194); if (lookahead == '#') ADVANCE(32); if (lookahead == '%') ADVANCE(177); if (lookahead == '&') ADVANCE(168); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(95); if (lookahead == '+') ADVANCE(173); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(138); if (lookahead == '/') ADVANCE(125); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(120); if (lookahead == '=') ADVANCE(104); if (lookahead == '>') ADVANCE(124); if (lookahead == '?') ADVANCE(25); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '^') ADVANCE(169); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '|') ADVANCE(172); if (lookahead == '}') ADVANCE(98); if (lookahead == '~') ADVANCE(191); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(89) if (lookahead != 0 && lookahead > 31) ADVANCE(251); END_STATE(); case 90: if (eof) ADVANCE(91); if (lookahead == '!') ADVANCE(189); if (lookahead == '"') ADVANCE(194); if (lookahead == '#') ADVANCE(3); if (lookahead == '\'') ADVANCE(195); if (lookahead == '(') ADVANCE(99); if (lookahead == ')') ADVANCE(100); if (lookahead == '*') ADVANCE(93); if (lookahead == '+') ADVANCE(173); if (lookahead == ',') ADVANCE(97); if (lookahead == '-') ADVANCE(175); if (lookahead == '.') ADVANCE(23); if (lookahead == '/') ADVANCE(125); if (lookahead == '0') ADVANCE(240); if (lookahead == ':') ADVANCE(102); if (lookahead == ';') ADVANCE(101); if (lookahead == '<') ADVANCE(121); if (lookahead == '=') ADVANCE(106); if (lookahead == '>') ADVANCE(122); if (lookahead == '@') ADVANCE(253); if (lookahead == '[') ADVANCE(107); if (lookahead == '\\') ADVANCE(51); if (lookahead == ']') ADVANCE(108); if (lookahead == '`') ADVANCE(228); if (lookahead == '{') ADVANCE(96); if (lookahead == '}') ADVANCE(98); if (lookahead == '~') ADVANCE(191); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(90) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != '^' && lookahead != '|') ADVANCE(251); END_STATE(); case 91: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 92: ACCEPT_TOKEN(sym_hash_bang_line); if (lookahead != 0 && lookahead != '\n') ADVANCE(92); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(180); if (lookahead == '=') ADVANCE(143); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(179); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(182); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(182); if (lookahead == '>') ADVANCE(139); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(139); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 109: ACCEPT_TOKEN(sym__glimmer_template_content); END_STATE(); case 110: ACCEPT_TOKEN(sym__glimmer_template_content); if (lookahead == '!') ADVANCE(20); if (lookahead == '/') ADVANCE(48); END_STATE(); case 111: ACCEPT_TOKEN(sym__glimmer_template_content); if (lookahead == '*') ADVANCE(17); if (lookahead == '/') ADVANCE(225); END_STATE(); case 112: ACCEPT_TOKEN(sym__glimmer_template_content); if (lookahead == '-') ADVANCE(113); if (lookahead == '/') ADVANCE(111); if (lookahead == '<') ADVANCE(110); if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(112); if (lookahead != 0 && lookahead != '\n') ADVANCE(109); END_STATE(); case 113: ACCEPT_TOKEN(sym__glimmer_template_content); if (lookahead == '-') ADVANCE(29); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_LTtemplate_GT); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); if (lookahead == '<') ADVANCE(166); if (lookahead == '=') ADVANCE(181); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); if (lookahead == '<') ADVANCE(166); if (lookahead == '=') ADVANCE(181); if (lookahead == 't') ADVANCE(36); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); if (lookahead == '<') ADVANCE(165); if (lookahead == '=') ADVANCE(181); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); if (lookahead == '<') ADVANCE(165); if (lookahead == '=') ADVANCE(181); if (lookahead == 't') ADVANCE(36); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '!') ADVANCE(20); if (lookahead == 't') ADVANCE(36); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(186); if (lookahead == '>') ADVANCE(161); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(186); if (lookahead == '>') ADVANCE(162); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(17); if (lookahead == '/') ADVANCE(225); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(17); if (lookahead == '/') ADVANCE(225); if (lookahead == '=') ADVANCE(144); END_STATE(); case 127: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '\n') ADVANCE(134); if (lookahead == '<' || lookahead == '>' || lookahead == '{' || lookahead == '}') ADVANCE(225); if (lookahead != 0) ADVANCE(127); END_STATE(); case 128: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '*') ADVANCE(130); if (lookahead == '/') ADVANCE(127); if (lookahead != 0 && lookahead != '<' && lookahead != '>' && lookahead != '{' && lookahead != '}') ADVANCE(134); END_STATE(); case 129: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '*') ADVANCE(129); if (lookahead == '/') ADVANCE(134); if (lookahead == '<' || lookahead == '>' || lookahead == '{' || lookahead == '}') ADVANCE(17); if (lookahead != 0) ADVANCE(130); END_STATE(); case 130: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '*') ADVANCE(129); if (lookahead == '<' || lookahead == '>' || lookahead == '{' || lookahead == '}') ADVANCE(17); if (lookahead != 0) ADVANCE(130); END_STATE(); case 131: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '-') ADVANCE(132); if (lookahead == '/') ADVANCE(128); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(131); if (lookahead != 0 && lookahead != '<' && lookahead != '>' && lookahead != '{' && lookahead != '}') ADVANCE(134); END_STATE(); case 132: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '-') ADVANCE(133); if (lookahead != 0 && lookahead != '<' && lookahead != '>' && lookahead != '{' && lookahead != '}') ADVANCE(134); END_STATE(); case 133: ACCEPT_TOKEN(sym_jsx_text); if (lookahead == '>') ADVANCE(225); if (lookahead != 0 && lookahead != '<' && lookahead != '{' && lookahead != '}') ADVANCE(134); END_STATE(); case 134: ACCEPT_TOKEN(sym_jsx_text); if (lookahead != 0 && lookahead != '<' && lookahead != '>' && lookahead != '{' && lookahead != '}') ADVANCE(134); END_STATE(); case 135: ACCEPT_TOKEN(sym_jsx_identifier); if (lookahead == '$' || lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(135); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(26); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_DOT); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 140: ACCEPT_TOKEN(sym_optional_chain); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 147: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); case 155: ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 158: ACCEPT_TOKEN(anon_sym_AMP_AMP); if (lookahead == '=') ADVANCE(153); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); if (lookahead == '=') ADVANCE(154); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(149); if (lookahead == '>') ADVANCE(164); END_STATE(); case 162: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '>') ADVANCE(163); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_GT_GT_GT); if (lookahead == '=') ADVANCE(150); END_STATE(); case 165: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(151); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(158); if (lookahead == '=') ADVANCE(147); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(157); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 170: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(146); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(148); if (lookahead == '|') ADVANCE(160); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(159); END_STATE(); case 173: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(192); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(192); if (lookahead == '=') ADVANCE(141); END_STATE(); case 175: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(193); END_STATE(); case 176: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(193); if (lookahead == '=') ADVANCE(142); END_STATE(); case 177: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(145); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_STAR_STAR); if (lookahead == '=') ADVANCE(152); END_STATE(); case 181: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_EQ_EQ); if (lookahead == '=') ADVANCE(183); END_STATE(); case 183: ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); case 184: ACCEPT_TOKEN(anon_sym_BANG_EQ); if (lookahead == '=') ADVANCE(185); END_STATE(); case 185: ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); case 186: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 187: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); if (lookahead == '=') ADVANCE(155); END_STATE(); case 189: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 190: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(184); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 192: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 193: ACCEPT_TOKEN(anon_sym_DASH_DASH); if (lookahead == '>') ADVANCE(225); END_STATE(); case 194: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 195: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 196: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '\n') ADVANCE(206); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(196); END_STATE(); case 197: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '!') ADVANCE(204); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 198: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '*') ADVANCE(200); if (lookahead == '/') ADVANCE(196); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 199: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '*') ADVANCE(199); if (lookahead == '/') ADVANCE(206); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(200); END_STATE(); case 200: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '*') ADVANCE(199); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(200); END_STATE(); case 201: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '-') ADVANCE(202); if (lookahead == '/') ADVANCE(198); if (lookahead == '<') ADVANCE(197); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(201); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 202: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '-') ADVANCE(205); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 203: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '-') ADVANCE(196); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 204: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '-') ADVANCE(203); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 205: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead == '>') ADVANCE(196); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 206: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(206); END_STATE(); case 207: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '\n') ADVANCE(217); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(207); END_STATE(); case 208: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '!') ADVANCE(215); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 209: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '*') ADVANCE(211); if (lookahead == '/') ADVANCE(207); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 210: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '*') ADVANCE(210); if (lookahead == '/') ADVANCE(217); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(211); END_STATE(); case 211: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '*') ADVANCE(210); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(211); END_STATE(); case 212: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '-') ADVANCE(213); if (lookahead == '/') ADVANCE(209); if (lookahead == '<') ADVANCE(208); if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(212); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 213: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '-') ADVANCE(216); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 214: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '-') ADVANCE(207); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 215: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '-') ADVANCE(214); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 216: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead == '>') ADVANCE(207); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 217: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(217); END_STATE(); case 218: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 219: ACCEPT_TOKEN(sym_escape_sequence); if (lookahead == '\\') ADVANCE(51); if (!sym_identifier_character_set_1(lookahead)) ADVANCE(251); END_STATE(); case 220: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(218); END_STATE(); case 221: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(220); END_STATE(); case 222: ACCEPT_TOKEN(sym_comment); END_STATE(); case 223: ACCEPT_TOKEN(sym_comment); if (lookahead == '/') ADVANCE(225); if (lookahead == '[') ADVANCE(224); if (lookahead == '\\') ADVANCE(226); if (lookahead != 0 && lookahead != '\n') ADVANCE(223); END_STATE(); case 224: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') ADVANCE(227); if (lookahead == ']') ADVANCE(223); if (lookahead != 0 && lookahead != '\n') ADVANCE(224); END_STATE(); case 225: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(225); END_STATE(); case 226: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(223); END_STATE(); case 227: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(224); END_STATE(); case 228: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 229: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); case 230: ACCEPT_TOKEN(anon_sym_SLASH2); if (lookahead == '*') ADVANCE(17); if (lookahead == '/') ADVANCE(225); END_STATE(); case 231: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '\n') SKIP(22) if (lookahead == '-') ADVANCE(233); if (lookahead == '/') ADVANCE(15); if (lookahead == '<') ADVANCE(232); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(231); if (lookahead != 0) ADVANCE(237); END_STATE(); case 232: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '!') ADVANCE(235); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 233: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '-') ADVANCE(236); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 234: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '-') ADVANCE(223); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 235: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '-') ADVANCE(234); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 236: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '>') ADVANCE(223); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 237: ACCEPT_TOKEN(sym_regex_pattern); if (lookahead == '[') ADVANCE(33); if (lookahead == '\\') ADVANCE(87); if (lookahead != 0 && lookahead != '\n' && lookahead != '/') ADVANCE(237); END_STATE(); case 238: ACCEPT_TOKEN(sym_regex_flags); if (lookahead == '\\') ADVANCE(51); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(238); if (!sym_identifier_character_set_2(lookahead)) ADVANCE(251); END_STATE(); case 239: ACCEPT_TOKEN(sym_number); END_STATE(); case 240: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(248); if (lookahead == '0') ADVANCE(245); if (lookahead == 'B' || lookahead == 'b') ADVANCE(63); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (lookahead == 'O' || lookahead == 'o') ADVANCE(64); if (lookahead == 'X' || lookahead == 'x') ADVANCE(72); if (lookahead == '_') ADVANCE(67); if (lookahead == 'n') ADVANCE(239); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(241); END_STATE(); case 241: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(248); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (lookahead == '_') ADVANCE(65); if (lookahead == 'n') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(241); END_STATE(); case 242: ACCEPT_TOKEN(sym_number); if (lookahead == '_') ADVANCE(63); if (lookahead == 'n') ADVANCE(239); if (lookahead == '0' || lookahead == '1') ADVANCE(242); END_STATE(); case 243: ACCEPT_TOKEN(sym_number); if (lookahead == '_') ADVANCE(64); if (lookahead == 'n') ADVANCE(239); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(243); END_STATE(); case 244: ACCEPT_TOKEN(sym_number); if (lookahead == '_') ADVANCE(72); if (lookahead == 'n') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(244); END_STATE(); case 245: ACCEPT_TOKEN(sym_number); if (lookahead == '_') ADVANCE(67); if (lookahead == 'n') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(245); END_STATE(); case 246: ACCEPT_TOKEN(sym_number); if (lookahead == '_') ADVANCE(68); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); END_STATE(); case 247: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (lookahead == '_') ADVANCE(66); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 248: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || lookahead == 'e') ADVANCE(62); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 249: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(135); if (lookahead == '\\') ADVANCE(51); if (lookahead == '$' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(249); if (!sym_identifier_character_set_3(lookahead)) ADVANCE(251); END_STATE(); case 250: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(51); if (lookahead == '{') ADVANCE(229); if (!sym_identifier_character_set_4(lookahead)) ADVANCE(251); END_STATE(); case 251: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(51); if (!sym_identifier_character_set_1(lookahead)) ADVANCE(251); END_STATE(); case 252: ACCEPT_TOKEN(sym_private_property_identifier); if (lookahead == '\\') ADVANCE(50); if (!sym_identifier_character_set_1(lookahead)) ADVANCE(252); END_STATE(); case 253: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == 'a') ADVANCE(1); if (lookahead == 'b') ADVANCE(2); if (lookahead == 'c') ADVANCE(3); if (lookahead == 'd') ADVANCE(4); if (lookahead == 'e') ADVANCE(5); if (lookahead == 'f') ADVANCE(6); if (lookahead == 'g') ADVANCE(7); if (lookahead == 'i') ADVANCE(8); if (lookahead == 'l') ADVANCE(9); if (lookahead == 'n') ADVANCE(10); if (lookahead == 'o') ADVANCE(11); if (lookahead == 'r') ADVANCE(12); if (lookahead == 's') ADVANCE(13); if (lookahead == 't') ADVANCE(14); if (lookahead == 'u') ADVANCE(15); if (lookahead == 'v') ADVANCE(16); if (lookahead == 'w') ADVANCE(17); if (lookahead == 'y') ADVANCE(18); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ' || lookahead == 160 || lookahead == 5760 || (8192 <= lookahead && lookahead <= 8203) || lookahead == 8239 || lookahead == 8287 || lookahead == 8288 || lookahead == 12288 || lookahead == 65279) SKIP(0) END_STATE(); case 1: if (lookahead == 's') ADVANCE(19); if (lookahead == 'w') ADVANCE(20); END_STATE(); case 2: if (lookahead == 'r') ADVANCE(21); END_STATE(); case 3: if (lookahead == 'a') ADVANCE(22); if (lookahead == 'l') ADVANCE(23); if (lookahead == 'o') ADVANCE(24); END_STATE(); case 4: if (lookahead == 'e') ADVANCE(25); if (lookahead == 'o') ADVANCE(26); END_STATE(); case 5: if (lookahead == 'l') ADVANCE(27); if (lookahead == 'x') ADVANCE(28); END_STATE(); case 6: if (lookahead == 'a') ADVANCE(29); if (lookahead == 'i') ADVANCE(30); if (lookahead == 'o') ADVANCE(31); if (lookahead == 'r') ADVANCE(32); if (lookahead == 'u') ADVANCE(33); END_STATE(); case 7: if (lookahead == 'e') ADVANCE(34); END_STATE(); case 8: if (lookahead == 'f') ADVANCE(35); if (lookahead == 'm') ADVANCE(36); if (lookahead == 'n') ADVANCE(37); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(38); END_STATE(); case 10: if (lookahead == 'e') ADVANCE(39); if (lookahead == 'u') ADVANCE(40); END_STATE(); case 11: if (lookahead == 'f') ADVANCE(41); END_STATE(); case 12: if (lookahead == 'e') ADVANCE(42); END_STATE(); case 13: if (lookahead == 'e') ADVANCE(43); if (lookahead == 't') ADVANCE(44); if (lookahead == 'u') ADVANCE(45); if (lookahead == 'w') ADVANCE(46); END_STATE(); case 14: if (lookahead == 'a') ADVANCE(47); if (lookahead == 'h') ADVANCE(48); if (lookahead == 'r') ADVANCE(49); if (lookahead == 'y') ADVANCE(50); END_STATE(); case 15: if (lookahead == 'n') ADVANCE(51); END_STATE(); case 16: if (lookahead == 'a') ADVANCE(52); if (lookahead == 'o') ADVANCE(53); END_STATE(); case 17: if (lookahead == 'h') ADVANCE(54); if (lookahead == 'i') ADVANCE(55); END_STATE(); case 18: if (lookahead == 'i') ADVANCE(56); END_STATE(); case 19: ACCEPT_TOKEN(anon_sym_as); if (lookahead == 'y') ADVANCE(57); END_STATE(); case 20: if (lookahead == 'a') ADVANCE(58); END_STATE(); case 21: if (lookahead == 'e') ADVANCE(59); END_STATE(); case 22: if (lookahead == 's') ADVANCE(60); if (lookahead == 't') ADVANCE(61); END_STATE(); case 23: if (lookahead == 'a') ADVANCE(62); END_STATE(); case 24: if (lookahead == 'n') ADVANCE(63); END_STATE(); case 25: if (lookahead == 'b') ADVANCE(64); if (lookahead == 'f') ADVANCE(65); if (lookahead == 'l') ADVANCE(66); END_STATE(); case 26: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 27: if (lookahead == 's') ADVANCE(67); END_STATE(); case 28: if (lookahead == 'p') ADVANCE(68); if (lookahead == 't') ADVANCE(69); END_STATE(); case 29: if (lookahead == 'l') ADVANCE(70); END_STATE(); case 30: if (lookahead == 'n') ADVANCE(71); END_STATE(); case 31: if (lookahead == 'r') ADVANCE(72); END_STATE(); case 32: if (lookahead == 'o') ADVANCE(73); END_STATE(); case 33: if (lookahead == 'n') ADVANCE(74); END_STATE(); case 34: if (lookahead == 't') ADVANCE(75); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 36: if (lookahead == 'p') ADVANCE(76); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 's') ADVANCE(77); END_STATE(); case 38: if (lookahead == 't') ADVANCE(78); END_STATE(); case 39: if (lookahead == 'w') ADVANCE(79); END_STATE(); case 40: if (lookahead == 'l') ADVANCE(80); END_STATE(); case 41: ACCEPT_TOKEN(anon_sym_of); END_STATE(); case 42: if (lookahead == 't') ADVANCE(81); END_STATE(); case 43: if (lookahead == 't') ADVANCE(82); END_STATE(); case 44: if (lookahead == 'a') ADVANCE(83); END_STATE(); case 45: if (lookahead == 'p') ADVANCE(84); END_STATE(); case 46: if (lookahead == 'i') ADVANCE(85); END_STATE(); case 47: if (lookahead == 'r') ADVANCE(86); END_STATE(); case 48: if (lookahead == 'i') ADVANCE(87); if (lookahead == 'r') ADVANCE(88); END_STATE(); case 49: if (lookahead == 'u') ADVANCE(89); if (lookahead == 'y') ADVANCE(90); END_STATE(); case 50: if (lookahead == 'p') ADVANCE(91); END_STATE(); case 51: if (lookahead == 'd') ADVANCE(92); END_STATE(); case 52: if (lookahead == 'r') ADVANCE(93); END_STATE(); case 53: if (lookahead == 'i') ADVANCE(94); END_STATE(); case 54: if (lookahead == 'i') ADVANCE(95); END_STATE(); case 55: if (lookahead == 't') ADVANCE(96); END_STATE(); case 56: if (lookahead == 'e') ADVANCE(97); END_STATE(); case 57: if (lookahead == 'n') ADVANCE(98); END_STATE(); case 58: if (lookahead == 'i') ADVANCE(99); END_STATE(); case 59: if (lookahead == 'a') ADVANCE(100); END_STATE(); case 60: if (lookahead == 'e') ADVANCE(101); END_STATE(); case 61: if (lookahead == 'c') ADVANCE(102); END_STATE(); case 62: if (lookahead == 's') ADVANCE(103); END_STATE(); case 63: if (lookahead == 's') ADVANCE(104); if (lookahead == 't') ADVANCE(105); END_STATE(); case 64: if (lookahead == 'u') ADVANCE(106); END_STATE(); case 65: if (lookahead == 'a') ADVANCE(107); END_STATE(); case 66: if (lookahead == 'e') ADVANCE(108); END_STATE(); case 67: if (lookahead == 'e') ADVANCE(109); END_STATE(); case 68: if (lookahead == 'o') ADVANCE(110); END_STATE(); case 69: if (lookahead == 'e') ADVANCE(111); END_STATE(); case 70: if (lookahead == 's') ADVANCE(112); END_STATE(); case 71: if (lookahead == 'a') ADVANCE(113); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 73: if (lookahead == 'm') ADVANCE(114); END_STATE(); case 74: if (lookahead == 'c') ADVANCE(115); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_get); END_STATE(); case 76: if (lookahead == 'o') ADVANCE(116); END_STATE(); case 77: if (lookahead == 't') ADVANCE(117); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 80: if (lookahead == 'l') ADVANCE(118); END_STATE(); case 81: if (lookahead == 'u') ADVANCE(119); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 83: if (lookahead == 't') ADVANCE(120); END_STATE(); case 84: if (lookahead == 'e') ADVANCE(121); END_STATE(); case 85: if (lookahead == 't') ADVANCE(122); END_STATE(); case 86: if (lookahead == 'g') ADVANCE(123); END_STATE(); case 87: if (lookahead == 's') ADVANCE(124); END_STATE(); case 88: if (lookahead == 'o') ADVANCE(125); END_STATE(); case 89: if (lookahead == 'e') ADVANCE(126); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 91: if (lookahead == 'e') ADVANCE(127); END_STATE(); case 92: if (lookahead == 'e') ADVANCE(128); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 94: if (lookahead == 'd') ADVANCE(129); END_STATE(); case 95: if (lookahead == 'l') ADVANCE(130); END_STATE(); case 96: if (lookahead == 'h') ADVANCE(131); END_STATE(); case 97: if (lookahead == 'l') ADVANCE(132); END_STATE(); case 98: if (lookahead == 'c') ADVANCE(133); END_STATE(); case 99: if (lookahead == 't') ADVANCE(134); END_STATE(); case 100: if (lookahead == 'k') ADVANCE(135); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 102: if (lookahead == 'h') ADVANCE(136); END_STATE(); case 103: if (lookahead == 's') ADVANCE(137); END_STATE(); case 104: if (lookahead == 't') ADVANCE(138); END_STATE(); case 105: if (lookahead == 'i') ADVANCE(139); END_STATE(); case 106: if (lookahead == 'g') ADVANCE(140); END_STATE(); case 107: if (lookahead == 'u') ADVANCE(141); END_STATE(); case 108: if (lookahead == 't') ADVANCE(142); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 110: if (lookahead == 'r') ADVANCE(143); END_STATE(); case 111: if (lookahead == 'n') ADVANCE(144); END_STATE(); case 112: if (lookahead == 'e') ADVANCE(145); END_STATE(); case 113: if (lookahead == 'l') ADVANCE(146); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 115: if (lookahead == 't') ADVANCE(147); END_STATE(); case 116: if (lookahead == 'r') ADVANCE(148); END_STATE(); case 117: if (lookahead == 'a') ADVANCE(149); END_STATE(); case 118: ACCEPT_TOKEN(sym_null); END_STATE(); case 119: if (lookahead == 'r') ADVANCE(150); END_STATE(); case 120: if (lookahead == 'i') ADVANCE(151); END_STATE(); case 121: if (lookahead == 'r') ADVANCE(152); END_STATE(); case 122: if (lookahead == 'c') ADVANCE(153); END_STATE(); case 123: if (lookahead == 'e') ADVANCE(154); END_STATE(); case 124: ACCEPT_TOKEN(sym_this); END_STATE(); case 125: if (lookahead == 'w') ADVANCE(155); END_STATE(); case 126: ACCEPT_TOKEN(sym_true); END_STATE(); case 127: if (lookahead == 'o') ADVANCE(156); END_STATE(); case 128: if (lookahead == 'f') ADVANCE(157); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_void); END_STATE(); case 130: if (lookahead == 'e') ADVANCE(158); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 132: if (lookahead == 'd') ADVANCE(159); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 139: if (lookahead == 'n') ADVANCE(160); END_STATE(); case 140: if (lookahead == 'g') ADVANCE(161); END_STATE(); case 141: if (lookahead == 'l') ADVANCE(162); END_STATE(); case 142: if (lookahead == 'e') ADVANCE(163); END_STATE(); case 143: if (lookahead == 't') ADVANCE(164); END_STATE(); case 144: if (lookahead == 'd') ADVANCE(165); END_STATE(); case 145: ACCEPT_TOKEN(sym_false); END_STATE(); case 146: if (lookahead == 'l') ADVANCE(166); END_STATE(); case 147: if (lookahead == 'i') ADVANCE(167); END_STATE(); case 148: if (lookahead == 't') ADVANCE(168); END_STATE(); case 149: if (lookahead == 'n') ADVANCE(169); END_STATE(); case 150: if (lookahead == 'n') ADVANCE(170); END_STATE(); case 151: if (lookahead == 'c') ADVANCE(171); END_STATE(); case 152: ACCEPT_TOKEN(sym_super); END_STATE(); case 153: if (lookahead == 'h') ADVANCE(172); END_STATE(); case 154: if (lookahead == 't') ADVANCE(173); END_STATE(); case 155: ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 156: if (lookahead == 'f') ADVANCE(174); END_STATE(); case 157: if (lookahead == 'i') ADVANCE(175); END_STATE(); case 158: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 160: if (lookahead == 'u') ADVANCE(176); END_STATE(); case 161: if (lookahead == 'e') ADVANCE(177); END_STATE(); case 162: if (lookahead == 't') ADVANCE(178); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_export); END_STATE(); case 165: if (lookahead == 's') ADVANCE(179); END_STATE(); case 166: if (lookahead == 'y') ADVANCE(180); END_STATE(); case 167: if (lookahead == 'o') ADVANCE(181); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 169: if (lookahead == 'c') ADVANCE(182); END_STATE(); case 170: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 173: ACCEPT_TOKEN(anon_sym_target); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_typeof); END_STATE(); case 175: if (lookahead == 'n') ADVANCE(183); END_STATE(); case 176: if (lookahead == 'e') ADVANCE(184); END_STATE(); case 177: if (lookahead == 'r') ADVANCE(185); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_extends); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 181: if (lookahead == 'n') ADVANCE(186); END_STATE(); case 182: if (lookahead == 'e') ADVANCE(187); END_STATE(); case 183: if (lookahead == 'e') ADVANCE(188); END_STATE(); case 184: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 185: ACCEPT_TOKEN(anon_sym_debugger); END_STATE(); case 186: ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 187: if (lookahead == 'o') ADVANCE(189); END_STATE(); case 188: if (lookahead == 'd') ADVANCE(190); END_STATE(); case 189: if (lookahead == 'f') ADVANCE(191); END_STATE(); case 190: ACCEPT_TOKEN(sym_undefined); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_instanceof); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 90}, [2] = {.lex_state = 90}, [3] = {.lex_state = 90}, [4] = {.lex_state = 90}, [5] = {.lex_state = 90}, [6] = {.lex_state = 90}, [7] = {.lex_state = 90}, [8] = {.lex_state = 90}, [9] = {.lex_state = 90}, [10] = {.lex_state = 90}, [11] = {.lex_state = 90}, [12] = {.lex_state = 90}, [13] = {.lex_state = 90}, [14] = {.lex_state = 90}, [15] = {.lex_state = 90}, [16] = {.lex_state = 90}, [17] = {.lex_state = 90}, [18] = {.lex_state = 90}, [19] = {.lex_state = 90}, [20] = {.lex_state = 90}, [21] = {.lex_state = 90}, [22] = {.lex_state = 90}, [23] = {.lex_state = 90}, [24] = {.lex_state = 90}, [25] = {.lex_state = 90}, [26] = {.lex_state = 90}, [27] = {.lex_state = 90}, [28] = {.lex_state = 90}, [29] = {.lex_state = 90}, [30] = {.lex_state = 90}, [31] = {.lex_state = 90}, [32] = {.lex_state = 90}, [33] = {.lex_state = 90}, [34] = {.lex_state = 90}, [35] = {.lex_state = 90}, [36] = {.lex_state = 90}, [37] = {.lex_state = 90}, [38] = {.lex_state = 90}, [39] = {.lex_state = 90}, [40] = {.lex_state = 90}, [41] = {.lex_state = 90}, [42] = {.lex_state = 90}, [43] = {.lex_state = 90}, [44] = {.lex_state = 89, .external_lex_state = 2}, [45] = {.lex_state = 89, .external_lex_state = 3}, [46] = {.lex_state = 89, .external_lex_state = 3}, [47] = {.lex_state = 89, .external_lex_state = 2}, [48] = {.lex_state = 89, .external_lex_state = 2}, [49] = {.lex_state = 90}, [50] = {.lex_state = 90}, [51] = {.lex_state = 90}, [52] = {.lex_state = 90}, [53] = {.lex_state = 90}, [54] = {.lex_state = 90}, [55] = {.lex_state = 90}, [56] = {.lex_state = 90}, [57] = {.lex_state = 90}, [58] = {.lex_state = 90}, [59] = {.lex_state = 90}, [60] = {.lex_state = 90}, [61] = {.lex_state = 90}, [62] = {.lex_state = 90}, [63] = {.lex_state = 89, .external_lex_state = 3}, [64] = {.lex_state = 89, .external_lex_state = 3}, [65] = {.lex_state = 89, .external_lex_state = 3}, [66] = {.lex_state = 89, .external_lex_state = 3}, [67] = {.lex_state = 89, .external_lex_state = 3}, [68] = {.lex_state = 89, .external_lex_state = 3}, [69] = {.lex_state = 89, .external_lex_state = 3}, [70] = {.lex_state = 89, .external_lex_state = 3}, [71] = {.lex_state = 89, .external_lex_state = 3}, [72] = {.lex_state = 89, .external_lex_state = 3}, [73] = {.lex_state = 89, .external_lex_state = 3}, [74] = {.lex_state = 89, .external_lex_state = 3}, [75] = {.lex_state = 89, .external_lex_state = 3}, [76] = {.lex_state = 89, .external_lex_state = 3}, [77] = {.lex_state = 89, .external_lex_state = 3}, [78] = {.lex_state = 90}, [79] = {.lex_state = 90}, [80] = {.lex_state = 90}, [81] = {.lex_state = 90}, [82] = {.lex_state = 90}, [83] = {.lex_state = 90}, [84] = {.lex_state = 90}, [85] = {.lex_state = 90}, [86] = {.lex_state = 90}, [87] = {.lex_state = 90}, [88] = {.lex_state = 90}, [89] = {.lex_state = 90}, [90] = {.lex_state = 90}, [91] = {.lex_state = 90}, [92] = {.lex_state = 90}, [93] = {.lex_state = 90}, [94] = {.lex_state = 90}, [95] = {.lex_state = 90}, [96] = {.lex_state = 90}, [97] = {.lex_state = 90}, [98] = {.lex_state = 90}, [99] = {.lex_state = 90}, [100] = {.lex_state = 90, .external_lex_state = 4}, [101] = {.lex_state = 90}, [102] = {.lex_state = 90}, [103] = {.lex_state = 90}, [104] = {.lex_state = 90}, [105] = {.lex_state = 5}, [106] = {.lex_state = 5}, [107] = {.lex_state = 90}, [108] = {.lex_state = 90}, [109] = {.lex_state = 90}, [110] = {.lex_state = 90}, [111] = {.lex_state = 90}, [112] = {.lex_state = 90}, [113] = {.lex_state = 90}, [114] = {.lex_state = 90}, [115] = {.lex_state = 90}, [116] = {.lex_state = 90}, [117] = {.lex_state = 90}, [118] = {.lex_state = 90}, [119] = {.lex_state = 90}, [120] = {.lex_state = 5}, [121] = {.lex_state = 90}, [122] = {.lex_state = 90}, [123] = {.lex_state = 90}, [124] = {.lex_state = 90}, [125] = {.lex_state = 90}, [126] = {.lex_state = 90}, [127] = {.lex_state = 5}, [128] = {.lex_state = 90}, [129] = {.lex_state = 90}, [130] = {.lex_state = 90}, [131] = {.lex_state = 90}, [132] = {.lex_state = 5}, [133] = {.lex_state = 90}, [134] = {.lex_state = 90}, [135] = {.lex_state = 90}, [136] = {.lex_state = 90}, [137] = {.lex_state = 90}, [138] = {.lex_state = 90}, [139] = {.lex_state = 90}, [140] = {.lex_state = 90}, [141] = {.lex_state = 90}, [142] = {.lex_state = 90}, [143] = {.lex_state = 90}, [144] = {.lex_state = 90}, [145] = {.lex_state = 90}, [146] = {.lex_state = 90}, [147] = {.lex_state = 90}, [148] = {.lex_state = 90}, [149] = {.lex_state = 90}, [150] = {.lex_state = 90}, [151] = {.lex_state = 90}, [152] = {.lex_state = 90}, [153] = {.lex_state = 90}, [154] = {.lex_state = 90}, [155] = {.lex_state = 90}, [156] = {.lex_state = 90}, [157] = {.lex_state = 90}, [158] = {.lex_state = 90}, [159] = {.lex_state = 90}, [160] = {.lex_state = 90}, [161] = {.lex_state = 90}, [162] = {.lex_state = 90}, [163] = {.lex_state = 90}, [164] = {.lex_state = 90}, [165] = {.lex_state = 90}, [166] = {.lex_state = 90}, [167] = {.lex_state = 90}, [168] = {.lex_state = 90}, [169] = {.lex_state = 90}, [170] = {.lex_state = 90}, [171] = {.lex_state = 90}, [172] = {.lex_state = 90}, [173] = {.lex_state = 90}, [174] = {.lex_state = 90}, [175] = {.lex_state = 90}, [176] = {.lex_state = 90}, [177] = {.lex_state = 90}, [178] = {.lex_state = 90}, [179] = {.lex_state = 90}, [180] = {.lex_state = 90}, [181] = {.lex_state = 90}, [182] = {.lex_state = 90}, [183] = {.lex_state = 90}, [184] = {.lex_state = 90}, [185] = {.lex_state = 90}, [186] = {.lex_state = 90}, [187] = {.lex_state = 90}, [188] = {.lex_state = 90}, [189] = {.lex_state = 90}, [190] = {.lex_state = 90}, [191] = {.lex_state = 90}, [192] = {.lex_state = 90}, [193] = {.lex_state = 90}, [194] = {.lex_state = 90}, [195] = {.lex_state = 90}, [196] = {.lex_state = 90}, [197] = {.lex_state = 90}, [198] = {.lex_state = 90}, [199] = {.lex_state = 90}, [200] = {.lex_state = 90}, [201] = {.lex_state = 90}, [202] = {.lex_state = 90}, [203] = {.lex_state = 90}, [204] = {.lex_state = 90}, [205] = {.lex_state = 90}, [206] = {.lex_state = 90}, [207] = {.lex_state = 90}, [208] = {.lex_state = 90}, [209] = {.lex_state = 90}, [210] = {.lex_state = 90}, [211] = {.lex_state = 90}, [212] = {.lex_state = 90}, [213] = {.lex_state = 90}, [214] = {.lex_state = 90}, [215] = {.lex_state = 90}, [216] = {.lex_state = 90}, [217] = {.lex_state = 90}, [218] = {.lex_state = 90}, [219] = {.lex_state = 90}, [220] = {.lex_state = 90}, [221] = {.lex_state = 90}, [222] = {.lex_state = 90}, [223] = {.lex_state = 90}, [224] = {.lex_state = 90}, [225] = {.lex_state = 90}, [226] = {.lex_state = 90}, [227] = {.lex_state = 90}, [228] = {.lex_state = 90}, [229] = {.lex_state = 90}, [230] = {.lex_state = 90}, [231] = {.lex_state = 90}, [232] = {.lex_state = 90}, [233] = {.lex_state = 90}, [234] = {.lex_state = 90}, [235] = {.lex_state = 90}, [236] = {.lex_state = 90}, [237] = {.lex_state = 90}, [238] = {.lex_state = 90}, [239] = {.lex_state = 90}, [240] = {.lex_state = 90}, [241] = {.lex_state = 90}, [242] = {.lex_state = 90}, [243] = {.lex_state = 90}, [244] = {.lex_state = 90}, [245] = {.lex_state = 90}, [246] = {.lex_state = 90}, [247] = {.lex_state = 90}, [248] = {.lex_state = 90}, [249] = {.lex_state = 90}, [250] = {.lex_state = 90}, [251] = {.lex_state = 90}, [252] = {.lex_state = 90}, [253] = {.lex_state = 90}, [254] = {.lex_state = 90}, [255] = {.lex_state = 90}, [256] = {.lex_state = 90}, [257] = {.lex_state = 90}, [258] = {.lex_state = 90}, [259] = {.lex_state = 90}, [260] = {.lex_state = 90}, [261] = {.lex_state = 90}, [262] = {.lex_state = 90}, [263] = {.lex_state = 90}, [264] = {.lex_state = 90}, [265] = {.lex_state = 90}, [266] = {.lex_state = 90}, [267] = {.lex_state = 90}, [268] = {.lex_state = 90}, [269] = {.lex_state = 90}, [270] = {.lex_state = 90}, [271] = {.lex_state = 90}, [272] = {.lex_state = 90}, [273] = {.lex_state = 90}, [274] = {.lex_state = 90}, [275] = {.lex_state = 6, .external_lex_state = 3}, [276] = {.lex_state = 6, .external_lex_state = 3}, [277] = {.lex_state = 6, .external_lex_state = 3}, [278] = {.lex_state = 6, .external_lex_state = 3}, [279] = {.lex_state = 6, .external_lex_state = 3}, [280] = {.lex_state = 6, .external_lex_state = 3}, [281] = {.lex_state = 6, .external_lex_state = 3}, [282] = {.lex_state = 6, .external_lex_state = 3}, [283] = {.lex_state = 6, .external_lex_state = 3}, [284] = {.lex_state = 6, .external_lex_state = 3}, [285] = {.lex_state = 6, .external_lex_state = 3}, [286] = {.lex_state = 6, .external_lex_state = 3}, [287] = {.lex_state = 6, .external_lex_state = 3}, [288] = {.lex_state = 6, .external_lex_state = 3}, [289] = {.lex_state = 90, .external_lex_state = 4}, [290] = {.lex_state = 90, .external_lex_state = 4}, [291] = {.lex_state = 90}, [292] = {.lex_state = 90}, [293] = {.lex_state = 90}, [294] = {.lex_state = 6, .external_lex_state = 2}, [295] = {.lex_state = 6, .external_lex_state = 2}, [296] = {.lex_state = 6, .external_lex_state = 3}, [297] = {.lex_state = 6, .external_lex_state = 3}, [298] = {.lex_state = 6, .external_lex_state = 2}, [299] = {.lex_state = 6, .external_lex_state = 3}, [300] = {.lex_state = 6, .external_lex_state = 3}, [301] = {.lex_state = 6, .external_lex_state = 3}, [302] = {.lex_state = 6, .external_lex_state = 3}, [303] = {.lex_state = 6, .external_lex_state = 2}, [304] = {.lex_state = 6, .external_lex_state = 2}, [305] = {.lex_state = 6, .external_lex_state = 3}, [306] = {.lex_state = 90}, [307] = {.lex_state = 6, .external_lex_state = 2}, [308] = {.lex_state = 6, .external_lex_state = 2}, [309] = {.lex_state = 90}, [310] = {.lex_state = 6, .external_lex_state = 2}, [311] = {.lex_state = 90, .external_lex_state = 4}, [312] = {.lex_state = 90}, [313] = {.lex_state = 90, .external_lex_state = 4}, [314] = {.lex_state = 90, .external_lex_state = 4}, [315] = {.lex_state = 90, .external_lex_state = 4}, [316] = {.lex_state = 90, .external_lex_state = 4}, [317] = {.lex_state = 90, .external_lex_state = 4}, [318] = {.lex_state = 90, .external_lex_state = 4}, [319] = {.lex_state = 6, .external_lex_state = 3}, [320] = {.lex_state = 90}, [321] = {.lex_state = 90, .external_lex_state = 4}, [322] = {.lex_state = 6, .external_lex_state = 3}, [323] = {.lex_state = 90, .external_lex_state = 4}, [324] = {.lex_state = 90, .external_lex_state = 4}, [325] = {.lex_state = 90}, [326] = {.lex_state = 90, .external_lex_state = 4}, [327] = {.lex_state = 90}, [328] = {.lex_state = 90, .external_lex_state = 4}, [329] = {.lex_state = 90, .external_lex_state = 4}, [330] = {.lex_state = 90, .external_lex_state = 4}, [331] = {.lex_state = 90}, [332] = {.lex_state = 90}, [333] = {.lex_state = 90}, [334] = {.lex_state = 90}, [335] = {.lex_state = 90}, [336] = {.lex_state = 90}, [337] = {.lex_state = 90}, [338] = {.lex_state = 6, .external_lex_state = 2}, [339] = {.lex_state = 90}, [340] = {.lex_state = 90}, [341] = {.lex_state = 90}, [342] = {.lex_state = 90}, [343] = {.lex_state = 90}, [344] = {.lex_state = 90}, [345] = {.lex_state = 90}, [346] = {.lex_state = 90}, [347] = {.lex_state = 90}, [348] = {.lex_state = 90}, [349] = {.lex_state = 90}, [350] = {.lex_state = 90}, [351] = {.lex_state = 90}, [352] = {.lex_state = 90}, [353] = {.lex_state = 90}, [354] = {.lex_state = 6, .external_lex_state = 2}, [355] = {.lex_state = 90}, [356] = {.lex_state = 90}, [357] = {.lex_state = 90}, [358] = {.lex_state = 90}, [359] = {.lex_state = 90}, [360] = {.lex_state = 90}, [361] = {.lex_state = 90}, [362] = {.lex_state = 90}, [363] = {.lex_state = 90}, [364] = {.lex_state = 90}, [365] = {.lex_state = 90}, [366] = {.lex_state = 90}, [367] = {.lex_state = 90}, [368] = {.lex_state = 90}, [369] = {.lex_state = 90}, [370] = {.lex_state = 90}, [371] = {.lex_state = 90}, [372] = {.lex_state = 90}, [373] = {.lex_state = 90}, [374] = {.lex_state = 90}, [375] = {.lex_state = 90}, [376] = {.lex_state = 90}, [377] = {.lex_state = 90}, [378] = {.lex_state = 90}, [379] = {.lex_state = 90}, [380] = {.lex_state = 90}, [381] = {.lex_state = 90}, [382] = {.lex_state = 90}, [383] = {.lex_state = 90}, [384] = {.lex_state = 90}, [385] = {.lex_state = 90}, [386] = {.lex_state = 90}, [387] = {.lex_state = 90}, [388] = {.lex_state = 90}, [389] = {.lex_state = 90}, [390] = {.lex_state = 90}, [391] = {.lex_state = 90}, [392] = {.lex_state = 90}, [393] = {.lex_state = 90}, [394] = {.lex_state = 90}, [395] = {.lex_state = 90}, [396] = {.lex_state = 90}, [397] = {.lex_state = 90}, [398] = {.lex_state = 90}, [399] = {.lex_state = 90}, [400] = {.lex_state = 90}, [401] = {.lex_state = 90}, [402] = {.lex_state = 90}, [403] = {.lex_state = 90}, [404] = {.lex_state = 90}, [405] = {.lex_state = 90}, [406] = {.lex_state = 90}, [407] = {.lex_state = 90}, [408] = {.lex_state = 90}, [409] = {.lex_state = 90}, [410] = {.lex_state = 90}, [411] = {.lex_state = 90}, [412] = {.lex_state = 90}, [413] = {.lex_state = 90}, [414] = {.lex_state = 90}, [415] = {.lex_state = 90}, [416] = {.lex_state = 90}, [417] = {.lex_state = 90}, [418] = {.lex_state = 6, .external_lex_state = 2}, [419] = {.lex_state = 90}, [420] = {.lex_state = 90}, [421] = {.lex_state = 90}, [422] = {.lex_state = 90}, [423] = {.lex_state = 90}, [424] = {.lex_state = 90}, [425] = {.lex_state = 90}, [426] = {.lex_state = 6, .external_lex_state = 3}, [427] = {.lex_state = 6, .external_lex_state = 3}, [428] = {.lex_state = 6, .external_lex_state = 3}, [429] = {.lex_state = 6, .external_lex_state = 2}, [430] = {.lex_state = 6, .external_lex_state = 2}, [431] = {.lex_state = 6, .external_lex_state = 2}, [432] = {.lex_state = 6, .external_lex_state = 2}, [433] = {.lex_state = 6, .external_lex_state = 2}, [434] = {.lex_state = 6, .external_lex_state = 2}, [435] = {.lex_state = 6, .external_lex_state = 2}, [436] = {.lex_state = 6, .external_lex_state = 2}, [437] = {.lex_state = 6, .external_lex_state = 2}, [438] = {.lex_state = 6, .external_lex_state = 2}, [439] = {.lex_state = 6, .external_lex_state = 2}, [440] = {.lex_state = 6, .external_lex_state = 2}, [441] = {.lex_state = 6, .external_lex_state = 3}, [442] = {.lex_state = 6, .external_lex_state = 2}, [443] = {.lex_state = 6, .external_lex_state = 3}, [444] = {.lex_state = 6, .external_lex_state = 3}, [445] = {.lex_state = 6, .external_lex_state = 3}, [446] = {.lex_state = 6, .external_lex_state = 3}, [447] = {.lex_state = 6, .external_lex_state = 2}, [448] = {.lex_state = 6, .external_lex_state = 3}, [449] = {.lex_state = 6, .external_lex_state = 3}, [450] = {.lex_state = 6, .external_lex_state = 3}, [451] = {.lex_state = 6, .external_lex_state = 3}, [452] = {.lex_state = 6, .external_lex_state = 3}, [453] = {.lex_state = 6, .external_lex_state = 3}, [454] = {.lex_state = 90}, [455] = {.lex_state = 6, .external_lex_state = 3}, [456] = {.lex_state = 90}, [457] = {.lex_state = 6, .external_lex_state = 3}, [458] = {.lex_state = 6, .external_lex_state = 3}, [459] = {.lex_state = 6, .external_lex_state = 3}, [460] = {.lex_state = 6, .external_lex_state = 3}, [461] = {.lex_state = 6, .external_lex_state = 3}, [462] = {.lex_state = 6, .external_lex_state = 3}, [463] = {.lex_state = 90}, [464] = {.lex_state = 6, .external_lex_state = 2}, [465] = {.lex_state = 6, .external_lex_state = 2}, [466] = {.lex_state = 6, .external_lex_state = 3}, [467] = {.lex_state = 6, .external_lex_state = 3}, [468] = {.lex_state = 6, .external_lex_state = 2}, [469] = {.lex_state = 90}, [470] = {.lex_state = 90}, [471] = {.lex_state = 90}, [472] = {.lex_state = 90}, [473] = {.lex_state = 90}, [474] = {.lex_state = 6, .external_lex_state = 3}, [475] = {.lex_state = 6, .external_lex_state = 2}, [476] = {.lex_state = 6, .external_lex_state = 3}, [477] = {.lex_state = 6, .external_lex_state = 2}, [478] = {.lex_state = 6, .external_lex_state = 3}, [479] = {.lex_state = 6, .external_lex_state = 3}, [480] = {.lex_state = 6, .external_lex_state = 2}, [481] = {.lex_state = 6, .external_lex_state = 2}, [482] = {.lex_state = 6, .external_lex_state = 3}, [483] = {.lex_state = 6, .external_lex_state = 2}, [484] = {.lex_state = 6, .external_lex_state = 2}, [485] = {.lex_state = 6, .external_lex_state = 2}, [486] = {.lex_state = 6, .external_lex_state = 2}, [487] = {.lex_state = 6, .external_lex_state = 2}, [488] = {.lex_state = 6, .external_lex_state = 2}, [489] = {.lex_state = 6, .external_lex_state = 2}, [490] = {.lex_state = 6, .external_lex_state = 2}, [491] = {.lex_state = 6, .external_lex_state = 2}, [492] = {.lex_state = 6, .external_lex_state = 2}, [493] = {.lex_state = 6, .external_lex_state = 2}, [494] = {.lex_state = 6, .external_lex_state = 2}, [495] = {.lex_state = 6, .external_lex_state = 2}, [496] = {.lex_state = 6, .external_lex_state = 2}, [497] = {.lex_state = 6, .external_lex_state = 2}, [498] = {.lex_state = 6, .external_lex_state = 2}, [499] = {.lex_state = 6, .external_lex_state = 2}, [500] = {.lex_state = 7, .external_lex_state = 3}, [501] = {.lex_state = 7, .external_lex_state = 2}, [502] = {.lex_state = 7, .external_lex_state = 2}, [503] = {.lex_state = 7, .external_lex_state = 3}, [504] = {.lex_state = 7, .external_lex_state = 2}, [505] = {.lex_state = 7, .external_lex_state = 2}, [506] = {.lex_state = 7, .external_lex_state = 2}, [507] = {.lex_state = 7, .external_lex_state = 3}, [508] = {.lex_state = 7, .external_lex_state = 2}, [509] = {.lex_state = 7, .external_lex_state = 2}, [510] = {.lex_state = 7, .external_lex_state = 2}, [511] = {.lex_state = 7, .external_lex_state = 2}, [512] = {.lex_state = 7, .external_lex_state = 3}, [513] = {.lex_state = 7, .external_lex_state = 2}, [514] = {.lex_state = 7, .external_lex_state = 2}, [515] = {.lex_state = 7, .external_lex_state = 2}, [516] = {.lex_state = 7, .external_lex_state = 2}, [517] = {.lex_state = 7, .external_lex_state = 2}, [518] = {.lex_state = 7, .external_lex_state = 2}, [519] = {.lex_state = 7, .external_lex_state = 2}, [520] = {.lex_state = 7, .external_lex_state = 3}, [521] = {.lex_state = 7, .external_lex_state = 2}, [522] = {.lex_state = 7, .external_lex_state = 3}, [523] = {.lex_state = 7, .external_lex_state = 3}, [524] = {.lex_state = 7, .external_lex_state = 2}, [525] = {.lex_state = 7, .external_lex_state = 2}, [526] = {.lex_state = 7, .external_lex_state = 3}, [527] = {.lex_state = 7, .external_lex_state = 2}, [528] = {.lex_state = 7, .external_lex_state = 2}, [529] = {.lex_state = 7, .external_lex_state = 2}, [530] = {.lex_state = 7, .external_lex_state = 2}, [531] = {.lex_state = 7, .external_lex_state = 2}, [532] = {.lex_state = 7, .external_lex_state = 2}, [533] = {.lex_state = 7, .external_lex_state = 2}, [534] = {.lex_state = 7, .external_lex_state = 2}, [535] = {.lex_state = 7, .external_lex_state = 2}, [536] = {.lex_state = 7, .external_lex_state = 2}, [537] = {.lex_state = 7, .external_lex_state = 2}, [538] = {.lex_state = 7, .external_lex_state = 2}, [539] = {.lex_state = 7, .external_lex_state = 2}, [540] = {.lex_state = 7, .external_lex_state = 2}, [541] = {.lex_state = 7, .external_lex_state = 2}, [542] = {.lex_state = 7, .external_lex_state = 2}, [543] = {.lex_state = 7, .external_lex_state = 2}, [544] = {.lex_state = 7, .external_lex_state = 2}, [545] = {.lex_state = 7, .external_lex_state = 2}, [546] = {.lex_state = 7, .external_lex_state = 2}, [547] = {.lex_state = 7, .external_lex_state = 3}, [548] = {.lex_state = 7, .external_lex_state = 2}, [549] = {.lex_state = 7, .external_lex_state = 2}, [550] = {.lex_state = 7, .external_lex_state = 2}, [551] = {.lex_state = 7, .external_lex_state = 2}, [552] = {.lex_state = 7, .external_lex_state = 2}, [553] = {.lex_state = 7, .external_lex_state = 2}, [554] = {.lex_state = 7, .external_lex_state = 2}, [555] = {.lex_state = 7, .external_lex_state = 2}, [556] = {.lex_state = 7, .external_lex_state = 2}, [557] = {.lex_state = 7, .external_lex_state = 2}, [558] = {.lex_state = 7, .external_lex_state = 2}, [559] = {.lex_state = 7, .external_lex_state = 3}, [560] = {.lex_state = 7, .external_lex_state = 2}, [561] = {.lex_state = 7, .external_lex_state = 2}, [562] = {.lex_state = 7, .external_lex_state = 2}, [563] = {.lex_state = 7, .external_lex_state = 2}, [564] = {.lex_state = 7, .external_lex_state = 3}, [565] = {.lex_state = 7, .external_lex_state = 2}, [566] = {.lex_state = 7, .external_lex_state = 2}, [567] = {.lex_state = 7, .external_lex_state = 2}, [568] = {.lex_state = 7, .external_lex_state = 2}, [569] = {.lex_state = 7, .external_lex_state = 2}, [570] = {.lex_state = 7, .external_lex_state = 2}, [571] = {.lex_state = 8, .external_lex_state = 2}, [572] = {.lex_state = 7, .external_lex_state = 3}, [573] = {.lex_state = 7, .external_lex_state = 2}, [574] = {.lex_state = 7, .external_lex_state = 2}, [575] = {.lex_state = 7, .external_lex_state = 2}, [576] = {.lex_state = 7, .external_lex_state = 2}, [577] = {.lex_state = 7, .external_lex_state = 2}, [578] = {.lex_state = 7, .external_lex_state = 2}, [579] = {.lex_state = 7, .external_lex_state = 2}, [580] = {.lex_state = 7, .external_lex_state = 2}, [581] = {.lex_state = 7, .external_lex_state = 2}, [582] = {.lex_state = 7, .external_lex_state = 2}, [583] = {.lex_state = 7, .external_lex_state = 2}, [584] = {.lex_state = 7, .external_lex_state = 2}, [585] = {.lex_state = 7, .external_lex_state = 2}, [586] = {.lex_state = 7, .external_lex_state = 3}, [587] = {.lex_state = 7, .external_lex_state = 2}, [588] = {.lex_state = 7, .external_lex_state = 2}, [589] = {.lex_state = 7, .external_lex_state = 2}, [590] = {.lex_state = 7, .external_lex_state = 2}, [591] = {.lex_state = 7, .external_lex_state = 2}, [592] = {.lex_state = 7, .external_lex_state = 2}, [593] = {.lex_state = 7, .external_lex_state = 2}, [594] = {.lex_state = 7, .external_lex_state = 2}, [595] = {.lex_state = 7, .external_lex_state = 2}, [596] = {.lex_state = 7, .external_lex_state = 2}, [597] = {.lex_state = 7, .external_lex_state = 2}, [598] = {.lex_state = 7, .external_lex_state = 2}, [599] = {.lex_state = 7, .external_lex_state = 2}, [600] = {.lex_state = 7, .external_lex_state = 2}, [601] = {.lex_state = 7, .external_lex_state = 2}, [602] = {.lex_state = 7, .external_lex_state = 2}, [603] = {.lex_state = 7, .external_lex_state = 2}, [604] = {.lex_state = 7, .external_lex_state = 2}, [605] = {.lex_state = 7, .external_lex_state = 2}, [606] = {.lex_state = 7, .external_lex_state = 2}, [607] = {.lex_state = 7, .external_lex_state = 2}, [608] = {.lex_state = 7, .external_lex_state = 2}, [609] = {.lex_state = 7, .external_lex_state = 3}, [610] = {.lex_state = 7, .external_lex_state = 3}, [611] = {.lex_state = 7, .external_lex_state = 3}, [612] = {.lex_state = 7, .external_lex_state = 3}, [613] = {.lex_state = 7, .external_lex_state = 2}, [614] = {.lex_state = 7, .external_lex_state = 2}, [615] = {.lex_state = 7, .external_lex_state = 3}, [616] = {.lex_state = 7, .external_lex_state = 3}, [617] = {.lex_state = 7, .external_lex_state = 3}, [618] = {.lex_state = 7, .external_lex_state = 2}, [619] = {.lex_state = 7, .external_lex_state = 3}, [620] = {.lex_state = 7, .external_lex_state = 3}, [621] = {.lex_state = 7, .external_lex_state = 3}, [622] = {.lex_state = 7, .external_lex_state = 3}, [623] = {.lex_state = 7, .external_lex_state = 3}, [624] = {.lex_state = 7, .external_lex_state = 3}, [625] = {.lex_state = 7, .external_lex_state = 3}, [626] = {.lex_state = 7, .external_lex_state = 3}, [627] = {.lex_state = 7, .external_lex_state = 3}, [628] = {.lex_state = 7, .external_lex_state = 3}, [629] = {.lex_state = 7, .external_lex_state = 3}, [630] = {.lex_state = 7, .external_lex_state = 3}, [631] = {.lex_state = 7, .external_lex_state = 3}, [632] = {.lex_state = 7, .external_lex_state = 3}, [633] = {.lex_state = 7, .external_lex_state = 3}, [634] = {.lex_state = 7, .external_lex_state = 3}, [635] = {.lex_state = 7, .external_lex_state = 3}, [636] = {.lex_state = 7, .external_lex_state = 3}, [637] = {.lex_state = 7, .external_lex_state = 3}, [638] = {.lex_state = 7, .external_lex_state = 3}, [639] = {.lex_state = 7, .external_lex_state = 3}, [640] = {.lex_state = 7, .external_lex_state = 3}, [641] = {.lex_state = 7, .external_lex_state = 3}, [642] = {.lex_state = 7, .external_lex_state = 3}, [643] = {.lex_state = 7, .external_lex_state = 3}, [644] = {.lex_state = 7, .external_lex_state = 3}, [645] = {.lex_state = 7, .external_lex_state = 3}, [646] = {.lex_state = 7, .external_lex_state = 3}, [647] = {.lex_state = 7, .external_lex_state = 3}, [648] = {.lex_state = 7, .external_lex_state = 3}, [649] = {.lex_state = 7, .external_lex_state = 3}, [650] = {.lex_state = 7, .external_lex_state = 3}, [651] = {.lex_state = 7, .external_lex_state = 3}, [652] = {.lex_state = 7, .external_lex_state = 3}, [653] = {.lex_state = 7, .external_lex_state = 3}, [654] = {.lex_state = 7, .external_lex_state = 3}, [655] = {.lex_state = 7, .external_lex_state = 3}, [656] = {.lex_state = 7, .external_lex_state = 3}, [657] = {.lex_state = 7, .external_lex_state = 3}, [658] = {.lex_state = 7, .external_lex_state = 3}, [659] = {.lex_state = 7, .external_lex_state = 3}, [660] = {.lex_state = 7, .external_lex_state = 3}, [661] = {.lex_state = 7, .external_lex_state = 3}, [662] = {.lex_state = 7, .external_lex_state = 2}, [663] = {.lex_state = 7, .external_lex_state = 3}, [664] = {.lex_state = 7, .external_lex_state = 3}, [665] = {.lex_state = 7, .external_lex_state = 3}, [666] = {.lex_state = 7, .external_lex_state = 3}, [667] = {.lex_state = 7, .external_lex_state = 2}, [668] = {.lex_state = 7, .external_lex_state = 3}, [669] = {.lex_state = 7, .external_lex_state = 2}, [670] = {.lex_state = 7, .external_lex_state = 3}, [671] = {.lex_state = 7, .external_lex_state = 3}, [672] = {.lex_state = 7, .external_lex_state = 3}, [673] = {.lex_state = 7, .external_lex_state = 3}, [674] = {.lex_state = 7, .external_lex_state = 3}, [675] = {.lex_state = 7, .external_lex_state = 3}, [676] = {.lex_state = 7, .external_lex_state = 3}, [677] = {.lex_state = 8, .external_lex_state = 3}, [678] = {.lex_state = 7, .external_lex_state = 3}, [679] = {.lex_state = 7, .external_lex_state = 3}, [680] = {.lex_state = 7, .external_lex_state = 2}, [681] = {.lex_state = 7, .external_lex_state = 3}, [682] = {.lex_state = 7, .external_lex_state = 3}, [683] = {.lex_state = 7, .external_lex_state = 3}, [684] = {.lex_state = 7, .external_lex_state = 3}, [685] = {.lex_state = 7, .external_lex_state = 2}, [686] = {.lex_state = 7, .external_lex_state = 3}, [687] = {.lex_state = 7, .external_lex_state = 3}, [688] = {.lex_state = 7, .external_lex_state = 3}, [689] = {.lex_state = 7, .external_lex_state = 3}, [690] = {.lex_state = 7, .external_lex_state = 2}, [691] = {.lex_state = 7, .external_lex_state = 3}, [692] = {.lex_state = 7, .external_lex_state = 3}, [693] = {.lex_state = 7, .external_lex_state = 3}, [694] = {.lex_state = 7, .external_lex_state = 3}, [695] = {.lex_state = 7, .external_lex_state = 3}, [696] = {.lex_state = 7, .external_lex_state = 3}, [697] = {.lex_state = 7, .external_lex_state = 3}, [698] = {.lex_state = 7, .external_lex_state = 2}, [699] = {.lex_state = 7, .external_lex_state = 3}, [700] = {.lex_state = 7, .external_lex_state = 2}, [701] = {.lex_state = 7, .external_lex_state = 3}, [702] = {.lex_state = 7, .external_lex_state = 3}, [703] = {.lex_state = 7, .external_lex_state = 3}, [704] = {.lex_state = 7, .external_lex_state = 3}, [705] = {.lex_state = 7, .external_lex_state = 3}, [706] = {.lex_state = 7, .external_lex_state = 3}, [707] = {.lex_state = 7, .external_lex_state = 2}, [708] = {.lex_state = 7, .external_lex_state = 3}, [709] = {.lex_state = 7, .external_lex_state = 3}, [710] = {.lex_state = 7, .external_lex_state = 3}, [711] = {.lex_state = 7, .external_lex_state = 2}, [712] = {.lex_state = 7, .external_lex_state = 3}, [713] = {.lex_state = 7, .external_lex_state = 2}, [714] = {.lex_state = 7, .external_lex_state = 3}, [715] = {.lex_state = 7, .external_lex_state = 3}, [716] = {.lex_state = 7, .external_lex_state = 3}, [717] = {.lex_state = 7, .external_lex_state = 3}, [718] = {.lex_state = 7, .external_lex_state = 3}, [719] = {.lex_state = 7, .external_lex_state = 3}, [720] = {.lex_state = 7, .external_lex_state = 3}, [721] = {.lex_state = 7, .external_lex_state = 3}, [722] = {.lex_state = 7, .external_lex_state = 3}, [723] = {.lex_state = 7, .external_lex_state = 3}, [724] = {.lex_state = 7, .external_lex_state = 2}, [725] = {.lex_state = 7, .external_lex_state = 3}, [726] = {.lex_state = 7, .external_lex_state = 3}, [727] = {.lex_state = 7, .external_lex_state = 3}, [728] = {.lex_state = 7, .external_lex_state = 3}, [729] = {.lex_state = 7, .external_lex_state = 3}, [730] = {.lex_state = 7, .external_lex_state = 3}, [731] = {.lex_state = 7, .external_lex_state = 3}, [732] = {.lex_state = 7, .external_lex_state = 3}, [733] = {.lex_state = 7, .external_lex_state = 3}, [734] = {.lex_state = 7, .external_lex_state = 3}, [735] = {.lex_state = 7, .external_lex_state = 3}, [736] = {.lex_state = 7, .external_lex_state = 3}, [737] = {.lex_state = 7, .external_lex_state = 3}, [738] = {.lex_state = 7, .external_lex_state = 3}, [739] = {.lex_state = 7, .external_lex_state = 3}, [740] = {.lex_state = 7, .external_lex_state = 3}, [741] = {.lex_state = 7, .external_lex_state = 3}, [742] = {.lex_state = 7, .external_lex_state = 3}, [743] = {.lex_state = 7, .external_lex_state = 2}, [744] = {.lex_state = 7, .external_lex_state = 2}, [745] = {.lex_state = 7, .external_lex_state = 2}, [746] = {.lex_state = 7, .external_lex_state = 3}, [747] = {.lex_state = 7, .external_lex_state = 3}, [748] = {.lex_state = 7, .external_lex_state = 3}, [749] = {.lex_state = 7, .external_lex_state = 3}, [750] = {.lex_state = 7, .external_lex_state = 3}, [751] = {.lex_state = 7, .external_lex_state = 3}, [752] = {.lex_state = 7, .external_lex_state = 3}, [753] = {.lex_state = 7, .external_lex_state = 2}, [754] = {.lex_state = 7, .external_lex_state = 3}, [755] = {.lex_state = 7, .external_lex_state = 3}, [756] = {.lex_state = 7, .external_lex_state = 3}, [757] = {.lex_state = 7, .external_lex_state = 3}, [758] = {.lex_state = 8, .external_lex_state = 3}, [759] = {.lex_state = 7, .external_lex_state = 3}, [760] = {.lex_state = 7, .external_lex_state = 3}, [761] = {.lex_state = 7, .external_lex_state = 3}, [762] = {.lex_state = 7, .external_lex_state = 3}, [763] = {.lex_state = 7, .external_lex_state = 3}, [764] = {.lex_state = 7, .external_lex_state = 3}, [765] = {.lex_state = 7, .external_lex_state = 3}, [766] = {.lex_state = 7, .external_lex_state = 2}, [767] = {.lex_state = 7, .external_lex_state = 3}, [768] = {.lex_state = 7, .external_lex_state = 3}, [769] = {.lex_state = 7, .external_lex_state = 2}, [770] = {.lex_state = 7, .external_lex_state = 2}, [771] = {.lex_state = 7, .external_lex_state = 2}, [772] = {.lex_state = 7, .external_lex_state = 2}, [773] = {.lex_state = 7, .external_lex_state = 2}, [774] = {.lex_state = 7, .external_lex_state = 2}, [775] = {.lex_state = 7, .external_lex_state = 2}, [776] = {.lex_state = 7, .external_lex_state = 2}, [777] = {.lex_state = 7, .external_lex_state = 2}, [778] = {.lex_state = 7, .external_lex_state = 3}, [779] = {.lex_state = 7, .external_lex_state = 2}, [780] = {.lex_state = 7, .external_lex_state = 2}, [781] = {.lex_state = 7, .external_lex_state = 2}, [782] = {.lex_state = 7, .external_lex_state = 2}, [783] = {.lex_state = 7, .external_lex_state = 2}, [784] = {.lex_state = 7, .external_lex_state = 2}, [785] = {.lex_state = 7, .external_lex_state = 2}, [786] = {.lex_state = 7, .external_lex_state = 2}, [787] = {.lex_state = 7, .external_lex_state = 2}, [788] = {.lex_state = 7, .external_lex_state = 2}, [789] = {.lex_state = 7, .external_lex_state = 2}, [790] = {.lex_state = 7, .external_lex_state = 2}, [791] = {.lex_state = 7, .external_lex_state = 2}, [792] = {.lex_state = 7, .external_lex_state = 2}, [793] = {.lex_state = 7, .external_lex_state = 2}, [794] = {.lex_state = 7, .external_lex_state = 2}, [795] = {.lex_state = 7, .external_lex_state = 2}, [796] = {.lex_state = 7, .external_lex_state = 2}, [797] = {.lex_state = 7, .external_lex_state = 2}, [798] = {.lex_state = 7, .external_lex_state = 2}, [799] = {.lex_state = 7, .external_lex_state = 2}, [800] = {.lex_state = 7, .external_lex_state = 2}, [801] = {.lex_state = 7, .external_lex_state = 2}, [802] = {.lex_state = 7, .external_lex_state = 2}, [803] = {.lex_state = 7, .external_lex_state = 2}, [804] = {.lex_state = 7, .external_lex_state = 2}, [805] = {.lex_state = 7, .external_lex_state = 2}, [806] = {.lex_state = 7, .external_lex_state = 2}, [807] = {.lex_state = 7, .external_lex_state = 2}, [808] = {.lex_state = 7, .external_lex_state = 3}, [809] = {.lex_state = 7, .external_lex_state = 2}, [810] = {.lex_state = 7, .external_lex_state = 2}, [811] = {.lex_state = 7, .external_lex_state = 2}, [812] = {.lex_state = 7, .external_lex_state = 2}, [813] = {.lex_state = 7, .external_lex_state = 2}, [814] = {.lex_state = 7, .external_lex_state = 2}, [815] = {.lex_state = 7, .external_lex_state = 2}, [816] = {.lex_state = 7, .external_lex_state = 2}, [817] = {.lex_state = 7, .external_lex_state = 2}, [818] = {.lex_state = 7, .external_lex_state = 2}, [819] = {.lex_state = 7, .external_lex_state = 2}, [820] = {.lex_state = 7, .external_lex_state = 2}, [821] = {.lex_state = 7, .external_lex_state = 2}, [822] = {.lex_state = 7, .external_lex_state = 2}, [823] = {.lex_state = 7, .external_lex_state = 2}, [824] = {.lex_state = 7, .external_lex_state = 2}, [825] = {.lex_state = 7, .external_lex_state = 2}, [826] = {.lex_state = 7, .external_lex_state = 2}, [827] = {.lex_state = 7, .external_lex_state = 2}, [828] = {.lex_state = 7, .external_lex_state = 2}, [829] = {.lex_state = 7, .external_lex_state = 2}, [830] = {.lex_state = 7, .external_lex_state = 2}, [831] = {.lex_state = 7, .external_lex_state = 2}, [832] = {.lex_state = 7, .external_lex_state = 2}, [833] = {.lex_state = 7, .external_lex_state = 2}, [834] = {.lex_state = 7, .external_lex_state = 2}, [835] = {.lex_state = 7, .external_lex_state = 2}, [836] = {.lex_state = 7, .external_lex_state = 2}, [837] = {.lex_state = 7, .external_lex_state = 2}, [838] = {.lex_state = 7, .external_lex_state = 2}, [839] = {.lex_state = 7, .external_lex_state = 2}, [840] = {.lex_state = 7, .external_lex_state = 2}, [841] = {.lex_state = 7, .external_lex_state = 2}, [842] = {.lex_state = 7, .external_lex_state = 2}, [843] = {.lex_state = 7, .external_lex_state = 2}, [844] = {.lex_state = 7, .external_lex_state = 2}, [845] = {.lex_state = 7, .external_lex_state = 2}, [846] = {.lex_state = 7, .external_lex_state = 2}, [847] = {.lex_state = 7, .external_lex_state = 2}, [848] = {.lex_state = 7, .external_lex_state = 2}, [849] = {.lex_state = 7, .external_lex_state = 2}, [850] = {.lex_state = 7, .external_lex_state = 2}, [851] = {.lex_state = 7, .external_lex_state = 2}, [852] = {.lex_state = 7, .external_lex_state = 2}, [853] = {.lex_state = 7, .external_lex_state = 2}, [854] = {.lex_state = 8, .external_lex_state = 2}, [855] = {.lex_state = 7, .external_lex_state = 2}, [856] = {.lex_state = 7, .external_lex_state = 2}, [857] = {.lex_state = 7, .external_lex_state = 2}, [858] = {.lex_state = 7, .external_lex_state = 2}, [859] = {.lex_state = 7, .external_lex_state = 2}, [860] = {.lex_state = 7, .external_lex_state = 2}, [861] = {.lex_state = 7, .external_lex_state = 2}, [862] = {.lex_state = 90}, [863] = {.lex_state = 90}, [864] = {.lex_state = 90}, [865] = {.lex_state = 90}, [866] = {.lex_state = 90}, [867] = {.lex_state = 90}, [868] = {.lex_state = 90}, [869] = {.lex_state = 90}, [870] = {.lex_state = 90}, [871] = {.lex_state = 90}, [872] = {.lex_state = 90}, [873] = {.lex_state = 90}, [874] = {.lex_state = 90}, [875] = {.lex_state = 90}, [876] = {.lex_state = 90}, [877] = {.lex_state = 90}, [878] = {.lex_state = 90}, [879] = {.lex_state = 90}, [880] = {.lex_state = 90}, [881] = {.lex_state = 90}, [882] = {.lex_state = 90}, [883] = {.lex_state = 90}, [884] = {.lex_state = 90}, [885] = {.lex_state = 90}, [886] = {.lex_state = 90}, [887] = {.lex_state = 90}, [888] = {.lex_state = 90}, [889] = {.lex_state = 90}, [890] = {.lex_state = 90}, [891] = {.lex_state = 90}, [892] = {.lex_state = 90}, [893] = {.lex_state = 90}, [894] = {.lex_state = 90}, [895] = {.lex_state = 90}, [896] = {.lex_state = 90}, [897] = {.lex_state = 90}, [898] = {.lex_state = 90, .external_lex_state = 4}, [899] = {.lex_state = 90}, [900] = {.lex_state = 90}, [901] = {.lex_state = 90}, [902] = {.lex_state = 90}, [903] = {.lex_state = 90}, [904] = {.lex_state = 90}, [905] = {.lex_state = 90}, [906] = {.lex_state = 90}, [907] = {.lex_state = 90}, [908] = {.lex_state = 90}, [909] = {.lex_state = 90, .external_lex_state = 4}, [910] = {.lex_state = 90}, [911] = {.lex_state = 90, .external_lex_state = 4}, [912] = {.lex_state = 90, .external_lex_state = 4}, [913] = {.lex_state = 90}, [914] = {.lex_state = 90, .external_lex_state = 4}, [915] = {.lex_state = 90, .external_lex_state = 4}, [916] = {.lex_state = 90, .external_lex_state = 4}, [917] = {.lex_state = 90, .external_lex_state = 4}, [918] = {.lex_state = 90}, [919] = {.lex_state = 90}, [920] = {.lex_state = 90, .external_lex_state = 4}, [921] = {.lex_state = 90, .external_lex_state = 4}, [922] = {.lex_state = 90}, [923] = {.lex_state = 90, .external_lex_state = 4}, [924] = {.lex_state = 90, .external_lex_state = 4}, [925] = {.lex_state = 90}, [926] = {.lex_state = 90}, [927] = {.lex_state = 90}, [928] = {.lex_state = 90}, [929] = {.lex_state = 90}, [930] = {.lex_state = 90}, [931] = {.lex_state = 90}, [932] = {.lex_state = 90}, [933] = {.lex_state = 90}, [934] = {.lex_state = 90}, [935] = {.lex_state = 90}, [936] = {.lex_state = 90}, [937] = {.lex_state = 90}, [938] = {.lex_state = 90}, [939] = {.lex_state = 90}, [940] = {.lex_state = 90}, [941] = {.lex_state = 90}, [942] = {.lex_state = 90}, [943] = {.lex_state = 90}, [944] = {.lex_state = 90}, [945] = {.lex_state = 89}, [946] = {.lex_state = 90}, [947] = {.lex_state = 90}, [948] = {.lex_state = 90}, [949] = {.lex_state = 89}, [950] = {.lex_state = 90}, [951] = {.lex_state = 90}, [952] = {.lex_state = 90}, [953] = {.lex_state = 90}, [954] = {.lex_state = 90}, [955] = {.lex_state = 90}, [956] = {.lex_state = 90}, [957] = {.lex_state = 90}, [958] = {.lex_state = 90}, [959] = {.lex_state = 90}, [960] = {.lex_state = 90}, [961] = {.lex_state = 90}, [962] = {.lex_state = 90}, [963] = {.lex_state = 90}, [964] = {.lex_state = 6}, [965] = {.lex_state = 90}, [966] = {.lex_state = 90}, [967] = {.lex_state = 6}, [968] = {.lex_state = 90}, [969] = {.lex_state = 90}, [970] = {.lex_state = 90}, [971] = {.lex_state = 90}, [972] = {.lex_state = 6}, [973] = {.lex_state = 90}, [974] = {.lex_state = 90}, [975] = {.lex_state = 6}, [976] = {.lex_state = 90}, [977] = {.lex_state = 6}, [978] = {.lex_state = 90}, [979] = {.lex_state = 90}, [980] = {.lex_state = 90}, [981] = {.lex_state = 90}, [982] = {.lex_state = 90}, [983] = {.lex_state = 90}, [984] = {.lex_state = 90}, [985] = {.lex_state = 90}, [986] = {.lex_state = 90}, [987] = {.lex_state = 90}, [988] = {.lex_state = 90}, [989] = {.lex_state = 90}, [990] = {.lex_state = 90}, [991] = {.lex_state = 90}, [992] = {.lex_state = 10}, [993] = {.lex_state = 10}, [994] = {.lex_state = 10}, [995] = {.lex_state = 10}, [996] = {.lex_state = 19}, [997] = {.lex_state = 10}, [998] = {.lex_state = 10}, [999] = {.lex_state = 10}, [1000] = {.lex_state = 10}, [1001] = {.lex_state = 10}, [1002] = {.lex_state = 19}, [1003] = {.lex_state = 19}, [1004] = {.lex_state = 10}, [1005] = {.lex_state = 19}, [1006] = {.lex_state = 19}, [1007] = {.lex_state = 19}, [1008] = {.lex_state = 10}, [1009] = {.lex_state = 10}, [1010] = {.lex_state = 10}, [1011] = {.lex_state = 10}, [1012] = {.lex_state = 19}, [1013] = {.lex_state = 19}, [1014] = {.lex_state = 10}, [1015] = {.lex_state = 10}, [1016] = {.lex_state = 10}, [1017] = {.lex_state = 10}, [1018] = {.lex_state = 10}, [1019] = {.lex_state = 19}, [1020] = {.lex_state = 10}, [1021] = {.lex_state = 10}, [1022] = {.lex_state = 10}, [1023] = {.lex_state = 10}, [1024] = {.lex_state = 19}, [1025] = {.lex_state = 19}, [1026] = {.lex_state = 10}, [1027] = {.lex_state = 10}, [1028] = {.lex_state = 10}, [1029] = {.lex_state = 10}, [1030] = {.lex_state = 19}, [1031] = {.lex_state = 10}, [1032] = {.lex_state = 19}, [1033] = {.lex_state = 19}, [1034] = {.lex_state = 10}, [1035] = {.lex_state = 10}, [1036] = {.lex_state = 19}, [1037] = {.lex_state = 10}, [1038] = {.lex_state = 10}, [1039] = {.lex_state = 10}, [1040] = {.lex_state = 10}, [1041] = {.lex_state = 10}, [1042] = {.lex_state = 19}, [1043] = {.lex_state = 19}, [1044] = {.lex_state = 90}, [1045] = {.lex_state = 90}, [1046] = {.lex_state = 90}, [1047] = {.lex_state = 90}, [1048] = {.lex_state = 90}, [1049] = {.lex_state = 90}, [1050] = {.lex_state = 90}, [1051] = {.lex_state = 90}, [1052] = {.lex_state = 0}, [1053] = {.lex_state = 0}, [1054] = {.lex_state = 0}, [1055] = {.lex_state = 90}, [1056] = {.lex_state = 90}, [1057] = {.lex_state = 0}, [1058] = {.lex_state = 10}, [1059] = {.lex_state = 0}, [1060] = {.lex_state = 90}, [1061] = {.lex_state = 90}, [1062] = {.lex_state = 90}, [1063] = {.lex_state = 90, .external_lex_state = 4}, [1064] = {.lex_state = 0}, [1065] = {.lex_state = 90, .external_lex_state = 4}, [1066] = {.lex_state = 90}, [1067] = {.lex_state = 90}, [1068] = {.lex_state = 0}, [1069] = {.lex_state = 90}, [1070] = {.lex_state = 90, .external_lex_state = 4}, [1071] = {.lex_state = 10}, [1072] = {.lex_state = 10}, [1073] = {.lex_state = 0, .external_lex_state = 4}, [1074] = {.lex_state = 10}, [1075] = {.lex_state = 90, .external_lex_state = 4}, [1076] = {.lex_state = 90}, [1077] = {.lex_state = 90, .external_lex_state = 4}, [1078] = {.lex_state = 90}, [1079] = {.lex_state = 90}, [1080] = {.lex_state = 0, .external_lex_state = 4}, [1081] = {.lex_state = 90}, [1082] = {.lex_state = 90}, [1083] = {.lex_state = 12, .external_lex_state = 5}, [1084] = {.lex_state = 10}, [1085] = {.lex_state = 90}, [1086] = {.lex_state = 12, .external_lex_state = 5}, [1087] = {.lex_state = 10}, [1088] = {.lex_state = 10}, [1089] = {.lex_state = 90, .external_lex_state = 4}, [1090] = {.lex_state = 10}, [1091] = {.lex_state = 10}, [1092] = {.lex_state = 10}, [1093] = {.lex_state = 10}, [1094] = {.lex_state = 10}, [1095] = {.lex_state = 10}, [1096] = {.lex_state = 10}, [1097] = {.lex_state = 90, .external_lex_state = 4}, [1098] = {.lex_state = 90, .external_lex_state = 4}, [1099] = {.lex_state = 90, .external_lex_state = 4}, [1100] = {.lex_state = 0, .external_lex_state = 4}, [1101] = {.lex_state = 90}, [1102] = {.lex_state = 10}, [1103] = {.lex_state = 90}, [1104] = {.lex_state = 12, .external_lex_state = 5}, [1105] = {.lex_state = 90, .external_lex_state = 4}, [1106] = {.lex_state = 90}, [1107] = {.lex_state = 0, .external_lex_state = 4}, [1108] = {.lex_state = 90}, [1109] = {.lex_state = 12, .external_lex_state = 5}, [1110] = {.lex_state = 12, .external_lex_state = 5}, [1111] = {.lex_state = 10}, [1112] = {.lex_state = 10}, [1113] = {.lex_state = 10}, [1114] = {.lex_state = 10}, [1115] = {.lex_state = 90}, [1116] = {.lex_state = 90}, [1117] = {.lex_state = 90, .external_lex_state = 4}, [1118] = {.lex_state = 90}, [1119] = {.lex_state = 10}, [1120] = {.lex_state = 10}, [1121] = {.lex_state = 0}, [1122] = {.lex_state = 90}, [1123] = {.lex_state = 10}, [1124] = {.lex_state = 0}, [1125] = {.lex_state = 10}, [1126] = {.lex_state = 10}, [1127] = {.lex_state = 0}, [1128] = {.lex_state = 90}, [1129] = {.lex_state = 10}, [1130] = {.lex_state = 10}, [1131] = {.lex_state = 10}, [1132] = {.lex_state = 10}, [1133] = {.lex_state = 10}, [1134] = {.lex_state = 10}, [1135] = {.lex_state = 10}, [1136] = {.lex_state = 90}, [1137] = {.lex_state = 10}, [1138] = {.lex_state = 90}, [1139] = {.lex_state = 10}, [1140] = {.lex_state = 0}, [1141] = {.lex_state = 0}, [1142] = {.lex_state = 90}, [1143] = {.lex_state = 0}, [1144] = {.lex_state = 90}, [1145] = {.lex_state = 10}, [1146] = {.lex_state = 10}, [1147] = {.lex_state = 90}, [1148] = {.lex_state = 10}, [1149] = {.lex_state = 90}, [1150] = {.lex_state = 90}, [1151] = {.lex_state = 90}, [1152] = {.lex_state = 0}, [1153] = {.lex_state = 90}, [1154] = {.lex_state = 10}, [1155] = {.lex_state = 0, .external_lex_state = 4}, [1156] = {.lex_state = 90}, [1157] = {.lex_state = 0, .external_lex_state = 4}, [1158] = {.lex_state = 11}, [1159] = {.lex_state = 14}, [1160] = {.lex_state = 11}, [1161] = {.lex_state = 14}, [1162] = {.lex_state = 11}, [1163] = {.lex_state = 0}, [1164] = {.lex_state = 10}, [1165] = {.lex_state = 0}, [1166] = {.lex_state = 0, .external_lex_state = 4}, [1167] = {.lex_state = 11}, [1168] = {.lex_state = 14}, [1169] = {.lex_state = 90}, [1170] = {.lex_state = 0}, [1171] = {.lex_state = 90}, [1172] = {.lex_state = 90}, [1173] = {.lex_state = 11}, [1174] = {.lex_state = 14}, [1175] = {.lex_state = 11}, [1176] = {.lex_state = 11}, [1177] = {.lex_state = 14}, [1178] = {.lex_state = 14}, [1179] = {.lex_state = 0, .external_lex_state = 4}, [1180] = {.lex_state = 90}, [1181] = {.lex_state = 14}, [1182] = {.lex_state = 11}, [1183] = {.lex_state = 90}, [1184] = {.lex_state = 90}, [1185] = {.lex_state = 90}, [1186] = {.lex_state = 0, .external_lex_state = 4}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 1}, [1189] = {.lex_state = 0}, [1190] = {.lex_state = 90}, [1191] = {.lex_state = 14}, [1192] = {.lex_state = 12, .external_lex_state = 5}, [1193] = {.lex_state = 90, .external_lex_state = 4}, [1194] = {.lex_state = 90}, [1195] = {.lex_state = 11}, [1196] = {.lex_state = 1}, [1197] = {.lex_state = 14}, [1198] = {.lex_state = 11}, [1199] = {.lex_state = 90}, [1200] = {.lex_state = 90}, [1201] = {.lex_state = 90}, [1202] = {.lex_state = 1}, [1203] = {.lex_state = 90}, [1204] = {.lex_state = 90}, [1205] = {.lex_state = 90}, [1206] = {.lex_state = 90}, [1207] = {.lex_state = 10}, [1208] = {.lex_state = 10}, [1209] = {.lex_state = 90}, [1210] = {.lex_state = 1}, [1211] = {.lex_state = 90}, [1212] = {.lex_state = 0, .external_lex_state = 4}, [1213] = {.lex_state = 90}, [1214] = {.lex_state = 0}, [1215] = {.lex_state = 90}, [1216] = {.lex_state = 90}, [1217] = {.lex_state = 90}, [1218] = {.lex_state = 14}, [1219] = {.lex_state = 0, .external_lex_state = 4}, [1220] = {.lex_state = 0, .external_lex_state = 4}, [1221] = {.lex_state = 0, .external_lex_state = 4}, [1222] = {.lex_state = 10}, [1223] = {.lex_state = 90}, [1224] = {.lex_state = 90}, [1225] = {.lex_state = 90}, [1226] = {.lex_state = 1}, [1227] = {.lex_state = 11}, [1228] = {.lex_state = 0}, [1229] = {.lex_state = 14}, [1230] = {.lex_state = 90}, [1231] = {.lex_state = 1}, [1232] = {.lex_state = 0}, [1233] = {.lex_state = 0, .external_lex_state = 4}, [1234] = {.lex_state = 0}, [1235] = {.lex_state = 0}, [1236] = {.lex_state = 90}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 0}, [1239] = {.lex_state = 0, .external_lex_state = 4}, [1240] = {.lex_state = 0}, [1241] = {.lex_state = 19}, [1242] = {.lex_state = 0}, [1243] = {.lex_state = 90}, [1244] = {.lex_state = 0}, [1245] = {.lex_state = 0}, [1246] = {.lex_state = 0}, [1247] = {.lex_state = 90}, [1248] = {.lex_state = 0}, [1249] = {.lex_state = 5}, [1250] = {.lex_state = 90}, [1251] = {.lex_state = 90}, [1252] = {.lex_state = 0}, [1253] = {.lex_state = 19}, [1254] = {.lex_state = 0}, [1255] = {.lex_state = 0}, [1256] = {.lex_state = 90}, [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 0}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 19}, [1262] = {.lex_state = 19}, [1263] = {.lex_state = 19}, [1264] = {.lex_state = 19}, [1265] = {.lex_state = 19}, [1266] = {.lex_state = 19}, [1267] = {.lex_state = 0}, [1268] = {.lex_state = 0}, [1269] = {.lex_state = 19}, [1270] = {.lex_state = 0}, [1271] = {.lex_state = 19}, [1272] = {.lex_state = 0}, [1273] = {.lex_state = 0}, [1274] = {.lex_state = 0}, [1275] = {.lex_state = 19}, [1276] = {.lex_state = 19}, [1277] = {.lex_state = 19}, [1278] = {.lex_state = 0}, [1279] = {.lex_state = 19}, [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 90}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 90}, [1287] = {.lex_state = 0}, [1288] = {.lex_state = 90, .external_lex_state = 4}, [1289] = {.lex_state = 90}, [1290] = {.lex_state = 0}, [1291] = {.lex_state = 0, .external_lex_state = 4}, [1292] = {.lex_state = 0}, [1293] = {.lex_state = 0}, [1294] = {.lex_state = 0}, [1295] = {.lex_state = 90}, [1296] = {.lex_state = 0}, [1297] = {.lex_state = 90, .external_lex_state = 4}, [1298] = {.lex_state = 90}, [1299] = {.lex_state = 0}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 90}, [1302] = {.lex_state = 19}, [1303] = {.lex_state = 19}, [1304] = {.lex_state = 0}, [1305] = {.lex_state = 90}, [1306] = {.lex_state = 0}, [1307] = {.lex_state = 90}, [1308] = {.lex_state = 0}, [1309] = {.lex_state = 0}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 0}, [1312] = {.lex_state = 90}, [1313] = {.lex_state = 90}, [1314] = {.lex_state = 0}, [1315] = {.lex_state = 90}, [1316] = {.lex_state = 90}, [1317] = {.lex_state = 5}, [1318] = {.lex_state = 0}, [1319] = {.lex_state = 90, .external_lex_state = 4}, [1320] = {.lex_state = 90, .external_lex_state = 4}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 90, .external_lex_state = 4}, [1324] = {.lex_state = 0}, [1325] = {.lex_state = 0}, [1326] = {.lex_state = 0}, [1327] = {.lex_state = 0}, [1328] = {.lex_state = 0}, [1329] = {.lex_state = 5}, [1330] = {.lex_state = 5}, [1331] = {.lex_state = 0}, [1332] = {.lex_state = 1}, [1333] = {.lex_state = 19}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 0}, [1336] = {.lex_state = 90}, [1337] = {.lex_state = 0}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 90, .external_lex_state = 4}, [1341] = {.lex_state = 0}, [1342] = {.lex_state = 90}, [1343] = {.lex_state = 90}, [1344] = {.lex_state = 5}, [1345] = {.lex_state = 0}, [1346] = {.lex_state = 0}, [1347] = {.lex_state = 0}, [1348] = {.lex_state = 0}, [1349] = {.lex_state = 0}, [1350] = {.lex_state = 0}, [1351] = {.lex_state = 0}, [1352] = {.lex_state = 0}, [1353] = {.lex_state = 0, .external_lex_state = 4}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 0}, [1356] = {.lex_state = 0}, [1357] = {.lex_state = 0}, [1358] = {.lex_state = 0}, [1359] = {.lex_state = 0}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 90}, [1364] = {.lex_state = 5}, [1365] = {.lex_state = 5}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 90}, [1368] = {.lex_state = 0}, [1369] = {.lex_state = 0, .external_lex_state = 4}, [1370] = {.lex_state = 0}, [1371] = {.lex_state = 0}, [1372] = {.lex_state = 0, .external_lex_state = 4}, [1373] = {.lex_state = 0}, [1374] = {.lex_state = 1}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, [1377] = {.lex_state = 0, .external_lex_state = 4}, [1378] = {.lex_state = 0}, [1379] = {.lex_state = 0}, [1380] = {.lex_state = 0}, [1381] = {.lex_state = 0}, [1382] = {.lex_state = 0, .external_lex_state = 4}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 0}, [1386] = {.lex_state = 0}, [1387] = {.lex_state = 0, .external_lex_state = 4}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 0}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0}, [1393] = {.lex_state = 0}, [1394] = {.lex_state = 0}, [1395] = {.lex_state = 0}, [1396] = {.lex_state = 0}, [1397] = {.lex_state = 90}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0}, [1400] = {.lex_state = 0}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 10}, [1403] = {.lex_state = 0}, [1404] = {.lex_state = 0}, [1405] = {.lex_state = 90}, [1406] = {.lex_state = 0}, [1407] = {.lex_state = 0}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 0}, [1411] = {.lex_state = 0}, [1412] = {.lex_state = 0}, [1413] = {.lex_state = 0}, [1414] = {.lex_state = 0, .external_lex_state = 4}, [1415] = {.lex_state = 0}, [1416] = {.lex_state = 0}, [1417] = {.lex_state = 0}, [1418] = {.lex_state = 0}, [1419] = {.lex_state = 0}, [1420] = {.lex_state = 0, .external_lex_state = 4}, [1421] = {.lex_state = 0}, [1422] = {.lex_state = 0}, [1423] = {.lex_state = 0}, [1424] = {.lex_state = 90}, [1425] = {.lex_state = 0}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, [1429] = {.lex_state = 90}, [1430] = {.lex_state = 0}, [1431] = {.lex_state = 0}, [1432] = {.lex_state = 0}, [1433] = {.lex_state = 0}, [1434] = {.lex_state = 0}, [1435] = {.lex_state = 0}, [1436] = {.lex_state = 0}, [1437] = {.lex_state = 0}, [1438] = {.lex_state = 0}, [1439] = {.lex_state = 0, .external_lex_state = 4}, [1440] = {.lex_state = 0, .external_lex_state = 4}, [1441] = {.lex_state = 0, .external_lex_state = 4}, [1442] = {.lex_state = 0}, [1443] = {.lex_state = 0, .external_lex_state = 4}, [1444] = {.lex_state = 0}, [1445] = {.lex_state = 0}, [1446] = {.lex_state = 0}, [1447] = {.lex_state = 0, .external_lex_state = 4}, [1448] = {.lex_state = 0}, [1449] = {.lex_state = 0}, [1450] = {.lex_state = 0}, [1451] = {.lex_state = 0}, [1452] = {.lex_state = 0, .external_lex_state = 4}, [1453] = {.lex_state = 0}, [1454] = {.lex_state = 0}, [1455] = {.lex_state = 0, .external_lex_state = 4}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 90}, [1458] = {.lex_state = 0}, [1459] = {.lex_state = 0, .external_lex_state = 4}, [1460] = {.lex_state = 0}, [1461] = {.lex_state = 0}, [1462] = {.lex_state = 0}, [1463] = {.lex_state = 0}, [1464] = {.lex_state = 0}, [1465] = {.lex_state = 0}, [1466] = {.lex_state = 90}, [1467] = {.lex_state = 0}, [1468] = {.lex_state = 0}, [1469] = {.lex_state = 0}, [1470] = {.lex_state = 0}, [1471] = {.lex_state = 0}, [1472] = {.lex_state = 0}, [1473] = {.lex_state = 0}, [1474] = {.lex_state = 0}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 0, .external_lex_state = 4}, [1477] = {.lex_state = 5}, [1478] = {.lex_state = 0}, [1479] = {.lex_state = 0}, [1480] = {.lex_state = 0}, [1481] = {.lex_state = 90}, [1482] = {.lex_state = 0}, [1483] = {.lex_state = 0, .external_lex_state = 4}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 0}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, [1489] = {.lex_state = 90}, [1490] = {.lex_state = 0}, [1491] = {.lex_state = 0}, [1492] = {.lex_state = 0}, [1493] = {.lex_state = 0}, [1494] = {.lex_state = 0}, [1495] = {.lex_state = 0}, [1496] = {.lex_state = 0}, [1497] = {.lex_state = 0}, [1498] = {.lex_state = 0}, [1499] = {.lex_state = 0}, [1500] = {.lex_state = 0}, [1501] = {.lex_state = 0}, [1502] = {.lex_state = 0}, [1503] = {.lex_state = 0}, [1504] = {.lex_state = 0, .external_lex_state = 4}, [1505] = {.lex_state = 0}, [1506] = {.lex_state = 0}, [1507] = {.lex_state = 0}, [1508] = {.lex_state = 0, .external_lex_state = 4}, [1509] = {.lex_state = 0}, [1510] = {.lex_state = 90}, [1511] = {.lex_state = 12}, [1512] = {.lex_state = 0}, [1513] = {.lex_state = 90}, [1514] = {.lex_state = 0}, [1515] = {.lex_state = 90}, [1516] = {.lex_state = 90}, [1517] = {.lex_state = 90}, [1518] = {.lex_state = 90}, [1519] = {.lex_state = 90}, [1520] = {.lex_state = 90}, [1521] = {.lex_state = 90}, [1522] = {.lex_state = 90}, [1523] = {.lex_state = 90}, [1524] = {.lex_state = 2}, [1525] = {.lex_state = 0}, [1526] = {.lex_state = 90}, [1527] = {.lex_state = 0}, [1528] = {.lex_state = 90}, [1529] = {.lex_state = 0}, [1530] = {.lex_state = 0}, [1531] = {.lex_state = 0}, [1532] = {.lex_state = 0}, [1533] = {.lex_state = 0}, [1534] = {.lex_state = 90}, [1535] = {.lex_state = 90}, [1536] = {.lex_state = 0}, [1537] = {.lex_state = 90}, [1538] = {.lex_state = 0}, [1539] = {.lex_state = 0}, [1540] = {.lex_state = 90}, [1541] = {.lex_state = 0}, [1542] = {.lex_state = 90}, [1543] = {.lex_state = 0}, [1544] = {.lex_state = 90}, [1545] = {.lex_state = 90}, [1546] = {.lex_state = 0}, [1547] = {.lex_state = 90}, [1548] = {.lex_state = 0}, [1549] = {.lex_state = 90}, [1550] = {.lex_state = 90}, [1551] = {.lex_state = 0}, [1552] = {.lex_state = 0}, [1553] = {.lex_state = 90}, [1554] = {.lex_state = 0}, [1555] = {.lex_state = 0}, [1556] = {.lex_state = 90}, [1557] = {.lex_state = 0}, [1558] = {.lex_state = 90}, [1559] = {.lex_state = 0}, [1560] = {.lex_state = 0}, [1561] = {.lex_state = 0}, [1562] = {.lex_state = 90}, [1563] = {.lex_state = 90}, [1564] = {.lex_state = 0}, [1565] = {.lex_state = 90}, [1566] = {.lex_state = 90}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 0}, [1569] = {.lex_state = 90}, [1570] = {.lex_state = 0}, [1571] = {.lex_state = 2}, [1572] = {.lex_state = 0}, [1573] = {.lex_state = 90}, [1574] = {.lex_state = 0}, [1575] = {.lex_state = 0}, [1576] = {.lex_state = 90}, [1577] = {.lex_state = 0}, [1578] = {.lex_state = 0}, [1579] = {.lex_state = 0}, [1580] = {.lex_state = 0}, [1581] = {.lex_state = 0}, [1582] = {.lex_state = 0}, [1583] = {.lex_state = 0}, [1584] = {.lex_state = 90}, [1585] = {.lex_state = 0}, [1586] = {.lex_state = 0}, [1587] = {.lex_state = 12}, [1588] = {.lex_state = 90}, [1589] = {.lex_state = 0}, [1590] = {.lex_state = 2}, [1591] = {.lex_state = 0}, [1592] = {.lex_state = 0}, [1593] = {.lex_state = 0}, [1594] = {.lex_state = 90}, [1595] = {.lex_state = 2}, [1596] = {.lex_state = 90}, [1597] = {.lex_state = 90}, [1598] = {.lex_state = 90}, [1599] = {.lex_state = 90}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 0}, [1602] = {.lex_state = 0}, [1603] = {.lex_state = 0}, [1604] = {.lex_state = 90}, [1605] = {.lex_state = 90}, [1606] = {.lex_state = 90}, [1607] = {.lex_state = 90}, [1608] = {.lex_state = 90}, [1609] = {.lex_state = 90}, [1610] = {.lex_state = 90}, [1611] = {.lex_state = 90}, [1612] = {.lex_state = 90}, [1613] = {.lex_state = 90}, [1614] = {.lex_state = 0}, [1615] = {.lex_state = 90}, [1616] = {.lex_state = 0}, [1617] = {.lex_state = 12}, [1618] = {.lex_state = 12}, [1619] = {.lex_state = 0}, [1620] = {.lex_state = 90}, [1621] = {.lex_state = 0}, [1622] = {.lex_state = 90}, [1623] = {.lex_state = 90}, [1624] = {.lex_state = 90}, [1625] = {.lex_state = 0}, }; enum { ts_external_token__automatic_semicolon = 0, ts_external_token__template_chars = 1, ts_external_token__ternary_qmark = 2, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__automatic_semicolon] = sym__automatic_semicolon, [ts_external_token__template_chars] = sym__template_chars, [ts_external_token__ternary_qmark] = sym__ternary_qmark, }; static const bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__template_chars] = true, [ts_external_token__ternary_qmark] = true, }, [2] = { [ts_external_token__ternary_qmark] = true, }, [3] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__ternary_qmark] = true, }, [4] = { [ts_external_token__automatic_semicolon] = true, }, [5] = { [ts_external_token__template_chars] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [sym_hash_bang_line] = ACTIONS(1), [anon_sym_export] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_default] = ACTIONS(1), [anon_sym_as] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), [anon_sym_from] = ACTIONS(1), [anon_sym_var] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_switch] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_await] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_of] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), [anon_sym_debugger] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_throw] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_catch] = ACTIONS(1), [anon_sym_finally] = ACTIONS(1), [anon_sym_yield] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LTtemplate_GT] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_extends] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_function] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [sym_optional_chain] = ACTIONS(1), [anon_sym_new] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_GT_GT_GT_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_STAR_STAR_EQ] = ACTIONS(1), [anon_sym_AMP_AMP_EQ] = ACTIONS(1), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_GT_GT_GT] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_EQ_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_BANG_EQ_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_QMARK_QMARK] = ACTIONS(1), [anon_sym_instanceof] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_typeof] = ACTIONS(1), [anon_sym_void] = ACTIONS(1), [anon_sym_delete] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_DASH_DASH] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [sym_escape_sequence] = ACTIONS(1), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), [anon_sym_SLASH2] = ACTIONS(1), [sym_number] = ACTIONS(1), [sym_private_property_identifier] = ACTIONS(1), [anon_sym_target] = ACTIONS(1), [sym_this] = ACTIONS(1), [sym_super] = ACTIONS(1), [sym_true] = ACTIONS(1), [sym_false] = ACTIONS(1), [sym_null] = ACTIONS(1), [sym_undefined] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_static] = ACTIONS(1), [anon_sym_get] = ACTIONS(1), [anon_sym_set] = ACTIONS(1), [sym__automatic_semicolon] = ACTIONS(1), [sym__template_chars] = ACTIONS(1), [sym__ternary_qmark] = ACTIONS(1), }, [1] = { [sym_program] = STATE(1564), [sym_export_statement] = STATE(18), [sym_declaration] = STATE(18), [sym_import] = STATE(735), [sym_import_statement] = STATE(18), [sym_expression_statement] = STATE(18), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(18), [sym_if_statement] = STATE(18), [sym_switch_statement] = STATE(18), [sym_for_statement] = STATE(18), [sym_for_in_statement] = STATE(18), [sym_while_statement] = STATE(18), [sym_do_statement] = STATE(18), [sym_try_statement] = STATE(18), [sym_with_statement] = STATE(18), [sym_break_statement] = STATE(18), [sym_continue_statement] = STATE(18), [sym_debugger_statement] = STATE(18), [sym_return_statement] = STATE(18), [sym_throw_statement] = STATE(18), [sym_empty_statement] = STATE(18), [sym_labeled_statement] = STATE(18), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(18), [aux_sym_export_statement_repeat1] = STATE(1122), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_hash_bang_line] = ACTIONS(9), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [2] = { [sym_export_statement] = STATE(17), [sym_declaration] = STATE(17), [sym_import] = STATE(735), [sym_import_statement] = STATE(17), [sym_expression_statement] = STATE(17), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(17), [sym_if_statement] = STATE(17), [sym_switch_statement] = STATE(17), [sym_for_statement] = STATE(17), [sym_for_in_statement] = STATE(17), [sym_while_statement] = STATE(17), [sym_do_statement] = STATE(17), [sym_try_statement] = STATE(17), [sym_with_statement] = STATE(17), [sym_break_statement] = STATE(17), [sym_continue_statement] = STATE(17), [sym_debugger_statement] = STATE(17), [sym_return_statement] = STATE(17), [sym_throw_statement] = STATE(17), [sym_empty_statement] = STATE(17), [sym_labeled_statement] = STATE(17), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1568), [sym_object_assignment_pattern] = STATE(1284), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1568), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1568), [sym_spread_element] = STATE(1235), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(778), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [sym_rest_pattern] = STATE(1284), [sym_method_definition] = STATE(1235), [sym_pair] = STATE(1235), [sym_pair_pattern] = STATE(1284), [sym__property_name] = STATE(1274), [sym_computed_property_name] = STATE(1274), [aux_sym_program_repeat1] = STATE(17), [aux_sym_export_statement_repeat1] = STATE(910), [aux_sym_object_repeat1] = STATE(1267), [aux_sym_object_pattern_repeat1] = STATE(1260), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_COMMA] = ACTIONS(99), [anon_sym_RBRACE] = ACTIONS(101), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(103), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(105), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(109), [sym_private_property_identifier] = ACTIONS(111), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(113), [anon_sym_get] = ACTIONS(115), [anon_sym_set] = ACTIONS(115), }, [3] = { [sym_export_statement] = STATE(17), [sym_declaration] = STATE(17), [sym_import] = STATE(735), [sym_import_statement] = STATE(17), [sym_expression_statement] = STATE(17), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(17), [sym_if_statement] = STATE(17), [sym_switch_statement] = STATE(17), [sym_for_statement] = STATE(17), [sym_for_in_statement] = STATE(17), [sym_while_statement] = STATE(17), [sym_do_statement] = STATE(17), [sym_try_statement] = STATE(17), [sym_with_statement] = STATE(17), [sym_break_statement] = STATE(17), [sym_continue_statement] = STATE(17), [sym_debugger_statement] = STATE(17), [sym_return_statement] = STATE(17), [sym_throw_statement] = STATE(17), [sym_empty_statement] = STATE(17), [sym_labeled_statement] = STATE(17), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1568), [sym_object_assignment_pattern] = STATE(1284), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1568), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1568), [sym_spread_element] = STATE(1235), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(778), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [sym_rest_pattern] = STATE(1284), [sym_method_definition] = STATE(1235), [sym_pair] = STATE(1235), [sym_pair_pattern] = STATE(1284), [sym__property_name] = STATE(1274), [sym_computed_property_name] = STATE(1274), [aux_sym_program_repeat1] = STATE(17), [aux_sym_export_statement_repeat1] = STATE(910), [aux_sym_object_repeat1] = STATE(1267), [aux_sym_object_pattern_repeat1] = STATE(1260), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_COMMA] = ACTIONS(99), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(103), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(105), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(109), [sym_private_property_identifier] = ACTIONS(111), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(113), [anon_sym_get] = ACTIONS(115), [anon_sym_set] = ACTIONS(115), }, [4] = { [sym_export_statement] = STATE(14), [sym_declaration] = STATE(14), [sym_import] = STATE(735), [sym_import_statement] = STATE(14), [sym_expression_statement] = STATE(14), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(14), [sym_if_statement] = STATE(14), [sym_switch_statement] = STATE(14), [sym_for_statement] = STATE(14), [sym_for_in_statement] = STATE(14), [sym_while_statement] = STATE(14), [sym_do_statement] = STATE(14), [sym_try_statement] = STATE(14), [sym_with_statement] = STATE(14), [sym_break_statement] = STATE(14), [sym_continue_statement] = STATE(14), [sym_debugger_statement] = STATE(14), [sym_return_statement] = STATE(14), [sym_throw_statement] = STATE(14), [sym_empty_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1568), [sym_object_assignment_pattern] = STATE(1284), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1568), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1568), [sym_spread_element] = STATE(1254), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(778), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [sym_rest_pattern] = STATE(1284), [sym_method_definition] = STATE(1254), [sym_pair] = STATE(1254), [sym_pair_pattern] = STATE(1284), [sym__property_name] = STATE(1274), [sym_computed_property_name] = STATE(1274), [aux_sym_program_repeat1] = STATE(14), [aux_sym_export_statement_repeat1] = STATE(910), [aux_sym_object_repeat1] = STATE(1285), [aux_sym_object_pattern_repeat1] = STATE(1260), [sym_identifier] = ACTIONS(119), [anon_sym_export] = ACTIONS(121), [anon_sym_STAR] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_COMMA] = ACTIONS(99), [anon_sym_RBRACE] = ACTIONS(123), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(103), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(125), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(109), [sym_private_property_identifier] = ACTIONS(111), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(127), [anon_sym_get] = ACTIONS(129), [anon_sym_set] = ACTIONS(129), }, [5] = { [sym_export_statement] = STATE(23), [sym_declaration] = STATE(23), [sym_import] = STATE(735), [sym_import_statement] = STATE(23), [sym_expression_statement] = STATE(23), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(23), [sym_if_statement] = STATE(23), [sym_switch_statement] = STATE(23), [sym_for_statement] = STATE(23), [sym_for_in_statement] = STATE(23), [sym_while_statement] = STATE(23), [sym_do_statement] = STATE(23), [sym_try_statement] = STATE(23), [sym_with_statement] = STATE(23), [sym_break_statement] = STATE(23), [sym_continue_statement] = STATE(23), [sym_debugger_statement] = STATE(23), [sym_return_statement] = STATE(23), [sym_throw_statement] = STATE(23), [sym_empty_statement] = STATE(23), [sym_labeled_statement] = STATE(23), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1568), [sym_object_assignment_pattern] = STATE(1284), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1568), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1568), [sym_spread_element] = STATE(1235), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(778), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [sym_rest_pattern] = STATE(1284), [sym_method_definition] = STATE(1235), [sym_pair] = STATE(1235), [sym_pair_pattern] = STATE(1284), [sym__property_name] = STATE(1274), [sym_computed_property_name] = STATE(1274), [aux_sym_program_repeat1] = STATE(23), [aux_sym_export_statement_repeat1] = STATE(910), [aux_sym_object_repeat1] = STATE(1267), [aux_sym_object_pattern_repeat1] = STATE(1260), [sym_identifier] = ACTIONS(93), [anon_sym_export] = ACTIONS(95), [anon_sym_STAR] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_COMMA] = ACTIONS(99), [anon_sym_RBRACE] = ACTIONS(131), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(103), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(105), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(109), [sym_private_property_identifier] = ACTIONS(111), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(113), [anon_sym_get] = ACTIONS(115), [anon_sym_set] = ACTIONS(115), }, [6] = { [sym_export_statement] = STATE(14), [sym_declaration] = STATE(14), [sym_import] = STATE(735), [sym_import_statement] = STATE(14), [sym_expression_statement] = STATE(14), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(14), [sym_if_statement] = STATE(14), [sym_switch_statement] = STATE(14), [sym_for_statement] = STATE(14), [sym_for_in_statement] = STATE(14), [sym_while_statement] = STATE(14), [sym_do_statement] = STATE(14), [sym_try_statement] = STATE(14), [sym_with_statement] = STATE(14), [sym_break_statement] = STATE(14), [sym_continue_statement] = STATE(14), [sym_debugger_statement] = STATE(14), [sym_return_statement] = STATE(14), [sym_throw_statement] = STATE(14), [sym_empty_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1568), [sym_object_assignment_pattern] = STATE(1284), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1568), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1568), [sym_spread_element] = STATE(1254), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(778), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [sym_rest_pattern] = STATE(1284), [sym_method_definition] = STATE(1254), [sym_pair] = STATE(1254), [sym_pair_pattern] = STATE(1284), [sym__property_name] = STATE(1274), [sym_computed_property_name] = STATE(1274), [aux_sym_program_repeat1] = STATE(14), [aux_sym_export_statement_repeat1] = STATE(910), [aux_sym_object_repeat1] = STATE(1285), [aux_sym_object_pattern_repeat1] = STATE(1260), [sym_identifier] = ACTIONS(133), [anon_sym_export] = ACTIONS(135), [anon_sym_STAR] = ACTIONS(97), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_COMMA] = ACTIONS(99), [anon_sym_RBRACE] = ACTIONS(123), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(103), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(137), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(109), [sym_private_property_identifier] = ACTIONS(111), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(139), [anon_sym_get] = ACTIONS(141), [anon_sym_set] = ACTIONS(141), }, [7] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [ts_builtin_sym_end] = ACTIONS(143), [sym_identifier] = ACTIONS(145), [anon_sym_export] = ACTIONS(148), [anon_sym_default] = ACTIONS(151), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(143), [anon_sym_import] = ACTIONS(156), [anon_sym_var] = ACTIONS(159), [anon_sym_let] = ACTIONS(162), [anon_sym_const] = ACTIONS(162), [anon_sym_if] = ACTIONS(165), [anon_sym_switch] = ACTIONS(168), [anon_sym_for] = ACTIONS(171), [anon_sym_LPAREN] = ACTIONS(174), [anon_sym_await] = ACTIONS(177), [anon_sym_while] = ACTIONS(180), [anon_sym_do] = ACTIONS(183), [anon_sym_try] = ACTIONS(186), [anon_sym_with] = ACTIONS(189), [anon_sym_break] = ACTIONS(192), [anon_sym_continue] = ACTIONS(195), [anon_sym_debugger] = ACTIONS(198), [anon_sym_return] = ACTIONS(201), [anon_sym_throw] = ACTIONS(204), [anon_sym_SEMI] = ACTIONS(207), [anon_sym_case] = ACTIONS(151), [anon_sym_yield] = ACTIONS(210), [anon_sym_LBRACK] = ACTIONS(213), [anon_sym_LTtemplate_GT] = ACTIONS(216), [anon_sym_LT] = ACTIONS(219), [anon_sym_SLASH] = ACTIONS(222), [anon_sym_class] = ACTIONS(225), [anon_sym_async] = ACTIONS(228), [anon_sym_function] = ACTIONS(231), [anon_sym_new] = ACTIONS(234), [anon_sym_PLUS] = ACTIONS(237), [anon_sym_DASH] = ACTIONS(237), [anon_sym_BANG] = ACTIONS(240), [anon_sym_TILDE] = ACTIONS(240), [anon_sym_typeof] = ACTIONS(237), [anon_sym_void] = ACTIONS(237), [anon_sym_delete] = ACTIONS(237), [anon_sym_PLUS_PLUS] = ACTIONS(243), [anon_sym_DASH_DASH] = ACTIONS(246), [anon_sym_DQUOTE] = ACTIONS(249), [anon_sym_SQUOTE] = ACTIONS(252), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(255), [sym_number] = ACTIONS(258), [sym_this] = ACTIONS(261), [sym_super] = ACTIONS(261), [sym_true] = ACTIONS(261), [sym_false] = ACTIONS(261), [sym_null] = ACTIONS(261), [sym_undefined] = ACTIONS(264), [anon_sym_AT] = ACTIONS(267), [anon_sym_static] = ACTIONS(270), [anon_sym_get] = ACTIONS(270), [anon_sym_set] = ACTIONS(270), }, [8] = { [sym_export_statement] = STATE(10), [sym_declaration] = STATE(10), [sym_import] = STATE(735), [sym_import_statement] = STATE(10), [sym_expression_statement] = STATE(10), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(10), [sym_if_statement] = STATE(10), [sym_switch_statement] = STATE(10), [sym_for_statement] = STATE(10), [sym_for_in_statement] = STATE(10), [sym_while_statement] = STATE(10), [sym_do_statement] = STATE(10), [sym_try_statement] = STATE(10), [sym_with_statement] = STATE(10), [sym_break_statement] = STATE(10), [sym_continue_statement] = STATE(10), [sym_debugger_statement] = STATE(10), [sym_return_statement] = STATE(10), [sym_throw_statement] = STATE(10), [sym_empty_statement] = STATE(10), [sym_labeled_statement] = STATE(10), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(10), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_default] = ACTIONS(273), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(275), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_case] = ACTIONS(273), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [9] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_default] = ACTIONS(277), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(279), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_case] = ACTIONS(277), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [10] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_default] = ACTIONS(281), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(283), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_case] = ACTIONS(281), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [11] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), [sym_import] = STATE(735), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), [sym_for_statement] = STATE(9), [sym_for_in_statement] = STATE(9), [sym_while_statement] = STATE(9), [sym_do_statement] = STATE(9), [sym_try_statement] = STATE(9), [sym_with_statement] = STATE(9), [sym_break_statement] = STATE(9), [sym_continue_statement] = STATE(9), [sym_debugger_statement] = STATE(9), [sym_return_statement] = STATE(9), [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(9), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_default] = ACTIONS(285), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(287), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_case] = ACTIONS(285), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [12] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [ts_builtin_sym_end] = ACTIONS(289), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [13] = { [sym_export_statement] = STATE(24), [sym_declaration] = STATE(24), [sym_import] = STATE(735), [sym_import_statement] = STATE(24), [sym_expression_statement] = STATE(24), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(24), [sym_if_statement] = STATE(24), [sym_switch_statement] = STATE(24), [sym_for_statement] = STATE(24), [sym_for_in_statement] = STATE(24), [sym_while_statement] = STATE(24), [sym_do_statement] = STATE(24), [sym_try_statement] = STATE(24), [sym_with_statement] = STATE(24), [sym_break_statement] = STATE(24), [sym_continue_statement] = STATE(24), [sym_debugger_statement] = STATE(24), [sym_return_statement] = STATE(24), [sym_throw_statement] = STATE(24), [sym_empty_statement] = STATE(24), [sym_labeled_statement] = STATE(24), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(24), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(291), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [14] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [15] = { [sym_export_statement] = STATE(23), [sym_declaration] = STATE(23), [sym_import] = STATE(735), [sym_import_statement] = STATE(23), [sym_expression_statement] = STATE(23), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(23), [sym_if_statement] = STATE(23), [sym_switch_statement] = STATE(23), [sym_for_statement] = STATE(23), [sym_for_in_statement] = STATE(23), [sym_while_statement] = STATE(23), [sym_do_statement] = STATE(23), [sym_try_statement] = STATE(23), [sym_with_statement] = STATE(23), [sym_break_statement] = STATE(23), [sym_continue_statement] = STATE(23), [sym_debugger_statement] = STATE(23), [sym_return_statement] = STATE(23), [sym_throw_statement] = STATE(23), [sym_empty_statement] = STATE(23), [sym_labeled_statement] = STATE(23), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(23), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(295), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [16] = { [sym_export_statement] = STATE(12), [sym_declaration] = STATE(12), [sym_import] = STATE(735), [sym_import_statement] = STATE(12), [sym_expression_statement] = STATE(12), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(12), [sym_if_statement] = STATE(12), [sym_switch_statement] = STATE(12), [sym_for_statement] = STATE(12), [sym_for_in_statement] = STATE(12), [sym_while_statement] = STATE(12), [sym_do_statement] = STATE(12), [sym_try_statement] = STATE(12), [sym_with_statement] = STATE(12), [sym_break_statement] = STATE(12), [sym_continue_statement] = STATE(12), [sym_debugger_statement] = STATE(12), [sym_return_statement] = STATE(12), [sym_throw_statement] = STATE(12), [sym_empty_statement] = STATE(12), [sym_labeled_statement] = STATE(12), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(12), [aux_sym_export_statement_repeat1] = STATE(1122), [ts_builtin_sym_end] = ACTIONS(297), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [17] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(299), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [18] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [ts_builtin_sym_end] = ACTIONS(297), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [19] = { [sym_export_statement] = STATE(21), [sym_declaration] = STATE(21), [sym_import] = STATE(735), [sym_import_statement] = STATE(21), [sym_expression_statement] = STATE(21), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(21), [sym_if_statement] = STATE(21), [sym_switch_statement] = STATE(21), [sym_for_statement] = STATE(21), [sym_for_in_statement] = STATE(21), [sym_while_statement] = STATE(21), [sym_do_statement] = STATE(21), [sym_try_statement] = STATE(21), [sym_with_statement] = STATE(21), [sym_break_statement] = STATE(21), [sym_continue_statement] = STATE(21), [sym_debugger_statement] = STATE(21), [sym_return_statement] = STATE(21), [sym_throw_statement] = STATE(21), [sym_empty_statement] = STATE(21), [sym_labeled_statement] = STATE(21), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(21), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(301), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [20] = { [sym_export_statement] = STATE(14), [sym_declaration] = STATE(14), [sym_import] = STATE(735), [sym_import_statement] = STATE(14), [sym_expression_statement] = STATE(14), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(14), [sym_if_statement] = STATE(14), [sym_switch_statement] = STATE(14), [sym_for_statement] = STATE(14), [sym_for_in_statement] = STATE(14), [sym_while_statement] = STATE(14), [sym_do_statement] = STATE(14), [sym_try_statement] = STATE(14), [sym_with_statement] = STATE(14), [sym_break_statement] = STATE(14), [sym_continue_statement] = STATE(14), [sym_debugger_statement] = STATE(14), [sym_return_statement] = STATE(14), [sym_throw_statement] = STATE(14), [sym_empty_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(14), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [21] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(305), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [22] = { [sym_export_statement] = STATE(17), [sym_declaration] = STATE(17), [sym_import] = STATE(735), [sym_import_statement] = STATE(17), [sym_expression_statement] = STATE(17), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(17), [sym_if_statement] = STATE(17), [sym_switch_statement] = STATE(17), [sym_for_statement] = STATE(17), [sym_for_in_statement] = STATE(17), [sym_while_statement] = STATE(17), [sym_do_statement] = STATE(17), [sym_try_statement] = STATE(17), [sym_with_statement] = STATE(17), [sym_break_statement] = STATE(17), [sym_continue_statement] = STATE(17), [sym_debugger_statement] = STATE(17), [sym_return_statement] = STATE(17), [sym_throw_statement] = STATE(17), [sym_empty_statement] = STATE(17), [sym_labeled_statement] = STATE(17), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(17), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(307), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [23] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(309), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [24] = { [sym_export_statement] = STATE(7), [sym_declaration] = STATE(7), [sym_import] = STATE(735), [sym_import_statement] = STATE(7), [sym_expression_statement] = STATE(7), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(7), [sym_if_statement] = STATE(7), [sym_switch_statement] = STATE(7), [sym_for_statement] = STATE(7), [sym_for_in_statement] = STATE(7), [sym_while_statement] = STATE(7), [sym_do_statement] = STATE(7), [sym_try_statement] = STATE(7), [sym_with_statement] = STATE(7), [sym_break_statement] = STATE(7), [sym_continue_statement] = STATE(7), [sym_debugger_statement] = STATE(7), [sym_return_statement] = STATE(7), [sym_throw_statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym_labeled_statement] = STATE(7), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_program_repeat1] = STATE(7), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_RBRACE] = ACTIONS(311), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [25] = { [sym_export_statement] = STATE(403), [sym_declaration] = STATE(402), [sym_import] = STATE(735), [sym_import_statement] = STATE(401), [sym_expression_statement] = STATE(400), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(399), [sym_if_statement] = STATE(398), [sym_switch_statement] = STATE(397), [sym_for_statement] = STATE(396), [sym_for_in_statement] = STATE(395), [sym_while_statement] = STATE(394), [sym_do_statement] = STATE(393), [sym_try_statement] = STATE(392), [sym_with_statement] = STATE(391), [sym_break_statement] = STATE(390), [sym_continue_statement] = STATE(332), [sym_debugger_statement] = STATE(388), [sym_return_statement] = STATE(387), [sym_throw_statement] = STATE(386), [sym_empty_statement] = STATE(385), [sym_labeled_statement] = STATE(384), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [26] = { [sym_export_statement] = STATE(380), [sym_declaration] = STATE(380), [sym_import] = STATE(735), [sym_import_statement] = STATE(380), [sym_expression_statement] = STATE(380), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(380), [sym_if_statement] = STATE(380), [sym_switch_statement] = STATE(380), [sym_for_statement] = STATE(380), [sym_for_in_statement] = STATE(380), [sym_while_statement] = STATE(380), [sym_do_statement] = STATE(380), [sym_try_statement] = STATE(380), [sym_with_statement] = STATE(380), [sym_break_statement] = STATE(380), [sym_continue_statement] = STATE(380), [sym_debugger_statement] = STATE(380), [sym_return_statement] = STATE(380), [sym_throw_statement] = STATE(380), [sym_empty_statement] = STATE(380), [sym_labeled_statement] = STATE(380), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [27] = { [sym_export_statement] = STATE(375), [sym_declaration] = STATE(375), [sym_import] = STATE(735), [sym_import_statement] = STATE(375), [sym_expression_statement] = STATE(375), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(375), [sym_if_statement] = STATE(375), [sym_switch_statement] = STATE(375), [sym_for_statement] = STATE(375), [sym_for_in_statement] = STATE(375), [sym_while_statement] = STATE(375), [sym_do_statement] = STATE(375), [sym_try_statement] = STATE(375), [sym_with_statement] = STATE(375), [sym_break_statement] = STATE(375), [sym_continue_statement] = STATE(375), [sym_debugger_statement] = STATE(375), [sym_return_statement] = STATE(375), [sym_throw_statement] = STATE(375), [sym_empty_statement] = STATE(375), [sym_labeled_statement] = STATE(375), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [28] = { [sym_export_statement] = STATE(333), [sym_declaration] = STATE(334), [sym_import] = STATE(735), [sym_import_statement] = STATE(335), [sym_expression_statement] = STATE(336), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(337), [sym_if_statement] = STATE(331), [sym_switch_statement] = STATE(339), [sym_for_statement] = STATE(340), [sym_for_in_statement] = STATE(341), [sym_while_statement] = STATE(342), [sym_do_statement] = STATE(343), [sym_try_statement] = STATE(344), [sym_with_statement] = STATE(345), [sym_break_statement] = STATE(346), [sym_continue_statement] = STATE(347), [sym_debugger_statement] = STATE(348), [sym_return_statement] = STATE(349), [sym_throw_statement] = STATE(350), [sym_empty_statement] = STATE(351), [sym_labeled_statement] = STATE(352), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [29] = { [sym_export_statement] = STATE(425), [sym_declaration] = STATE(425), [sym_import] = STATE(735), [sym_import_statement] = STATE(425), [sym_expression_statement] = STATE(425), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(425), [sym_if_statement] = STATE(425), [sym_switch_statement] = STATE(425), [sym_for_statement] = STATE(425), [sym_for_in_statement] = STATE(425), [sym_while_statement] = STATE(425), [sym_do_statement] = STATE(425), [sym_try_statement] = STATE(425), [sym_with_statement] = STATE(425), [sym_break_statement] = STATE(425), [sym_continue_statement] = STATE(425), [sym_debugger_statement] = STATE(425), [sym_return_statement] = STATE(425), [sym_throw_statement] = STATE(425), [sym_empty_statement] = STATE(425), [sym_labeled_statement] = STATE(425), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [30] = { [sym_export_statement] = STATE(368), [sym_declaration] = STATE(368), [sym_import] = STATE(735), [sym_import_statement] = STATE(368), [sym_expression_statement] = STATE(368), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(368), [sym_if_statement] = STATE(368), [sym_switch_statement] = STATE(368), [sym_for_statement] = STATE(368), [sym_for_in_statement] = STATE(368), [sym_while_statement] = STATE(368), [sym_do_statement] = STATE(368), [sym_try_statement] = STATE(368), [sym_with_statement] = STATE(368), [sym_break_statement] = STATE(368), [sym_continue_statement] = STATE(368), [sym_debugger_statement] = STATE(368), [sym_return_statement] = STATE(368), [sym_throw_statement] = STATE(368), [sym_empty_statement] = STATE(368), [sym_labeled_statement] = STATE(368), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [31] = { [sym_export_statement] = STATE(370), [sym_declaration] = STATE(370), [sym_import] = STATE(735), [sym_import_statement] = STATE(370), [sym_expression_statement] = STATE(370), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(370), [sym_if_statement] = STATE(370), [sym_switch_statement] = STATE(370), [sym_for_statement] = STATE(370), [sym_for_in_statement] = STATE(370), [sym_while_statement] = STATE(370), [sym_do_statement] = STATE(370), [sym_try_statement] = STATE(370), [sym_with_statement] = STATE(370), [sym_break_statement] = STATE(370), [sym_continue_statement] = STATE(370), [sym_debugger_statement] = STATE(370), [sym_return_statement] = STATE(370), [sym_throw_statement] = STATE(370), [sym_empty_statement] = STATE(370), [sym_labeled_statement] = STATE(370), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [32] = { [sym_export_statement] = STATE(312), [sym_declaration] = STATE(312), [sym_import] = STATE(735), [sym_import_statement] = STATE(312), [sym_expression_statement] = STATE(312), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(312), [sym_if_statement] = STATE(312), [sym_switch_statement] = STATE(312), [sym_for_statement] = STATE(312), [sym_for_in_statement] = STATE(312), [sym_while_statement] = STATE(312), [sym_do_statement] = STATE(312), [sym_try_statement] = STATE(312), [sym_with_statement] = STATE(312), [sym_break_statement] = STATE(312), [sym_continue_statement] = STATE(312), [sym_debugger_statement] = STATE(312), [sym_return_statement] = STATE(312), [sym_throw_statement] = STATE(312), [sym_empty_statement] = STATE(312), [sym_labeled_statement] = STATE(312), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [33] = { [sym_export_statement] = STATE(380), [sym_declaration] = STATE(380), [sym_import] = STATE(735), [sym_import_statement] = STATE(380), [sym_expression_statement] = STATE(380), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(380), [sym_if_statement] = STATE(380), [sym_switch_statement] = STATE(380), [sym_for_statement] = STATE(380), [sym_for_in_statement] = STATE(380), [sym_while_statement] = STATE(380), [sym_do_statement] = STATE(380), [sym_try_statement] = STATE(380), [sym_with_statement] = STATE(380), [sym_break_statement] = STATE(380), [sym_continue_statement] = STATE(380), [sym_debugger_statement] = STATE(380), [sym_return_statement] = STATE(380), [sym_throw_statement] = STATE(380), [sym_empty_statement] = STATE(380), [sym_labeled_statement] = STATE(380), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [34] = { [sym_export_statement] = STATE(370), [sym_declaration] = STATE(370), [sym_import] = STATE(735), [sym_import_statement] = STATE(370), [sym_expression_statement] = STATE(370), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(370), [sym_if_statement] = STATE(370), [sym_switch_statement] = STATE(370), [sym_for_statement] = STATE(370), [sym_for_in_statement] = STATE(370), [sym_while_statement] = STATE(370), [sym_do_statement] = STATE(370), [sym_try_statement] = STATE(370), [sym_with_statement] = STATE(370), [sym_break_statement] = STATE(370), [sym_continue_statement] = STATE(370), [sym_debugger_statement] = STATE(370), [sym_return_statement] = STATE(370), [sym_throw_statement] = STATE(370), [sym_empty_statement] = STATE(370), [sym_labeled_statement] = STATE(370), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [35] = { [sym_export_statement] = STATE(425), [sym_declaration] = STATE(425), [sym_import] = STATE(735), [sym_import_statement] = STATE(425), [sym_expression_statement] = STATE(425), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(425), [sym_if_statement] = STATE(425), [sym_switch_statement] = STATE(425), [sym_for_statement] = STATE(425), [sym_for_in_statement] = STATE(425), [sym_while_statement] = STATE(425), [sym_do_statement] = STATE(425), [sym_try_statement] = STATE(425), [sym_with_statement] = STATE(425), [sym_break_statement] = STATE(425), [sym_continue_statement] = STATE(425), [sym_debugger_statement] = STATE(425), [sym_return_statement] = STATE(425), [sym_throw_statement] = STATE(425), [sym_empty_statement] = STATE(425), [sym_labeled_statement] = STATE(425), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [36] = { [sym_export_statement] = STATE(355), [sym_declaration] = STATE(355), [sym_import] = STATE(735), [sym_import_statement] = STATE(355), [sym_expression_statement] = STATE(355), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(355), [sym_if_statement] = STATE(355), [sym_switch_statement] = STATE(355), [sym_for_statement] = STATE(355), [sym_for_in_statement] = STATE(355), [sym_while_statement] = STATE(355), [sym_do_statement] = STATE(355), [sym_try_statement] = STATE(355), [sym_with_statement] = STATE(355), [sym_break_statement] = STATE(355), [sym_continue_statement] = STATE(355), [sym_debugger_statement] = STATE(355), [sym_return_statement] = STATE(355), [sym_throw_statement] = STATE(355), [sym_empty_statement] = STATE(355), [sym_labeled_statement] = STATE(355), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [37] = { [sym_export_statement] = STATE(1547), [sym_declaration] = STATE(1547), [sym_import] = STATE(735), [sym_import_statement] = STATE(1547), [sym_expression_statement] = STATE(1547), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(1547), [sym_if_statement] = STATE(1547), [sym_switch_statement] = STATE(1547), [sym_for_statement] = STATE(1547), [sym_for_in_statement] = STATE(1547), [sym_while_statement] = STATE(1547), [sym_do_statement] = STATE(1547), [sym_try_statement] = STATE(1547), [sym_with_statement] = STATE(1547), [sym_break_statement] = STATE(1547), [sym_continue_statement] = STATE(1547), [sym_debugger_statement] = STATE(1547), [sym_return_statement] = STATE(1547), [sym_throw_statement] = STATE(1547), [sym_empty_statement] = STATE(1547), [sym_labeled_statement] = STATE(1547), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [38] = { [sym_export_statement] = STATE(355), [sym_declaration] = STATE(355), [sym_import] = STATE(735), [sym_import_statement] = STATE(355), [sym_expression_statement] = STATE(355), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(355), [sym_if_statement] = STATE(355), [sym_switch_statement] = STATE(355), [sym_for_statement] = STATE(355), [sym_for_in_statement] = STATE(355), [sym_while_statement] = STATE(355), [sym_do_statement] = STATE(355), [sym_try_statement] = STATE(355), [sym_with_statement] = STATE(355), [sym_break_statement] = STATE(355), [sym_continue_statement] = STATE(355), [sym_debugger_statement] = STATE(355), [sym_return_statement] = STATE(355), [sym_throw_statement] = STATE(355), [sym_empty_statement] = STATE(355), [sym_labeled_statement] = STATE(355), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [39] = { [sym_export_statement] = STATE(1247), [sym_declaration] = STATE(1247), [sym_import] = STATE(735), [sym_import_statement] = STATE(1247), [sym_expression_statement] = STATE(1247), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(1247), [sym_if_statement] = STATE(1247), [sym_switch_statement] = STATE(1247), [sym_for_statement] = STATE(1247), [sym_for_in_statement] = STATE(1247), [sym_while_statement] = STATE(1247), [sym_do_statement] = STATE(1247), [sym_try_statement] = STATE(1247), [sym_with_statement] = STATE(1247), [sym_break_statement] = STATE(1247), [sym_continue_statement] = STATE(1247), [sym_debugger_statement] = STATE(1247), [sym_return_statement] = STATE(1247), [sym_throw_statement] = STATE(1247), [sym_empty_statement] = STATE(1247), [sym_labeled_statement] = STATE(1247), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [40] = { [sym_export_statement] = STATE(333), [sym_declaration] = STATE(334), [sym_import] = STATE(735), [sym_import_statement] = STATE(335), [sym_expression_statement] = STATE(336), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(337), [sym_if_statement] = STATE(331), [sym_switch_statement] = STATE(339), [sym_for_statement] = STATE(340), [sym_for_in_statement] = STATE(341), [sym_while_statement] = STATE(342), [sym_do_statement] = STATE(343), [sym_try_statement] = STATE(344), [sym_with_statement] = STATE(345), [sym_break_statement] = STATE(346), [sym_continue_statement] = STATE(347), [sym_debugger_statement] = STATE(348), [sym_return_statement] = STATE(349), [sym_throw_statement] = STATE(350), [sym_empty_statement] = STATE(351), [sym_labeled_statement] = STATE(352), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [41] = { [sym_export_statement] = STATE(368), [sym_declaration] = STATE(368), [sym_import] = STATE(735), [sym_import_statement] = STATE(368), [sym_expression_statement] = STATE(368), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(368), [sym_if_statement] = STATE(368), [sym_switch_statement] = STATE(368), [sym_for_statement] = STATE(368), [sym_for_in_statement] = STATE(368), [sym_while_statement] = STATE(368), [sym_do_statement] = STATE(368), [sym_try_statement] = STATE(368), [sym_with_statement] = STATE(368), [sym_break_statement] = STATE(368), [sym_continue_statement] = STATE(368), [sym_debugger_statement] = STATE(368), [sym_return_statement] = STATE(368), [sym_throw_statement] = STATE(368), [sym_empty_statement] = STATE(368), [sym_labeled_statement] = STATE(368), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [42] = { [sym_export_statement] = STATE(375), [sym_declaration] = STATE(375), [sym_import] = STATE(735), [sym_import_statement] = STATE(375), [sym_expression_statement] = STATE(375), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(375), [sym_if_statement] = STATE(375), [sym_switch_statement] = STATE(375), [sym_for_statement] = STATE(375), [sym_for_in_statement] = STATE(375), [sym_while_statement] = STATE(375), [sym_do_statement] = STATE(375), [sym_try_statement] = STATE(375), [sym_with_statement] = STATE(375), [sym_break_statement] = STATE(375), [sym_continue_statement] = STATE(375), [sym_debugger_statement] = STATE(375), [sym_return_statement] = STATE(375), [sym_throw_statement] = STATE(375), [sym_empty_statement] = STATE(375), [sym_labeled_statement] = STATE(375), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1151), [sym_identifier] = ACTIONS(313), [anon_sym_export] = ACTIONS(315), [anon_sym_LBRACE] = ACTIONS(317), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(319), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(323), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(325), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(329), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(333), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), }, [43] = { [sym_export_statement] = STATE(403), [sym_declaration] = STATE(402), [sym_import] = STATE(735), [sym_import_statement] = STATE(401), [sym_expression_statement] = STATE(400), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_statement_block] = STATE(399), [sym_if_statement] = STATE(398), [sym_switch_statement] = STATE(397), [sym_for_statement] = STATE(396), [sym_for_in_statement] = STATE(395), [sym_while_statement] = STATE(394), [sym_do_statement] = STATE(393), [sym_try_statement] = STATE(392), [sym_with_statement] = STATE(391), [sym_break_statement] = STATE(390), [sym_continue_statement] = STATE(332), [sym_debugger_statement] = STATE(388), [sym_return_statement] = STATE(387), [sym_throw_statement] = STATE(386), [sym_empty_statement] = STATE(385), [sym_labeled_statement] = STATE(384), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1122), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_LBRACE] = ACTIONS(13), [anon_sym_import] = ACTIONS(15), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_if] = ACTIONS(21), [anon_sym_switch] = ACTIONS(23), [anon_sym_for] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_while] = ACTIONS(31), [anon_sym_do] = ACTIONS(33), [anon_sym_try] = ACTIONS(35), [anon_sym_with] = ACTIONS(37), [anon_sym_break] = ACTIONS(39), [anon_sym_continue] = ACTIONS(41), [anon_sym_debugger] = ACTIONS(43), [anon_sym_return] = ACTIONS(45), [anon_sym_throw] = ACTIONS(47), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(63), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(91), [anon_sym_get] = ACTIONS(91), [anon_sym_set] = ACTIONS(91), }, [44] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(558), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_STAR] = ACTIONS(339), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_COMMA] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(343), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(343), [anon_sym_await] = ACTIONS(349), [anon_sym_in] = ACTIONS(351), [anon_sym_COLON] = ACTIONS(343), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_RBRACK] = ACTIONS(343), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_DOT] = ACTIONS(351), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [sym_optional_chain] = ACTIONS(343), [anon_sym_new] = ACTIONS(367), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_GT_GT_GT] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(343), [anon_sym_AMP] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_PERCENT] = ACTIONS(343), [anon_sym_STAR_STAR] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_EQ_EQ] = ACTIONS(351), [anon_sym_EQ_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(351), [anon_sym_BANG_EQ_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_QMARK_QMARK] = ACTIONS(343), [anon_sym_instanceof] = ACTIONS(351), [anon_sym_BANG] = ACTIONS(369), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), [sym__ternary_qmark] = ACTIONS(343), }, [45] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(643), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_STAR] = ACTIONS(393), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_COMMA] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(343), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_in] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(343), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_DOT] = ACTIONS(351), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [sym_optional_chain] = ACTIONS(343), [anon_sym_new] = ACTIONS(67), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_GT_GT_GT] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(343), [anon_sym_AMP] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_PERCENT] = ACTIONS(343), [anon_sym_STAR_STAR] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_EQ_EQ] = ACTIONS(351), [anon_sym_EQ_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(351), [anon_sym_BANG_EQ_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_QMARK_QMARK] = ACTIONS(343), [anon_sym_instanceof] = ACTIONS(351), [anon_sym_BANG] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), [sym__automatic_semicolon] = ACTIONS(343), [sym__ternary_qmark] = ACTIONS(343), }, [46] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(655), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_STAR] = ACTIONS(409), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_COMMA] = ACTIONS(343), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_in] = ACTIONS(351), [anon_sym_of] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(343), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_DOT] = ACTIONS(351), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [sym_optional_chain] = ACTIONS(343), [anon_sym_new] = ACTIONS(419), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_GT_GT_GT] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(343), [anon_sym_AMP] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_PERCENT] = ACTIONS(343), [anon_sym_STAR_STAR] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_EQ_EQ] = ACTIONS(351), [anon_sym_EQ_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(351), [anon_sym_BANG_EQ_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_QMARK_QMARK] = ACTIONS(343), [anon_sym_instanceof] = ACTIONS(351), [anon_sym_BANG] = ACTIONS(421), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), [sym__automatic_semicolon] = ACTIONS(343), [sym__ternary_qmark] = ACTIONS(343), }, [47] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(827), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_STAR] = ACTIONS(435), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_in] = ACTIONS(351), [anon_sym_of] = ACTIONS(351), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_DOT] = ACTIONS(351), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [sym_optional_chain] = ACTIONS(343), [anon_sym_new] = ACTIONS(449), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_GT_GT_GT] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(343), [anon_sym_AMP] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_PERCENT] = ACTIONS(343), [anon_sym_STAR_STAR] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_EQ_EQ] = ACTIONS(351), [anon_sym_EQ_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(351), [anon_sym_BANG_EQ_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_QMARK_QMARK] = ACTIONS(343), [anon_sym_instanceof] = ACTIONS(351), [anon_sym_BANG] = ACTIONS(451), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), [sym__ternary_qmark] = ACTIONS(343), }, [48] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(810), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_STAR] = ACTIONS(465), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_in] = ACTIONS(351), [anon_sym_COLON] = ACTIONS(343), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_DOT] = ACTIONS(351), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [sym_optional_chain] = ACTIONS(343), [anon_sym_new] = ACTIONS(473), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_GT_GT_GT] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(343), [anon_sym_AMP] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_PERCENT] = ACTIONS(343), [anon_sym_STAR_STAR] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_EQ_EQ] = ACTIONS(351), [anon_sym_EQ_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(351), [anon_sym_BANG_EQ_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_QMARK_QMARK] = ACTIONS(343), [anon_sym_instanceof] = ACTIONS(351), [anon_sym_BANG] = ACTIONS(475), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), [sym__ternary_qmark] = ACTIONS(343), }, [49] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(700), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1257), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1268), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(491), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [50] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(700), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1257), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1268), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(497), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [51] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(685), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1326), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1325), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(499), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [52] = { [sym_declaration] = STATE(424), [sym_import] = STATE(735), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(808), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1215), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(501), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [53] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(685), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1326), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1325), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(503), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [54] = { [sym_declaration] = STATE(356), [sym_import] = STATE(735), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(767), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1215), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(327), [anon_sym_async] = ACTIONS(501), [anon_sym_function] = ACTIONS(331), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [55] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(685), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1326), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1325), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(505), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [56] = { [sym_declaration] = STATE(356), [sym_import] = STATE(735), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(767), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1190), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(507), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [57] = { [sym_import] = STATE(735), [sym_expression_statement] = STATE(96), [sym_variable_declaration] = STATE(96), [sym_lexical_declaration] = STATE(96), [sym_empty_statement] = STATE(96), [sym_parenthesized_expression] = STATE(479), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1251), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1251), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(479), [sym_subscript_expression] = STATE(479), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1251), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(509), [anon_sym_export] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(513), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(515), [anon_sym_let] = ACTIONS(517), [anon_sym_const] = ACTIONS(517), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(519), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(521), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(523), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(511), [anon_sym_get] = ACTIONS(511), [anon_sym_set] = ACTIONS(511), }, [58] = { [sym_import] = STATE(735), [sym_expression_statement] = STATE(93), [sym_variable_declaration] = STATE(93), [sym_lexical_declaration] = STATE(93), [sym_empty_statement] = STATE(93), [sym_parenthesized_expression] = STATE(479), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1251), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1251), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(479), [sym_subscript_expression] = STATE(479), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1251), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(509), [anon_sym_export] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(513), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(515), [anon_sym_let] = ACTIONS(517), [anon_sym_const] = ACTIONS(517), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(519), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(521), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(523), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(511), [anon_sym_get] = ACTIONS(511), [anon_sym_set] = ACTIONS(511), }, [59] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(724), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1257), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1268), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(491), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [60] = { [sym_declaration] = STATE(424), [sym_import] = STATE(735), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(808), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_class_declaration] = STATE(361), [sym_function] = STATE(735), [sym_function_declaration] = STATE(361), [sym_generator_function] = STATE(735), [sym_generator_function_declaration] = STATE(361), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1190), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_var] = ACTIONS(17), [anon_sym_let] = ACTIONS(19), [anon_sym_const] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_async] = ACTIONS(507), [anon_sym_function] = ACTIONS(65), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [61] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(685), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1326), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1325), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(525), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [62] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(685), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1326), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1325), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(527), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [63] = { [ts_builtin_sym_end] = ACTIONS(529), [sym_identifier] = ACTIONS(531), [anon_sym_export] = ACTIONS(531), [anon_sym_STAR] = ACTIONS(533), [anon_sym_default] = ACTIONS(531), [anon_sym_LBRACE] = ACTIONS(529), [anon_sym_COMMA] = ACTIONS(535), [anon_sym_RBRACE] = ACTIONS(529), [anon_sym_import] = ACTIONS(531), [anon_sym_var] = ACTIONS(531), [anon_sym_let] = ACTIONS(531), [anon_sym_const] = ACTIONS(531), [anon_sym_else] = ACTIONS(531), [anon_sym_if] = ACTIONS(531), [anon_sym_switch] = ACTIONS(531), [anon_sym_for] = ACTIONS(531), [anon_sym_LPAREN] = ACTIONS(529), [anon_sym_await] = ACTIONS(531), [anon_sym_in] = ACTIONS(533), [anon_sym_while] = ACTIONS(531), [anon_sym_do] = ACTIONS(531), [anon_sym_try] = ACTIONS(531), [anon_sym_with] = ACTIONS(531), [anon_sym_break] = ACTIONS(531), [anon_sym_continue] = ACTIONS(531), [anon_sym_debugger] = ACTIONS(531), [anon_sym_return] = ACTIONS(531), [anon_sym_throw] = ACTIONS(531), [anon_sym_SEMI] = ACTIONS(529), [anon_sym_case] = ACTIONS(531), [anon_sym_yield] = ACTIONS(531), [anon_sym_EQ] = ACTIONS(537), [anon_sym_LBRACK] = ACTIONS(529), [anon_sym_LTtemplate_GT] = ACTIONS(529), [anon_sym_LT] = ACTIONS(531), [anon_sym_GT] = ACTIONS(533), [anon_sym_SLASH] = ACTIONS(531), [anon_sym_DOT] = ACTIONS(533), [anon_sym_class] = ACTIONS(531), [anon_sym_async] = ACTIONS(531), [anon_sym_function] = ACTIONS(531), [sym_optional_chain] = ACTIONS(535), [anon_sym_new] = ACTIONS(531), [anon_sym_AMP_AMP] = ACTIONS(535), [anon_sym_PIPE_PIPE] = ACTIONS(535), [anon_sym_GT_GT] = ACTIONS(533), [anon_sym_GT_GT_GT] = ACTIONS(535), [anon_sym_LT_LT] = ACTIONS(535), [anon_sym_AMP] = ACTIONS(533), [anon_sym_CARET] = ACTIONS(535), [anon_sym_PIPE] = ACTIONS(533), [anon_sym_PLUS] = ACTIONS(531), [anon_sym_DASH] = ACTIONS(531), [anon_sym_PERCENT] = ACTIONS(535), [anon_sym_STAR_STAR] = ACTIONS(535), [anon_sym_LT_EQ] = ACTIONS(535), [anon_sym_EQ_EQ] = ACTIONS(533), [anon_sym_EQ_EQ_EQ] = ACTIONS(535), [anon_sym_BANG_EQ] = ACTIONS(533), [anon_sym_BANG_EQ_EQ] = ACTIONS(535), [anon_sym_GT_EQ] = ACTIONS(535), [anon_sym_QMARK_QMARK] = ACTIONS(535), [anon_sym_instanceof] = ACTIONS(533), [anon_sym_BANG] = ACTIONS(531), [anon_sym_TILDE] = ACTIONS(529), [anon_sym_typeof] = ACTIONS(531), [anon_sym_void] = ACTIONS(531), [anon_sym_delete] = ACTIONS(531), [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(531), [anon_sym_DQUOTE] = ACTIONS(529), [anon_sym_SQUOTE] = ACTIONS(529), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(529), [sym_number] = ACTIONS(529), [sym_this] = ACTIONS(531), [sym_super] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), [sym_null] = ACTIONS(531), [sym_undefined] = ACTIONS(531), [anon_sym_AT] = ACTIONS(529), [anon_sym_static] = ACTIONS(531), [anon_sym_get] = ACTIONS(531), [anon_sym_set] = ACTIONS(531), [sym__automatic_semicolon] = ACTIONS(539), [sym__ternary_qmark] = ACTIONS(535), }, [64] = { [ts_builtin_sym_end] = ACTIONS(541), [sym_identifier] = ACTIONS(543), [anon_sym_export] = ACTIONS(543), [anon_sym_STAR] = ACTIONS(545), [anon_sym_default] = ACTIONS(543), [anon_sym_LBRACE] = ACTIONS(541), [anon_sym_COMMA] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(541), [anon_sym_import] = ACTIONS(543), [anon_sym_var] = ACTIONS(543), [anon_sym_let] = ACTIONS(543), [anon_sym_const] = ACTIONS(543), [anon_sym_else] = ACTIONS(543), [anon_sym_if] = ACTIONS(543), [anon_sym_switch] = ACTIONS(543), [anon_sym_for] = ACTIONS(543), [anon_sym_LPAREN] = ACTIONS(541), [anon_sym_await] = ACTIONS(543), [anon_sym_in] = ACTIONS(545), [anon_sym_while] = ACTIONS(543), [anon_sym_do] = ACTIONS(543), [anon_sym_try] = ACTIONS(543), [anon_sym_with] = ACTIONS(543), [anon_sym_break] = ACTIONS(543), [anon_sym_continue] = ACTIONS(543), [anon_sym_debugger] = ACTIONS(543), [anon_sym_return] = ACTIONS(543), [anon_sym_throw] = ACTIONS(543), [anon_sym_SEMI] = ACTIONS(541), [anon_sym_case] = ACTIONS(543), [anon_sym_yield] = ACTIONS(543), [anon_sym_LBRACK] = ACTIONS(541), [anon_sym_LTtemplate_GT] = ACTIONS(541), [anon_sym_LT] = ACTIONS(543), [anon_sym_GT] = ACTIONS(545), [anon_sym_SLASH] = ACTIONS(543), [anon_sym_DOT] = ACTIONS(545), [anon_sym_class] = ACTIONS(543), [anon_sym_async] = ACTIONS(543), [anon_sym_function] = ACTIONS(543), [sym_optional_chain] = ACTIONS(547), [anon_sym_new] = ACTIONS(543), [anon_sym_AMP_AMP] = ACTIONS(547), [anon_sym_PIPE_PIPE] = ACTIONS(547), [anon_sym_GT_GT] = ACTIONS(545), [anon_sym_GT_GT_GT] = ACTIONS(547), [anon_sym_LT_LT] = ACTIONS(547), [anon_sym_AMP] = ACTIONS(545), [anon_sym_CARET] = ACTIONS(547), [anon_sym_PIPE] = ACTIONS(545), [anon_sym_PLUS] = ACTIONS(543), [anon_sym_DASH] = ACTIONS(543), [anon_sym_PERCENT] = ACTIONS(547), [anon_sym_STAR_STAR] = ACTIONS(547), [anon_sym_LT_EQ] = ACTIONS(547), [anon_sym_EQ_EQ] = ACTIONS(545), [anon_sym_EQ_EQ_EQ] = ACTIONS(547), [anon_sym_BANG_EQ] = ACTIONS(545), [anon_sym_BANG_EQ_EQ] = ACTIONS(547), [anon_sym_GT_EQ] = ACTIONS(547), [anon_sym_QMARK_QMARK] = ACTIONS(547), [anon_sym_instanceof] = ACTIONS(545), [anon_sym_BANG] = ACTIONS(543), [anon_sym_TILDE] = ACTIONS(541), [anon_sym_typeof] = ACTIONS(543), [anon_sym_void] = ACTIONS(543), [anon_sym_delete] = ACTIONS(543), [anon_sym_PLUS_PLUS] = ACTIONS(541), [anon_sym_DASH_DASH] = ACTIONS(543), [anon_sym_DQUOTE] = ACTIONS(541), [anon_sym_SQUOTE] = ACTIONS(541), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(541), [sym_number] = ACTIONS(541), [sym_this] = ACTIONS(543), [sym_super] = ACTIONS(543), [sym_true] = ACTIONS(543), [sym_false] = ACTIONS(543), [sym_null] = ACTIONS(543), [sym_undefined] = ACTIONS(543), [anon_sym_AT] = ACTIONS(541), [anon_sym_static] = ACTIONS(543), [anon_sym_get] = ACTIONS(543), [anon_sym_set] = ACTIONS(543), [sym__automatic_semicolon] = ACTIONS(549), [sym__ternary_qmark] = ACTIONS(547), }, [65] = { [ts_builtin_sym_end] = ACTIONS(551), [sym_identifier] = ACTIONS(553), [anon_sym_export] = ACTIONS(553), [anon_sym_STAR] = ACTIONS(555), [anon_sym_default] = ACTIONS(553), [anon_sym_LBRACE] = ACTIONS(551), [anon_sym_COMMA] = ACTIONS(557), [anon_sym_RBRACE] = ACTIONS(551), [anon_sym_import] = ACTIONS(553), [anon_sym_var] = ACTIONS(553), [anon_sym_let] = ACTIONS(553), [anon_sym_const] = ACTIONS(553), [anon_sym_else] = ACTIONS(553), [anon_sym_if] = ACTIONS(553), [anon_sym_switch] = ACTIONS(553), [anon_sym_for] = ACTIONS(553), [anon_sym_LPAREN] = ACTIONS(551), [anon_sym_await] = ACTIONS(553), [anon_sym_in] = ACTIONS(555), [anon_sym_while] = ACTIONS(553), [anon_sym_do] = ACTIONS(553), [anon_sym_try] = ACTIONS(553), [anon_sym_with] = ACTIONS(553), [anon_sym_break] = ACTIONS(553), [anon_sym_continue] = ACTIONS(553), [anon_sym_debugger] = ACTIONS(553), [anon_sym_return] = ACTIONS(553), [anon_sym_throw] = ACTIONS(553), [anon_sym_SEMI] = ACTIONS(551), [anon_sym_case] = ACTIONS(553), [anon_sym_yield] = ACTIONS(553), [anon_sym_LBRACK] = ACTIONS(551), [anon_sym_LTtemplate_GT] = ACTIONS(551), [anon_sym_LT] = ACTIONS(553), [anon_sym_GT] = ACTIONS(555), [anon_sym_SLASH] = ACTIONS(553), [anon_sym_DOT] = ACTIONS(555), [anon_sym_class] = ACTIONS(553), [anon_sym_async] = ACTIONS(553), [anon_sym_function] = ACTIONS(553), [sym_optional_chain] = ACTIONS(557), [anon_sym_new] = ACTIONS(553), [anon_sym_AMP_AMP] = ACTIONS(557), [anon_sym_PIPE_PIPE] = ACTIONS(557), [anon_sym_GT_GT] = ACTIONS(555), [anon_sym_GT_GT_GT] = ACTIONS(557), [anon_sym_LT_LT] = ACTIONS(557), [anon_sym_AMP] = ACTIONS(555), [anon_sym_CARET] = ACTIONS(557), [anon_sym_PIPE] = ACTIONS(555), [anon_sym_PLUS] = ACTIONS(553), [anon_sym_DASH] = ACTIONS(553), [anon_sym_PERCENT] = ACTIONS(557), [anon_sym_STAR_STAR] = ACTIONS(557), [anon_sym_LT_EQ] = ACTIONS(557), [anon_sym_EQ_EQ] = ACTIONS(555), [anon_sym_EQ_EQ_EQ] = ACTIONS(557), [anon_sym_BANG_EQ] = ACTIONS(555), [anon_sym_BANG_EQ_EQ] = ACTIONS(557), [anon_sym_GT_EQ] = ACTIONS(557), [anon_sym_QMARK_QMARK] = ACTIONS(557), [anon_sym_instanceof] = ACTIONS(555), [anon_sym_BANG] = ACTIONS(553), [anon_sym_TILDE] = ACTIONS(551), [anon_sym_typeof] = ACTIONS(553), [anon_sym_void] = ACTIONS(553), [anon_sym_delete] = ACTIONS(553), [anon_sym_PLUS_PLUS] = ACTIONS(551), [anon_sym_DASH_DASH] = ACTIONS(553), [anon_sym_DQUOTE] = ACTIONS(551), [anon_sym_SQUOTE] = ACTIONS(551), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(551), [sym_number] = ACTIONS(551), [sym_this] = ACTIONS(553), [sym_super] = ACTIONS(553), [sym_true] = ACTIONS(553), [sym_false] = ACTIONS(553), [sym_null] = ACTIONS(553), [sym_undefined] = ACTIONS(553), [anon_sym_AT] = ACTIONS(551), [anon_sym_static] = ACTIONS(553), [anon_sym_get] = ACTIONS(553), [anon_sym_set] = ACTIONS(553), [sym__automatic_semicolon] = ACTIONS(559), [sym__ternary_qmark] = ACTIONS(557), }, [66] = { [ts_builtin_sym_end] = ACTIONS(561), [sym_identifier] = ACTIONS(563), [anon_sym_export] = ACTIONS(563), [anon_sym_STAR] = ACTIONS(565), [anon_sym_default] = ACTIONS(563), [anon_sym_LBRACE] = ACTIONS(561), [anon_sym_COMMA] = ACTIONS(567), [anon_sym_RBRACE] = ACTIONS(561), [anon_sym_import] = ACTIONS(563), [anon_sym_var] = ACTIONS(563), [anon_sym_let] = ACTIONS(563), [anon_sym_const] = ACTIONS(563), [anon_sym_else] = ACTIONS(563), [anon_sym_if] = ACTIONS(563), [anon_sym_switch] = ACTIONS(563), [anon_sym_for] = ACTIONS(563), [anon_sym_LPAREN] = ACTIONS(561), [anon_sym_await] = ACTIONS(563), [anon_sym_in] = ACTIONS(565), [anon_sym_while] = ACTIONS(563), [anon_sym_do] = ACTIONS(563), [anon_sym_try] = ACTIONS(563), [anon_sym_with] = ACTIONS(563), [anon_sym_break] = ACTIONS(563), [anon_sym_continue] = ACTIONS(563), [anon_sym_debugger] = ACTIONS(563), [anon_sym_return] = ACTIONS(563), [anon_sym_throw] = ACTIONS(563), [anon_sym_SEMI] = ACTIONS(561), [anon_sym_case] = ACTIONS(563), [anon_sym_yield] = ACTIONS(563), [anon_sym_LBRACK] = ACTIONS(561), [anon_sym_LTtemplate_GT] = ACTIONS(561), [anon_sym_LT] = ACTIONS(563), [anon_sym_GT] = ACTIONS(565), [anon_sym_SLASH] = ACTIONS(563), [anon_sym_DOT] = ACTIONS(565), [anon_sym_class] = ACTIONS(563), [anon_sym_async] = ACTIONS(563), [anon_sym_function] = ACTIONS(563), [sym_optional_chain] = ACTIONS(567), [anon_sym_new] = ACTIONS(563), [anon_sym_AMP_AMP] = ACTIONS(567), [anon_sym_PIPE_PIPE] = ACTIONS(567), [anon_sym_GT_GT] = ACTIONS(565), [anon_sym_GT_GT_GT] = ACTIONS(567), [anon_sym_LT_LT] = ACTIONS(567), [anon_sym_AMP] = ACTIONS(565), [anon_sym_CARET] = ACTIONS(567), [anon_sym_PIPE] = ACTIONS(565), [anon_sym_PLUS] = ACTIONS(563), [anon_sym_DASH] = ACTIONS(563), [anon_sym_PERCENT] = ACTIONS(567), [anon_sym_STAR_STAR] = ACTIONS(567), [anon_sym_LT_EQ] = ACTIONS(567), [anon_sym_EQ_EQ] = ACTIONS(565), [anon_sym_EQ_EQ_EQ] = ACTIONS(567), [anon_sym_BANG_EQ] = ACTIONS(565), [anon_sym_BANG_EQ_EQ] = ACTIONS(567), [anon_sym_GT_EQ] = ACTIONS(567), [anon_sym_QMARK_QMARK] = ACTIONS(567), [anon_sym_instanceof] = ACTIONS(565), [anon_sym_BANG] = ACTIONS(563), [anon_sym_TILDE] = ACTIONS(561), [anon_sym_typeof] = ACTIONS(563), [anon_sym_void] = ACTIONS(563), [anon_sym_delete] = ACTIONS(563), [anon_sym_PLUS_PLUS] = ACTIONS(561), [anon_sym_DASH_DASH] = ACTIONS(563), [anon_sym_DQUOTE] = ACTIONS(561), [anon_sym_SQUOTE] = ACTIONS(561), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(561), [sym_number] = ACTIONS(561), [sym_this] = ACTIONS(563), [sym_super] = ACTIONS(563), [sym_true] = ACTIONS(563), [sym_false] = ACTIONS(563), [sym_null] = ACTIONS(563), [sym_undefined] = ACTIONS(563), [anon_sym_AT] = ACTIONS(561), [anon_sym_static] = ACTIONS(563), [anon_sym_get] = ACTIONS(563), [anon_sym_set] = ACTIONS(563), [sym__automatic_semicolon] = ACTIONS(569), [sym__ternary_qmark] = ACTIONS(567), }, [67] = { [ts_builtin_sym_end] = ACTIONS(571), [sym_identifier] = ACTIONS(573), [anon_sym_export] = ACTIONS(573), [anon_sym_STAR] = ACTIONS(573), [anon_sym_default] = ACTIONS(573), [anon_sym_LBRACE] = ACTIONS(571), [anon_sym_COMMA] = ACTIONS(571), [anon_sym_RBRACE] = ACTIONS(571), [anon_sym_import] = ACTIONS(573), [anon_sym_var] = ACTIONS(573), [anon_sym_let] = ACTIONS(573), [anon_sym_const] = ACTIONS(573), [anon_sym_else] = ACTIONS(573), [anon_sym_if] = ACTIONS(573), [anon_sym_switch] = ACTIONS(573), [anon_sym_for] = ACTIONS(573), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_await] = ACTIONS(573), [anon_sym_in] = ACTIONS(573), [anon_sym_while] = ACTIONS(573), [anon_sym_do] = ACTIONS(573), [anon_sym_try] = ACTIONS(573), [anon_sym_with] = ACTIONS(573), [anon_sym_break] = ACTIONS(573), [anon_sym_continue] = ACTIONS(573), [anon_sym_debugger] = ACTIONS(573), [anon_sym_return] = ACTIONS(573), [anon_sym_throw] = ACTIONS(573), [anon_sym_SEMI] = ACTIONS(571), [anon_sym_case] = ACTIONS(573), [anon_sym_yield] = ACTIONS(573), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LTtemplate_GT] = ACTIONS(571), [anon_sym_LT] = ACTIONS(573), [anon_sym_GT] = ACTIONS(573), [anon_sym_SLASH] = ACTIONS(573), [anon_sym_DOT] = ACTIONS(573), [anon_sym_class] = ACTIONS(573), [anon_sym_async] = ACTIONS(573), [anon_sym_function] = ACTIONS(573), [sym_optional_chain] = ACTIONS(571), [anon_sym_new] = ACTIONS(573), [anon_sym_AMP_AMP] = ACTIONS(571), [anon_sym_PIPE_PIPE] = ACTIONS(571), [anon_sym_GT_GT] = ACTIONS(573), [anon_sym_GT_GT_GT] = ACTIONS(571), [anon_sym_LT_LT] = ACTIONS(571), [anon_sym_AMP] = ACTIONS(573), [anon_sym_CARET] = ACTIONS(571), [anon_sym_PIPE] = ACTIONS(573), [anon_sym_PLUS] = ACTIONS(573), [anon_sym_DASH] = ACTIONS(573), [anon_sym_PERCENT] = ACTIONS(571), [anon_sym_STAR_STAR] = ACTIONS(571), [anon_sym_LT_EQ] = ACTIONS(571), [anon_sym_EQ_EQ] = ACTIONS(573), [anon_sym_EQ_EQ_EQ] = ACTIONS(571), [anon_sym_BANG_EQ] = ACTIONS(573), [anon_sym_BANG_EQ_EQ] = ACTIONS(571), [anon_sym_GT_EQ] = ACTIONS(571), [anon_sym_QMARK_QMARK] = ACTIONS(571), [anon_sym_instanceof] = ACTIONS(573), [anon_sym_BANG] = ACTIONS(573), [anon_sym_TILDE] = ACTIONS(571), [anon_sym_typeof] = ACTIONS(573), [anon_sym_void] = ACTIONS(573), [anon_sym_delete] = ACTIONS(573), [anon_sym_PLUS_PLUS] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(573), [anon_sym_DQUOTE] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(571), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(571), [sym_number] = ACTIONS(571), [sym_this] = ACTIONS(573), [sym_super] = ACTIONS(573), [sym_true] = ACTIONS(573), [sym_false] = ACTIONS(573), [sym_null] = ACTIONS(573), [sym_undefined] = ACTIONS(573), [anon_sym_AT] = ACTIONS(571), [anon_sym_static] = ACTIONS(573), [anon_sym_get] = ACTIONS(573), [anon_sym_set] = ACTIONS(573), [sym__automatic_semicolon] = ACTIONS(571), [sym__ternary_qmark] = ACTIONS(571), }, [68] = { [ts_builtin_sym_end] = ACTIONS(575), [sym_identifier] = ACTIONS(577), [anon_sym_export] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(579), [anon_sym_default] = ACTIONS(577), [anon_sym_LBRACE] = ACTIONS(575), [anon_sym_COMMA] = ACTIONS(581), [anon_sym_RBRACE] = ACTIONS(575), [anon_sym_import] = ACTIONS(577), [anon_sym_var] = ACTIONS(577), [anon_sym_let] = ACTIONS(577), [anon_sym_const] = ACTIONS(577), [anon_sym_else] = ACTIONS(577), [anon_sym_if] = ACTIONS(577), [anon_sym_switch] = ACTIONS(577), [anon_sym_for] = ACTIONS(577), [anon_sym_LPAREN] = ACTIONS(575), [anon_sym_await] = ACTIONS(577), [anon_sym_in] = ACTIONS(579), [anon_sym_while] = ACTIONS(577), [anon_sym_do] = ACTIONS(577), [anon_sym_try] = ACTIONS(577), [anon_sym_with] = ACTIONS(577), [anon_sym_break] = ACTIONS(577), [anon_sym_continue] = ACTIONS(577), [anon_sym_debugger] = ACTIONS(577), [anon_sym_return] = ACTIONS(577), [anon_sym_throw] = ACTIONS(577), [anon_sym_SEMI] = ACTIONS(575), [anon_sym_case] = ACTIONS(577), [anon_sym_yield] = ACTIONS(577), [anon_sym_LBRACK] = ACTIONS(575), [anon_sym_LTtemplate_GT] = ACTIONS(575), [anon_sym_LT] = ACTIONS(577), [anon_sym_GT] = ACTIONS(579), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_DOT] = ACTIONS(579), [anon_sym_class] = ACTIONS(577), [anon_sym_async] = ACTIONS(577), [anon_sym_function] = ACTIONS(577), [sym_optional_chain] = ACTIONS(581), [anon_sym_new] = ACTIONS(577), [anon_sym_AMP_AMP] = ACTIONS(581), [anon_sym_PIPE_PIPE] = ACTIONS(581), [anon_sym_GT_GT] = ACTIONS(579), [anon_sym_GT_GT_GT] = ACTIONS(581), [anon_sym_LT_LT] = ACTIONS(581), [anon_sym_AMP] = ACTIONS(579), [anon_sym_CARET] = ACTIONS(581), [anon_sym_PIPE] = ACTIONS(579), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_DASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(581), [anon_sym_STAR_STAR] = ACTIONS(581), [anon_sym_LT_EQ] = ACTIONS(581), [anon_sym_EQ_EQ] = ACTIONS(579), [anon_sym_EQ_EQ_EQ] = ACTIONS(581), [anon_sym_BANG_EQ] = ACTIONS(579), [anon_sym_BANG_EQ_EQ] = ACTIONS(581), [anon_sym_GT_EQ] = ACTIONS(581), [anon_sym_QMARK_QMARK] = ACTIONS(581), [anon_sym_instanceof] = ACTIONS(579), [anon_sym_BANG] = ACTIONS(577), [anon_sym_TILDE] = ACTIONS(575), [anon_sym_typeof] = ACTIONS(577), [anon_sym_void] = ACTIONS(577), [anon_sym_delete] = ACTIONS(577), [anon_sym_PLUS_PLUS] = ACTIONS(575), [anon_sym_DASH_DASH] = ACTIONS(577), [anon_sym_DQUOTE] = ACTIONS(575), [anon_sym_SQUOTE] = ACTIONS(575), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(575), [sym_number] = ACTIONS(575), [sym_this] = ACTIONS(577), [sym_super] = ACTIONS(577), [sym_true] = ACTIONS(577), [sym_false] = ACTIONS(577), [sym_null] = ACTIONS(577), [sym_undefined] = ACTIONS(577), [anon_sym_AT] = ACTIONS(575), [anon_sym_static] = ACTIONS(577), [anon_sym_get] = ACTIONS(577), [anon_sym_set] = ACTIONS(577), [sym__automatic_semicolon] = ACTIONS(583), [sym__ternary_qmark] = ACTIONS(581), }, [69] = { [ts_builtin_sym_end] = ACTIONS(585), [sym_identifier] = ACTIONS(587), [anon_sym_export] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(587), [anon_sym_default] = ACTIONS(587), [anon_sym_LBRACE] = ACTIONS(585), [anon_sym_COMMA] = ACTIONS(585), [anon_sym_RBRACE] = ACTIONS(585), [anon_sym_import] = ACTIONS(587), [anon_sym_var] = ACTIONS(587), [anon_sym_let] = ACTIONS(587), [anon_sym_const] = ACTIONS(587), [anon_sym_else] = ACTIONS(587), [anon_sym_if] = ACTIONS(587), [anon_sym_switch] = ACTIONS(587), [anon_sym_for] = ACTIONS(587), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_await] = ACTIONS(587), [anon_sym_in] = ACTIONS(587), [anon_sym_while] = ACTIONS(587), [anon_sym_do] = ACTIONS(587), [anon_sym_try] = ACTIONS(587), [anon_sym_with] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_continue] = ACTIONS(587), [anon_sym_debugger] = ACTIONS(587), [anon_sym_return] = ACTIONS(587), [anon_sym_throw] = ACTIONS(587), [anon_sym_SEMI] = ACTIONS(585), [anon_sym_case] = ACTIONS(587), [anon_sym_yield] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_LTtemplate_GT] = ACTIONS(585), [anon_sym_LT] = ACTIONS(587), [anon_sym_GT] = ACTIONS(587), [anon_sym_SLASH] = ACTIONS(587), [anon_sym_DOT] = ACTIONS(587), [anon_sym_class] = ACTIONS(587), [anon_sym_async] = ACTIONS(587), [anon_sym_function] = ACTIONS(587), [sym_optional_chain] = ACTIONS(585), [anon_sym_new] = ACTIONS(587), [anon_sym_AMP_AMP] = ACTIONS(585), [anon_sym_PIPE_PIPE] = ACTIONS(585), [anon_sym_GT_GT] = ACTIONS(587), [anon_sym_GT_GT_GT] = ACTIONS(585), [anon_sym_LT_LT] = ACTIONS(585), [anon_sym_AMP] = ACTIONS(587), [anon_sym_CARET] = ACTIONS(585), [anon_sym_PIPE] = ACTIONS(587), [anon_sym_PLUS] = ACTIONS(587), [anon_sym_DASH] = ACTIONS(587), [anon_sym_PERCENT] = ACTIONS(585), [anon_sym_STAR_STAR] = ACTIONS(585), [anon_sym_LT_EQ] = ACTIONS(585), [anon_sym_EQ_EQ] = ACTIONS(587), [anon_sym_EQ_EQ_EQ] = ACTIONS(585), [anon_sym_BANG_EQ] = ACTIONS(587), [anon_sym_BANG_EQ_EQ] = ACTIONS(585), [anon_sym_GT_EQ] = ACTIONS(585), [anon_sym_QMARK_QMARK] = ACTIONS(585), [anon_sym_instanceof] = ACTIONS(587), [anon_sym_BANG] = ACTIONS(587), [anon_sym_TILDE] = ACTIONS(585), [anon_sym_typeof] = ACTIONS(587), [anon_sym_void] = ACTIONS(587), [anon_sym_delete] = ACTIONS(587), [anon_sym_PLUS_PLUS] = ACTIONS(585), [anon_sym_DASH_DASH] = ACTIONS(587), [anon_sym_DQUOTE] = ACTIONS(585), [anon_sym_SQUOTE] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(585), [sym_number] = ACTIONS(585), [sym_this] = ACTIONS(587), [sym_super] = ACTIONS(587), [sym_true] = ACTIONS(587), [sym_false] = ACTIONS(587), [sym_null] = ACTIONS(587), [sym_undefined] = ACTIONS(587), [anon_sym_AT] = ACTIONS(585), [anon_sym_static] = ACTIONS(587), [anon_sym_get] = ACTIONS(587), [anon_sym_set] = ACTIONS(587), [sym__automatic_semicolon] = ACTIONS(589), [sym__ternary_qmark] = ACTIONS(585), }, [70] = { [ts_builtin_sym_end] = ACTIONS(591), [sym_identifier] = ACTIONS(593), [anon_sym_export] = ACTIONS(593), [anon_sym_STAR] = ACTIONS(595), [anon_sym_default] = ACTIONS(593), [anon_sym_LBRACE] = ACTIONS(591), [anon_sym_COMMA] = ACTIONS(597), [anon_sym_RBRACE] = ACTIONS(591), [anon_sym_import] = ACTIONS(593), [anon_sym_var] = ACTIONS(593), [anon_sym_let] = ACTIONS(593), [anon_sym_const] = ACTIONS(593), [anon_sym_else] = ACTIONS(593), [anon_sym_if] = ACTIONS(593), [anon_sym_switch] = ACTIONS(593), [anon_sym_for] = ACTIONS(593), [anon_sym_LPAREN] = ACTIONS(591), [anon_sym_await] = ACTIONS(593), [anon_sym_in] = ACTIONS(595), [anon_sym_while] = ACTIONS(593), [anon_sym_do] = ACTIONS(593), [anon_sym_try] = ACTIONS(593), [anon_sym_with] = ACTIONS(593), [anon_sym_break] = ACTIONS(593), [anon_sym_continue] = ACTIONS(593), [anon_sym_debugger] = ACTIONS(593), [anon_sym_return] = ACTIONS(593), [anon_sym_throw] = ACTIONS(593), [anon_sym_SEMI] = ACTIONS(591), [anon_sym_case] = ACTIONS(593), [anon_sym_yield] = ACTIONS(593), [anon_sym_LBRACK] = ACTIONS(591), [anon_sym_LTtemplate_GT] = ACTIONS(591), [anon_sym_LT] = ACTIONS(593), [anon_sym_GT] = ACTIONS(595), [anon_sym_SLASH] = ACTIONS(593), [anon_sym_DOT] = ACTIONS(595), [anon_sym_class] = ACTIONS(593), [anon_sym_async] = ACTIONS(593), [anon_sym_function] = ACTIONS(593), [sym_optional_chain] = ACTIONS(597), [anon_sym_new] = ACTIONS(593), [anon_sym_AMP_AMP] = ACTIONS(597), [anon_sym_PIPE_PIPE] = ACTIONS(597), [anon_sym_GT_GT] = ACTIONS(595), [anon_sym_GT_GT_GT] = ACTIONS(597), [anon_sym_LT_LT] = ACTIONS(597), [anon_sym_AMP] = ACTIONS(595), [anon_sym_CARET] = ACTIONS(597), [anon_sym_PIPE] = ACTIONS(595), [anon_sym_PLUS] = ACTIONS(593), [anon_sym_DASH] = ACTIONS(593), [anon_sym_PERCENT] = ACTIONS(597), [anon_sym_STAR_STAR] = ACTIONS(597), [anon_sym_LT_EQ] = ACTIONS(597), [anon_sym_EQ_EQ] = ACTIONS(595), [anon_sym_EQ_EQ_EQ] = ACTIONS(597), [anon_sym_BANG_EQ] = ACTIONS(595), [anon_sym_BANG_EQ_EQ] = ACTIONS(597), [anon_sym_GT_EQ] = ACTIONS(597), [anon_sym_QMARK_QMARK] = ACTIONS(597), [anon_sym_instanceof] = ACTIONS(595), [anon_sym_BANG] = ACTIONS(593), [anon_sym_TILDE] = ACTIONS(591), [anon_sym_typeof] = ACTIONS(593), [anon_sym_void] = ACTIONS(593), [anon_sym_delete] = ACTIONS(593), [anon_sym_PLUS_PLUS] = ACTIONS(591), [anon_sym_DASH_DASH] = ACTIONS(593), [anon_sym_DQUOTE] = ACTIONS(591), [anon_sym_SQUOTE] = ACTIONS(591), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(591), [sym_number] = ACTIONS(591), [sym_this] = ACTIONS(593), [sym_super] = ACTIONS(593), [sym_true] = ACTIONS(593), [sym_false] = ACTIONS(593), [sym_null] = ACTIONS(593), [sym_undefined] = ACTIONS(593), [anon_sym_AT] = ACTIONS(591), [anon_sym_static] = ACTIONS(593), [anon_sym_get] = ACTIONS(593), [anon_sym_set] = ACTIONS(593), [sym__automatic_semicolon] = ACTIONS(599), [sym__ternary_qmark] = ACTIONS(597), }, [71] = { [ts_builtin_sym_end] = ACTIONS(601), [sym_identifier] = ACTIONS(603), [anon_sym_export] = ACTIONS(603), [anon_sym_STAR] = ACTIONS(605), [anon_sym_default] = ACTIONS(603), [anon_sym_LBRACE] = ACTIONS(601), [anon_sym_COMMA] = ACTIONS(607), [anon_sym_RBRACE] = ACTIONS(601), [anon_sym_import] = ACTIONS(603), [anon_sym_var] = ACTIONS(603), [anon_sym_let] = ACTIONS(603), [anon_sym_const] = ACTIONS(603), [anon_sym_else] = ACTIONS(603), [anon_sym_if] = ACTIONS(603), [anon_sym_switch] = ACTIONS(603), [anon_sym_for] = ACTIONS(603), [anon_sym_LPAREN] = ACTIONS(601), [anon_sym_await] = ACTIONS(603), [anon_sym_in] = ACTIONS(605), [anon_sym_while] = ACTIONS(603), [anon_sym_do] = ACTIONS(603), [anon_sym_try] = ACTIONS(603), [anon_sym_with] = ACTIONS(603), [anon_sym_break] = ACTIONS(603), [anon_sym_continue] = ACTIONS(603), [anon_sym_debugger] = ACTIONS(603), [anon_sym_return] = ACTIONS(603), [anon_sym_throw] = ACTIONS(603), [anon_sym_SEMI] = ACTIONS(601), [anon_sym_case] = ACTIONS(603), [anon_sym_yield] = ACTIONS(603), [anon_sym_LBRACK] = ACTIONS(601), [anon_sym_LTtemplate_GT] = ACTIONS(601), [anon_sym_LT] = ACTIONS(603), [anon_sym_GT] = ACTIONS(605), [anon_sym_SLASH] = ACTIONS(603), [anon_sym_DOT] = ACTIONS(605), [anon_sym_class] = ACTIONS(603), [anon_sym_async] = ACTIONS(603), [anon_sym_function] = ACTIONS(603), [sym_optional_chain] = ACTIONS(607), [anon_sym_new] = ACTIONS(603), [anon_sym_AMP_AMP] = ACTIONS(607), [anon_sym_PIPE_PIPE] = ACTIONS(607), [anon_sym_GT_GT] = ACTIONS(605), [anon_sym_GT_GT_GT] = ACTIONS(607), [anon_sym_LT_LT] = ACTIONS(607), [anon_sym_AMP] = ACTIONS(605), [anon_sym_CARET] = ACTIONS(607), [anon_sym_PIPE] = ACTIONS(605), [anon_sym_PLUS] = ACTIONS(603), [anon_sym_DASH] = ACTIONS(603), [anon_sym_PERCENT] = ACTIONS(607), [anon_sym_STAR_STAR] = ACTIONS(607), [anon_sym_LT_EQ] = ACTIONS(607), [anon_sym_EQ_EQ] = ACTIONS(605), [anon_sym_EQ_EQ_EQ] = ACTIONS(607), [anon_sym_BANG_EQ] = ACTIONS(605), [anon_sym_BANG_EQ_EQ] = ACTIONS(607), [anon_sym_GT_EQ] = ACTIONS(607), [anon_sym_QMARK_QMARK] = ACTIONS(607), [anon_sym_instanceof] = ACTIONS(605), [anon_sym_BANG] = ACTIONS(603), [anon_sym_TILDE] = ACTIONS(601), [anon_sym_typeof] = ACTIONS(603), [anon_sym_void] = ACTIONS(603), [anon_sym_delete] = ACTIONS(603), [anon_sym_PLUS_PLUS] = ACTIONS(601), [anon_sym_DASH_DASH] = ACTIONS(603), [anon_sym_DQUOTE] = ACTIONS(601), [anon_sym_SQUOTE] = ACTIONS(601), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(601), [sym_number] = ACTIONS(601), [sym_this] = ACTIONS(603), [sym_super] = ACTIONS(603), [sym_true] = ACTIONS(603), [sym_false] = ACTIONS(603), [sym_null] = ACTIONS(603), [sym_undefined] = ACTIONS(603), [anon_sym_AT] = ACTIONS(601), [anon_sym_static] = ACTIONS(603), [anon_sym_get] = ACTIONS(603), [anon_sym_set] = ACTIONS(603), [sym__automatic_semicolon] = ACTIONS(609), [sym__ternary_qmark] = ACTIONS(607), }, [72] = { [ts_builtin_sym_end] = ACTIONS(611), [sym_identifier] = ACTIONS(613), [anon_sym_export] = ACTIONS(613), [anon_sym_STAR] = ACTIONS(615), [anon_sym_default] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(611), [anon_sym_COMMA] = ACTIONS(617), [anon_sym_RBRACE] = ACTIONS(611), [anon_sym_import] = ACTIONS(613), [anon_sym_var] = ACTIONS(613), [anon_sym_let] = ACTIONS(613), [anon_sym_const] = ACTIONS(613), [anon_sym_else] = ACTIONS(613), [anon_sym_if] = ACTIONS(613), [anon_sym_switch] = ACTIONS(613), [anon_sym_for] = ACTIONS(613), [anon_sym_LPAREN] = ACTIONS(611), [anon_sym_await] = ACTIONS(613), [anon_sym_in] = ACTIONS(615), [anon_sym_while] = ACTIONS(613), [anon_sym_do] = ACTIONS(613), [anon_sym_try] = ACTIONS(613), [anon_sym_with] = ACTIONS(613), [anon_sym_break] = ACTIONS(613), [anon_sym_continue] = ACTIONS(613), [anon_sym_debugger] = ACTIONS(613), [anon_sym_return] = ACTIONS(613), [anon_sym_throw] = ACTIONS(613), [anon_sym_SEMI] = ACTIONS(611), [anon_sym_case] = ACTIONS(613), [anon_sym_yield] = ACTIONS(613), [anon_sym_LBRACK] = ACTIONS(611), [anon_sym_LTtemplate_GT] = ACTIONS(611), [anon_sym_LT] = ACTIONS(613), [anon_sym_GT] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(613), [anon_sym_DOT] = ACTIONS(615), [anon_sym_class] = ACTIONS(613), [anon_sym_async] = ACTIONS(613), [anon_sym_function] = ACTIONS(613), [sym_optional_chain] = ACTIONS(617), [anon_sym_new] = ACTIONS(613), [anon_sym_AMP_AMP] = ACTIONS(617), [anon_sym_PIPE_PIPE] = ACTIONS(617), [anon_sym_GT_GT] = ACTIONS(615), [anon_sym_GT_GT_GT] = ACTIONS(617), [anon_sym_LT_LT] = ACTIONS(617), [anon_sym_AMP] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(617), [anon_sym_PIPE] = ACTIONS(615), [anon_sym_PLUS] = ACTIONS(613), [anon_sym_DASH] = ACTIONS(613), [anon_sym_PERCENT] = ACTIONS(617), [anon_sym_STAR_STAR] = ACTIONS(617), [anon_sym_LT_EQ] = ACTIONS(617), [anon_sym_EQ_EQ] = ACTIONS(615), [anon_sym_EQ_EQ_EQ] = ACTIONS(617), [anon_sym_BANG_EQ] = ACTIONS(615), [anon_sym_BANG_EQ_EQ] = ACTIONS(617), [anon_sym_GT_EQ] = ACTIONS(617), [anon_sym_QMARK_QMARK] = ACTIONS(617), [anon_sym_instanceof] = ACTIONS(615), [anon_sym_BANG] = ACTIONS(613), [anon_sym_TILDE] = ACTIONS(611), [anon_sym_typeof] = ACTIONS(613), [anon_sym_void] = ACTIONS(613), [anon_sym_delete] = ACTIONS(613), [anon_sym_PLUS_PLUS] = ACTIONS(611), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_DQUOTE] = ACTIONS(611), [anon_sym_SQUOTE] = ACTIONS(611), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(611), [sym_number] = ACTIONS(611), [sym_this] = ACTIONS(613), [sym_super] = ACTIONS(613), [sym_true] = ACTIONS(613), [sym_false] = ACTIONS(613), [sym_null] = ACTIONS(613), [sym_undefined] = ACTIONS(613), [anon_sym_AT] = ACTIONS(611), [anon_sym_static] = ACTIONS(613), [anon_sym_get] = ACTIONS(613), [anon_sym_set] = ACTIONS(613), [sym__automatic_semicolon] = ACTIONS(619), [sym__ternary_qmark] = ACTIONS(617), }, [73] = { [ts_builtin_sym_end] = ACTIONS(529), [sym_identifier] = ACTIONS(531), [anon_sym_export] = ACTIONS(531), [anon_sym_STAR] = ACTIONS(531), [anon_sym_default] = ACTIONS(531), [anon_sym_LBRACE] = ACTIONS(529), [anon_sym_COMMA] = ACTIONS(529), [anon_sym_RBRACE] = ACTIONS(529), [anon_sym_import] = ACTIONS(531), [anon_sym_var] = ACTIONS(531), [anon_sym_let] = ACTIONS(531), [anon_sym_const] = ACTIONS(531), [anon_sym_else] = ACTIONS(531), [anon_sym_if] = ACTIONS(531), [anon_sym_switch] = ACTIONS(531), [anon_sym_for] = ACTIONS(531), [anon_sym_LPAREN] = ACTIONS(529), [anon_sym_await] = ACTIONS(531), [anon_sym_in] = ACTIONS(531), [anon_sym_while] = ACTIONS(531), [anon_sym_do] = ACTIONS(531), [anon_sym_try] = ACTIONS(531), [anon_sym_with] = ACTIONS(531), [anon_sym_break] = ACTIONS(531), [anon_sym_continue] = ACTIONS(531), [anon_sym_debugger] = ACTIONS(531), [anon_sym_return] = ACTIONS(531), [anon_sym_throw] = ACTIONS(531), [anon_sym_SEMI] = ACTIONS(529), [anon_sym_case] = ACTIONS(531), [anon_sym_yield] = ACTIONS(531), [anon_sym_LBRACK] = ACTIONS(529), [anon_sym_LTtemplate_GT] = ACTIONS(529), [anon_sym_LT] = ACTIONS(531), [anon_sym_GT] = ACTIONS(531), [anon_sym_SLASH] = ACTIONS(531), [anon_sym_DOT] = ACTIONS(531), [anon_sym_class] = ACTIONS(531), [anon_sym_async] = ACTIONS(531), [anon_sym_function] = ACTIONS(531), [sym_optional_chain] = ACTIONS(529), [anon_sym_new] = ACTIONS(531), [anon_sym_AMP_AMP] = ACTIONS(529), [anon_sym_PIPE_PIPE] = ACTIONS(529), [anon_sym_GT_GT] = ACTIONS(531), [anon_sym_GT_GT_GT] = ACTIONS(529), [anon_sym_LT_LT] = ACTIONS(529), [anon_sym_AMP] = ACTIONS(531), [anon_sym_CARET] = ACTIONS(529), [anon_sym_PIPE] = ACTIONS(531), [anon_sym_PLUS] = ACTIONS(531), [anon_sym_DASH] = ACTIONS(531), [anon_sym_PERCENT] = ACTIONS(529), [anon_sym_STAR_STAR] = ACTIONS(529), [anon_sym_LT_EQ] = ACTIONS(529), [anon_sym_EQ_EQ] = ACTIONS(531), [anon_sym_EQ_EQ_EQ] = ACTIONS(529), [anon_sym_BANG_EQ] = ACTIONS(531), [anon_sym_BANG_EQ_EQ] = ACTIONS(529), [anon_sym_GT_EQ] = ACTIONS(529), [anon_sym_QMARK_QMARK] = ACTIONS(529), [anon_sym_instanceof] = ACTIONS(531), [anon_sym_BANG] = ACTIONS(531), [anon_sym_TILDE] = ACTIONS(529), [anon_sym_typeof] = ACTIONS(531), [anon_sym_void] = ACTIONS(531), [anon_sym_delete] = ACTIONS(531), [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(531), [anon_sym_DQUOTE] = ACTIONS(529), [anon_sym_SQUOTE] = ACTIONS(529), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(529), [sym_number] = ACTIONS(529), [sym_this] = ACTIONS(531), [sym_super] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), [sym_null] = ACTIONS(531), [sym_undefined] = ACTIONS(531), [anon_sym_AT] = ACTIONS(529), [anon_sym_static] = ACTIONS(531), [anon_sym_get] = ACTIONS(531), [anon_sym_set] = ACTIONS(531), [sym__automatic_semicolon] = ACTIONS(621), [sym__ternary_qmark] = ACTIONS(529), }, [74] = { [ts_builtin_sym_end] = ACTIONS(623), [sym_identifier] = ACTIONS(625), [anon_sym_export] = ACTIONS(625), [anon_sym_STAR] = ACTIONS(625), [anon_sym_default] = ACTIONS(625), [anon_sym_LBRACE] = ACTIONS(623), [anon_sym_COMMA] = ACTIONS(623), [anon_sym_RBRACE] = ACTIONS(623), [anon_sym_import] = ACTIONS(625), [anon_sym_var] = ACTIONS(625), [anon_sym_let] = ACTIONS(625), [anon_sym_const] = ACTIONS(625), [anon_sym_else] = ACTIONS(625), [anon_sym_if] = ACTIONS(625), [anon_sym_switch] = ACTIONS(625), [anon_sym_for] = ACTIONS(625), [anon_sym_LPAREN] = ACTIONS(623), [anon_sym_await] = ACTIONS(625), [anon_sym_in] = ACTIONS(625), [anon_sym_while] = ACTIONS(625), [anon_sym_do] = ACTIONS(625), [anon_sym_try] = ACTIONS(625), [anon_sym_with] = ACTIONS(625), [anon_sym_break] = ACTIONS(625), [anon_sym_continue] = ACTIONS(625), [anon_sym_debugger] = ACTIONS(625), [anon_sym_return] = ACTIONS(625), [anon_sym_throw] = ACTIONS(625), [anon_sym_SEMI] = ACTIONS(623), [anon_sym_case] = ACTIONS(625), [anon_sym_yield] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_LTtemplate_GT] = ACTIONS(623), [anon_sym_LT] = ACTIONS(625), [anon_sym_GT] = ACTIONS(625), [anon_sym_SLASH] = ACTIONS(625), [anon_sym_DOT] = ACTIONS(625), [anon_sym_class] = ACTIONS(625), [anon_sym_async] = ACTIONS(625), [anon_sym_function] = ACTIONS(625), [sym_optional_chain] = ACTIONS(623), [anon_sym_new] = ACTIONS(625), [anon_sym_AMP_AMP] = ACTIONS(623), [anon_sym_PIPE_PIPE] = ACTIONS(623), [anon_sym_GT_GT] = ACTIONS(625), [anon_sym_GT_GT_GT] = ACTIONS(623), [anon_sym_LT_LT] = ACTIONS(623), [anon_sym_AMP] = ACTIONS(625), [anon_sym_CARET] = ACTIONS(623), [anon_sym_PIPE] = ACTIONS(625), [anon_sym_PLUS] = ACTIONS(625), [anon_sym_DASH] = ACTIONS(625), [anon_sym_PERCENT] = ACTIONS(623), [anon_sym_STAR_STAR] = ACTIONS(623), [anon_sym_LT_EQ] = ACTIONS(623), [anon_sym_EQ_EQ] = ACTIONS(625), [anon_sym_EQ_EQ_EQ] = ACTIONS(623), [anon_sym_BANG_EQ] = ACTIONS(625), [anon_sym_BANG_EQ_EQ] = ACTIONS(623), [anon_sym_GT_EQ] = ACTIONS(623), [anon_sym_QMARK_QMARK] = ACTIONS(623), [anon_sym_instanceof] = ACTIONS(625), [anon_sym_BANG] = ACTIONS(625), [anon_sym_TILDE] = ACTIONS(623), [anon_sym_typeof] = ACTIONS(625), [anon_sym_void] = ACTIONS(625), [anon_sym_delete] = ACTIONS(625), [anon_sym_PLUS_PLUS] = ACTIONS(623), [anon_sym_DASH_DASH] = ACTIONS(625), [anon_sym_DQUOTE] = ACTIONS(623), [anon_sym_SQUOTE] = ACTIONS(623), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(623), [sym_number] = ACTIONS(623), [sym_this] = ACTIONS(625), [sym_super] = ACTIONS(625), [sym_true] = ACTIONS(625), [sym_false] = ACTIONS(625), [sym_null] = ACTIONS(625), [sym_undefined] = ACTIONS(625), [anon_sym_AT] = ACTIONS(623), [anon_sym_static] = ACTIONS(625), [anon_sym_get] = ACTIONS(625), [anon_sym_set] = ACTIONS(625), [sym__automatic_semicolon] = ACTIONS(623), [sym__ternary_qmark] = ACTIONS(623), }, [75] = { [ts_builtin_sym_end] = ACTIONS(627), [sym_identifier] = ACTIONS(629), [anon_sym_export] = ACTIONS(629), [anon_sym_STAR] = ACTIONS(629), [anon_sym_default] = ACTIONS(629), [anon_sym_LBRACE] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_RBRACE] = ACTIONS(627), [anon_sym_import] = ACTIONS(629), [anon_sym_var] = ACTIONS(629), [anon_sym_let] = ACTIONS(629), [anon_sym_const] = ACTIONS(629), [anon_sym_else] = ACTIONS(629), [anon_sym_if] = ACTIONS(629), [anon_sym_switch] = ACTIONS(629), [anon_sym_for] = ACTIONS(629), [anon_sym_LPAREN] = ACTIONS(627), [anon_sym_await] = ACTIONS(629), [anon_sym_in] = ACTIONS(629), [anon_sym_while] = ACTIONS(629), [anon_sym_do] = ACTIONS(629), [anon_sym_try] = ACTIONS(629), [anon_sym_with] = ACTIONS(629), [anon_sym_break] = ACTIONS(629), [anon_sym_continue] = ACTIONS(629), [anon_sym_debugger] = ACTIONS(629), [anon_sym_return] = ACTIONS(629), [anon_sym_throw] = ACTIONS(629), [anon_sym_SEMI] = ACTIONS(627), [anon_sym_case] = ACTIONS(629), [anon_sym_yield] = ACTIONS(629), [anon_sym_LBRACK] = ACTIONS(627), [anon_sym_LTtemplate_GT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(629), [anon_sym_GT] = ACTIONS(629), [anon_sym_SLASH] = ACTIONS(629), [anon_sym_DOT] = ACTIONS(629), [anon_sym_class] = ACTIONS(629), [anon_sym_async] = ACTIONS(629), [anon_sym_function] = ACTIONS(629), [sym_optional_chain] = ACTIONS(627), [anon_sym_new] = ACTIONS(629), [anon_sym_AMP_AMP] = ACTIONS(627), [anon_sym_PIPE_PIPE] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(629), [anon_sym_GT_GT_GT] = ACTIONS(627), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_AMP] = ACTIONS(629), [anon_sym_CARET] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(629), [anon_sym_PLUS] = ACTIONS(629), [anon_sym_DASH] = ACTIONS(629), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_STAR_STAR] = ACTIONS(627), [anon_sym_LT_EQ] = ACTIONS(627), [anon_sym_EQ_EQ] = ACTIONS(629), [anon_sym_EQ_EQ_EQ] = ACTIONS(627), [anon_sym_BANG_EQ] = ACTIONS(629), [anon_sym_BANG_EQ_EQ] = ACTIONS(627), [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_QMARK_QMARK] = ACTIONS(627), [anon_sym_instanceof] = ACTIONS(629), [anon_sym_BANG] = ACTIONS(629), [anon_sym_TILDE] = ACTIONS(627), [anon_sym_typeof] = ACTIONS(629), [anon_sym_void] = ACTIONS(629), [anon_sym_delete] = ACTIONS(629), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(629), [anon_sym_DQUOTE] = ACTIONS(627), [anon_sym_SQUOTE] = ACTIONS(627), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(627), [sym_number] = ACTIONS(627), [sym_this] = ACTIONS(629), [sym_super] = ACTIONS(629), [sym_true] = ACTIONS(629), [sym_false] = ACTIONS(629), [sym_null] = ACTIONS(629), [sym_undefined] = ACTIONS(629), [anon_sym_AT] = ACTIONS(627), [anon_sym_static] = ACTIONS(629), [anon_sym_get] = ACTIONS(629), [anon_sym_set] = ACTIONS(629), [sym__automatic_semicolon] = ACTIONS(627), [sym__ternary_qmark] = ACTIONS(627), }, [76] = { [ts_builtin_sym_end] = ACTIONS(631), [sym_identifier] = ACTIONS(633), [anon_sym_export] = ACTIONS(633), [anon_sym_STAR] = ACTIONS(635), [anon_sym_default] = ACTIONS(633), [anon_sym_LBRACE] = ACTIONS(631), [anon_sym_COMMA] = ACTIONS(637), [anon_sym_RBRACE] = ACTIONS(631), [anon_sym_import] = ACTIONS(633), [anon_sym_var] = ACTIONS(633), [anon_sym_let] = ACTIONS(633), [anon_sym_const] = ACTIONS(633), [anon_sym_else] = ACTIONS(633), [anon_sym_if] = ACTIONS(633), [anon_sym_switch] = ACTIONS(633), [anon_sym_for] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(631), [anon_sym_await] = ACTIONS(633), [anon_sym_in] = ACTIONS(635), [anon_sym_while] = ACTIONS(633), [anon_sym_do] = ACTIONS(633), [anon_sym_try] = ACTIONS(633), [anon_sym_with] = ACTIONS(633), [anon_sym_break] = ACTIONS(633), [anon_sym_continue] = ACTIONS(633), [anon_sym_debugger] = ACTIONS(633), [anon_sym_return] = ACTIONS(633), [anon_sym_throw] = ACTIONS(633), [anon_sym_SEMI] = ACTIONS(631), [anon_sym_case] = ACTIONS(633), [anon_sym_yield] = ACTIONS(633), [anon_sym_LBRACK] = ACTIONS(631), [anon_sym_LTtemplate_GT] = ACTIONS(631), [anon_sym_LT] = ACTIONS(633), [anon_sym_GT] = ACTIONS(635), [anon_sym_SLASH] = ACTIONS(633), [anon_sym_DOT] = ACTIONS(635), [anon_sym_class] = ACTIONS(633), [anon_sym_async] = ACTIONS(633), [anon_sym_function] = ACTIONS(633), [sym_optional_chain] = ACTIONS(637), [anon_sym_new] = ACTIONS(633), [anon_sym_AMP_AMP] = ACTIONS(637), [anon_sym_PIPE_PIPE] = ACTIONS(637), [anon_sym_GT_GT] = ACTIONS(635), [anon_sym_GT_GT_GT] = ACTIONS(637), [anon_sym_LT_LT] = ACTIONS(637), [anon_sym_AMP] = ACTIONS(635), [anon_sym_CARET] = ACTIONS(637), [anon_sym_PIPE] = ACTIONS(635), [anon_sym_PLUS] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(633), [anon_sym_PERCENT] = ACTIONS(637), [anon_sym_STAR_STAR] = ACTIONS(637), [anon_sym_LT_EQ] = ACTIONS(637), [anon_sym_EQ_EQ] = ACTIONS(635), [anon_sym_EQ_EQ_EQ] = ACTIONS(637), [anon_sym_BANG_EQ] = ACTIONS(635), [anon_sym_BANG_EQ_EQ] = ACTIONS(637), [anon_sym_GT_EQ] = ACTIONS(637), [anon_sym_QMARK_QMARK] = ACTIONS(637), [anon_sym_instanceof] = ACTIONS(635), [anon_sym_BANG] = ACTIONS(633), [anon_sym_TILDE] = ACTIONS(631), [anon_sym_typeof] = ACTIONS(633), [anon_sym_void] = ACTIONS(633), [anon_sym_delete] = ACTIONS(633), [anon_sym_PLUS_PLUS] = ACTIONS(631), [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DQUOTE] = ACTIONS(631), [anon_sym_SQUOTE] = ACTIONS(631), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(631), [sym_number] = ACTIONS(631), [sym_this] = ACTIONS(633), [sym_super] = ACTIONS(633), [sym_true] = ACTIONS(633), [sym_false] = ACTIONS(633), [sym_null] = ACTIONS(633), [sym_undefined] = ACTIONS(633), [anon_sym_AT] = ACTIONS(631), [anon_sym_static] = ACTIONS(633), [anon_sym_get] = ACTIONS(633), [anon_sym_set] = ACTIONS(633), [sym__automatic_semicolon] = ACTIONS(639), [sym__ternary_qmark] = ACTIONS(637), }, [77] = { [ts_builtin_sym_end] = ACTIONS(585), [sym_identifier] = ACTIONS(587), [anon_sym_export] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(587), [anon_sym_default] = ACTIONS(587), [anon_sym_LBRACE] = ACTIONS(585), [anon_sym_COMMA] = ACTIONS(585), [anon_sym_RBRACE] = ACTIONS(585), [anon_sym_import] = ACTIONS(587), [anon_sym_var] = ACTIONS(587), [anon_sym_let] = ACTIONS(587), [anon_sym_const] = ACTIONS(587), [anon_sym_else] = ACTIONS(587), [anon_sym_if] = ACTIONS(587), [anon_sym_switch] = ACTIONS(587), [anon_sym_for] = ACTIONS(587), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_await] = ACTIONS(587), [anon_sym_in] = ACTIONS(587), [anon_sym_while] = ACTIONS(587), [anon_sym_do] = ACTIONS(587), [anon_sym_try] = ACTIONS(587), [anon_sym_with] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_continue] = ACTIONS(587), [anon_sym_debugger] = ACTIONS(587), [anon_sym_return] = ACTIONS(587), [anon_sym_throw] = ACTIONS(587), [anon_sym_SEMI] = ACTIONS(585), [anon_sym_case] = ACTIONS(587), [anon_sym_yield] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_LTtemplate_GT] = ACTIONS(585), [anon_sym_LT] = ACTIONS(587), [anon_sym_GT] = ACTIONS(587), [anon_sym_SLASH] = ACTIONS(587), [anon_sym_DOT] = ACTIONS(587), [anon_sym_class] = ACTIONS(587), [anon_sym_async] = ACTIONS(587), [anon_sym_function] = ACTIONS(587), [sym_optional_chain] = ACTIONS(585), [anon_sym_new] = ACTIONS(587), [anon_sym_AMP_AMP] = ACTIONS(585), [anon_sym_PIPE_PIPE] = ACTIONS(585), [anon_sym_GT_GT] = ACTIONS(587), [anon_sym_GT_GT_GT] = ACTIONS(585), [anon_sym_LT_LT] = ACTIONS(585), [anon_sym_AMP] = ACTIONS(587), [anon_sym_CARET] = ACTIONS(585), [anon_sym_PIPE] = ACTIONS(587), [anon_sym_PLUS] = ACTIONS(587), [anon_sym_DASH] = ACTIONS(587), [anon_sym_PERCENT] = ACTIONS(585), [anon_sym_STAR_STAR] = ACTIONS(585), [anon_sym_LT_EQ] = ACTIONS(585), [anon_sym_EQ_EQ] = ACTIONS(587), [anon_sym_EQ_EQ_EQ] = ACTIONS(585), [anon_sym_BANG_EQ] = ACTIONS(587), [anon_sym_BANG_EQ_EQ] = ACTIONS(585), [anon_sym_GT_EQ] = ACTIONS(585), [anon_sym_QMARK_QMARK] = ACTIONS(585), [anon_sym_instanceof] = ACTIONS(587), [anon_sym_BANG] = ACTIONS(587), [anon_sym_TILDE] = ACTIONS(585), [anon_sym_typeof] = ACTIONS(587), [anon_sym_void] = ACTIONS(587), [anon_sym_delete] = ACTIONS(587), [anon_sym_PLUS_PLUS] = ACTIONS(585), [anon_sym_DASH_DASH] = ACTIONS(587), [anon_sym_DQUOTE] = ACTIONS(585), [anon_sym_SQUOTE] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(585), [sym_number] = ACTIONS(585), [sym_this] = ACTIONS(587), [sym_super] = ACTIONS(587), [sym_true] = ACTIONS(587), [sym_false] = ACTIONS(587), [sym_null] = ACTIONS(587), [sym_undefined] = ACTIONS(587), [anon_sym_AT] = ACTIONS(585), [anon_sym_static] = ACTIONS(587), [anon_sym_get] = ACTIONS(587), [anon_sym_set] = ACTIONS(587), [sym__automatic_semicolon] = ACTIONS(585), [sym__ternary_qmark] = ACTIONS(585), }, [78] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(745), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1431), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_spread_element] = STATE(1278), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1280), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(641), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_RBRACK] = ACTIONS(641), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(107), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [79] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_COMMA] = ACTIONS(650), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_RBRACK] = ACTIONS(654), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [80] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1331), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1165), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_pattern_repeat1] = STATE(1324), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_COMMA] = ACTIONS(650), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_RBRACK] = ACTIONS(662), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [81] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(819), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1252), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(492), [sym_subscript_expression] = STATE(492), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1214), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_pattern_repeat1] = STATE(1272), [sym_identifier] = ACTIONS(664), [anon_sym_export] = ACTIONS(666), [anon_sym_LBRACE] = ACTIONS(668), [anon_sym_COMMA] = ACTIONS(650), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(670), [anon_sym_RBRACK] = ACTIONS(654), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(672), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(674), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(666), [anon_sym_get] = ACTIONS(666), [anon_sym_set] = ACTIONS(666), }, [82] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(804), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1244), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1546), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1228), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(676), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [83] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1431), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1280), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_COMMA] = ACTIONS(678), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_RBRACK] = ACTIONS(678), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [84] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(806), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1244), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1586), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1228), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(676), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [85] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1465), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1245), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(680), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [86] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(698), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1335), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1327), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_COMMA] = ACTIONS(682), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(684), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [87] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1465), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1245), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [88] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(711), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1321), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1322), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_COMMA] = ACTIONS(682), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [89] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(745), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1278), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_COMMA] = ACTIONS(692), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_RBRACK] = ACTIONS(692), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [90] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(690), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1294), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [aux_sym_array_repeat1] = STATE(1293), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_COMMA] = ACTIONS(682), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(694), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [91] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1244), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1228), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(676), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [92] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(774), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1140), [sym_assignment_pattern] = STATE(1413), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1140), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(485), [sym_subscript_expression] = STATE(485), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1140), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [sym_pattern] = STATE(1281), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(485), [anon_sym_export] = ACTIONS(487), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(493), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(495), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(487), [anon_sym_get] = ACTIONS(487), [anon_sym_set] = ACTIONS(487), }, [93] = { [sym_import] = STATE(735), [sym_expression_statement] = STATE(101), [sym_empty_statement] = STATE(101), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [94] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1413), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1281), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [95] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(785), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1614), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1614), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_RBRACE] = ACTIONS(696), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [96] = { [sym_import] = STATE(735), [sym_expression_statement] = STATE(102), [sym_empty_statement] = STATE(102), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(737), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1441), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_SEMI] = ACTIONS(49), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [97] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(796), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_spread_element] = STATE(1541), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1541), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_RBRACE] = ACTIONS(698), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [98] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1143), [sym_assignment_pattern] = STATE(1465), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1143), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(483), [sym_subscript_expression] = STATE(483), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1143), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [sym_pattern] = STATE(1245), [sym_rest_pattern] = STATE(1127), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(644), [anon_sym_export] = ACTIONS(646), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(656), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_DOT_DOT_DOT] = ACTIONS(658), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(660), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(646), [anon_sym_get] = ACTIONS(646), [anon_sym_set] = ACTIONS(646), }, [99] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(498), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1312), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1312), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(498), [sym_subscript_expression] = STATE(498), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1312), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(700), [anon_sym_export] = ACTIONS(702), [anon_sym_LBRACE] = ACTIONS(704), [anon_sym_import] = ACTIONS(345), [anon_sym_var] = ACTIONS(706), [anon_sym_let] = ACTIONS(708), [anon_sym_const] = ACTIONS(708), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(710), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(712), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(714), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(702), [anon_sym_get] = ACTIONS(702), [anon_sym_set] = ACTIONS(702), }, [100] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(712), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1452), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_SEMI] = ACTIONS(716), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), [sym__automatic_semicolon] = ACTIONS(716), }, [101] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(811), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1532), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(718), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [102] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(816), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1578), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_RPAREN] = ACTIONS(720), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [103] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(764), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(652), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [104] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(608), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(826), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [105] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(505), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(509), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(726), [anon_sym_export] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_DOT] = ACTIONS(730), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(732), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(728), [anon_sym_get] = ACTIONS(728), [anon_sym_set] = ACTIONS(728), }, [106] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(466), [sym_expression] = STATE(858), [sym_primary_expression] = STATE(670), [sym_yield_expression] = STATE(601), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(674), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(466), [sym_subscript_expression] = STATE(466), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(734), [anon_sym_export] = ACTIONS(736), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_DOT] = ACTIONS(738), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(740), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(742), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(736), [anon_sym_get] = ACTIONS(736), [anon_sym_set] = ACTIONS(736), }, [107] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(516), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(841), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [108] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(543), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(840), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [109] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(528), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(527), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [110] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(554), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(837), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [111] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(812), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1579), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [112] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(733), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(631), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [113] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(815), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1580), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [114] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(692), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(629), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [115] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(524), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(842), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [116] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(814), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1581), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [117] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(703), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1440), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [118] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(554), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(555), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [119] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(794), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1561), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [120] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(505), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(509), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(746), [anon_sym_export] = ACTIONS(748), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_DOT] = ACTIONS(730), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(750), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(748), [anon_sym_get] = ACTIONS(748), [anon_sym_set] = ACTIONS(748), }, [121] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(799), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1527), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [122] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(608), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(604), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [123] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(813), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1533), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [124] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(598), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1163), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [125] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(608), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(775), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [126] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(809), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1529), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [127] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(505), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(509), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_DOT] = ACTIONS(730), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [128] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(769), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1525), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [129] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(528), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(822), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [130] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(528), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(771), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [131] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(765), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(650), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [132] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(466), [sym_expression] = STATE(858), [sym_primary_expression] = STATE(670), [sym_yield_expression] = STATE(601), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(674), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(466), [sym_subscript_expression] = STATE(466), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(752), [anon_sym_export] = ACTIONS(754), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_DOT] = ACTIONS(738), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(756), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(742), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(754), [anon_sym_get] = ACTIONS(754), [anon_sym_set] = ACTIONS(754), }, [133] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(795), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1514), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [134] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(793), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1616), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [135] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(764), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(624), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [136] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(754), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(644), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [137] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(765), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(623), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [138] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(702), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_sequence_expression] = STATE(1353), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [139] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(704), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(656), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [140] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(754), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(619), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [141] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(543), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(544), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [142] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(803), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1621), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [143] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(516), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(517), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [144] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(792), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1543), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [145] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(733), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(664), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [146] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(554), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(805), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [147] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(543), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(802), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [148] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(797), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_sequence_expression] = STATE(1619), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [149] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(692), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(611), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [150] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(524), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(519), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(744), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [151] = { [sym_import] = STATE(735), [sym_statement_block] = STATE(704), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(659), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(722), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [152] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(516), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(801), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [153] = { [sym_import] = STATE(606), [sym_statement_block] = STATE(524), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(800), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(724), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [154] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(657), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [155] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(618), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1232), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1232), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(487), [sym_subscript_expression] = STATE(487), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1232), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(758), [anon_sym_export] = ACTIONS(760), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(762), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(764), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(760), [anon_sym_get] = ACTIONS(760), [anon_sym_set] = ACTIONS(760), }, [156] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(637), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [157] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(638), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [158] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(639), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [159] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(609), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [160] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(646), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [161] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(649), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [162] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(661), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [163] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(839), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [164] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(653), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [165] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(824), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [166] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(613), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [167] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(612), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [168] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(660), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [169] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(663), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [170] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(830), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [171] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(665), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [172] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(610), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [173] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(525), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [174] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(540), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [175] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(547), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [176] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(789), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [177] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(776), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [178] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(829), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [179] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(832), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [180] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(668), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [181] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(545), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [182] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(621), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [183] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(774), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [184] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(850), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [185] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(658), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [186] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(546), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [187] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(522), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [188] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(523), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [189] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(501), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [190] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(848), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [191] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(645), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [192] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(548), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [193] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(549), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [194] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(640), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [195] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(550), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [196] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(565), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [197] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(835), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [198] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(636), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [199] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(635), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [200] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(634), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [201] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(633), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [202] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(632), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [203] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(627), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [204] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(626), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [205] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(625), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [206] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(641), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [207] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(617), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [208] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(501), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [209] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(523), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [210] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(567), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [211] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(568), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [212] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(570), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [213] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(522), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [214] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(573), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [215] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(600), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [216] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(605), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [217] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(561), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [218] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(620), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [219] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(701), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [220] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(857), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1121), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1121), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(484), [sym_subscript_expression] = STATE(484), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1121), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(766), [anon_sym_export] = ACTIONS(768), [anon_sym_LBRACE] = ACTIONS(648), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(652), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(770), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(772), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(768), [anon_sym_get] = ACTIONS(768), [anon_sym_set] = ACTIONS(768), }, [221] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(847), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [222] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(846), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [223] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(845), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [224] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(530), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [225] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(502), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [226] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(504), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [227] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(818), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [228] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(853), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [229] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(654), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [230] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(851), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [231] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(844), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [232] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(628), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [233] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(843), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [234] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(817), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [235] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(618), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [236] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(836), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [237] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(642), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [238] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(852), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [239] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(501), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [240] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(833), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [241] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(831), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [242] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(828), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [243] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(547), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [244] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(482), [sym_expression] = STATE(615), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1530), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1530), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(482), [sym_subscript_expression] = STATE(482), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(975), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1530), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1531), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(405), [anon_sym_export] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(411), [anon_sym_yield] = ACTIONS(413), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(415), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(419), [anon_sym_PLUS] = ACTIONS(421), [anon_sym_DASH] = ACTIONS(421), [anon_sym_BANG] = ACTIONS(423), [anon_sym_TILDE] = ACTIONS(423), [anon_sym_typeof] = ACTIONS(421), [anon_sym_void] = ACTIONS(421), [anon_sym_delete] = ACTIONS(421), [anon_sym_PLUS_PLUS] = ACTIONS(425), [anon_sym_DASH_DASH] = ACTIONS(427), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(429), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(407), [anon_sym_get] = ACTIONS(407), [anon_sym_set] = ACTIONS(407), }, [245] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(807), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [246] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(825), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [247] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(584), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [248] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(675), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [249] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(823), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [250] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(821), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [251] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(672), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [252] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(442), [sym_expression] = STATE(819), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1575), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1575), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(442), [sym_subscript_expression] = STATE(442), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(964), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1575), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1551), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(335), [anon_sym_export] = ACTIONS(337), [anon_sym_LBRACE] = ACTIONS(341), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(349), [anon_sym_yield] = ACTIONS(353), [anon_sym_LBRACK] = ACTIONS(355), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(363), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(367), [anon_sym_PLUS] = ACTIONS(369), [anon_sym_DASH] = ACTIONS(369), [anon_sym_BANG] = ACTIONS(371), [anon_sym_TILDE] = ACTIONS(371), [anon_sym_typeof] = ACTIONS(369), [anon_sym_void] = ACTIONS(369), [anon_sym_delete] = ACTIONS(369), [anon_sym_PLUS_PLUS] = ACTIONS(373), [anon_sym_DASH_DASH] = ACTIONS(375), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(387), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(337), [anon_sym_get] = ACTIONS(337), [anon_sym_set] = ACTIONS(337), }, [253] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(504), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [254] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(798), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [255] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(502), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [256] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(791), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [257] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(790), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [258] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(788), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [259] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(787), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [260] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(786), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [261] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(784), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [262] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(783), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [263] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(770), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [264] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(782), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [265] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(781), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [266] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(780), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [267] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(779), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [268] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(777), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [269] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(502), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [270] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(772), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [271] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(499), [sym_expression] = STATE(504), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1625), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1625), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(499), [sym_subscript_expression] = STATE(499), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(967), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1625), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1600), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(431), [anon_sym_export] = ACTIONS(433), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(439), [anon_sym_yield] = ACTIONS(441), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(445), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(447), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_DASH] = ACTIONS(451), [anon_sym_BANG] = ACTIONS(453), [anon_sym_TILDE] = ACTIONS(453), [anon_sym_typeof] = ACTIONS(451), [anon_sym_void] = ACTIONS(451), [anon_sym_delete] = ACTIONS(451), [anon_sym_PLUS_PLUS] = ACTIONS(455), [anon_sym_DASH_DASH] = ACTIONS(457), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(459), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(433), [anon_sym_get] = ACTIONS(433), [anon_sym_set] = ACTIONS(433), }, [272] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(622), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [273] = { [sym_import] = STATE(735), [sym_parenthesized_expression] = STATE(478), [sym_expression] = STATE(673), [sym_primary_expression] = STATE(738), [sym_yield_expression] = STATE(739), [sym_object] = STATE(735), [sym_object_pattern] = STATE(1557), [sym_array] = STATE(735), [sym_array_pattern] = STATE(1557), [sym_glimmer_template] = STATE(739), [sym_glimmer_opening_tag] = STATE(1188), [sym_jsx_element] = STATE(739), [sym_jsx_fragment] = STATE(739), [sym_jsx_opening_element] = STATE(1005), [sym_jsx_self_closing_element] = STATE(739), [sym_class] = STATE(735), [sym_function] = STATE(735), [sym_generator_function] = STATE(735), [sym_arrow_function] = STATE(735), [sym_call_expression] = STATE(735), [sym_new_expression] = STATE(739), [sym_await_expression] = STATE(739), [sym_member_expression] = STATE(478), [sym_subscript_expression] = STATE(478), [sym_assignment_expression] = STATE(739), [sym__augmented_assignment_lhs] = STATE(972), [sym_augmented_assignment_expression] = STATE(739), [sym__destructuring_pattern] = STATE(1557), [sym_ternary_expression] = STATE(739), [sym_binary_expression] = STATE(739), [sym_unary_expression] = STATE(739), [sym_update_expression] = STATE(739), [sym_string] = STATE(735), [sym_template_string] = STATE(735), [sym_regex] = STATE(735), [sym_meta_property] = STATE(735), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1554), [aux_sym_export_statement_repeat1] = STATE(1205), [sym_identifier] = ACTIONS(389), [anon_sym_export] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_import] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_await] = ACTIONS(29), [anon_sym_yield] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(57), [anon_sym_SLASH] = ACTIONS(59), [anon_sym_class] = ACTIONS(399), [anon_sym_async] = ACTIONS(401), [anon_sym_function] = ACTIONS(403), [anon_sym_new] = ACTIONS(67), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), [anon_sym_BANG] = ACTIONS(71), [anon_sym_TILDE] = ACTIONS(71), [anon_sym_typeof] = ACTIONS(69), [anon_sym_void] = ACTIONS(69), [anon_sym_delete] = ACTIONS(69), [anon_sym_PLUS_PLUS] = ACTIONS(73), [anon_sym_DASH_DASH] = ACTIONS(75), [anon_sym_DQUOTE] = ACTIONS(77), [anon_sym_SQUOTE] = ACTIONS(79), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(81), [sym_number] = ACTIONS(83), [sym_this] = ACTIONS(85), [sym_super] = ACTIONS(85), [sym_true] = ACTIONS(85), [sym_false] = ACTIONS(85), [sym_null] = ACTIONS(85), [sym_undefined] = ACTIONS(87), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(391), [anon_sym_get] = ACTIONS(391), [anon_sym_set] = ACTIONS(391), }, [274] = { [sym_import] = STATE(606), [sym_parenthesized_expression] = STATE(432), [sym_expression] = STATE(773), [sym_primary_expression] = STATE(602), [sym_yield_expression] = STATE(601), [sym_object] = STATE(606), [sym_object_pattern] = STATE(1512), [sym_array] = STATE(606), [sym_array_pattern] = STATE(1512), [sym_glimmer_template] = STATE(601), [sym_glimmer_opening_tag] = STATE(1231), [sym_jsx_element] = STATE(601), [sym_jsx_fragment] = STATE(601), [sym_jsx_opening_element] = STATE(1007), [sym_jsx_self_closing_element] = STATE(601), [sym_class] = STATE(606), [sym_function] = STATE(606), [sym_generator_function] = STATE(606), [sym_arrow_function] = STATE(606), [sym_call_expression] = STATE(606), [sym_new_expression] = STATE(601), [sym_await_expression] = STATE(601), [sym_member_expression] = STATE(432), [sym_subscript_expression] = STATE(432), [sym_assignment_expression] = STATE(601), [sym__augmented_assignment_lhs] = STATE(977), [sym_augmented_assignment_expression] = STATE(601), [sym__destructuring_pattern] = STATE(1512), [sym_ternary_expression] = STATE(601), [sym_binary_expression] = STATE(601), [sym_unary_expression] = STATE(601), [sym_update_expression] = STATE(601), [sym_string] = STATE(606), [sym_template_string] = STATE(606), [sym_regex] = STATE(606), [sym_meta_property] = STATE(606), [sym_decorator] = STATE(991), [sym_formal_parameters] = STATE(1583), [aux_sym_export_statement_repeat1] = STATE(1230), [sym_identifier] = ACTIONS(461), [anon_sym_export] = ACTIONS(463), [anon_sym_LBRACE] = ACTIONS(437), [anon_sym_import] = ACTIONS(345), [anon_sym_LPAREN] = ACTIONS(347), [anon_sym_await] = ACTIONS(467), [anon_sym_yield] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(443), [anon_sym_LTtemplate_GT] = ACTIONS(55), [anon_sym_LT] = ACTIONS(357), [anon_sym_SLASH] = ACTIONS(359), [anon_sym_class] = ACTIONS(361), [anon_sym_async] = ACTIONS(471), [anon_sym_function] = ACTIONS(365), [anon_sym_new] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_DASH] = ACTIONS(475), [anon_sym_BANG] = ACTIONS(477), [anon_sym_TILDE] = ACTIONS(477), [anon_sym_typeof] = ACTIONS(475), [anon_sym_void] = ACTIONS(475), [anon_sym_delete] = ACTIONS(475), [anon_sym_PLUS_PLUS] = ACTIONS(479), [anon_sym_DASH_DASH] = ACTIONS(481), [anon_sym_DQUOTE] = ACTIONS(377), [anon_sym_SQUOTE] = ACTIONS(379), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(381), [sym_number] = ACTIONS(383), [sym_this] = ACTIONS(385), [sym_super] = ACTIONS(385), [sym_true] = ACTIONS(385), [sym_false] = ACTIONS(385), [sym_null] = ACTIONS(385), [sym_undefined] = ACTIONS(483), [anon_sym_AT] = ACTIONS(89), [anon_sym_static] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_set] = ACTIONS(463), }, [275] = { [sym_namespace_export] = STATE(1466), [sym_export_clause] = STATE(1193), [sym_declaration] = STATE(366), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_class_declaration] = STATE(361), [sym_function_declaration] = STATE(361), [sym_generator_function_declaration] = STATE(361), [sym_decorator] = STATE(991), [aux_sym_export_statement_repeat1] = STATE(1203), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [anon_sym_STAR] = ACTIONS(774), [anon_sym_default] = ACTIONS(776), [anon_sym_LBRACE] = ACTIONS(778), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(782), [anon_sym_var] = ACTIONS(784), [anon_sym_let] = ACTIONS(786), [anon_sym_const] = ACTIONS(786), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(780), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(780), [anon_sym_class] = ACTIONS(798), [anon_sym_async] = ACTIONS(800), [anon_sym_function] = ACTIONS(802), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(780), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [anon_sym_AT] = ACTIONS(89), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [276] = { [sym_namespace_export] = STATE(1466), [sym_export_clause] = STATE(1193), [sym_declaration] = STATE(366), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_class_declaration] = STATE(361), [sym_function_declaration] = STATE(361), [sym_generator_function_declaration] = STATE(361), [sym_decorator] = STATE(991), [aux_sym_export_statement_repeat1] = STATE(1203), [aux_sym_object_repeat1] = STATE(1259), [aux_sym_object_pattern_repeat1] = STATE(1258), [anon_sym_STAR] = ACTIONS(774), [anon_sym_default] = ACTIONS(776), [anon_sym_LBRACE] = ACTIONS(778), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(808), [anon_sym_var] = ACTIONS(784), [anon_sym_let] = ACTIONS(786), [anon_sym_const] = ACTIONS(786), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(780), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(780), [anon_sym_class] = ACTIONS(798), [anon_sym_async] = ACTIONS(800), [anon_sym_function] = ACTIONS(802), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(780), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [anon_sym_AT] = ACTIONS(89), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [277] = { [sym_namespace_export] = STATE(1466), [sym_export_clause] = STATE(1193), [sym_declaration] = STATE(366), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_class_declaration] = STATE(361), [sym_function_declaration] = STATE(361), [sym_generator_function_declaration] = STATE(361), [sym_decorator] = STATE(991), [aux_sym_export_statement_repeat1] = STATE(1203), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [anon_sym_STAR] = ACTIONS(774), [anon_sym_default] = ACTIONS(776), [anon_sym_LBRACE] = ACTIONS(778), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(810), [anon_sym_var] = ACTIONS(784), [anon_sym_let] = ACTIONS(786), [anon_sym_const] = ACTIONS(786), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(780), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(780), [anon_sym_class] = ACTIONS(798), [anon_sym_async] = ACTIONS(800), [anon_sym_function] = ACTIONS(802), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(780), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [anon_sym_AT] = ACTIONS(89), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [278] = { [sym_namespace_export] = STATE(1466), [sym_export_clause] = STATE(1193), [sym_declaration] = STATE(366), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_class_declaration] = STATE(361), [sym_function_declaration] = STATE(361), [sym_generator_function_declaration] = STATE(361), [sym_decorator] = STATE(991), [aux_sym_export_statement_repeat1] = STATE(1203), [anon_sym_STAR] = ACTIONS(774), [anon_sym_default] = ACTIONS(776), [anon_sym_LBRACE] = ACTIONS(778), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_var] = ACTIONS(784), [anon_sym_let] = ACTIONS(786), [anon_sym_const] = ACTIONS(786), [anon_sym_LPAREN] = ACTIONS(780), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(812), [anon_sym_EQ] = ACTIONS(814), [anon_sym_LBRACK] = ACTIONS(780), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(780), [anon_sym_class] = ACTIONS(798), [anon_sym_async] = ACTIONS(800), [anon_sym_function] = ACTIONS(802), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(780), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [anon_sym_AT] = ACTIONS(89), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [279] = { [sym_namespace_export] = STATE(1466), [sym_export_clause] = STATE(1193), [sym_declaration] = STATE(366), [sym_variable_declaration] = STATE(361), [sym_lexical_declaration] = STATE(361), [sym_class_declaration] = STATE(361), [sym_function_declaration] = STATE(361), [sym_generator_function_declaration] = STATE(361), [sym_decorator] = STATE(991), [aux_sym_export_statement_repeat1] = STATE(1203), [anon_sym_STAR] = ACTIONS(774), [anon_sym_default] = ACTIONS(816), [anon_sym_LBRACE] = ACTIONS(778), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_var] = ACTIONS(784), [anon_sym_let] = ACTIONS(786), [anon_sym_const] = ACTIONS(786), [anon_sym_LPAREN] = ACTIONS(780), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(818), [anon_sym_EQ] = ACTIONS(814), [anon_sym_LBRACK] = ACTIONS(780), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(780), [anon_sym_class] = ACTIONS(798), [anon_sym_async] = ACTIONS(800), [anon_sym_function] = ACTIONS(802), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(780), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [anon_sym_AT] = ACTIONS(89), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [280] = { [sym_string] = STATE(1438), [sym_formal_parameters] = STATE(1572), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(820), [anon_sym_export] = ACTIONS(822), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(782), [anon_sym_LPAREN] = ACTIONS(827), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(822), [anon_sym_function] = ACTIONS(834), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(822), [anon_sym_get] = ACTIONS(842), [anon_sym_set] = ACTIONS(842), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [281] = { [sym_string] = STATE(1438), [sym_formal_parameters] = STATE(1572), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1259), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(820), [anon_sym_export] = ACTIONS(822), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(808), [anon_sym_LPAREN] = ACTIONS(827), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(822), [anon_sym_function] = ACTIONS(834), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(822), [anon_sym_get] = ACTIONS(842), [anon_sym_set] = ACTIONS(842), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [282] = { [sym_string] = STATE(1438), [sym_formal_parameters] = STATE(1572), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(820), [anon_sym_export] = ACTIONS(822), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(810), [anon_sym_LPAREN] = ACTIONS(827), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(822), [anon_sym_function] = ACTIONS(834), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(822), [anon_sym_get] = ACTIONS(842), [anon_sym_set] = ACTIONS(842), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [283] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1259), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(791), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(808), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(844), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(844), [anon_sym_set] = ACTIONS(844), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [284] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(782), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(846), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(848), [anon_sym_set] = ACTIONS(848), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [285] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(791), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(782), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(844), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(844), [anon_sym_set] = ACTIONS(844), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [286] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(791), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(810), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(844), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(844), [anon_sym_set] = ACTIONS(844), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [287] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1311), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(810), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(846), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(848), [anon_sym_set] = ACTIONS(848), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [288] = { [sym_string] = STATE(1438), [sym__property_name] = STATE(1438), [sym_computed_property_name] = STATE(1438), [aux_sym_object_repeat1] = STATE(1259), [aux_sym_object_pattern_repeat1] = STATE(1258), [sym_identifier] = ACTIONS(844), [anon_sym_export] = ACTIONS(844), [anon_sym_STAR] = ACTIONS(824), [anon_sym_COMMA] = ACTIONS(780), [anon_sym_RBRACE] = ACTIONS(808), [anon_sym_LPAREN] = ACTIONS(788), [anon_sym_in] = ACTIONS(791), [anon_sym_SEMI] = ACTIONS(780), [anon_sym_COLON] = ACTIONS(793), [anon_sym_EQ] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(831), [anon_sym_LT] = ACTIONS(791), [anon_sym_GT] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(791), [anon_sym_DOT] = ACTIONS(791), [anon_sym_async] = ACTIONS(846), [anon_sym_EQ_GT] = ACTIONS(804), [sym_optional_chain] = ACTIONS(780), [anon_sym_PLUS_EQ] = ACTIONS(806), [anon_sym_DASH_EQ] = ACTIONS(806), [anon_sym_STAR_EQ] = ACTIONS(806), [anon_sym_SLASH_EQ] = ACTIONS(806), [anon_sym_PERCENT_EQ] = ACTIONS(806), [anon_sym_CARET_EQ] = ACTIONS(806), [anon_sym_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_EQ] = ACTIONS(806), [anon_sym_GT_GT_EQ] = ACTIONS(806), [anon_sym_GT_GT_GT_EQ] = ACTIONS(806), [anon_sym_LT_LT_EQ] = ACTIONS(806), [anon_sym_STAR_STAR_EQ] = ACTIONS(806), [anon_sym_AMP_AMP_EQ] = ACTIONS(806), [anon_sym_PIPE_PIPE_EQ] = ACTIONS(806), [anon_sym_QMARK_QMARK_EQ] = ACTIONS(806), [anon_sym_AMP_AMP] = ACTIONS(791), [anon_sym_PIPE_PIPE] = ACTIONS(791), [anon_sym_GT_GT] = ACTIONS(791), [anon_sym_GT_GT_GT] = ACTIONS(791), [anon_sym_LT_LT] = ACTIONS(791), [anon_sym_AMP] = ACTIONS(791), [anon_sym_CARET] = ACTIONS(791), [anon_sym_PIPE] = ACTIONS(791), [anon_sym_PLUS] = ACTIONS(791), [anon_sym_DASH] = ACTIONS(791), [anon_sym_PERCENT] = ACTIONS(791), [anon_sym_STAR_STAR] = ACTIONS(791), [anon_sym_LT_EQ] = ACTIONS(780), [anon_sym_EQ_EQ] = ACTIONS(791), [anon_sym_EQ_EQ_EQ] = ACTIONS(780), [anon_sym_BANG_EQ] = ACTIONS(791), [anon_sym_BANG_EQ_EQ] = ACTIONS(780), [anon_sym_GT_EQ] = ACTIONS(780), [anon_sym_QMARK_QMARK] = ACTIONS(791), [anon_sym_instanceof] = ACTIONS(791), [anon_sym_PLUS_PLUS] = ACTIONS(780), [anon_sym_DASH_DASH] = ACTIONS(791), [anon_sym_DQUOTE] = ACTIONS(836), [anon_sym_SQUOTE] = ACTIONS(838), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(780), [sym_number] = ACTIONS(840), [sym_private_property_identifier] = ACTIONS(840), [anon_sym_static] = ACTIONS(844), [anon_sym_get] = ACTIONS(848), [anon_sym_set] = ACTIONS(848), [sym__automatic_semicolon] = ACTIONS(780), [sym__ternary_qmark] = ACTIONS(780), }, [289] = { [ts_builtin_sym_end] = ACTIONS(585), [sym_identifier] = ACTIONS(587), [anon_sym_export] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(585), [anon_sym_default] = ACTIONS(587), [anon_sym_LBRACE] = ACTIONS(585), [anon_sym_COMMA] = ACTIONS(585), [anon_sym_RBRACE] = ACTIONS(585), [anon_sym_import] = ACTIONS(587), [anon_sym_var] = ACTIONS(587), [anon_sym_let] = ACTIONS(587), [anon_sym_const] = ACTIONS(587), [anon_sym_else] = ACTIONS(587), [anon_sym_if] = ACTIONS(587), [anon_sym_switch] = ACTIONS(587), [anon_sym_for] = ACTIONS(587), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_await] = ACTIONS(587), [anon_sym_while] = ACTIONS(587), [anon_sym_do] = ACTIONS(587), [anon_sym_try] = ACTIONS(587), [anon_sym_with] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_continue] = ACTIONS(587), [anon_sym_debugger] = ACTIONS(587), [anon_sym_return] = ACTIONS(587), [anon_sym_throw] = ACTIONS(587), [anon_sym_SEMI] = ACTIONS(585), [anon_sym_case] = ACTIONS(587), [anon_sym_catch] = ACTIONS(587), [anon_sym_finally] = ACTIONS(587), [anon_sym_yield] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_LTtemplate_GT] = ACTIONS(585), [anon_sym_LT] = ACTIONS(587), [anon_sym_SLASH] = ACTIONS(587), [anon_sym_class] = ACTIONS(587), [anon_sym_async] = ACTIONS(587), [anon_sym_function] = ACTIONS(587), [anon_sym_new] = ACTIONS(587), [anon_sym_PLUS] = ACTIONS(587), [anon_sym_DASH] = ACTIONS(587), [anon_sym_BANG] = ACTIONS(585), [anon_sym_TILDE] = ACTIONS(585), [anon_sym_typeof] = ACTIONS(587), [anon_sym_void] = ACTIONS(587), [anon_sym_delete] = ACTIONS(587), [anon_sym_PLUS_PLUS] = ACTIONS(585), [anon_sym_DASH_DASH] = ACTIONS(587), [anon_sym_DQUOTE] = ACTIONS(585), [anon_sym_SQUOTE] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(585), [sym_number] = ACTIONS(585), [sym_private_property_identifier] = ACTIONS(585), [sym_this] = ACTIONS(587), [sym_super] = ACTIONS(587), [sym_true] = ACTIONS(587), [sym_false] = ACTIONS(587), [sym_null] = ACTIONS(587), [sym_undefined] = ACTIONS(587), [anon_sym_AT] = ACTIONS(585), [anon_sym_static] = ACTIONS(587), [anon_sym_get] = ACTIONS(587), [anon_sym_set] = ACTIONS(587), [sym__automatic_semicolon] = ACTIONS(850), }, [290] = { [ts_builtin_sym_end] = ACTIONS(529), [sym_identifier] = ACTIONS(531), [anon_sym_export] = ACTIONS(531), [anon_sym_STAR] = ACTIONS(529), [anon_sym_default] = ACTIONS(531), [anon_sym_LBRACE] = ACTIONS(529), [anon_sym_COMMA] = ACTIONS(529), [anon_sym_RBRACE] = ACTIONS(529), [anon_sym_import] = ACTIONS(531), [anon_sym_var] = ACTIONS(531), [anon_sym_let] = ACTIONS(531), [anon_sym_const] = ACTIONS(531), [anon_sym_else] = ACTIONS(531), [anon_sym_if] = ACTIONS(531), [anon_sym_switch] = ACTIONS(531), [anon_sym_for] = ACTIONS(531), [anon_sym_LPAREN] = ACTIONS(529), [anon_sym_await] = ACTIONS(531), [anon_sym_while] = ACTIONS(531), [anon_sym_do] = ACTIONS(531), [anon_sym_try] = ACTIONS(531), [anon_sym_with] = ACTIONS(531), [anon_sym_break] = ACTIONS(531), [anon_sym_continue] = ACTIONS(531), [anon_sym_debugger] = ACTIONS(531), [anon_sym_return] = ACTIONS(531), [anon_sym_throw] = ACTIONS(531), [anon_sym_SEMI] = ACTIONS(529), [anon_sym_case] = ACTIONS(531), [anon_sym_catch] = ACTIONS(531), [anon_sym_finally] = ACTIONS(531), [anon_sym_yield] = ACTIONS(531), [anon_sym_LBRACK] = ACTIONS(529), [anon_sym_LTtemplate_GT] = ACTIONS(529), [anon_sym_LT] = ACTIONS(531), [anon_sym_SLASH] = ACTIONS(531), [anon_sym_class] = ACTIONS(531), [anon_sym_async] = ACTIONS(531), [anon_sym_function] = ACTIONS(531), [anon_sym_new] = ACTIONS(531), [anon_sym_PLUS] = ACTIONS(531), [anon_sym_DASH] = ACTIONS(531), [anon_sym_BANG] = ACTIONS(529), [anon_sym_TILDE] = ACTIONS(529), [anon_sym_typeof] = ACTIONS(531), [anon_sym_void] = ACTIONS(531), [anon_sym_delete] = ACTIONS(531), [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(531), [anon_sym_DQUOTE] = ACTIONS(529), [anon_sym_SQUOTE] = ACTIONS(529), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(529), [sym_number] = ACTIONS(529), [sym_private_property_identifier] = ACTIONS(529), [sym_this] = ACTIONS(531), [sym_super] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), [sym_null] = ACTIONS(531), [sym_undefined] = ACTIONS(531), [anon_sym_AT] = ACTIONS(529), [anon_sym_static] = ACTIONS(531), [anon_sym_get] = ACTIONS(531), [anon_sym_set] = ACTIONS(531), [sym__automatic_semicolon] = ACTIONS(539), }, [291] = { [ts_builtin_sym_end] = ACTIONS(571), [sym_identifier] = ACTIONS(573), [anon_sym_export] = ACTIONS(573), [anon_sym_STAR] = ACTIONS(571), [anon_sym_default] = ACTIONS(573), [anon_sym_LBRACE] = ACTIONS(571), [anon_sym_COMMA] = ACTIONS(571), [anon_sym_RBRACE] = ACTIONS(571), [anon_sym_import] = ACTIONS(573), [anon_sym_var] = ACTIONS(573), [anon_sym_let] = ACTIONS(573), [anon_sym_const] = ACTIONS(573), [anon_sym_else] = ACTIONS(573), [anon_sym_if] = ACTIONS(573), [anon_sym_switch] = ACTIONS(573), [anon_sym_for] = ACTIONS(573), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_await] = ACTIONS(573), [anon_sym_while] = ACTIONS(573), [anon_sym_do] = ACTIONS(573), [anon_sym_try] = ACTIONS(573), [anon_sym_with] = ACTIONS(573), [anon_sym_break] = ACTIONS(573), [anon_sym_continue] = ACTIONS(573), [anon_sym_debugger] = ACTIONS(573), [anon_sym_return] = ACTIONS(573), [anon_sym_throw] = ACTIONS(573), [anon_sym_SEMI] = ACTIONS(571), [anon_sym_case] = ACTIONS(573), [anon_sym_catch] = ACTIONS(573), [anon_sym_finally] = ACTIONS(573), [anon_sym_yield] = ACTIONS(573), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LTtemplate_GT] = ACTIONS(571), [anon_sym_LT] = ACTIONS(573), [anon_sym_SLASH] = ACTIONS(573), [anon_sym_class] = ACTIONS(573), [anon_sym_async] = ACTIONS(573), [anon_sym_function] = ACTIONS(573), [anon_sym_new] = ACTIONS(573), [anon_sym_PLUS] = ACTIONS(573), [anon_sym_DASH] = ACTIONS(573), [anon_sym_BANG] = ACTIONS(571), [anon_sym_TILDE] = ACTIONS(571), [anon_sym_typeof] = ACTIONS(573), [anon_sym_void] = ACTIONS(573), [anon_sym_delete] = ACTIONS(573), [anon_sym_PLUS_PLUS] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(573), [anon_sym_DQUOTE] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(571), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(571), [sym_number] = ACTIONS(571), [sym_private_property_identifier] = ACTIONS(571), [sym_this] = ACTIONS(573), [sym_super] = ACTIONS(573), [sym_true] = ACTIONS(573), [sym_false] = ACTIONS(573), [sym_null] = ACTIONS(573), [sym_undefined] = ACTIONS(573), [anon_sym_AT] = ACTIONS(571), [anon_sym_static] = ACTIONS(573), [anon_sym_get] = ACTIONS(573), [anon_sym_set] = ACTIONS(573), }, [292] = { [ts_builtin_sym_end] = ACTIONS(585), [sym_identifier] = ACTIONS(587), [anon_sym_export] = ACTIONS(587), [anon_sym_STAR] = ACTIONS(585), [anon_sym_default] = ACTIONS(587), [anon_sym_LBRACE] = ACTIONS(585), [anon_sym_COMMA] = ACTIONS(585), [anon_sym_RBRACE] = ACTIONS(585), [anon_sym_import] = ACTIONS(587), [anon_sym_var] = ACTIONS(587), [anon_sym_let] = ACTIONS(587), [anon_sym_const] = ACTIONS(587), [anon_sym_else] = ACTIONS(587), [anon_sym_if] = ACTIONS(587), [anon_sym_switch] = ACTIONS(587), [anon_sym_for] = ACTIONS(587), [anon_sym_LPAREN] = ACTIONS(585), [anon_sym_await] = ACTIONS(587), [anon_sym_while] = ACTIONS(587), [anon_sym_do] = ACTIONS(587), [anon_sym_try] = ACTIONS(587), [anon_sym_with] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_continue] = ACTIONS(587), [anon_sym_debugger] = ACTIONS(587), [anon_sym_return] = ACTIONS(587), [anon_sym_throw] = ACTIONS(587), [anon_sym_SEMI] = ACTIONS(585), [anon_sym_case] = ACTIONS(587), [anon_sym_catch] = ACTIONS(587), [anon_sym_finally] = ACTIONS(587), [anon_sym_yield] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_LTtemplate_GT] = ACTIONS(585), [anon_sym_LT] = ACTIONS(587), [anon_sym_SLASH] = ACTIONS(587), [anon_sym_class] = ACTIONS(587), [anon_sym_async] = ACTIONS(587), [anon_sym_function] = ACTIONS(587), [anon_sym_new] = ACTIONS(587), [anon_sym_PLUS] = ACTIONS(587), [anon_sym_DASH] = ACTIONS(587), [anon_sym_BANG] = ACTIONS(585), [anon_sym_TILDE] = ACTIONS(585), [anon_sym_typeof] = ACTIONS(587), [anon_sym_void] = ACTIONS(587), [anon_sym_delete] = ACTIONS(587), [anon_sym_PLUS_PLUS] = ACTIONS(585), [anon_sym_DASH_DASH] = ACTIONS(587), [anon_sym_DQUOTE] = ACTIONS(585), [anon_sym_SQUOTE] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(585), [sym_number] = ACTIONS(585), [sym_private_property_identifier] = ACTIONS(585), [sym_this] = ACTIONS(587), [sym_super] = ACTIONS(587), [sym_true] = ACTIONS(587), [sym_false] = ACTIONS(587), [sym_null] = ACTIONS(587), [sym_undefined] = ACTIONS(587), [anon_sym_AT] = ACTIONS(585), [anon_sym_static] = ACTIONS(587), [anon_sym_get] = ACTIONS(587), [anon_sym_set] = ACTIONS(587), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(856), 1, anon_sym_catch, ACTIONS(858), 1, anon_sym_finally, STATE(306), 1, sym_catch_clause, STATE(374), 1, sym_finally_clause, ACTIONS(852), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(854), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [79] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, sym_identifier, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(867), 1, anon_sym_EQ, ACTIONS(869), 1, anon_sym_function, ACTIONS(871), 1, anon_sym_EQ_GT, STATE(1574), 1, sym_formal_parameters, ACTIONS(862), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 15, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [166] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, sym_identifier, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(873), 1, anon_sym_EQ, STATE(1574), 1, sym_formal_parameters, ACTIONS(862), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 15, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [253] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, ACTIONS(879), 1, anon_sym_function, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [339] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(879), 1, anon_sym_function, ACTIONS(881), 1, sym_identifier, ACTIONS(885), 1, anon_sym_EQ, ACTIONS(887), 1, anon_sym_EQ_GT, STATE(1539), 1, sym_formal_parameters, ACTIONS(883), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 23, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [425] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(889), 1, sym_identifier, ACTIONS(895), 1, anon_sym_EQ_GT, STATE(1593), 1, sym_formal_parameters, ACTIONS(893), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(891), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [513] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(818), 1, anon_sym_COLON, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, ACTIONS(897), 1, anon_sym_function, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [601] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(879), 1, anon_sym_function, ACTIONS(881), 1, sym_identifier, ACTIONS(887), 1, anon_sym_EQ_GT, STATE(1539), 1, sym_formal_parameters, ACTIONS(883), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 23, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [687] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, ACTIONS(879), 1, anon_sym_function, ACTIONS(899), 1, anon_sym_in, ACTIONS(902), 1, anon_sym_of, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [777] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(812), 1, anon_sym_COLON, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(834), 1, anon_sym_function, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [865] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(889), 1, sym_identifier, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(906), 1, anon_sym_EQ, STATE(1593), 1, sym_formal_parameters, ACTIONS(904), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(891), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [953] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, sym_identifier, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(912), 1, anon_sym_EQ, STATE(1574), 1, sym_formal_parameters, ACTIONS(909), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(862), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [1041] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(875), 1, sym_identifier, ACTIONS(879), 1, anon_sym_function, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [1127] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_finally, STATE(382), 1, sym_finally_clause, ACTIONS(915), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(917), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1200] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, sym_identifier, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(867), 1, anon_sym_EQ, ACTIONS(869), 1, anon_sym_function, ACTIONS(871), 1, anon_sym_EQ_GT, STATE(1574), 1, sym_formal_parameters, ACTIONS(919), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, ACTIONS(862), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [1287] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(889), 1, sym_identifier, ACTIONS(895), 1, anon_sym_EQ_GT, STATE(1593), 1, sym_formal_parameters, ACTIONS(891), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [1371] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(922), 16, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(924), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1439] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, sym_identifier, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(904), 1, anon_sym_COMMA, ACTIONS(909), 1, anon_sym_RBRACK, ACTIONS(912), 1, anon_sym_EQ, STATE(1574), 1, sym_formal_parameters, ACTIONS(862), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [1527] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(926), 1, sym__automatic_semicolon, ACTIONS(585), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(587), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1597] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(932), 1, anon_sym_else, STATE(406), 1, sym_else_clause, ACTIONS(928), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(930), 43, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1669] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(571), 16, sym__automatic_semicolon, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(573), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1737] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(934), 1, sym__automatic_semicolon, ACTIONS(529), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(531), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(585), 16, sym__automatic_semicolon, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(587), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1875] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(569), 1, sym__automatic_semicolon, ACTIONS(561), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(563), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [1945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(623), 16, sym__automatic_semicolon, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(625), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2013] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(583), 1, sym__automatic_semicolon, ACTIONS(575), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(577), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2083] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, ACTIONS(897), 1, anon_sym_function, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 12, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [2167] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(936), 16, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(938), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2235] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, sym__automatic_semicolon, ACTIONS(631), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(633), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2305] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(834), 1, anon_sym_function, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(875), 1, sym_identifier, STATE(1572), 1, sym_formal_parameters, ACTIONS(877), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 12, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 22, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [2389] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(627), 16, sym__automatic_semicolon, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(629), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2457] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(549), 1, sym__automatic_semicolon, ACTIONS(541), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(543), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(940), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(942), 45, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2595] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(559), 1, sym__automatic_semicolon, ACTIONS(551), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(553), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(944), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(946), 45, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2733] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, sym__automatic_semicolon, ACTIONS(601), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(603), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2803] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(619), 1, sym__automatic_semicolon, ACTIONS(611), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(613), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2873] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, sym__automatic_semicolon, ACTIONS(591), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(593), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [2943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3010] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3345] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3412] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(956), 1, sym_identifier, ACTIONS(960), 1, anon_sym_EQ_GT, STATE(1603), 1, sym_formal_parameters, ACTIONS(958), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 23, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [3495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3696] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3763] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3897] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [3964] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4165] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4299] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4366] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(948), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(950), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4433] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(962), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(964), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4500] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(956), 1, sym_identifier, ACTIONS(960), 1, anon_sym_EQ_GT, ACTIONS(966), 1, anon_sym_EQ, STATE(1603), 1, sym_formal_parameters, ACTIONS(958), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 23, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [4583] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(968), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(970), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(972), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(974), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4717] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(976), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(978), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(980), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(982), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(984), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(986), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(988), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(990), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [4985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(992), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(994), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(996), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(998), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1000), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1002), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5186] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1004), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1006), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5253] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1004), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1006), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5320] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1008), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1010), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1012), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1014), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1018), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5521] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1020), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1022), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1024), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1026), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5655] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1028), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1030), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1032), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1034), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5789] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1036), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1038), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5856] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1040), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1042), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5923] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1044), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1046), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [5990] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1048), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1050), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1052), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1054), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1056), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1058), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6191] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1060), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1062), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1064), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1066), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1068), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1070), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6392] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1072), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1074), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6459] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1076), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1078), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6727] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6794] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1080), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1082), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [6995] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7062] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7196] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7263] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7598] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7799] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(952), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(954), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7866] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1084), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1086), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [7933] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1090), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1092), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1094), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1096), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1098), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8134] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1100), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1102), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1104), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1106), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8268] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1104), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1106), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1108), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1110), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8402] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1112), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1114), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8469] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1116), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1118), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8737] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8804] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_function, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(889), 1, sym_identifier, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(899), 1, anon_sym_in, ACTIONS(902), 1, anon_sym_of, STATE(1593), 1, sym_formal_parameters, ACTIONS(891), 5, anon_sym_export, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(780), 10, sym__ternary_qmark, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_DASH_DASH, [8891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1124), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1126), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [8958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9025] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1128), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1130), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1122), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9159] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1132), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1134), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1136), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1138), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1140), 15, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1142), 44, anon_sym_export, anon_sym_default, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_case, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [9360] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(793), 1, anon_sym_COLON, ACTIONS(810), 1, anon_sym_RBRACE, ACTIONS(1148), 1, anon_sym_LPAREN, ACTIONS(1151), 1, anon_sym_EQ, ACTIONS(1153), 1, anon_sym_EQ_GT, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(1146), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [9441] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(782), 1, anon_sym_RBRACE, ACTIONS(793), 1, anon_sym_COLON, ACTIONS(1148), 1, anon_sym_LPAREN, ACTIONS(1151), 1, anon_sym_EQ, ACTIONS(1153), 1, anon_sym_EQ_GT, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(1146), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [9522] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(793), 1, anon_sym_COLON, ACTIONS(808), 1, anon_sym_RBRACE, ACTIONS(1148), 1, anon_sym_LPAREN, ACTIONS(1151), 1, anon_sym_EQ, ACTIONS(1153), 1, anon_sym_EQ_GT, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(1146), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [9603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1157), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1159), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [9667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1161), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1163), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [9731] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1165), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1167), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [9795] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 19, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [9863] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1171), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1173), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [9927] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1177), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [9991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1181), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [10055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1185), 34, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [10119] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1187), 1, anon_sym_EQ_GT, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10188] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_EQ_GT, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10257] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(867), 1, anon_sym_EQ, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10326] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10395] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10463] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10529] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1157), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1159), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [10591] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(885), 1, anon_sym_EQ, ACTIONS(887), 1, anon_sym_EQ_GT, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10659] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(812), 1, anon_sym_COLON, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(780), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10729] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_EQ_GT, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1146), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10801] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(893), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [10871] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1165), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1167), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [10933] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1161), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1163), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [10995] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11063] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1198), 1, anon_sym_EQ, ACTIONS(1200), 1, anon_sym_EQ_GT, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11131] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_EQ_GT, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11199] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(818), 1, anon_sym_COLON, ACTIONS(780), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1167), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1165), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [11331] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1200), 1, anon_sym_EQ_GT, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1204), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1202), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [11461] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(887), 1, anon_sym_EQ_GT, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(780), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11529] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1183), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1185), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [11591] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1181), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [11653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1177), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [11715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1171), 22, anon_sym_STAR, anon_sym_in, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, ACTIONS(1173), 32, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [11777] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(804), 1, anon_sym_EQ_GT, ACTIONS(814), 1, anon_sym_EQ, ACTIONS(899), 1, anon_sym_in, ACTIONS(1206), 1, anon_sym_of, ACTIONS(780), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11849] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1210), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1208), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [11911] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_EQ_GT, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [11981] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1220), 1, anon_sym_EQ_GT, ACTIONS(1218), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12051] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12117] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, anon_sym_EQ_GT, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12185] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 1, anon_sym_EQ_GT, ACTIONS(1224), 1, anon_sym_EQ, ACTIONS(1222), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12255] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1229), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1227), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [12317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1231), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [12379] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1231), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [12441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1231), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [12503] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1233), 13, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_BANG, anon_sym_TILDE, anon_sym_PLUS_PLUS, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, ACTIONS(1231), 41, anon_sym_export, anon_sym_import, anon_sym_var, anon_sym_let, anon_sym_const, anon_sym_if, anon_sym_switch, anon_sym_for, anon_sym_await, anon_sym_while, anon_sym_do, anon_sym_try, anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, anon_sym_return, anon_sym_throw, anon_sym_yield, anon_sym_LT, anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_typeof, anon_sym_void, anon_sym_delete, anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, sym_true, sym_false, sym_null, sym_undefined, anon_sym_static, anon_sym_get, anon_sym_set, [12565] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(818), 1, anon_sym_COLON, ACTIONS(1153), 1, anon_sym_EQ_GT, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1146), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12635] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(912), 1, anon_sym_EQ, ACTIONS(909), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12705] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(812), 1, anon_sym_COLON, ACTIONS(1153), 1, anon_sym_EQ_GT, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1146), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12775] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(906), 1, anon_sym_EQ, ACTIONS(904), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12845] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12910] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1146), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [12979] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(867), 1, anon_sym_EQ, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(919), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13048] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_EQ_GT, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1235), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13117] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1198), 1, anon_sym_EQ, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1146), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13182] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1224), 1, anon_sym_EQ, ACTIONS(1222), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13249] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1218), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13316] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13383] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(780), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13449] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1235), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13515] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(871), 1, anon_sym_EQ_GT, ACTIONS(904), 1, anon_sym_COMMA, ACTIONS(909), 1, anon_sym_RBRACK, ACTIONS(912), 1, anon_sym_EQ, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13585] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1220), 1, anon_sym_EQ_GT, ACTIONS(1146), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13651] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_EQ_GT, ACTIONS(1212), 1, anon_sym_RBRACK, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1222), 1, anon_sym_COMMA, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13721] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(960), 1, anon_sym_EQ_GT, ACTIONS(780), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13786] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1212), 1, anon_sym_RBRACK, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1222), 1, anon_sym_COMMA, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13853] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(960), 1, anon_sym_EQ_GT, ACTIONS(966), 1, anon_sym_EQ, ACTIONS(780), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13918] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1238), 1, anon_sym_EQ_GT, ACTIONS(1146), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [13983] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1220), 1, anon_sym_EQ_GT, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [14052] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1238), 1, anon_sym_EQ_GT, ACTIONS(1240), 1, anon_sym_EQ, ACTIONS(1146), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [14117] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(873), 1, anon_sym_EQ, ACTIONS(895), 1, anon_sym_EQ_GT, ACTIONS(899), 1, anon_sym_in, ACTIONS(1206), 1, anon_sym_of, ACTIONS(780), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(806), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(791), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [14186] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1146), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 20, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [14252] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_EQ, ACTIONS(1146), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, ACTIONS(1155), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, ACTIONS(1144), 21, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_AMP, anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, [14314] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1242), 1, sym_identifier, ACTIONS(1244), 1, anon_sym_STAR, ACTIONS(1246), 1, anon_sym_LBRACE, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, STATE(1342), 1, sym_import_clause, STATE(1483), 1, sym_string, STATE(1535), 2, sym_namespace_import, sym_named_imports, ACTIONS(1250), 13, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, anon_sym_DASH_DASH, ACTIONS(1248), 22, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14382] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1256), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1258), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [14448] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1272), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1274), 22, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, [14510] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1276), 1, sym__automatic_semicolon, ACTIONS(531), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(529), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14564] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1278), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1280), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [14630] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1286), 1, sym_optional_chain, STATE(596), 1, sym_arguments, ACTIONS(1282), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1284), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14689] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14740] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 1, sym__automatic_semicolon, ACTIONS(531), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(529), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14791] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1292), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1288), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14844] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 1, anon_sym_LPAREN, STATE(596), 1, sym_arguments, ACTIONS(1282), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1284), 26, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14897] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1297), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [14950] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1304), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1300), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15003] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, sym__automatic_semicolon, ACTIONS(587), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(585), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1311), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1313), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15102] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1315), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1317), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(625), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(623), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1319), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1321), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15246] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1321), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [15342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1359), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15390] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1361), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [15486] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1363), 1, sym__automatic_semicolon, ACTIONS(587), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(585), 26, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1367), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15584] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1272), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1274), 20, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, [15644] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1278), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1280), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [15708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1361), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15756] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1383), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [15852] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(587), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(585), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [15900] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1385), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [15996] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1387), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1385), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1391), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16092] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1393), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [16188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1397), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1401), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16284] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1405), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16332] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1409), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1411), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1413), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16428] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1415), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1417), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1421), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16524] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(635), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(637), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16572] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(555), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(557), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16620] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 7, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_QMARK_QMARK, [16712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(615), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(617), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16760] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1425), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1427), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1429), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1431), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [16856] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1431), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [16952] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1433), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 12, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, [17032] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1345), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [17098] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1256), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1258), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [17162] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [17232] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [17320] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 10, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [17406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1435), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1437), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1439), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1441), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1445), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17550] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1449), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17598] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1449), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [17694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1453), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(573), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(571), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17790] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1455), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [17886] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 1, sym__automatic_semicolon, ACTIONS(531), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(529), 26, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17936] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1461), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [17984] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1463), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [18080] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1467), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1471), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18176] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(629), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(627), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18224] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1433), 2, anon_sym_AMP, anon_sym_PIPE, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 10, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [18308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1475), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18356] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [18428] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 8, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [18518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1479), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18566] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [18654] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, sym_regex_flags, ACTIONS(1481), 14, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, anon_sym_DASH_DASH, ACTIONS(1483), 25, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(625), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(623), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18752] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 15, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [18828] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(629), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(627), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1487), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1489), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(565), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(567), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [18972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1491), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1493), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1495), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1497), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19164] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1503), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1505), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19308] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1507), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [19404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1511), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19452] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(573), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(571), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_LPAREN, anon_sym_of, anon_sym_while, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1513), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1515), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1517), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1519), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(579), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(581), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1521), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1523), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(605), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(607), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(595), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(597), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19788] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1527), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19836] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(587), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(585), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19884] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1531), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19932] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1535), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [19980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(545), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(547), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20028] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1539), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [20126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1250), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1248), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20174] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1345), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [20240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1543), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20288] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1286), 1, sym_optional_chain, ACTIONS(1541), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1543), 24, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1547), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20390] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1549), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [20486] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1551), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [20582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1555), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1557), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1549), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [20726] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1433), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [20809] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1383), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [20904] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1361), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [20999] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1433), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, [21078] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1593), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [21173] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [21222] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1571), 1, anon_sym_STAR_STAR, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [21287] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(539), 1, sym__automatic_semicolon, ACTIONS(529), 2, anon_sym_else, anon_sym_while, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [21340] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_QMARK_QMARK, [21431] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1625), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [21526] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1321), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [21621] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1383), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [21716] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1463), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [21811] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1393), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [21906] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1431), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [22001] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1449), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [22096] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1617), 1, anon_sym_STAR_STAR, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [22161] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [22230] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [22317] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1507), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [22412] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1361), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [22507] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1457), 1, sym__automatic_semicolon, ACTIONS(531), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(529), 24, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [22558] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1385), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [22653] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [22738] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1433), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [22821] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [22892] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 7, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [22981] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [23068] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [23137] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [23224] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [23309] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [23384] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1433), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, [23463] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1633), 1, anon_sym_in, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1561), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1631), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [23560] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1455), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [23655] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1321), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [23750] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1617), 1, anon_sym_STAR_STAR, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [23815] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [23886] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1300), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [23935] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [23984] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 7, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [24073] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1431), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [24168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [24217] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1449), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [24312] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [24387] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1507), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [24482] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1455), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [24577] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1549), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [24672] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1571), 1, anon_sym_STAR_STAR, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [24737] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1551), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, [24832] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1549), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [24927] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1551), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [25022] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [25109] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1288), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25158] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1463), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [25253] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1385), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [25348] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, anon_sym_QMARK_QMARK, [25439] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1288), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25488] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1300), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25537] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1563), 1, anon_sym_GT_GT, ACTIONS(1569), 1, anon_sym_PERCENT, ACTIONS(1571), 1, anon_sym_STAR_STAR, ACTIONS(1579), 1, anon_sym_AMP_AMP, ACTIONS(1581), 1, anon_sym_PIPE_PIPE, ACTIONS(1583), 1, anon_sym_AMP, ACTIONS(1585), 1, anon_sym_CARET, ACTIONS(1587), 1, anon_sym_PIPE, ACTIONS(1589), 1, anon_sym_QMARK_QMARK, ACTIONS(1591), 1, sym__ternary_qmark, ACTIONS(1559), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1565), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1567), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1575), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1577), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1561), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1573), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1393), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, [25632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25681] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1636), 1, sym_optional_chain, STATE(708), 1, sym_arguments, ACTIONS(1282), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1284), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1471), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [25785] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1638), 1, anon_sym_COMMA, ACTIONS(1641), 1, anon_sym_RBRACE, ACTIONS(1551), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [25884] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1643), 1, anon_sym_COMMA, ACTIONS(1646), 1, anon_sym_RBRACE, ACTIONS(1551), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [25983] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, anon_sym_LPAREN, STATE(708), 1, sym_arguments, ACTIONS(1282), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1284), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26034] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1646), 1, anon_sym_RBRACE, ACTIONS(1648), 1, anon_sym_COMMA, ACTIONS(1393), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [26133] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1555), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26180] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1651), 1, sym_regex_flags, ACTIONS(1481), 14, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, anon_sym_DASH_DASH, ACTIONS(1483), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1250), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1248), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1411), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1413), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26320] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1218), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1405), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1491), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1493), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1415), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1417), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1409), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26554] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1653), 1, anon_sym_RBRACK, STATE(1306), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [26652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1439), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1441), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1435), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1437), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26744] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1521), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1523), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26790] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(549), 1, sym__automatic_semicolon, ACTIONS(541), 2, anon_sym_else, anon_sym_while, ACTIONS(545), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(547), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26840] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1655), 1, anon_sym_RPAREN, STATE(1255), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [26938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1359), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [26984] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1361), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27030] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1391), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1401), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27122] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1445), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1397), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1421), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27260] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1657), 1, anon_sym_RPAREN, STATE(1299), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [27358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1487), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1489), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27404] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1659), 1, anon_sym_RBRACK, STATE(1283), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [27502] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1631), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [27596] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1661), 1, anon_sym_COMMA, ACTIONS(1539), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [27692] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1661), 1, anon_sym_COMMA, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1663), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [27788] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1557), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1549), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1547), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27880] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1365), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1367), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27926] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1224), 1, anon_sym_EQ, ACTIONS(1222), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [27976] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1535), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1315), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1317), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1527), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28114] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1665), 1, anon_sym_RPAREN, STATE(1328), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [28212] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1661), 1, anon_sym_COMMA, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1667), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [28308] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(545), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(547), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1479), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1311), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1313), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28496] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, sym__automatic_semicolon, ACTIONS(631), 2, anon_sym_else, anon_sym_while, ACTIONS(635), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(637), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28546] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(559), 1, sym__automatic_semicolon, ACTIONS(551), 2, anon_sym_else, anon_sym_while, ACTIONS(555), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(557), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1453), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28642] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(619), 1, sym__automatic_semicolon, ACTIONS(611), 2, anon_sym_else, anon_sym_while, ACTIONS(615), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(617), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(635), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(637), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(555), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(557), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(615), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(617), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28830] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1669), 1, anon_sym_RBRACK, STATE(1283), 1, aux_sym_array_repeat1, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [28928] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(569), 1, sym__automatic_semicolon, ACTIONS(561), 2, anon_sym_else, anon_sym_while, ACTIONS(565), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(567), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [28978] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(583), 1, sym__automatic_semicolon, ACTIONS(575), 2, anon_sym_else, anon_sym_while, ACTIONS(579), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(581), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29028] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, sym__automatic_semicolon, ACTIONS(601), 2, anon_sym_else, anon_sym_while, ACTIONS(605), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(607), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29078] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(565), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(567), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(579), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(581), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(605), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(607), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29216] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(599), 1, sym__automatic_semicolon, ACTIONS(591), 2, anon_sym_else, anon_sym_while, ACTIONS(595), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(597), 22, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(595), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(597), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1387), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1385), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1517), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1519), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29450] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29498] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1661), 1, anon_sym_COMMA, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1671), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [29594] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1636), 1, sym_optional_chain, ACTIONS(1541), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1543), 22, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1543), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1465), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1467), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1531), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1495), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1497), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29830] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1673), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1288), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29880] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1675), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(1300), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [29930] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1677), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [30024] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30162] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1501), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30208] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1679), 1, anon_sym_in, ACTIONS(1682), 1, anon_sym_of, ACTIONS(533), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30260] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1196), 1, anon_sym_EQ, ACTIONS(1144), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30312] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1675), 1, anon_sym_of, ACTIONS(1684), 1, anon_sym_in, ACTIONS(1300), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30364] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1682), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30414] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1319), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1321), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30460] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1503), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1505), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30506] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1673), 1, anon_sym_of, ACTIONS(1687), 1, anon_sym_in, ACTIONS(1288), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1475), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30604] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1651), 1, sym_regex_flags, ACTIONS(1481), 15, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, anon_sym_DASH_DASH, ACTIONS(1483), 22, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30652] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1198), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1511), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1461), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1513), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1515), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30838] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1425), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1427), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30884] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1449), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1429), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1431), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [30976] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1189), 1, anon_sym_EQ, ACTIONS(1235), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [31025] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1690), 1, anon_sym_SEMI, ACTIONS(1692), 1, sym__automatic_semicolon, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31120] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1694), 1, anon_sym_LPAREN, ACTIONS(1697), 1, anon_sym_COLON, ACTIONS(1465), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1467), 22, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [31169] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1699), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31264] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1393), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31357] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1385), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31450] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1463), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31543] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1551), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31636] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1735), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31729] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1549), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31822] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1646), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [31915] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1723), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 15, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [31978] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1737), 1, anon_sym_LPAREN, ACTIONS(1740), 1, anon_sym_COLON, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 22, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [32027] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 12, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [32100] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [32185] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 5, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [32272] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [32341] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1433), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 7, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [32422] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 7, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [32505] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1742), 1, anon_sym_RBRACE, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [32600] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [32685] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [32752] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1723), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 15, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [32815] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1641), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [32908] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1433), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 9, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, [32985] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 4, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COLON, anon_sym_QMARK_QMARK, [33074] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1744), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33169] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1746), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33264] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1748), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33359] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1750), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33454] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1752), 1, anon_sym_RBRACE, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33549] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1754), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33644] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1383), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33737] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1756), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33832] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1361), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [33925] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1321), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34018] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1431), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34111] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1758), 1, anon_sym_RBRACE, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34206] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1760), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34301] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1449), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34394] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1762), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34489] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1507), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34582] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1377), 1, anon_sym_PLUS_PLUS, ACTIONS(1379), 1, anon_sym_DASH_DASH, ACTIONS(1599), 1, anon_sym_AMP_AMP, ACTIONS(1601), 1, anon_sym_PIPE_PIPE, ACTIONS(1603), 1, anon_sym_GT_GT, ACTIONS(1607), 1, anon_sym_AMP, ACTIONS(1609), 1, anon_sym_CARET, ACTIONS(1611), 1, anon_sym_PIPE, ACTIONS(1615), 1, anon_sym_PERCENT, ACTIONS(1617), 1, anon_sym_STAR_STAR, ACTIONS(1627), 1, anon_sym_QMARK_QMARK, ACTIONS(1629), 1, sym__ternary_qmark, ACTIONS(1595), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1605), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1613), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1623), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, ACTIONS(1764), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1597), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1619), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34675] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1766), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34770] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1455), 2, anon_sym_LBRACE, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34863] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1768), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [34958] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1770), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35053] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1772), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35148] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1774), 1, anon_sym_COLON, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35243] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1776), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35338] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1537), 1, anon_sym_COMMA, ACTIONS(1778), 1, anon_sym_RPAREN, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35433] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 13, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [35501] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1786), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [35563] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1788), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35655] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1212), 1, anon_sym_RBRACK, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(1222), 1, anon_sym_COMMA, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [35705] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1393), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35797] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1385), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35889] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1463), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [35981] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1816), 1, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36073] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1551), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36165] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1549), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36257] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1455), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36349] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1786), 1, anon_sym_STAR_STAR, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 14, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [36411] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1631), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1818), 1, anon_sym_in, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1790), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36505] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1821), 1, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36597] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 11, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [36669] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1823), 1, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36761] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 5, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [36845] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 1, anon_sym_RBRACK, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1673), 1, anon_sym_COMMA, ACTIONS(1288), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [36895] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1507), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [36987] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 4, sym__ternary_qmark, anon_sym_of, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [37073] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1449), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37165] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1304), 1, anon_sym_RBRACK, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1675), 1, anon_sym_COMMA, ACTIONS(1300), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [37215] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1825), 1, anon_sym_LBRACE, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37307] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1431), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37399] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1321), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37491] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1361), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37583] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1433), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [37663] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 6, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_QMARK_QMARK, [37745] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1433), 4, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 8, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_CARET, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, [37821] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1423), 3, sym__ternary_qmark, anon_sym_of, anon_sym_QMARK_QMARK, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [37909] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1383), 1, anon_sym_of, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1792), 1, anon_sym_AMP_AMP, ACTIONS(1794), 1, anon_sym_PIPE_PIPE, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1804), 1, anon_sym_PIPE, ACTIONS(1812), 1, anon_sym_QMARK_QMARK, ACTIONS(1814), 1, sym__ternary_qmark, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38001] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1827), 1, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38093] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1297), 1, anon_sym_RBRACK, ACTIONS(1682), 1, anon_sym_COMMA, ACTIONS(533), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38143] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1327), 1, anon_sym_AMP_AMP, ACTIONS(1329), 1, anon_sym_PIPE_PIPE, ACTIONS(1331), 1, anon_sym_GT_GT, ACTIONS(1335), 1, anon_sym_AMP, ACTIONS(1337), 1, anon_sym_CARET, ACTIONS(1339), 1, anon_sym_PIPE, ACTIONS(1343), 1, anon_sym_PERCENT, ACTIONS(1345), 1, anon_sym_STAR_STAR, ACTIONS(1353), 1, anon_sym_QMARK_QMARK, ACTIONS(1355), 1, sym__ternary_qmark, ACTIONS(1829), 1, anon_sym_RBRACK, ACTIONS(1323), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1333), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1341), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1351), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1325), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1347), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38235] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1433), 1, anon_sym_PIPE, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1796), 1, anon_sym_GT_GT, ACTIONS(1800), 1, anon_sym_AMP, ACTIONS(1802), 1, anon_sym_CARET, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1782), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1798), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1808), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1810), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1790), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1806), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, ACTIONS(1423), 5, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, [38319] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1831), 1, anon_sym_COLON, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38411] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1784), 1, anon_sym_PERCENT, ACTIONS(1786), 1, anon_sym_STAR_STAR, ACTIONS(1780), 2, anon_sym_STAR, anon_sym_SLASH, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1433), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1423), 13, sym__ternary_qmark, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, [38477] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, sym_regex_flags, ACTIONS(1481), 15, anon_sym_STAR, anon_sym_in, anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, anon_sym_DASH_DASH, ACTIONS(1483), 19, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38522] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_EQ, ACTIONS(1144), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38567] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1169), 1, anon_sym_EQ, ACTIONS(1191), 1, anon_sym_in, ACTIONS(1194), 1, anon_sym_of, ACTIONS(1144), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1146), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38616] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(381), 1, anon_sym_BQUOTE, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(1262), 1, anon_sym_LBRACK, ACTIONS(1264), 1, anon_sym_DOT, ACTIONS(1266), 1, sym_optional_chain, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(535), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38705] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, anon_sym_BQUOTE, ACTIONS(1268), 1, anon_sym_PLUS_PLUS, ACTIONS(1270), 1, anon_sym_DASH_DASH, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(1371), 1, anon_sym_LBRACK, ACTIONS(1373), 1, anon_sym_DOT, ACTIONS(1375), 1, sym_optional_chain, ACTIONS(1705), 1, anon_sym_AMP_AMP, ACTIONS(1707), 1, anon_sym_PIPE_PIPE, ACTIONS(1709), 1, anon_sym_GT_GT, ACTIONS(1713), 1, anon_sym_AMP, ACTIONS(1715), 1, anon_sym_CARET, ACTIONS(1717), 1, anon_sym_PIPE, ACTIONS(1721), 1, anon_sym_PERCENT, ACTIONS(1723), 1, anon_sym_STAR_STAR, ACTIONS(1731), 1, anon_sym_QMARK_QMARK, ACTIONS(1733), 1, sym__ternary_qmark, ACTIONS(1701), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1711), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, ACTIONS(1719), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(1729), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, STATE(679), 2, sym_template_string, sym_arguments, ACTIONS(1703), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, ACTIONS(1725), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, [38794] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1295), 1, anon_sym_EQ, ACTIONS(1673), 1, anon_sym_of, ACTIONS(1687), 1, anon_sym_in, ACTIONS(1288), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1290), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38843] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(537), 1, anon_sym_EQ, ACTIONS(1679), 1, anon_sym_in, ACTIONS(1682), 1, anon_sym_of, ACTIONS(533), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(535), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38892] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1307), 1, anon_sym_EQ, ACTIONS(1675), 1, anon_sym_of, ACTIONS(1684), 1, anon_sym_in, ACTIONS(1300), 12, anon_sym_STAR, anon_sym_LT, anon_sym_GT, anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_DASH_DASH, ACTIONS(1302), 20, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, anon_sym_CARET, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_BQUOTE, [38941] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1837), 1, anon_sym_RBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1841), 1, anon_sym_async, ACTIONS(1843), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1285), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1833), 2, anon_sym_export, sym_identifier, ACTIONS(1845), 2, anon_sym_get, anon_sym_set, STATE(1254), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39022] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1849), 1, anon_sym_RBRACE, ACTIONS(1851), 1, anon_sym_async, ACTIONS(1853), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1285), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1847), 2, anon_sym_export, sym_identifier, ACTIONS(1855), 2, anon_sym_get, anon_sym_set, STATE(1254), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39103] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1859), 1, anon_sym_RBRACE, ACTIONS(1861), 1, anon_sym_async, ACTIONS(1863), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1267), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1857), 2, anon_sym_export, sym_identifier, ACTIONS(1865), 2, anon_sym_get, anon_sym_set, STATE(1235), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39184] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1869), 1, anon_sym_RBRACE, ACTIONS(1871), 1, anon_sym_async, ACTIONS(1873), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1285), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1867), 2, anon_sym_export, sym_identifier, ACTIONS(1875), 2, anon_sym_get, anon_sym_set, STATE(1254), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39265] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1879), 1, anon_sym_RBRACE, ACTIONS(1881), 1, anon_sym_async, ACTIONS(1883), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1285), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1877), 2, anon_sym_export, sym_identifier, ACTIONS(1885), 2, anon_sym_get, anon_sym_set, STATE(1254), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39346] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1889), 1, anon_sym_RBRACE, ACTIONS(1891), 1, anon_sym_async, ACTIONS(1893), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1285), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1887), 2, anon_sym_export, sym_identifier, ACTIONS(1895), 2, anon_sym_get, anon_sym_set, STATE(1254), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39427] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1899), 1, anon_sym_RBRACE, ACTIONS(1901), 1, anon_sym_async, ACTIONS(1903), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, STATE(1260), 1, aux_sym_object_pattern_repeat1, STATE(1267), 1, aux_sym_object_repeat1, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1897), 2, anon_sym_export, sym_identifier, ACTIONS(1905), 2, anon_sym_get, anon_sym_set, STATE(1235), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39508] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(107), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1912), 1, anon_sym_async, ACTIONS(1914), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(111), 2, sym_number, sym_private_property_identifier, ACTIONS(1907), 2, anon_sym_export, sym_identifier, ACTIONS(1909), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(1916), 2, anon_sym_get, anon_sym_set, STATE(1274), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1442), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1444), 3, sym_spread_element, sym_method_definition, sym_pair, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [39581] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1920), 1, anon_sym_RBRACE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, STATE(877), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [39653] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1932), 1, anon_sym_RBRACE, STATE(872), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [39725] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1937), 1, anon_sym_STAR, ACTIONS(1940), 1, anon_sym_RBRACE, ACTIONS(1942), 1, anon_sym_LBRACK, ACTIONS(1945), 1, anon_sym_LTtemplate_GT, ACTIONS(1948), 1, anon_sym_async, ACTIONS(1951), 1, anon_sym_DQUOTE, ACTIONS(1954), 1, anon_sym_SQUOTE, ACTIONS(1960), 1, anon_sym_AT, ACTIONS(1963), 1, anon_sym_static, STATE(872), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1934), 2, anon_sym_export, sym_identifier, ACTIONS(1957), 2, sym_number, sym_private_property_identifier, ACTIONS(1966), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [39797] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1969), 1, anon_sym_RBRACE, STATE(871), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [39869] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1971), 1, anon_sym_RBRACE, STATE(876), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [39941] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1973), 1, anon_sym_RBRACE, STATE(872), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [40013] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1975), 1, anon_sym_RBRACE, STATE(872), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [40085] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1977), 1, anon_sym_RBRACE, STATE(872), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [40157] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LTtemplate_GT, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(1924), 1, anon_sym_async, ACTIONS(1928), 1, anon_sym_static, ACTIONS(1979), 1, anon_sym_RBRACE, STATE(875), 1, aux_sym_class_body_repeat1, STATE(922), 1, aux_sym_export_statement_repeat1, STATE(951), 1, sym_method_definition, STATE(968), 1, sym_glimmer_template, STATE(969), 1, sym_class_static_block, STATE(991), 1, sym_decorator, STATE(1196), 1, sym_glimmer_opening_tag, STATE(1382), 1, sym_field_definition, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(1926), 2, sym_number, sym_private_property_identifier, ACTIONS(1930), 2, anon_sym_get, anon_sym_set, STATE(1107), 3, sym_string, sym__property_name, sym_computed_property_name, [40229] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(658), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(1985), 1, anon_sym_RBRACE, STATE(1260), 1, aux_sym_object_pattern_repeat1, ACTIONS(1987), 2, sym_number, sym_private_property_identifier, STATE(1284), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1548), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, ACTIONS(1981), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [40284] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(658), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(1991), 1, anon_sym_RBRACE, STATE(1287), 1, aux_sym_object_pattern_repeat1, ACTIONS(1987), 2, sym_number, sym_private_property_identifier, STATE(1240), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1548), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, ACTIONS(1989), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [40339] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(97), 1, anon_sym_STAR, ACTIONS(686), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(1999), 1, anon_sym_async, ACTIONS(2003), 1, anon_sym_static, STATE(919), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(1993), 2, anon_sym_export, sym_identifier, ACTIONS(1995), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(2001), 2, sym_number, sym_private_property_identifier, ACTIONS(2005), 2, anon_sym_get, anon_sym_set, STATE(1292), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1444), 3, sym_spread_element, sym_method_definition, sym_pair, [40399] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(658), 1, anon_sym_DOT_DOT_DOT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(1839), 1, anon_sym_LBRACK, ACTIONS(1987), 2, sym_number, sym_private_property_identifier, ACTIONS(2009), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(1442), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, STATE(1548), 3, sym_string, sym__property_name, sym_computed_property_name, STATE(1555), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, ACTIONS(2007), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [40449] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2013), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [40505] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2019), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [40561] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(808), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [40617] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(808), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [40671] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2021), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [40725] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(782), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [40781] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2023), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [40835] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2023), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [40891] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(810), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [40945] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(782), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [40999] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2021), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [41055] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2019), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [41109] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(810), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [41165] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2013), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [41219] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2019), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41268] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2025), 1, anon_sym_LBRACE, ACTIONS(2027), 1, anon_sym_async, STATE(966), 1, sym_statement_block, ACTIONS(2029), 2, sym_number, sym_private_property_identifier, ACTIONS(2031), 2, anon_sym_get, anon_sym_set, ACTIONS(1918), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1080), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [41317] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(808), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41366] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(810), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41415] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2013), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41464] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2023), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41513] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(782), 1, anon_sym_RBRACE, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41562] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2021), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [41611] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2033), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [41659] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2033), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [41705] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2036), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [41748] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(846), 1, anon_sym_async, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2036), 2, anon_sym_COMMA, anon_sym_RBRACE, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, [41793] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2038), 1, anon_sym_STAR, ACTIONS(2042), 1, anon_sym_get, ACTIONS(2044), 1, anon_sym_set, ACTIONS(2040), 2, sym_number, sym_private_property_identifier, STATE(1391), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [41836] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(844), 1, sym_identifier, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2046), 1, anon_sym_export, ACTIONS(2048), 1, anon_sym_STAR, ACTIONS(2050), 1, anon_sym_class, ACTIONS(2052), 1, anon_sym_async, ACTIONS(2056), 1, anon_sym_static, ACTIONS(2058), 1, anon_sym_get, ACTIONS(2060), 1, anon_sym_set, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(2054), 2, sym_number, sym_private_property_identifier, STATE(1351), 3, sym_string, sym__property_name, sym_computed_property_name, [41891] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2062), 1, anon_sym_STAR, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, ACTIONS(2066), 2, anon_sym_get, anon_sym_set, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [41932] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(2068), 1, anon_sym_STAR, ACTIONS(2070), 1, anon_sym_async, ACTIONS(2074), 1, anon_sym_get, ACTIONS(2076), 1, anon_sym_set, ACTIONS(2072), 2, sym_number, sym_private_property_identifier, ACTIONS(1918), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1100), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [41977] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2033), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42018] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2078), 1, anon_sym_STAR, ACTIONS(2082), 1, anon_sym_get, ACTIONS(2084), 1, anon_sym_set, ACTIONS(2080), 2, sym_number, sym_private_property_identifier, STATE(1416), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [42061] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2011), 1, anon_sym_STAR, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(848), 2, anon_sym_get, anon_sym_set, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [42102] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2086), 2, sym_number, sym_private_property_identifier, STATE(1427), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42138] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42174] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(840), 2, sym_number, sym_private_property_identifier, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2036), 2, anon_sym_COMMA, anon_sym_RBRACE, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42212] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2048), 1, anon_sym_STAR, ACTIONS(2052), 1, anon_sym_async, ACTIONS(2056), 1, anon_sym_static, ACTIONS(2058), 1, anon_sym_get, ACTIONS(2060), 1, anon_sym_set, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(844), 2, anon_sym_export, sym_identifier, ACTIONS(2054), 2, sym_number, sym_private_property_identifier, STATE(1351), 3, sym_string, sym__property_name, sym_computed_property_name, [42262] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2088), 2, sym_number, sym_private_property_identifier, STATE(1393), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42298] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2090), 2, sym_number, sym_private_property_identifier, STATE(1396), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42334] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, ACTIONS(1922), 1, anon_sym_LBRACK, ACTIONS(2048), 1, anon_sym_STAR, ACTIONS(2092), 1, anon_sym_async, ACTIONS(2096), 1, anon_sym_static, ACTIONS(2098), 1, anon_sym_get, ACTIONS(2100), 1, anon_sym_set, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(1918), 2, anon_sym_export, sym_identifier, ACTIONS(2094), 2, sym_number, sym_private_property_identifier, STATE(1073), 3, sym_string, sym__property_name, sym_computed_property_name, [42384] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(840), 2, sym_number, sym_private_property_identifier, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42420] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2102), 2, sym_number, sym_private_property_identifier, STATE(1425), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [42456] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2104), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2106), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42481] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42556] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2114), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42581] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2116), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2118), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2114), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42631] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42656] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42681] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2120), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2122), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2124), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2126), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42731] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2124), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2126), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42756] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(784), 1, anon_sym_var, ACTIONS(798), 1, anon_sym_class, ACTIONS(800), 1, anon_sym_async, ACTIONS(802), 1, anon_sym_function, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2128), 1, anon_sym_default, STATE(423), 1, sym_declaration, STATE(991), 1, sym_decorator, STATE(1203), 1, aux_sym_export_statement_repeat1, ACTIONS(786), 2, anon_sym_let, anon_sym_const, STATE(361), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, [42801] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2130), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2132), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2114), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2124), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2126), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2114), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2112), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2114), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42951] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2134), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2136), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [42976] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2142), 1, anon_sym_LPAREN, ACTIONS(2144), 1, anon_sym_DOT, STATE(983), 1, sym_arguments, ACTIONS(2138), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2140), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43007] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2108), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2110), 11, anon_sym_STAR, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43032] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2038), 1, anon_sym_STAR, ACTIONS(2042), 1, anon_sym_get, ACTIONS(2044), 1, anon_sym_set, ACTIONS(2040), 2, sym_number, sym_private_property_identifier, STATE(1391), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [43072] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(784), 1, anon_sym_var, ACTIONS(798), 1, anon_sym_class, ACTIONS(800), 1, anon_sym_async, ACTIONS(802), 1, anon_sym_function, ACTIONS(2146), 1, anon_sym_default, STATE(423), 1, sym_declaration, STATE(991), 1, sym_decorator, STATE(1203), 1, aux_sym_export_statement_repeat1, ACTIONS(786), 2, anon_sym_let, anon_sym_const, STATE(361), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, [43114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2148), 8, anon_sym_export, anon_sym_DOT, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2150), 8, anon_sym_STAR, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43138] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2156), 1, anon_sym_AT, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, ACTIONS(2154), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, ACTIONS(2152), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2163), 1, anon_sym_SEMI, ACTIONS(2159), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2161), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43194] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2062), 1, anon_sym_STAR, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, ACTIONS(2066), 2, anon_sym_get, anon_sym_set, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [43232] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(784), 1, anon_sym_var, ACTIONS(798), 1, anon_sym_class, ACTIONS(800), 1, anon_sym_async, ACTIONS(802), 1, anon_sym_function, ACTIONS(2128), 1, anon_sym_default, STATE(423), 1, sym_declaration, STATE(991), 1, sym_decorator, STATE(1203), 1, aux_sym_export_statement_repeat1, ACTIONS(786), 2, anon_sym_let, anon_sym_const, STATE(361), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, [43274] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2068), 1, anon_sym_STAR, ACTIONS(2165), 1, anon_sym_async, ACTIONS(2169), 1, anon_sym_get, ACTIONS(2171), 1, anon_sym_set, ACTIONS(2167), 2, sym_number, sym_private_property_identifier, ACTIONS(844), 3, anon_sym_export, sym_identifier, anon_sym_static, STATE(1422), 3, sym_string, sym__property_name, sym_computed_property_name, [43316] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2173), 1, anon_sym_EQ_GT, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43352] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2078), 1, anon_sym_STAR, ACTIONS(2082), 1, anon_sym_get, ACTIONS(2084), 1, anon_sym_set, ACTIONS(2080), 2, sym_number, sym_private_property_identifier, STATE(1416), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 4, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, [43392] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2175), 2, sym_number, sym_private_property_identifier, STATE(1381), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1409), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43448] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2177), 2, sym_number, sym_private_property_identifier, STATE(1370), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43481] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2102), 2, sym_number, sym_private_property_identifier, STATE(1425), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43514] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2179), 2, sym_number, sym_private_property_identifier, STATE(1503), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43547] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43580] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2086), 2, sym_number, sym_private_property_identifier, STATE(1427), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2181), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, [43634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2183), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2185), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2187), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2189), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43680] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2191), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, [43701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2193), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2195), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43724] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2161), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43747] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2197), 2, sym_number, sym_private_property_identifier, STATE(1502), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43780] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1397), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43803] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2199), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, [43824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1405), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [43847] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2201), 2, sym_number, sym_private_property_identifier, STATE(1386), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2203), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, [43901] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2090), 2, sym_number, sym_private_property_identifier, STATE(1396), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2205), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_GT_GT_EQ, anon_sym_GT_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, [43955] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2088), 2, sym_number, sym_private_property_identifier, STATE(1393), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [43988] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(840), 2, sym_number, sym_private_property_identifier, STATE(1438), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44018] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2064), 2, sym_number, sym_private_property_identifier, STATE(1395), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44048] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2138), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2140), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1487), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1489), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2207), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2209), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44114] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2211), 2, sym_number, sym_private_property_identifier, STATE(1390), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44144] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2213), 2, sym_number, sym_private_property_identifier, STATE(1415), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1475), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44196] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2215), 2, sym_number, sym_private_property_identifier, STATE(1501), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44226] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2217), 2, sym_number, sym_private_property_identifier, STATE(1376), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44256] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1509), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(1511), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44278] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(1997), 1, anon_sym_LBRACK, ACTIONS(2177), 2, sym_number, sym_private_property_identifier, STATE(1370), 3, sym_string, sym__property_name, sym_computed_property_name, ACTIONS(844), 6, anon_sym_export, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, [44308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2219), 7, anon_sym_export, anon_sym_class, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, ACTIONS(2221), 7, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, [44330] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2231), 1, anon_sym_SLASH, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, STATE(1027), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44365] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2237), 1, anon_sym_SLASH, STATE(1031), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44400] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2239), 1, anon_sym_SLASH, STATE(1037), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44435] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2241), 1, anon_sym_SLASH, STATE(1017), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44470] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2245), 1, anon_sym_LT, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, STATE(1003), 1, sym_jsx_opening_element, STATE(1148), 1, sym_jsx_closing_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44496] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2239), 1, anon_sym_SLASH, STATE(1038), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44528] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2237), 1, anon_sym_SLASH, STATE(1035), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44560] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2251), 1, anon_sym_LT, ACTIONS(2253), 1, anon_sym_DQUOTE, ACTIONS(2255), 1, anon_sym_SQUOTE, STATE(1012), 1, sym_jsx_opening_element, STATE(1119), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, sym_string, [44586] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2237), 1, anon_sym_SLASH, STATE(1014), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44618] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2251), 1, anon_sym_LT, ACTIONS(2253), 1, anon_sym_DQUOTE, ACTIONS(2255), 1, anon_sym_SQUOTE, STATE(1012), 1, sym_jsx_opening_element, STATE(1120), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, sym_string, [44644] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2257), 1, anon_sym_LT, STATE(1003), 1, sym_jsx_opening_element, STATE(1271), 1, sym_jsx_closing_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44670] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2257), 1, anon_sym_LT, ACTIONS(2259), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1276), 1, sym_jsx_closing_element, STATE(1002), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44696] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2231), 1, anon_sym_SLASH, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, STATE(1021), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44728] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2261), 1, anon_sym_LT, ACTIONS(2263), 1, sym_jsx_text, STATE(694), 1, sym_jsx_closing_element, STATE(1003), 1, sym_jsx_opening_element, STATE(1006), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44754] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2261), 1, anon_sym_LT, STATE(693), 1, sym_jsx_closing_element, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44780] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2265), 1, anon_sym_LT, ACTIONS(2267), 1, sym_jsx_text, STATE(532), 1, sym_jsx_closing_element, STATE(1003), 1, sym_jsx_opening_element, STATE(1013), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44806] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2239), 1, anon_sym_SLASH, STATE(1028), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44838] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2231), 1, anon_sym_SLASH, ACTIONS(2233), 1, sym_jsx_identifier, STATE(1029), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44870] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2241), 1, anon_sym_SLASH, STATE(1023), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44902] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2241), 1, anon_sym_SLASH, STATE(1020), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [44934] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2245), 1, anon_sym_LT, ACTIONS(2249), 1, sym_comment, ACTIONS(2269), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1154), 1, sym_jsx_closing_element, STATE(996), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44960] = 7, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2265), 1, anon_sym_LT, STATE(529), 1, sym_jsx_closing_element, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [44986] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2271), 1, anon_sym_GT, ACTIONS(2273), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45015] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2275), 1, anon_sym_GT, ACTIONS(2277), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45044] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2241), 1, anon_sym_SLASH, STATE(1022), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45073] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2279), 1, anon_sym_GT, ACTIONS(2281), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45102] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2275), 1, anon_sym_GT, ACTIONS(2283), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45131] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2285), 1, anon_sym_LT, ACTIONS(2287), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1032), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45154] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2271), 1, anon_sym_GT, ACTIONS(2289), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45183] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2271), 1, anon_sym_GT, ACTIONS(2291), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45212] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2275), 1, anon_sym_GT, ACTIONS(2293), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45241] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2295), 1, anon_sym_GT, ACTIONS(2297), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45270] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2299), 1, anon_sym_LT, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45293] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2301), 1, anon_sym_LT, ACTIONS(2303), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1030), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45316] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2305), 1, sym_identifier, ACTIONS(2308), 1, anon_sym_LBRACE, ACTIONS(2311), 1, anon_sym_GT, ACTIONS(2313), 1, anon_sym_SLASH, ACTIONS(2315), 1, sym_jsx_identifier, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45345] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2279), 1, anon_sym_GT, ACTIONS(2318), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45374] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2295), 1, anon_sym_GT, ACTIONS(2320), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45403] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2295), 1, anon_sym_GT, ACTIONS(2322), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45432] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2324), 1, anon_sym_LT, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45455] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2279), 1, anon_sym_GT, ACTIONS(2326), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45484] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2328), 1, anon_sym_LT, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45507] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2247), 1, sym_jsx_text, ACTIONS(2249), 1, sym_comment, ACTIONS(2330), 1, anon_sym_LT, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45530] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2239), 1, anon_sym_SLASH, STATE(1039), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45559] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2295), 1, anon_sym_GT, ACTIONS(2332), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45588] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2334), 1, anon_sym_LT, ACTIONS(2336), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1024), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45611] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2279), 1, anon_sym_GT, ACTIONS(2338), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45640] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2271), 1, anon_sym_GT, ACTIONS(2340), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45669] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2275), 1, anon_sym_GT, ACTIONS(2342), 1, anon_sym_SLASH, STATE(1026), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45698] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2231), 1, anon_sym_SLASH, ACTIONS(2233), 1, sym_jsx_identifier, STATE(1018), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45727] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2223), 1, sym_identifier, ACTIONS(2225), 1, anon_sym_LBRACE, ACTIONS(2229), 1, anon_sym_GT, ACTIONS(2233), 1, sym_jsx_identifier, ACTIONS(2237), 1, anon_sym_SLASH, STATE(1015), 1, aux_sym_jsx_opening_element_repeat1, STATE(1094), 1, sym_jsx_namespace_name, STATE(1113), 2, sym_jsx_expression, sym_jsx_attribute, [45756] = 6, ACTIONS(2249), 1, sym_comment, ACTIONS(2344), 1, anon_sym_LBRACE, ACTIONS(2347), 1, anon_sym_LT, ACTIONS(2350), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1042), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45779] = 6, ACTIONS(2243), 1, anon_sym_LBRACE, ACTIONS(2249), 1, sym_comment, ACTIONS(2353), 1, anon_sym_LT, ACTIONS(2355), 1, sym_jsx_text, STATE(1003), 1, sym_jsx_opening_element, STATE(1033), 5, sym_jsx_element, sym_jsx_fragment, sym_jsx_expression, sym_jsx_self_closing_element, aux_sym_jsx_element_repeat1, [45802] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2357), 1, sym_identifier, ACTIONS(2359), 1, anon_sym_COMMA, ACTIONS(2361), 1, anon_sym_RBRACE, STATE(1296), 1, sym_export_specifier, STATE(1295), 2, sym__module_export_name, sym_string, [45828] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2363), 1, sym_identifier, ACTIONS(2365), 1, anon_sym_COMMA, ACTIONS(2367), 1, anon_sym_RBRACE, STATE(1238), 1, sym_import_specifier, STATE(1537), 2, sym__module_export_name, sym_string, [45854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2369), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, [45867] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2371), 1, sym_identifier, ACTIONS(2373), 1, anon_sym_LBRACE, ACTIONS(2375), 1, anon_sym_LBRACK, STATE(1220), 1, sym_variable_declarator, STATE(1063), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [45888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2377), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, [45901] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2373), 1, anon_sym_LBRACE, ACTIONS(2375), 1, anon_sym_LBRACK, ACTIONS(2379), 1, sym_identifier, STATE(1221), 1, sym_variable_declarator, STATE(1155), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [45922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2381), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, [45935] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2357), 1, sym_identifier, ACTIONS(2383), 1, anon_sym_RBRACE, STATE(1350), 1, sym_export_specifier, STATE(1295), 2, sym__module_export_name, sym_string, [45958] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(2013), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [45981] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2019), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46004] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(808), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46027] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2373), 1, anon_sym_LBRACE, ACTIONS(2375), 1, anon_sym_LBRACK, ACTIONS(2379), 1, sym_identifier, STATE(1220), 1, sym_variable_declarator, STATE(1155), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46048] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2357), 1, sym_identifier, ACTIONS(2385), 1, anon_sym_RBRACE, STATE(1350), 1, sym_export_specifier, STATE(1295), 2, sym__module_export_name, sym_string, [46071] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2023), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46094] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2391), 1, anon_sym_EQ, ACTIONS(2387), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2389), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [46113] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2021), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1259), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46136] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2363), 1, sym_identifier, ACTIONS(2393), 1, anon_sym_RBRACE, STATE(1404), 1, sym_import_specifier, STATE(1537), 2, sym__module_export_name, sym_string, [46159] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2363), 1, sym_identifier, ACTIONS(2395), 1, anon_sym_RBRACE, STATE(1404), 1, sym_import_specifier, STATE(1537), 2, sym__module_export_name, sym_string, [46182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, [46195] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2403), 1, anon_sym_EQ, STATE(1117), 1, sym__initializer, ACTIONS(2401), 2, anon_sym_in, anon_sym_of, ACTIONS(2399), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [46214] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(782), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46237] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, STATE(1291), 1, sym__initializer, ACTIONS(2401), 2, anon_sym_in, anon_sym_of, ACTIONS(2399), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [46256] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2373), 1, anon_sym_LBRACE, ACTIONS(2375), 1, anon_sym_LBRACK, ACTIONS(2379), 1, sym_identifier, STATE(1239), 1, sym_variable_declarator, STATE(1155), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46277] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2407), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, [46290] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_COMMA, ACTIONS(810), 1, anon_sym_RBRACE, ACTIONS(2017), 1, anon_sym_EQ, STATE(1258), 1, aux_sym_object_pattern_repeat1, STATE(1311), 1, aux_sym_object_repeat1, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, [46313] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2373), 1, anon_sym_LBRACE, ACTIONS(2375), 1, anon_sym_LBRACK, ACTIONS(2409), 1, sym_identifier, STATE(1221), 1, sym_variable_declarator, STATE(1065), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1675), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46346] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2415), 1, anon_sym_SLASH, ACTIONS(2417), 1, sym_jsx_identifier, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46368] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2419), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46390] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1428), 1, sym_formal_parameters, STATE(1447), 1, sym__initializer, ACTIONS(2423), 2, sym__automatic_semicolon, anon_sym_SEMI, [46410] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2425), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2407), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1555), 6, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, [46456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2397), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46468] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(2427), 1, sym_identifier, ACTIONS(2429), 1, anon_sym_LBRACK, STATE(1405), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46486] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2363), 1, sym_identifier, STATE(1404), 1, sym_import_specifier, STATE(1537), 2, sym__module_export_name, sym_string, [46506] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1394), 1, sym_formal_parameters, STATE(1443), 1, sym__initializer, ACTIONS(2431), 2, sym__automatic_semicolon, anon_sym_SEMI, [46526] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(2429), 1, anon_sym_LBRACK, ACTIONS(2433), 1, sym_identifier, STATE(1559), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46544] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2357), 1, sym_identifier, STATE(1350), 1, sym_export_specifier, STATE(1295), 2, sym__module_export_name, sym_string, [46564] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2437), 1, anon_sym_BQUOTE, ACTIONS(2439), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2435), 2, sym__template_chars, sym_escape_sequence, STATE(1104), 2, sym_template_substitution, aux_sym_template_string_repeat1, [46582] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2441), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1471), 6, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, [46616] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2439), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2443), 1, anon_sym_BQUOTE, ACTIONS(2435), 2, sym__template_chars, sym_escape_sequence, STATE(1104), 2, sym_template_substitution, aux_sym_template_string_repeat1, [46634] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2445), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46656] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2447), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2369), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46690] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2449), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2451), 4, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_DOT, [46704] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2453), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2455), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2457), 4, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT, sym_jsx_identifier, [46740] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2459), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2465), 1, anon_sym_EQ, ACTIONS(2461), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2463), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [46778] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2467), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46800] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2469), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2377), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2381), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46858] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1399), 1, sym_formal_parameters, STATE(1504), 1, sym__initializer, ACTIONS(2471), 2, sym__automatic_semicolon, anon_sym_SEMI, [46878] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2473), 1, anon_sym_default, ACTIONS(2476), 1, anon_sym_RBRACE, ACTIONS(2478), 1, anon_sym_case, STATE(1101), 3, sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, [46896] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2481), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [46918] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2483), 1, anon_sym_default, ACTIONS(2485), 1, anon_sym_RBRACE, ACTIONS(2487), 1, anon_sym_case, STATE(1101), 3, sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, [46936] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2492), 1, anon_sym_BQUOTE, ACTIONS(2494), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2489), 2, sym__template_chars, sym_escape_sequence, STATE(1104), 2, sym_template_substitution, aux_sym_template_string_repeat1, [46954] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1673), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, [46966] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1835), 1, anon_sym_LBRACE, ACTIONS(2429), 1, anon_sym_LBRACK, ACTIONS(2497), 1, sym_identifier, STATE(1171), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, [46984] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1472), 1, sym_formal_parameters, STATE(1508), 1, sym__initializer, ACTIONS(2499), 2, sym__automatic_semicolon, anon_sym_SEMI, [47004] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2483), 1, anon_sym_default, ACTIONS(2487), 1, anon_sym_case, ACTIONS(2501), 1, anon_sym_RBRACE, STATE(1103), 3, sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, [47022] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2439), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2505), 1, anon_sym_BQUOTE, ACTIONS(2503), 2, sym__template_chars, sym_escape_sequence, STATE(1083), 2, sym_template_substitution, aux_sym_template_string_repeat1, [47040] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2439), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2509), 1, anon_sym_BQUOTE, ACTIONS(2507), 2, sym__template_chars, sym_escape_sequence, STATE(1086), 2, sym_template_substitution, aux_sym_template_string_repeat1, [47058] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, ACTIONS(2511), 1, anon_sym_SLASH, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [47080] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1501), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47093] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2513), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2515), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47106] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2517), 1, sym_identifier, ACTIONS(2519), 1, anon_sym_GT, ACTIONS(2521), 1, sym_jsx_identifier, STATE(1000), 1, sym_nested_identifier, STATE(1041), 1, sym_jsx_namespace_name, [47125] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, sym_identifier, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, STATE(695), 1, sym_class_body, STATE(1423), 1, sym_class_heritage, [47144] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2529), 1, sym_identifier, STATE(691), 1, sym_class_body, STATE(1375), 1, sym_class_heritage, [47163] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2533), 1, anon_sym_in, ACTIONS(2535), 1, anon_sym_of, ACTIONS(2531), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [47178] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2537), 1, sym_identifier, STATE(1597), 2, sym__module_export_name, sym_string, [47195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2539), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2541), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2543), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2545), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47221] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, ACTIONS(1218), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [47234] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2549), 1, anon_sym_export, ACTIONS(2551), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [47253] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1469), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1471), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47266] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2015), 1, anon_sym_COLON, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2553), 1, anon_sym_RBRACE, STATE(1310), 1, aux_sym_object_pattern_repeat1, [47285] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2555), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2557), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1555), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47311] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1222), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_EQ, anon_sym_RBRACK, [47322] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2559), 1, sym_identifier, STATE(691), 1, sym_class_body, STATE(1375), 1, sym_class_heritage, [47341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1517), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1519), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1513), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1515), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47367] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1501), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47380] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2561), 1, sym_identifier, ACTIONS(2563), 1, anon_sym_GT, ACTIONS(2565), 1, sym_jsx_identifier, STATE(1004), 1, sym_nested_identifier, STATE(1040), 1, sym_jsx_namespace_name, [47399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2567), 2, anon_sym_SLASH, sym_identifier, ACTIONS(2569), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1501), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47425] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2411), 1, sym_identifier, ACTIONS(2413), 1, anon_sym_GT, ACTIONS(2417), 1, sym_jsx_identifier, STATE(997), 1, sym_nested_identifier, STATE(1034), 1, sym_jsx_namespace_name, [47444] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2571), 1, sym_identifier, STATE(691), 1, sym_class_body, STATE(1375), 1, sym_class_heritage, [47463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1499), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1501), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47476] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2573), 1, sym_identifier, STATE(695), 1, sym_class_body, STATE(1423), 1, sym_class_heritage, [47495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1495), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1497), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2575), 1, anon_sym_EQ, ACTIONS(1222), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [47521] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2015), 1, anon_sym_COLON, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2578), 1, anon_sym_RBRACE, STATE(1258), 1, aux_sym_object_pattern_repeat1, [47540] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_DQUOTE, ACTIONS(838), 1, anon_sym_SQUOTE, ACTIONS(2580), 1, sym_identifier, STATE(1352), 2, sym__module_export_name, sym_string, [47557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2582), 1, anon_sym_EQ, ACTIONS(1222), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, [47570] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2585), 1, sym_identifier, ACTIONS(2587), 1, anon_sym_LBRACE, STATE(518), 1, sym_class_body, STATE(1480), 1, sym_class_heritage, [47589] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2589), 1, sym_identifier, ACTIONS(2591), 1, anon_sym_GT, ACTIONS(2593), 1, sym_jsx_identifier, STATE(1011), 1, sym_nested_identifier, STATE(1016), 1, sym_jsx_namespace_name, [47608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1453), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47621] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, anon_sym_LPAREN, ACTIONS(2595), 1, sym_identifier, ACTIONS(2597), 1, anon_sym_LBRACK, ACTIONS(2599), 1, sym_private_property_identifier, STATE(697), 1, sym_arguments, [47640] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1391), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47653] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2587), 1, anon_sym_LBRACE, ACTIONS(2601), 1, sym_identifier, STATE(553), 1, sym_class_body, STATE(1368), 1, sym_class_heritage, [47672] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 1, anon_sym_LPAREN, ACTIONS(2603), 1, sym_identifier, ACTIONS(2605), 1, anon_sym_LBRACK, ACTIONS(2607), 1, sym_private_property_identifier, STATE(537), 1, sym_arguments, [47691] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2609), 1, anon_sym_export, ACTIONS(2611), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [47710] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2033), 2, anon_sym_COMMA, anon_sym_RBRACE, [47725] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2527), 1, anon_sym_extends, ACTIONS(2613), 1, sym_identifier, STATE(695), 1, sym_class_body, STATE(1423), 1, sym_class_heritage, [47744] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, anon_sym_SLASH, sym_identifier, ACTIONS(1401), 3, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, [47757] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2405), 1, anon_sym_EQ, STATE(1291), 1, sym__initializer, ACTIONS(2399), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [47772] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(689), 1, sym_class_body, STATE(1436), 1, sym_class_heritage, [47788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2617), 1, anon_sym_COMMA, STATE(1233), 1, aux_sym_variable_declaration_repeat1, ACTIONS(2619), 2, sym__automatic_semicolon, anon_sym_SEMI, [47802] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2621), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2623), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [47816] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2626), 1, anon_sym_SQUOTE, STATE(1161), 1, aux_sym_string_repeat2, ACTIONS(2628), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [47830] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2626), 1, anon_sym_DQUOTE, STATE(1162), 1, aux_sym_string_repeat1, ACTIONS(2630), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [47844] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2632), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2634), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [47858] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2632), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2636), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [47872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1539), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, [47882] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2638), 1, sym_identifier, ACTIONS(2640), 1, sym_jsx_identifier, STATE(1365), 1, sym_nested_identifier, STATE(1518), 1, sym_jsx_namespace_name, [47898] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2644), 1, anon_sym_RBRACK, STATE(1304), 1, aux_sym_array_pattern_repeat1, [47914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1471), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [47924] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2646), 1, anon_sym_DQUOTE, STATE(1175), 1, aux_sym_string_repeat1, ACTIONS(2648), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [47938] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2646), 1, anon_sym_SQUOTE, STATE(1178), 1, aux_sym_string_repeat2, ACTIONS(2650), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [47952] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1675), 4, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, [47962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2652), 1, anon_sym_COMMA, STATE(1170), 1, aux_sym_array_repeat1, ACTIONS(1677), 2, anon_sym_RPAREN, anon_sym_RBRACK, [47976] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2655), 1, anon_sym_EQ, STATE(1510), 1, sym__initializer, ACTIONS(2401), 2, anon_sym_in, anon_sym_of, [47990] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2657), 1, sym_identifier, ACTIONS(2659), 1, anon_sym_STAR, STATE(1410), 1, sym_formal_parameters, [48006] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2661), 1, anon_sym_DQUOTE, STATE(1195), 1, aux_sym_string_repeat1, ACTIONS(2663), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48020] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2661), 1, anon_sym_SQUOTE, STATE(1191), 1, aux_sym_string_repeat2, ACTIONS(2665), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48034] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2667), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2636), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48048] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2669), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2636), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48062] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2669), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2634), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48076] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2667), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2634), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1697), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [48100] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_extends, ACTIONS(2671), 1, anon_sym_LBRACE, STATE(329), 1, sym_class_body, STATE(1359), 1, sym_class_heritage, [48116] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2673), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2634), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48130] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2673), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2636), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1673), 4, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, [48154] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(714), 1, sym_class_body, STATE(1485), 1, sym_class_heritage, [48170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1682), 4, anon_sym_RPAREN, anon_sym_in, anon_sym_of, anon_sym_EQ, [48180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [48190] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 1, anon_sym_COLON, ACTIONS(2017), 1, anon_sym_EQ, ACTIONS(2675), 2, anon_sym_COMMA, anon_sym_RBRACE, [48204] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2677), 1, sym__glimmer_template_content, ACTIONS(2679), 1, anon_sym_LT_SLASHtemplate_GT, STATE(681), 1, sym_glimmer_closing_tag, STATE(1226), 1, aux_sym_glimmer_template_repeat1, [48220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 2, anon_sym_LPAREN, anon_sym_COLON, ACTIONS(2036), 2, anon_sym_COMMA, anon_sym_RBRACE, [48232] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2551), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [48248] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2681), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2634), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2683), 4, sym__template_chars, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR_LBRACE, [48272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_from, STATE(1420), 1, sym__from_clause, ACTIONS(2687), 2, sym__automatic_semicolon, anon_sym_SEMI, [48286] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_extends, ACTIONS(2671), 1, anon_sym_LBRACE, STATE(324), 1, sym_class_body, STATE(1380), 1, sym_class_heritage, [48302] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2681), 1, anon_sym_DQUOTE, STATE(1158), 1, aux_sym_string_repeat1, ACTIONS(2636), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48316] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2689), 1, sym__glimmer_template_content, ACTIONS(2691), 1, anon_sym_LT_SLASHtemplate_GT, STATE(973), 1, sym_glimmer_closing_tag, STATE(1210), 1, aux_sym_glimmer_template_repeat1, [48332] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2693), 1, anon_sym_SQUOTE, STATE(1181), 1, aux_sym_string_repeat2, ACTIONS(2695), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48346] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2693), 1, anon_sym_DQUOTE, STATE(1182), 1, aux_sym_string_repeat1, ACTIONS(2697), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48360] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2699), 1, sym_identifier, ACTIONS(2701), 1, anon_sym_STAR, STATE(1410), 1, sym_formal_parameters, [48376] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(720), 1, sym_class_body, STATE(1474), 1, sym_class_heritage, [48392] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2703), 1, sym_identifier, ACTIONS(2705), 1, anon_sym_STAR, STATE(1373), 1, sym_formal_parameters, [48408] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2707), 1, sym__glimmer_template_content, ACTIONS(2709), 1, anon_sym_LT_SLASHtemplate_GT, STATE(531), 1, sym_glimmer_closing_tag, STATE(1332), 1, aux_sym_glimmer_template_repeat1, [48424] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2711), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [48440] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2713), 1, sym_identifier, ACTIONS(2715), 1, anon_sym_STAR, STATE(1410), 1, sym_formal_parameters, [48456] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2717), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [48472] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(723), 1, sym_class_body, STATE(1467), 1, sym_class_heritage, [48488] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2719), 1, sym_identifier, ACTIONS(2721), 1, sym_jsx_identifier, STATE(1364), 1, sym_nested_identifier, STATE(1608), 1, sym_jsx_namespace_name, [48504] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, sym_identifier, ACTIONS(2725), 1, sym_jsx_identifier, STATE(1344), 1, sym_nested_identifier, STATE(1624), 1, sym_jsx_namespace_name, [48520] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2727), 1, sym_identifier, ACTIONS(2729), 1, anon_sym_STAR, STATE(1373), 1, sym_formal_parameters, [48536] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2691), 1, anon_sym_LT_SLASHtemplate_GT, ACTIONS(2707), 1, sym__glimmer_template_content, STATE(971), 1, sym_glimmer_closing_tag, STATE(1332), 1, aux_sym_glimmer_template_repeat1, [48552] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_extends, ACTIONS(2731), 1, anon_sym_LBRACE, STATE(64), 1, sym_class_body, STATE(1379), 1, sym_class_heritage, [48568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1555), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, [48578] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_extends, ACTIONS(2731), 1, anon_sym_LBRACE, STATE(72), 1, sym_class_body, STATE(1345), 1, sym_class_heritage, [48594] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2733), 1, anon_sym_RBRACK, STATE(1290), 1, aux_sym_array_pattern_repeat1, [48610] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2611), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [48626] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2735), 1, sym_identifier, ACTIONS(2737), 1, anon_sym_STAR, STATE(1437), 1, sym_formal_parameters, [48642] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(597), 1, sym_class_body, STATE(1449), 1, sym_class_heritage, [48658] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2739), 1, anon_sym_SQUOTE, STATE(1218), 1, aux_sym_string_repeat2, ACTIONS(2741), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48672] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2617), 1, anon_sym_COMMA, STATE(1233), 1, aux_sym_variable_declaration_repeat1, ACTIONS(2744), 2, sym__automatic_semicolon, anon_sym_SEMI, [48686] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2617), 1, anon_sym_COMMA, STATE(1219), 1, aux_sym_variable_declaration_repeat1, ACTIONS(2746), 2, sym__automatic_semicolon, anon_sym_SEMI, [48700] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2617), 1, anon_sym_COMMA, STATE(1157), 1, aux_sym_variable_declaration_repeat1, ACTIONS(2748), 2, sym__automatic_semicolon, anon_sym_SEMI, [48714] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2750), 1, sym_identifier, ACTIONS(2752), 1, sym_jsx_identifier, STATE(1477), 1, sym_nested_identifier, STATE(1542), 1, sym_jsx_namespace_name, [48730] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, ACTIONS(2615), 1, anon_sym_extends, STATE(541), 1, sym_class_body, STATE(1430), 1, sym_class_heritage, [48746] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2754), 1, sym_identifier, ACTIONS(2756), 1, anon_sym_STAR, STATE(1373), 1, sym_formal_parameters, [48762] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2758), 1, sym_identifier, ACTIONS(2760), 1, anon_sym_STAR, STATE(1409), 1, sym_formal_parameters, [48778] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2679), 1, anon_sym_LT_SLASHtemplate_GT, ACTIONS(2707), 1, sym__glimmer_template_content, STATE(696), 1, sym_glimmer_closing_tag, STATE(1332), 1, aux_sym_glimmer_template_repeat1, [48794] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2762), 1, anon_sym_DQUOTE, STATE(1176), 1, aux_sym_string_repeat1, ACTIONS(2764), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, [48808] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2766), 1, anon_sym_COMMA, ACTIONS(2768), 1, anon_sym_RPAREN, STATE(1270), 1, aux_sym_formal_parameters_repeat1, [48824] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2762), 1, anon_sym_SQUOTE, STATE(1177), 1, aux_sym_string_repeat2, ACTIONS(2770), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, [48838] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, anon_sym_AT, ACTIONS(2772), 1, anon_sym_class, STATE(950), 1, aux_sym_export_statement_repeat1, STATE(991), 1, sym_decorator, [48854] = 5, ACTIONS(2249), 1, sym_comment, ACTIONS(2709), 1, anon_sym_LT_SLASHtemplate_GT, ACTIONS(2774), 1, sym__glimmer_template_content, STATE(533), 1, sym_glimmer_closing_tag, STATE(1202), 1, aux_sym_glimmer_template_repeat1, [48870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2776), 1, anon_sym_EQ, ACTIONS(1218), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RBRACK, [48882] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2778), 1, anon_sym_COMMA, STATE(1233), 1, aux_sym_variable_declaration_repeat1, ACTIONS(2781), 2, sym__automatic_semicolon, anon_sym_SEMI, [48896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1246), 1, anon_sym_LBRACE, ACTIONS(2783), 1, anon_sym_STAR, STATE(1556), 2, sym_namespace_import, sym_named_imports, [48910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2787), 1, anon_sym_RBRACE, STATE(1242), 1, aux_sym_object_repeat1, [48923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2789), 1, sym_identifier, STATE(1500), 1, sym_formal_parameters, [48936] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2791), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [48949] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2793), 1, anon_sym_COMMA, ACTIONS(2795), 1, anon_sym_RBRACE, STATE(1248), 1, aux_sym_named_imports_repeat1, [48962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [48971] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2797), 1, anon_sym_RBRACE, STATE(1309), 1, aux_sym_object_pattern_repeat1, [48984] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1495), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [48993] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2799), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49006] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2801), 1, sym_identifier, STATE(1348), 1, sym_formal_parameters, [49019] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2766), 1, anon_sym_COMMA, ACTIONS(2768), 1, anon_sym_RPAREN, STATE(1270), 1, aux_sym_formal_parameters_repeat1, [49032] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2803), 2, anon_sym_COMMA, anon_sym_RPAREN, [49043] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2803), 1, anon_sym_RPAREN, ACTIONS(2805), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_formal_parameters_repeat1, [49056] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(928), 1, anon_sym_while, ACTIONS(2808), 1, anon_sym_else, STATE(406), 1, sym_else_clause, [49069] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2393), 1, anon_sym_RBRACE, ACTIONS(2810), 1, anon_sym_COMMA, STATE(1318), 1, aux_sym_named_imports_repeat1, [49082] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2812), 1, anon_sym_GT, [49095] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2814), 1, sym_identifier, STATE(1407), 1, sym_formal_parameters, [49108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_EQ, ACTIONS(1194), 2, anon_sym_in, anon_sym_of, [49119] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2733), 1, anon_sym_RBRACK, STATE(1290), 1, aux_sym_array_pattern_repeat1, [49132] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2818), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49141] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2820), 1, anon_sym_RBRACE, STATE(1308), 1, aux_sym_object_repeat1, [49154] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(2822), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [49167] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2824), 1, sym_identifier, STATE(1448), 1, sym_formal_parameters, [49180] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1659), 1, anon_sym_RBRACK, STATE(1283), 1, aux_sym_array_repeat1, [49193] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2826), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [49206] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2828), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49219] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2830), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [49232] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1517), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49241] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1513), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49250] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1499), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49259] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1499), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49268] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1499), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49277] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1499), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49286] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2787), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1659), 1, anon_sym_RBRACK, STATE(1170), 1, aux_sym_array_repeat1, [49312] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1451), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49321] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(688), 1, anon_sym_RPAREN, ACTIONS(2832), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_formal_parameters_repeat1, [49334] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1389), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49343] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2733), 1, anon_sym_RBRACK, STATE(1300), 1, aux_sym_array_pattern_repeat1, [49356] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, ACTIONS(2834), 1, anon_sym_LPAREN, STATE(325), 1, sym_statement_block, [49369] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2836), 1, anon_sym_COLON, STATE(1472), 1, sym_formal_parameters, [49382] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2818), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49391] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(1399), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49400] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2818), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49409] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1677), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, [49418] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2818), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2838), 2, anon_sym_COMMA, anon_sym_RBRACK, [49438] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2642), 1, anon_sym_EQ, ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, [49449] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2842), 1, sym_identifier, STATE(1348), 1, sym_formal_parameters, [49462] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(2844), 1, anon_sym_RBRACK, STATE(1170), 1, aux_sym_array_repeat1, [49475] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2830), 1, anon_sym_RBRACE, STATE(1237), 1, aux_sym_object_pattern_repeat1, [49488] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2820), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49501] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2846), 1, sym_identifier, STATE(1348), 1, sym_formal_parameters, [49514] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2797), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [49527] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2848), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, [49536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2850), 1, anon_sym_as, ACTIONS(2852), 2, anon_sym_COMMA, anon_sym_RBRACE, [49547] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2854), 1, anon_sym_RBRACK, STATE(1300), 1, aux_sym_array_pattern_repeat1, [49560] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2531), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, [49569] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2856), 1, anon_sym_COLON, STATE(1472), 1, sym_formal_parameters, [49582] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1655), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [49595] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1655), 1, anon_sym_RPAREN, STATE(1255), 1, aux_sym_array_repeat1, [49608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2858), 1, anon_sym_as, ACTIONS(2860), 2, anon_sym_COMMA, anon_sym_RBRACE, [49619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2862), 1, anon_sym_COMMA, ACTIONS(2864), 1, anon_sym_RBRACE, STATE(1314), 1, aux_sym_export_clause_repeat1, [49632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2866), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, [49641] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2868), 1, sym_identifier, STATE(1407), 1, sym_formal_parameters, [49654] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(2870), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [49667] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2838), 1, anon_sym_RBRACK, ACTIONS(2872), 1, anon_sym_COMMA, STATE(1300), 1, aux_sym_array_pattern_repeat1, [49680] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_from, ACTIONS(2875), 1, anon_sym_as, STATE(1387), 1, sym__from_clause, [49693] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2555), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49702] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2877), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [49711] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2879), 1, anon_sym_RBRACK, STATE(1300), 1, aux_sym_array_pattern_repeat1, [49724] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2595), 1, sym_identifier, ACTIONS(2597), 1, anon_sym_LBRACK, ACTIONS(2599), 1, sym_private_property_identifier, [49737] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(2881), 1, anon_sym_RBRACK, STATE(1170), 1, aux_sym_array_repeat1, [49750] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2883), 1, anon_sym_LPAREN, ACTIONS(2885), 1, anon_sym_await, STATE(40), 1, sym__for_header, [49763] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2887), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2889), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [49789] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1983), 1, anon_sym_COMMA, ACTIONS(2891), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [49802] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_COMMA, ACTIONS(2893), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [49815] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, ACTIONS(1194), 2, anon_sym_in, anon_sym_of, [49826] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2603), 1, sym_identifier, ACTIONS(2605), 1, anon_sym_LBRACK, ACTIONS(2607), 1, sym_private_property_identifier, [49839] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2385), 1, anon_sym_RBRACE, ACTIONS(2895), 1, anon_sym_COMMA, STATE(1339), 1, aux_sym_export_clause_repeat1, [49852] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2897), 1, sym_identifier, STATE(945), 1, sym_decorator_member_expression, STATE(981), 1, sym_decorator_call_expression, [49865] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2899), 1, sym_identifier, STATE(1407), 1, sym_formal_parameters, [49878] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2901), 1, anon_sym_GT, [49891] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 1, anon_sym_COMMA, ACTIONS(2906), 1, anon_sym_RBRACE, STATE(1318), 1, aux_sym_named_imports_repeat1, [49904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2908), 1, sym_identifier, ACTIONS(2910), 2, sym__automatic_semicolon, anon_sym_SEMI, [49915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2912), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, [49924] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1665), 1, anon_sym_RPAREN, STATE(1328), 1, aux_sym_array_repeat1, [49937] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1665), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [49950] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2914), 1, sym_identifier, ACTIONS(2916), 2, sym__automatic_semicolon, anon_sym_SEMI, [49961] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2644), 1, anon_sym_RBRACK, STATE(1300), 1, aux_sym_array_pattern_repeat1, [49974] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1653), 1, anon_sym_RBRACK, STATE(1170), 1, aux_sym_array_repeat1, [49987] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1653), 1, anon_sym_RBRACK, STATE(1306), 1, aux_sym_array_repeat1, [50000] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1657), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [50013] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(2918), 1, anon_sym_RPAREN, STATE(1170), 1, aux_sym_array_repeat1, [50026] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2920), 1, anon_sym_GT, [50039] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2922), 1, anon_sym_GT, [50052] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(650), 1, anon_sym_COMMA, ACTIONS(2644), 1, anon_sym_RBRACK, STATE(1304), 1, aux_sym_array_pattern_repeat1, [50065] = 4, ACTIONS(2249), 1, sym_comment, ACTIONS(2924), 1, sym__glimmer_template_content, ACTIONS(2927), 1, anon_sym_LT_SLASHtemplate_GT, STATE(1332), 1, aux_sym_glimmer_template_repeat1, [50078] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2567), 3, anon_sym_LBRACE, anon_sym_LT, sym_jsx_text, [50087] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1252), 1, anon_sym_DQUOTE, ACTIONS(1254), 1, anon_sym_SQUOTE, STATE(1377), 1, sym_string, [50100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, anon_sym_COMMA, ACTIONS(1657), 1, anon_sym_RPAREN, STATE(1299), 1, aux_sym_array_repeat1, [50113] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2929), 1, anon_sym_LPAREN, ACTIONS(2931), 1, anon_sym_await, STATE(28), 1, sym__for_header, [50126] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2933), 1, anon_sym_COMMA, ACTIONS(2936), 1, anon_sym_RBRACE, STATE(1337), 1, aux_sym_object_repeat1, [50139] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2938), 1, anon_sym_COMMA, ACTIONS(2941), 1, anon_sym_RBRACE, STATE(1338), 1, aux_sym_object_pattern_repeat1, [50152] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2943), 1, anon_sym_COMMA, ACTIONS(2946), 1, anon_sym_RBRACE, STATE(1339), 1, aux_sym_export_clause_repeat1, [50165] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2948), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, [50174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(41), 1, sym_parenthesized_expression, [50184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_from, STATE(1459), 1, sym__from_clause, [50194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2922), 1, anon_sym_GT, [50204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2922), 1, anon_sym_GT, [50214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_LBRACE, STATE(71), 1, sym_class_body, [50224] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(32), 1, sym_parenthesized_expression, [50234] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1475), 1, sym_formal_parameters, [50244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(761), 1, sym_statement_block, [50254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2954), 1, anon_sym_LBRACE, STATE(65), 1, sym_statement_block, [50264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2946), 2, anon_sym_COMMA, anon_sym_RBRACE, [50272] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1428), 1, sym_formal_parameters, [50282] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2956), 2, anon_sym_COMMA, anon_sym_RBRACE, [50290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1539), 2, sym__automatic_semicolon, anon_sym_SEMI, [50298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(1473), 1, sym_parenthesized_expression, [50308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(30), 1, sym_parenthesized_expression, [50318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1484), 1, sym_formal_parameters, [50328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2958), 1, anon_sym_LBRACE, STATE(316), 1, sym_statement_block, [50338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2958), 1, anon_sym_LBRACE, STATE(318), 1, sym_statement_block, [50348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2671), 1, anon_sym_LBRACE, STATE(328), 1, sym_class_body, [50358] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(293), 1, sym_statement_block, [50368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(27), 1, sym_parenthesized_expression, [50378] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1697), 2, anon_sym_LPAREN, anon_sym_COLON, [50386] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2920), 1, anon_sym_GT, [50396] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2920), 1, anon_sym_GT, [50406] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2901), 1, anon_sym_GT, [50416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(944), 1, sym_statement_block, [50426] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2960), 1, sym_identifier, ACTIONS(2962), 1, anon_sym_STAR, [50436] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, STATE(513), 1, sym_class_body, [50446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2964), 2, sym__automatic_semicolon, anon_sym_SEMI, [50454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1490), 1, sym_formal_parameters, [50464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(943), 1, sym_statement_block, [50474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2966), 2, sym__automatic_semicolon, anon_sym_SEMI, [50482] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(763), 1, sym_statement_block, [50492] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(2968), 2, sym__glimmer_template_content, anon_sym_LT_SLASHtemplate_GT, [50500] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(682), 1, sym_class_body, [50510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1491), 1, sym_formal_parameters, [50520] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2970), 2, sym__automatic_semicolon, anon_sym_SEMI, [50528] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(936), 1, sym_statement_block, [50538] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2731), 1, anon_sym_LBRACE, STATE(76), 1, sym_class_body, [50548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2671), 1, anon_sym_LBRACE, STATE(321), 1, sym_class_body, [50558] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1492), 1, sym_formal_parameters, [50568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2163), 2, sym__automatic_semicolon, anon_sym_SEMI, [50576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1357), 1, sym_formal_parameters, [50586] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1358), 1, sym_formal_parameters, [50596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2958), 1, anon_sym_LBRACE, STATE(326), 1, sym_statement_block, [50606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1496), 1, sym_formal_parameters, [50616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2972), 1, anon_sym_SEMI, ACTIONS(2974), 1, sym__automatic_semicolon, [50626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(39), 1, sym_parenthesized_expression, [50636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(942), 1, sym_statement_block, [50646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1497), 1, sym_formal_parameters, [50656] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1505), 1, sym_formal_parameters, [50666] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, anon_sym_LPAREN, STATE(42), 1, sym_parenthesized_expression, [50676] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1506), 1, sym_formal_parameters, [50686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(934), 1, sym_statement_block, [50696] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1366), 1, sym_formal_parameters, [50706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1507), 1, sym_formal_parameters, [50716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2976), 1, sym_identifier, ACTIONS(2978), 1, sym_private_property_identifier, [50726] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1486), 1, sym_formal_parameters, [50736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(931), 1, sym_statement_block, [50746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(929), 1, sym_statement_block, [50756] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(939), 1, sym_statement_block, [50766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2980), 1, sym_identifier, ACTIONS(2982), 1, sym_jsx_identifier, [50776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2984), 2, anon_sym_COMMA, anon_sym_RBRACE, [50784] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2906), 2, anon_sym_COMMA, anon_sym_RBRACE, [50792] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2401), 2, anon_sym_in, anon_sym_of, [50800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 1, anon_sym_LPAREN, STATE(25), 1, sym__for_header, [50810] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(755), 1, sym_statement_block, [50820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(725), 1, sym_statement_block, [50830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(593), 1, sym_statement_block, [50840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(710), 1, sym_statement_block, [50850] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1349), 1, sym_formal_parameters, [50860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1385), 1, sym_formal_parameters, [50870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, [50878] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2990), 1, anon_sym_SEMI, ACTIONS(2992), 1, sym__automatic_semicolon, [50888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1371), 1, sym_formal_parameters, [50898] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1389), 1, sym_formal_parameters, [50908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1458), 1, sym_formal_parameters, [50918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1509), 1, sym_formal_parameters, [50928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(576), 1, sym_statement_block, [50938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2994), 1, anon_sym_SEMI, ACTIONS(2996), 1, sym__automatic_semicolon, [50948] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(589), 1, sym_statement_block, [50958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1399), 1, sym_formal_parameters, [50968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(716), 1, sym_class_body, [50978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2998), 1, sym_identifier, ACTIONS(3000), 1, sym_private_property_identifier, [50988] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1400), 1, sym_formal_parameters, [50998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3002), 2, anon_sym_LBRACE, anon_sym_EQ_GT, [51006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1401), 1, sym_formal_parameters, [51016] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(930), 1, sym_statement_block, [51026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2901), 1, anon_sym_GT, [51036] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, STATE(591), 1, sym_class_body, [51046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2838), 2, anon_sym_COMMA, anon_sym_RBRACK, [51054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(383), 1, sym_statement_block, [51064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3004), 1, anon_sym_LPAREN, STATE(1476), 1, sym_parenthesized_expression, [51074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3006), 2, anon_sym_LBRACE, anon_sym_EQ_GT, [51082] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1460), 1, sym_formal_parameters, [51092] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(717), 1, sym_class_body, [51102] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(542), 1, sym_statement_block, [51112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1394), 1, sym_formal_parameters, [51122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1167), 2, sym__automatic_semicolon, anon_sym_SEMI, [51130] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1663), 2, sym__automatic_semicolon, anon_sym_SEMI, [51138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 2, sym__automatic_semicolon, anon_sym_SEMI, [51146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2941), 2, anon_sym_COMMA, anon_sym_RBRACE, [51154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3008), 2, sym__automatic_semicolon, anon_sym_SEMI, [51162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2936), 2, anon_sym_COMMA, anon_sym_RBRACE, [51170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1494), 1, sym_formal_parameters, [51180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(2173), 1, anon_sym_EQ_GT, [51190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 2, sym__automatic_semicolon, anon_sym_SEMI, [51198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(560), 1, sym_statement_block, [51208] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, STATE(538), 1, sym_class_body, [51218] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2954), 1, anon_sym_LBRACE, STATE(70), 1, sym_statement_block, [51228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1419), 1, sym_formal_parameters, [51238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1667), 2, sym__automatic_semicolon, anon_sym_SEMI, [51246] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1408), 1, sym_formal_parameters, [51256] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1421), 1, sym_formal_parameters, [51266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3012), 2, sym__automatic_semicolon, anon_sym_SEMI, [51274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1493), 1, sym_formal_parameters, [51284] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3014), 1, sym_identifier, ACTIONS(3016), 1, anon_sym_STAR, [51294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(718), 1, sym_statement_block, [51304] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3018), 1, anon_sym_SEMI, ACTIONS(3020), 1, sym__automatic_semicolon, [51314] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(539), 1, sym_statement_block, [51324] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(732), 1, sym_statement_block, [51334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 1, anon_sym_LPAREN, ACTIONS(3022), 1, anon_sym_EQ_GT, [51344] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3024), 2, anon_sym_LBRACE, anon_sym_EQ_GT, [51352] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(731), 1, sym_statement_block, [51362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2803), 2, anon_sym_COMMA, anon_sym_RPAREN, [51370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2685), 1, anon_sym_from, STATE(1414), 1, sym__from_clause, [51380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(730), 1, sym_class_body, [51390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(729), 1, sym_statement_block, [51400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3026), 2, anon_sym_LBRACE, anon_sym_EQ_GT, [51408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(728), 1, sym_statement_block, [51418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2986), 1, anon_sym_LPAREN, STATE(43), 1, sym__for_header, [51428] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(925), 1, sym_statement_block, [51438] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3028), 1, anon_sym_LBRACE, STATE(389), 1, sym_switch_body, [51448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(727), 1, sym_class_body, [51458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2954), 1, anon_sym_LBRACE, STATE(68), 1, sym_statement_block, [51468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3030), 2, sym__automatic_semicolon, anon_sym_SEMI, [51476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2235), 1, anon_sym_DOT, ACTIONS(2812), 1, anon_sym_GT, [51486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1470), 1, sym_formal_parameters, [51496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1468), 1, sym_formal_parameters, [51506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2587), 1, anon_sym_LBRACE, STATE(577), 1, sym_class_body, [51516] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2227), 1, anon_sym_COLON, ACTIONS(2812), 1, anon_sym_GT, [51526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1464), 1, sym_formal_parameters, [51536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3032), 2, sym__automatic_semicolon, anon_sym_SEMI, [51544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2958), 1, anon_sym_LBRACE, STATE(330), 1, sym_statement_block, [51554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2525), 1, anon_sym_LBRACE, STATE(721), 1, sym_class_body, [51564] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2954), 1, anon_sym_LBRACE, STATE(66), 1, sym_statement_block, [51574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1450), 1, sym_formal_parameters, [51584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1461), 1, sym_formal_parameters, [51594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3034), 1, anon_sym_COMMA, ACTIONS(3036), 1, anon_sym_from, [51604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(938), 1, sym_statement_block, [51614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(932), 1, sym_statement_block, [51624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(946), 1, sym_statement_block, [51634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(726), 1, sym_statement_block, [51644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2952), 1, anon_sym_LBRACE, STATE(722), 1, sym_statement_block, [51654] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(941), 1, sym_statement_block, [51664] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(926), 1, sym_statement_block, [51674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(940), 1, sym_statement_block, [51684] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(327), 1, sym_statement_block, [51694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(935), 1, sym_statement_block, [51704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(583), 1, sym_statement_block, [51714] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1499), 1, sym_formal_parameters, [51724] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1378), 1, sym_formal_parameters, [51734] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2421), 1, anon_sym_LPAREN, STATE(1495), 1, sym_formal_parameters, [51744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3038), 2, sym__automatic_semicolon, anon_sym_SEMI, [51752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(927), 1, sym_statement_block, [51762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(928), 1, sym_statement_block, [51772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2025), 1, anon_sym_LBRACE, STATE(933), 1, sym_statement_block, [51782] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3040), 2, sym__automatic_semicolon, anon_sym_SEMI, [51790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, anon_sym_LBRACE, STATE(592), 1, sym_statement_block, [51800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2533), 1, anon_sym_in, ACTIONS(2535), 1, anon_sym_of, [51810] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3042), 1, anon_sym_SLASH2, [51817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2547), 1, anon_sym_EQ, [51824] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3044), 1, anon_sym_GT, [51831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1750), 1, anon_sym_RPAREN, [51838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3046), 1, anon_sym_from, [51845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3048), 1, anon_sym_GT, [51852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 1, anon_sym_GT, [51859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2901), 1, anon_sym_GT, [51866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3052), 1, anon_sym_GT, [51873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 1, anon_sym_target, [51880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3056), 1, anon_sym_GT, [51887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 1, anon_sym_GT, [51894] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3060), 1, anon_sym_GT, [51901] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(3062), 1, sym_regex_pattern, [51908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1699), 1, anon_sym_RPAREN, [51915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3064), 1, anon_sym_GT, [51922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1756), 1, anon_sym_RBRACK, [51929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 1, anon_sym_as, [51936] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3068), 1, anon_sym_RPAREN, [51943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3070), 1, anon_sym_EQ, [51950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3072), 1, anon_sym_EQ_GT, [51957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1768), 1, anon_sym_RPAREN, [51964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3074), 1, anon_sym_RPAREN, [51971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3076), 1, anon_sym_GT, [51978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3036), 1, anon_sym_from, [51985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3078), 1, anon_sym_EQ_GT, [51992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3080), 1, anon_sym_as, [51999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3082), 1, anon_sym_EQ_GT, [52006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3084), 1, anon_sym_EQ_GT, [52013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 1, anon_sym_GT, [52020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1752), 1, anon_sym_RBRACE, [52027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, anon_sym_GT, [52034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1744), 1, anon_sym_RBRACK, [52041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3088), 1, anon_sym_GT, [52048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3090), 1, anon_sym_from, [52055] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1760), 1, anon_sym_RPAREN, [52062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3092), 1, anon_sym_while, [52069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3094), 1, anon_sym_COLON, [52076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3096), 1, anon_sym_function, [52083] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 1, sym_identifier, [52090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3100), 1, anon_sym_EQ_GT, [52097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 1, anon_sym_COLON, [52104] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3104), 1, sym_identifier, [52111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3106), 1, anon_sym_EQ_GT, [52118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3108), 1, anon_sym_EQ, [52125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3110), 1, anon_sym_from, [52132] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_EQ, [52139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3112), 1, anon_sym_GT, [52146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 1, anon_sym_RPAREN, [52153] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2015), 1, anon_sym_LPAREN, [52160] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 1, anon_sym_RBRACK, [52167] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3116), 1, sym_identifier, [52174] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3118), 1, anon_sym_from, [52181] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3120), 1, ts_builtin_sym_end, [52188] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3122), 1, anon_sym_GT, [52195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3124), 1, anon_sym_from, [52202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3022), 1, anon_sym_EQ_GT, [52209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3126), 1, anon_sym_EQ, [52216] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3128), 1, anon_sym_GT, [52223] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2173), 1, anon_sym_EQ_GT, [52230] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(3130), 1, sym_regex_pattern, [52237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3132), 1, anon_sym_EQ_GT, [52244] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3134), 1, sym_identifier, [52251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3136), 1, anon_sym_EQ_GT, [52258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2776), 1, anon_sym_EQ, [52265] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3138), 1, anon_sym_target, [52272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3140), 1, anon_sym_EQ_GT, [52279] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1778), 1, anon_sym_RPAREN, [52286] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1770), 1, anon_sym_RPAREN, [52293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1776), 1, anon_sym_RPAREN, [52300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1774), 1, anon_sym_COLON, [52307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3142), 1, anon_sym_EQ_GT, [52314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3144), 1, anon_sym_EQ_GT, [52321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3146), 1, anon_sym_from, [52328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2864), 1, anon_sym_RBRACE, [52335] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 1, anon_sym_RPAREN, [52342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3148), 1, anon_sym_SLASH2, [52349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3150), 1, anon_sym_GT, [52356] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3152), 1, anon_sym_EQ_GT, [52363] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(3154), 1, sym_regex_pattern, [52370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2795), 1, anon_sym_RBRACE, [52377] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3156), 1, anon_sym_EQ_GT, [52384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3158), 1, anon_sym_EQ_GT, [52391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3160), 1, sym_identifier, [52398] = 2, ACTIONS(2249), 1, sym_comment, ACTIONS(3162), 1, sym_regex_pattern, [52405] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3164), 1, sym_identifier, [52412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3166), 1, anon_sym_from, [52419] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3168), 1, anon_sym_GT, [52426] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3170), 1, anon_sym_GT, [52433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3172), 1, anon_sym_EQ_GT, [52440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3174), 1, anon_sym_EQ_GT, [52447] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3176), 1, anon_sym_EQ_GT, [52454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3178), 1, anon_sym_EQ_GT, [52461] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3180), 1, anon_sym_GT, [52468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3182), 1, anon_sym_GT, [52475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3184), 1, anon_sym_GT, [52482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3186), 1, anon_sym_GT, [52489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2920), 1, anon_sym_GT, [52496] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3188), 1, anon_sym_GT, [52503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3190), 1, anon_sym_GT, [52510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3192), 1, anon_sym_GT, [52517] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3194), 1, anon_sym_GT, [52524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3196), 1, anon_sym_GT, [52531] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1742), 1, anon_sym_RBRACE, [52538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3198), 1, anon_sym_GT, [52545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1746), 1, anon_sym_RBRACK, [52552] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3200), 1, anon_sym_SLASH2, [52559] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3202), 1, anon_sym_SLASH2, [52566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1754), 1, anon_sym_RPAREN, [52573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3204), 1, sym_identifier, [52580] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1758), 1, anon_sym_RBRACE, [52587] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3206), 1, sym_identifier, [52594] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3208), 1, anon_sym_GT, [52601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2922), 1, anon_sym_GT, [52608] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3210), 1, anon_sym_EQ, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(293)] = 0, [SMALL_STATE(294)] = 79, [SMALL_STATE(295)] = 166, [SMALL_STATE(296)] = 253, [SMALL_STATE(297)] = 339, [SMALL_STATE(298)] = 425, [SMALL_STATE(299)] = 513, [SMALL_STATE(300)] = 601, [SMALL_STATE(301)] = 687, [SMALL_STATE(302)] = 777, [SMALL_STATE(303)] = 865, [SMALL_STATE(304)] = 953, [SMALL_STATE(305)] = 1041, [SMALL_STATE(306)] = 1127, [SMALL_STATE(307)] = 1200, [SMALL_STATE(308)] = 1287, [SMALL_STATE(309)] = 1371, [SMALL_STATE(310)] = 1439, [SMALL_STATE(311)] = 1527, [SMALL_STATE(312)] = 1597, [SMALL_STATE(313)] = 1669, [SMALL_STATE(314)] = 1737, [SMALL_STATE(315)] = 1807, [SMALL_STATE(316)] = 1875, [SMALL_STATE(317)] = 1945, [SMALL_STATE(318)] = 2013, [SMALL_STATE(319)] = 2083, [SMALL_STATE(320)] = 2167, [SMALL_STATE(321)] = 2235, [SMALL_STATE(322)] = 2305, [SMALL_STATE(323)] = 2389, [SMALL_STATE(324)] = 2457, [SMALL_STATE(325)] = 2527, [SMALL_STATE(326)] = 2595, [SMALL_STATE(327)] = 2665, [SMALL_STATE(328)] = 2733, [SMALL_STATE(329)] = 2803, [SMALL_STATE(330)] = 2873, [SMALL_STATE(331)] = 2943, [SMALL_STATE(332)] = 3010, [SMALL_STATE(333)] = 3077, [SMALL_STATE(334)] = 3144, [SMALL_STATE(335)] = 3211, [SMALL_STATE(336)] = 3278, [SMALL_STATE(337)] = 3345, [SMALL_STATE(338)] = 3412, [SMALL_STATE(339)] = 3495, [SMALL_STATE(340)] = 3562, [SMALL_STATE(341)] = 3629, [SMALL_STATE(342)] = 3696, [SMALL_STATE(343)] = 3763, [SMALL_STATE(344)] = 3830, [SMALL_STATE(345)] = 3897, [SMALL_STATE(346)] = 3964, [SMALL_STATE(347)] = 4031, [SMALL_STATE(348)] = 4098, [SMALL_STATE(349)] = 4165, [SMALL_STATE(350)] = 4232, [SMALL_STATE(351)] = 4299, [SMALL_STATE(352)] = 4366, [SMALL_STATE(353)] = 4433, [SMALL_STATE(354)] = 4500, [SMALL_STATE(355)] = 4583, [SMALL_STATE(356)] = 4650, [SMALL_STATE(357)] = 4717, [SMALL_STATE(358)] = 4784, [SMALL_STATE(359)] = 4851, [SMALL_STATE(360)] = 4918, [SMALL_STATE(361)] = 4985, [SMALL_STATE(362)] = 5052, [SMALL_STATE(363)] = 5119, [SMALL_STATE(364)] = 5186, [SMALL_STATE(365)] = 5253, [SMALL_STATE(366)] = 5320, [SMALL_STATE(367)] = 5387, [SMALL_STATE(368)] = 5454, [SMALL_STATE(369)] = 5521, [SMALL_STATE(370)] = 5588, [SMALL_STATE(371)] = 5655, [SMALL_STATE(372)] = 5722, [SMALL_STATE(373)] = 5789, [SMALL_STATE(374)] = 5856, [SMALL_STATE(375)] = 5923, [SMALL_STATE(376)] = 5990, [SMALL_STATE(377)] = 6057, [SMALL_STATE(378)] = 6124, [SMALL_STATE(379)] = 6191, [SMALL_STATE(380)] = 6258, [SMALL_STATE(381)] = 6325, [SMALL_STATE(382)] = 6392, [SMALL_STATE(383)] = 6459, [SMALL_STATE(384)] = 6526, [SMALL_STATE(385)] = 6593, [SMALL_STATE(386)] = 6660, [SMALL_STATE(387)] = 6727, [SMALL_STATE(388)] = 6794, [SMALL_STATE(389)] = 6861, [SMALL_STATE(390)] = 6928, [SMALL_STATE(391)] = 6995, [SMALL_STATE(392)] = 7062, [SMALL_STATE(393)] = 7129, [SMALL_STATE(394)] = 7196, [SMALL_STATE(395)] = 7263, [SMALL_STATE(396)] = 7330, [SMALL_STATE(397)] = 7397, [SMALL_STATE(398)] = 7464, [SMALL_STATE(399)] = 7531, [SMALL_STATE(400)] = 7598, [SMALL_STATE(401)] = 7665, [SMALL_STATE(402)] = 7732, [SMALL_STATE(403)] = 7799, [SMALL_STATE(404)] = 7866, [SMALL_STATE(405)] = 7933, [SMALL_STATE(406)] = 8000, [SMALL_STATE(407)] = 8067, [SMALL_STATE(408)] = 8134, [SMALL_STATE(409)] = 8201, [SMALL_STATE(410)] = 8268, [SMALL_STATE(411)] = 8335, [SMALL_STATE(412)] = 8402, [SMALL_STATE(413)] = 8469, [SMALL_STATE(414)] = 8536, [SMALL_STATE(415)] = 8603, [SMALL_STATE(416)] = 8670, [SMALL_STATE(417)] = 8737, [SMALL_STATE(418)] = 8804, [SMALL_STATE(419)] = 8891, [SMALL_STATE(420)] = 8958, [SMALL_STATE(421)] = 9025, [SMALL_STATE(422)] = 9092, [SMALL_STATE(423)] = 9159, [SMALL_STATE(424)] = 9226, [SMALL_STATE(425)] = 9293, [SMALL_STATE(426)] = 9360, [SMALL_STATE(427)] = 9441, [SMALL_STATE(428)] = 9522, [SMALL_STATE(429)] = 9603, [SMALL_STATE(430)] = 9667, [SMALL_STATE(431)] = 9731, [SMALL_STATE(432)] = 9795, [SMALL_STATE(433)] = 9863, [SMALL_STATE(434)] = 9927, [SMALL_STATE(435)] = 9991, [SMALL_STATE(436)] = 10055, [SMALL_STATE(437)] = 10119, [SMALL_STATE(438)] = 10188, [SMALL_STATE(439)] = 10257, [SMALL_STATE(440)] = 10326, [SMALL_STATE(441)] = 10395, [SMALL_STATE(442)] = 10463, [SMALL_STATE(443)] = 10529, [SMALL_STATE(444)] = 10591, [SMALL_STATE(445)] = 10659, [SMALL_STATE(446)] = 10729, [SMALL_STATE(447)] = 10801, [SMALL_STATE(448)] = 10871, [SMALL_STATE(449)] = 10933, [SMALL_STATE(450)] = 10995, [SMALL_STATE(451)] = 11063, [SMALL_STATE(452)] = 11131, [SMALL_STATE(453)] = 11199, [SMALL_STATE(454)] = 11269, [SMALL_STATE(455)] = 11331, [SMALL_STATE(456)] = 11399, [SMALL_STATE(457)] = 11461, [SMALL_STATE(458)] = 11529, [SMALL_STATE(459)] = 11591, [SMALL_STATE(460)] = 11653, [SMALL_STATE(461)] = 11715, [SMALL_STATE(462)] = 11777, [SMALL_STATE(463)] = 11849, [SMALL_STATE(464)] = 11911, [SMALL_STATE(465)] = 11981, [SMALL_STATE(466)] = 12051, [SMALL_STATE(467)] = 12117, [SMALL_STATE(468)] = 12185, [SMALL_STATE(469)] = 12255, [SMALL_STATE(470)] = 12317, [SMALL_STATE(471)] = 12379, [SMALL_STATE(472)] = 12441, [SMALL_STATE(473)] = 12503, [SMALL_STATE(474)] = 12565, [SMALL_STATE(475)] = 12635, [SMALL_STATE(476)] = 12705, [SMALL_STATE(477)] = 12775, [SMALL_STATE(478)] = 12845, [SMALL_STATE(479)] = 12910, [SMALL_STATE(480)] = 12979, [SMALL_STATE(481)] = 13048, [SMALL_STATE(482)] = 13117, [SMALL_STATE(483)] = 13182, [SMALL_STATE(484)] = 13249, [SMALL_STATE(485)] = 13316, [SMALL_STATE(486)] = 13383, [SMALL_STATE(487)] = 13449, [SMALL_STATE(488)] = 13515, [SMALL_STATE(489)] = 13585, [SMALL_STATE(490)] = 13651, [SMALL_STATE(491)] = 13721, [SMALL_STATE(492)] = 13786, [SMALL_STATE(493)] = 13853, [SMALL_STATE(494)] = 13918, [SMALL_STATE(495)] = 13983, [SMALL_STATE(496)] = 14052, [SMALL_STATE(497)] = 14117, [SMALL_STATE(498)] = 14186, [SMALL_STATE(499)] = 14252, [SMALL_STATE(500)] = 14314, [SMALL_STATE(501)] = 14382, [SMALL_STATE(502)] = 14448, [SMALL_STATE(503)] = 14510, [SMALL_STATE(504)] = 14564, [SMALL_STATE(505)] = 14630, [SMALL_STATE(506)] = 14689, [SMALL_STATE(507)] = 14740, [SMALL_STATE(508)] = 14791, [SMALL_STATE(509)] = 14844, [SMALL_STATE(510)] = 14897, [SMALL_STATE(511)] = 14950, [SMALL_STATE(512)] = 15003, [SMALL_STATE(513)] = 15054, [SMALL_STATE(514)] = 15102, [SMALL_STATE(515)] = 15150, [SMALL_STATE(516)] = 15198, [SMALL_STATE(517)] = 15246, [SMALL_STATE(518)] = 15342, [SMALL_STATE(519)] = 15390, [SMALL_STATE(520)] = 15486, [SMALL_STATE(521)] = 15536, [SMALL_STATE(522)] = 15584, [SMALL_STATE(523)] = 15644, [SMALL_STATE(524)] = 15708, [SMALL_STATE(525)] = 15756, [SMALL_STATE(526)] = 15852, [SMALL_STATE(527)] = 15900, [SMALL_STATE(528)] = 15996, [SMALL_STATE(529)] = 16044, [SMALL_STATE(530)] = 16092, [SMALL_STATE(531)] = 16188, [SMALL_STATE(532)] = 16236, [SMALL_STATE(533)] = 16284, [SMALL_STATE(534)] = 16332, [SMALL_STATE(535)] = 16380, [SMALL_STATE(536)] = 16428, [SMALL_STATE(537)] = 16476, [SMALL_STATE(538)] = 16524, [SMALL_STATE(539)] = 16572, [SMALL_STATE(540)] = 16620, [SMALL_STATE(541)] = 16712, [SMALL_STATE(542)] = 16760, [SMALL_STATE(543)] = 16808, [SMALL_STATE(544)] = 16856, [SMALL_STATE(545)] = 16952, [SMALL_STATE(546)] = 17032, [SMALL_STATE(547)] = 17098, [SMALL_STATE(548)] = 17162, [SMALL_STATE(549)] = 17232, [SMALL_STATE(550)] = 17320, [SMALL_STATE(551)] = 17406, [SMALL_STATE(552)] = 17454, [SMALL_STATE(553)] = 17502, [SMALL_STATE(554)] = 17550, [SMALL_STATE(555)] = 17598, [SMALL_STATE(556)] = 17694, [SMALL_STATE(557)] = 17742, [SMALL_STATE(558)] = 17790, [SMALL_STATE(559)] = 17886, [SMALL_STATE(560)] = 17936, [SMALL_STATE(561)] = 17984, [SMALL_STATE(562)] = 18080, [SMALL_STATE(563)] = 18128, [SMALL_STATE(564)] = 18176, [SMALL_STATE(565)] = 18224, [SMALL_STATE(566)] = 18308, [SMALL_STATE(567)] = 18356, [SMALL_STATE(568)] = 18428, [SMALL_STATE(569)] = 18518, [SMALL_STATE(570)] = 18566, [SMALL_STATE(571)] = 18654, [SMALL_STATE(572)] = 18704, [SMALL_STATE(573)] = 18752, [SMALL_STATE(574)] = 18828, [SMALL_STATE(575)] = 18876, [SMALL_STATE(576)] = 18924, [SMALL_STATE(577)] = 18972, [SMALL_STATE(578)] = 19020, [SMALL_STATE(579)] = 19068, [SMALL_STATE(580)] = 19116, [SMALL_STATE(581)] = 19164, [SMALL_STATE(582)] = 19212, [SMALL_STATE(583)] = 19260, [SMALL_STATE(584)] = 19308, [SMALL_STATE(585)] = 19404, [SMALL_STATE(586)] = 19452, [SMALL_STATE(587)] = 19500, [SMALL_STATE(588)] = 19548, [SMALL_STATE(589)] = 19596, [SMALL_STATE(590)] = 19644, [SMALL_STATE(591)] = 19692, [SMALL_STATE(592)] = 19740, [SMALL_STATE(593)] = 19788, [SMALL_STATE(594)] = 19836, [SMALL_STATE(595)] = 19884, [SMALL_STATE(596)] = 19932, [SMALL_STATE(597)] = 19980, [SMALL_STATE(598)] = 20028, [SMALL_STATE(599)] = 20126, [SMALL_STATE(600)] = 20174, [SMALL_STATE(601)] = 20240, [SMALL_STATE(602)] = 20288, [SMALL_STATE(603)] = 20342, [SMALL_STATE(604)] = 20390, [SMALL_STATE(605)] = 20486, [SMALL_STATE(606)] = 20582, [SMALL_STATE(607)] = 20630, [SMALL_STATE(608)] = 20678, [SMALL_STATE(609)] = 20726, [SMALL_STATE(610)] = 20809, [SMALL_STATE(611)] = 20904, [SMALL_STATE(612)] = 20999, [SMALL_STATE(613)] = 21078, [SMALL_STATE(614)] = 21173, [SMALL_STATE(615)] = 21222, [SMALL_STATE(616)] = 21287, [SMALL_STATE(617)] = 21340, [SMALL_STATE(618)] = 21431, [SMALL_STATE(619)] = 21526, [SMALL_STATE(620)] = 21621, [SMALL_STATE(621)] = 21716, [SMALL_STATE(622)] = 21811, [SMALL_STATE(623)] = 21906, [SMALL_STATE(624)] = 22001, [SMALL_STATE(625)] = 22096, [SMALL_STATE(626)] = 22161, [SMALL_STATE(627)] = 22230, [SMALL_STATE(628)] = 22317, [SMALL_STATE(629)] = 22412, [SMALL_STATE(630)] = 22507, [SMALL_STATE(631)] = 22558, [SMALL_STATE(632)] = 22653, [SMALL_STATE(633)] = 22738, [SMALL_STATE(634)] = 22821, [SMALL_STATE(635)] = 22892, [SMALL_STATE(636)] = 22981, [SMALL_STATE(637)] = 23068, [SMALL_STATE(638)] = 23137, [SMALL_STATE(639)] = 23224, [SMALL_STATE(640)] = 23309, [SMALL_STATE(641)] = 23384, [SMALL_STATE(642)] = 23463, [SMALL_STATE(643)] = 23560, [SMALL_STATE(644)] = 23655, [SMALL_STATE(645)] = 23750, [SMALL_STATE(646)] = 23815, [SMALL_STATE(647)] = 23886, [SMALL_STATE(648)] = 23935, [SMALL_STATE(649)] = 23984, [SMALL_STATE(650)] = 24073, [SMALL_STATE(651)] = 24168, [SMALL_STATE(652)] = 24217, [SMALL_STATE(653)] = 24312, [SMALL_STATE(654)] = 24387, [SMALL_STATE(655)] = 24482, [SMALL_STATE(656)] = 24577, [SMALL_STATE(657)] = 24672, [SMALL_STATE(658)] = 24737, [SMALL_STATE(659)] = 24832, [SMALL_STATE(660)] = 24927, [SMALL_STATE(661)] = 25022, [SMALL_STATE(662)] = 25109, [SMALL_STATE(663)] = 25158, [SMALL_STATE(664)] = 25253, [SMALL_STATE(665)] = 25348, [SMALL_STATE(666)] = 25439, [SMALL_STATE(667)] = 25488, [SMALL_STATE(668)] = 25537, [SMALL_STATE(669)] = 25632, [SMALL_STATE(670)] = 25681, [SMALL_STATE(671)] = 25738, [SMALL_STATE(672)] = 25785, [SMALL_STATE(673)] = 25884, [SMALL_STATE(674)] = 25983, [SMALL_STATE(675)] = 26034, [SMALL_STATE(676)] = 26133, [SMALL_STATE(677)] = 26180, [SMALL_STATE(678)] = 26228, [SMALL_STATE(679)] = 26274, [SMALL_STATE(680)] = 26320, [SMALL_STATE(681)] = 26370, [SMALL_STATE(682)] = 26416, [SMALL_STATE(683)] = 26462, [SMALL_STATE(684)] = 26508, [SMALL_STATE(685)] = 26554, [SMALL_STATE(686)] = 26652, [SMALL_STATE(687)] = 26698, [SMALL_STATE(688)] = 26744, [SMALL_STATE(689)] = 26790, [SMALL_STATE(690)] = 26840, [SMALL_STATE(691)] = 26938, [SMALL_STATE(692)] = 26984, [SMALL_STATE(693)] = 27030, [SMALL_STATE(694)] = 27076, [SMALL_STATE(695)] = 27122, [SMALL_STATE(696)] = 27168, [SMALL_STATE(697)] = 27214, [SMALL_STATE(698)] = 27260, [SMALL_STATE(699)] = 27358, [SMALL_STATE(700)] = 27404, [SMALL_STATE(701)] = 27502, [SMALL_STATE(702)] = 27596, [SMALL_STATE(703)] = 27692, [SMALL_STATE(704)] = 27788, [SMALL_STATE(705)] = 27834, [SMALL_STATE(706)] = 27880, [SMALL_STATE(707)] = 27926, [SMALL_STATE(708)] = 27976, [SMALL_STATE(709)] = 28022, [SMALL_STATE(710)] = 28068, [SMALL_STATE(711)] = 28114, [SMALL_STATE(712)] = 28212, [SMALL_STATE(713)] = 28308, [SMALL_STATE(714)] = 28358, [SMALL_STATE(715)] = 28404, [SMALL_STATE(716)] = 28450, [SMALL_STATE(717)] = 28496, [SMALL_STATE(718)] = 28546, [SMALL_STATE(719)] = 28596, [SMALL_STATE(720)] = 28642, [SMALL_STATE(721)] = 28692, [SMALL_STATE(722)] = 28738, [SMALL_STATE(723)] = 28784, [SMALL_STATE(724)] = 28830, [SMALL_STATE(725)] = 28928, [SMALL_STATE(726)] = 28978, [SMALL_STATE(727)] = 29028, [SMALL_STATE(728)] = 29078, [SMALL_STATE(729)] = 29124, [SMALL_STATE(730)] = 29170, [SMALL_STATE(731)] = 29216, [SMALL_STATE(732)] = 29266, [SMALL_STATE(733)] = 29312, [SMALL_STATE(734)] = 29358, [SMALL_STATE(735)] = 29404, [SMALL_STATE(736)] = 29450, [SMALL_STATE(737)] = 29498, [SMALL_STATE(738)] = 29594, [SMALL_STATE(739)] = 29646, [SMALL_STATE(740)] = 29692, [SMALL_STATE(741)] = 29738, [SMALL_STATE(742)] = 29784, [SMALL_STATE(743)] = 29830, [SMALL_STATE(744)] = 29880, [SMALL_STATE(745)] = 29930, [SMALL_STATE(746)] = 30024, [SMALL_STATE(747)] = 30070, [SMALL_STATE(748)] = 30116, [SMALL_STATE(749)] = 30162, [SMALL_STATE(750)] = 30208, [SMALL_STATE(751)] = 30260, [SMALL_STATE(752)] = 30312, [SMALL_STATE(753)] = 30364, [SMALL_STATE(754)] = 30414, [SMALL_STATE(755)] = 30460, [SMALL_STATE(756)] = 30506, [SMALL_STATE(757)] = 30558, [SMALL_STATE(758)] = 30604, [SMALL_STATE(759)] = 30652, [SMALL_STATE(760)] = 30700, [SMALL_STATE(761)] = 30746, [SMALL_STATE(762)] = 30792, [SMALL_STATE(763)] = 30838, [SMALL_STATE(764)] = 30884, [SMALL_STATE(765)] = 30930, [SMALL_STATE(766)] = 30976, [SMALL_STATE(767)] = 31025, [SMALL_STATE(768)] = 31120, [SMALL_STATE(769)] = 31169, [SMALL_STATE(770)] = 31264, [SMALL_STATE(771)] = 31357, [SMALL_STATE(772)] = 31450, [SMALL_STATE(773)] = 31543, [SMALL_STATE(774)] = 31636, [SMALL_STATE(775)] = 31729, [SMALL_STATE(776)] = 31822, [SMALL_STATE(777)] = 31915, [SMALL_STATE(778)] = 31978, [SMALL_STATE(779)] = 32027, [SMALL_STATE(780)] = 32100, [SMALL_STATE(781)] = 32185, [SMALL_STATE(782)] = 32272, [SMALL_STATE(783)] = 32341, [SMALL_STATE(784)] = 32422, [SMALL_STATE(785)] = 32505, [SMALL_STATE(786)] = 32600, [SMALL_STATE(787)] = 32685, [SMALL_STATE(788)] = 32752, [SMALL_STATE(789)] = 32815, [SMALL_STATE(790)] = 32908, [SMALL_STATE(791)] = 32985, [SMALL_STATE(792)] = 33074, [SMALL_STATE(793)] = 33169, [SMALL_STATE(794)] = 33264, [SMALL_STATE(795)] = 33359, [SMALL_STATE(796)] = 33454, [SMALL_STATE(797)] = 33549, [SMALL_STATE(798)] = 33644, [SMALL_STATE(799)] = 33737, [SMALL_STATE(800)] = 33832, [SMALL_STATE(801)] = 33925, [SMALL_STATE(802)] = 34018, [SMALL_STATE(803)] = 34111, [SMALL_STATE(804)] = 34206, [SMALL_STATE(805)] = 34301, [SMALL_STATE(806)] = 34394, [SMALL_STATE(807)] = 34489, [SMALL_STATE(808)] = 34582, [SMALL_STATE(809)] = 34675, [SMALL_STATE(810)] = 34770, [SMALL_STATE(811)] = 34863, [SMALL_STATE(812)] = 34958, [SMALL_STATE(813)] = 35053, [SMALL_STATE(814)] = 35148, [SMALL_STATE(815)] = 35243, [SMALL_STATE(816)] = 35338, [SMALL_STATE(817)] = 35433, [SMALL_STATE(818)] = 35501, [SMALL_STATE(819)] = 35563, [SMALL_STATE(820)] = 35655, [SMALL_STATE(821)] = 35705, [SMALL_STATE(822)] = 35797, [SMALL_STATE(823)] = 35889, [SMALL_STATE(824)] = 35981, [SMALL_STATE(825)] = 36073, [SMALL_STATE(826)] = 36165, [SMALL_STATE(827)] = 36257, [SMALL_STATE(828)] = 36349, [SMALL_STATE(829)] = 36411, [SMALL_STATE(830)] = 36505, [SMALL_STATE(831)] = 36597, [SMALL_STATE(832)] = 36669, [SMALL_STATE(833)] = 36761, [SMALL_STATE(834)] = 36845, [SMALL_STATE(835)] = 36895, [SMALL_STATE(836)] = 36987, [SMALL_STATE(837)] = 37073, [SMALL_STATE(838)] = 37165, [SMALL_STATE(839)] = 37215, [SMALL_STATE(840)] = 37307, [SMALL_STATE(841)] = 37399, [SMALL_STATE(842)] = 37491, [SMALL_STATE(843)] = 37583, [SMALL_STATE(844)] = 37663, [SMALL_STATE(845)] = 37745, [SMALL_STATE(846)] = 37821, [SMALL_STATE(847)] = 37909, [SMALL_STATE(848)] = 38001, [SMALL_STATE(849)] = 38093, [SMALL_STATE(850)] = 38143, [SMALL_STATE(851)] = 38235, [SMALL_STATE(852)] = 38319, [SMALL_STATE(853)] = 38411, [SMALL_STATE(854)] = 38477, [SMALL_STATE(855)] = 38522, [SMALL_STATE(856)] = 38567, [SMALL_STATE(857)] = 38616, [SMALL_STATE(858)] = 38705, [SMALL_STATE(859)] = 38794, [SMALL_STATE(860)] = 38843, [SMALL_STATE(861)] = 38892, [SMALL_STATE(862)] = 38941, [SMALL_STATE(863)] = 39022, [SMALL_STATE(864)] = 39103, [SMALL_STATE(865)] = 39184, [SMALL_STATE(866)] = 39265, [SMALL_STATE(867)] = 39346, [SMALL_STATE(868)] = 39427, [SMALL_STATE(869)] = 39508, [SMALL_STATE(870)] = 39581, [SMALL_STATE(871)] = 39653, [SMALL_STATE(872)] = 39725, [SMALL_STATE(873)] = 39797, [SMALL_STATE(874)] = 39869, [SMALL_STATE(875)] = 39941, [SMALL_STATE(876)] = 40013, [SMALL_STATE(877)] = 40085, [SMALL_STATE(878)] = 40157, [SMALL_STATE(879)] = 40229, [SMALL_STATE(880)] = 40284, [SMALL_STATE(881)] = 40339, [SMALL_STATE(882)] = 40399, [SMALL_STATE(883)] = 40449, [SMALL_STATE(884)] = 40505, [SMALL_STATE(885)] = 40561, [SMALL_STATE(886)] = 40617, [SMALL_STATE(887)] = 40671, [SMALL_STATE(888)] = 40725, [SMALL_STATE(889)] = 40781, [SMALL_STATE(890)] = 40835, [SMALL_STATE(891)] = 40891, [SMALL_STATE(892)] = 40945, [SMALL_STATE(893)] = 40999, [SMALL_STATE(894)] = 41055, [SMALL_STATE(895)] = 41109, [SMALL_STATE(896)] = 41165, [SMALL_STATE(897)] = 41219, [SMALL_STATE(898)] = 41268, [SMALL_STATE(899)] = 41317, [SMALL_STATE(900)] = 41366, [SMALL_STATE(901)] = 41415, [SMALL_STATE(902)] = 41464, [SMALL_STATE(903)] = 41513, [SMALL_STATE(904)] = 41562, [SMALL_STATE(905)] = 41611, [SMALL_STATE(906)] = 41659, [SMALL_STATE(907)] = 41705, [SMALL_STATE(908)] = 41748, [SMALL_STATE(909)] = 41793, [SMALL_STATE(910)] = 41836, [SMALL_STATE(911)] = 41891, [SMALL_STATE(912)] = 41932, [SMALL_STATE(913)] = 41977, [SMALL_STATE(914)] = 42018, [SMALL_STATE(915)] = 42061, [SMALL_STATE(916)] = 42102, [SMALL_STATE(917)] = 42138, [SMALL_STATE(918)] = 42174, [SMALL_STATE(919)] = 42212, [SMALL_STATE(920)] = 42262, [SMALL_STATE(921)] = 42298, [SMALL_STATE(922)] = 42334, [SMALL_STATE(923)] = 42384, [SMALL_STATE(924)] = 42420, [SMALL_STATE(925)] = 42456, [SMALL_STATE(926)] = 42481, [SMALL_STATE(927)] = 42506, [SMALL_STATE(928)] = 42531, [SMALL_STATE(929)] = 42556, [SMALL_STATE(930)] = 42581, [SMALL_STATE(931)] = 42606, [SMALL_STATE(932)] = 42631, [SMALL_STATE(933)] = 42656, [SMALL_STATE(934)] = 42681, [SMALL_STATE(935)] = 42706, [SMALL_STATE(936)] = 42731, [SMALL_STATE(937)] = 42756, [SMALL_STATE(938)] = 42801, [SMALL_STATE(939)] = 42826, [SMALL_STATE(940)] = 42851, [SMALL_STATE(941)] = 42876, [SMALL_STATE(942)] = 42901, [SMALL_STATE(943)] = 42926, [SMALL_STATE(944)] = 42951, [SMALL_STATE(945)] = 42976, [SMALL_STATE(946)] = 43007, [SMALL_STATE(947)] = 43032, [SMALL_STATE(948)] = 43072, [SMALL_STATE(949)] = 43114, [SMALL_STATE(950)] = 43138, [SMALL_STATE(951)] = 43168, [SMALL_STATE(952)] = 43194, [SMALL_STATE(953)] = 43232, [SMALL_STATE(954)] = 43274, [SMALL_STATE(955)] = 43316, [SMALL_STATE(956)] = 43352, [SMALL_STATE(957)] = 43392, [SMALL_STATE(958)] = 43425, [SMALL_STATE(959)] = 43448, [SMALL_STATE(960)] = 43481, [SMALL_STATE(961)] = 43514, [SMALL_STATE(962)] = 43547, [SMALL_STATE(963)] = 43580, [SMALL_STATE(964)] = 43613, [SMALL_STATE(965)] = 43634, [SMALL_STATE(966)] = 43657, [SMALL_STATE(967)] = 43680, [SMALL_STATE(968)] = 43701, [SMALL_STATE(969)] = 43724, [SMALL_STATE(970)] = 43747, [SMALL_STATE(971)] = 43780, [SMALL_STATE(972)] = 43803, [SMALL_STATE(973)] = 43824, [SMALL_STATE(974)] = 43847, [SMALL_STATE(975)] = 43880, [SMALL_STATE(976)] = 43901, [SMALL_STATE(977)] = 43934, [SMALL_STATE(978)] = 43955, [SMALL_STATE(979)] = 43988, [SMALL_STATE(980)] = 44018, [SMALL_STATE(981)] = 44048, [SMALL_STATE(982)] = 44070, [SMALL_STATE(983)] = 44092, [SMALL_STATE(984)] = 44114, [SMALL_STATE(985)] = 44144, [SMALL_STATE(986)] = 44174, [SMALL_STATE(987)] = 44196, [SMALL_STATE(988)] = 44226, [SMALL_STATE(989)] = 44256, [SMALL_STATE(990)] = 44278, [SMALL_STATE(991)] = 44308, [SMALL_STATE(992)] = 44330, [SMALL_STATE(993)] = 44365, [SMALL_STATE(994)] = 44400, [SMALL_STATE(995)] = 44435, [SMALL_STATE(996)] = 44470, [SMALL_STATE(997)] = 44496, [SMALL_STATE(998)] = 44528, [SMALL_STATE(999)] = 44560, [SMALL_STATE(1000)] = 44586, [SMALL_STATE(1001)] = 44618, [SMALL_STATE(1002)] = 44644, [SMALL_STATE(1003)] = 44670, [SMALL_STATE(1004)] = 44696, [SMALL_STATE(1005)] = 44728, [SMALL_STATE(1006)] = 44754, [SMALL_STATE(1007)] = 44780, [SMALL_STATE(1008)] = 44806, [SMALL_STATE(1009)] = 44838, [SMALL_STATE(1010)] = 44870, [SMALL_STATE(1011)] = 44902, [SMALL_STATE(1012)] = 44934, [SMALL_STATE(1013)] = 44960, [SMALL_STATE(1014)] = 44986, [SMALL_STATE(1015)] = 45015, [SMALL_STATE(1016)] = 45044, [SMALL_STATE(1017)] = 45073, [SMALL_STATE(1018)] = 45102, [SMALL_STATE(1019)] = 45131, [SMALL_STATE(1020)] = 45154, [SMALL_STATE(1021)] = 45183, [SMALL_STATE(1022)] = 45212, [SMALL_STATE(1023)] = 45241, [SMALL_STATE(1024)] = 45270, [SMALL_STATE(1025)] = 45293, [SMALL_STATE(1026)] = 45316, [SMALL_STATE(1027)] = 45345, [SMALL_STATE(1028)] = 45374, [SMALL_STATE(1029)] = 45403, [SMALL_STATE(1030)] = 45432, [SMALL_STATE(1031)] = 45455, [SMALL_STATE(1032)] = 45484, [SMALL_STATE(1033)] = 45507, [SMALL_STATE(1034)] = 45530, [SMALL_STATE(1035)] = 45559, [SMALL_STATE(1036)] = 45588, [SMALL_STATE(1037)] = 45611, [SMALL_STATE(1038)] = 45640, [SMALL_STATE(1039)] = 45669, [SMALL_STATE(1040)] = 45698, [SMALL_STATE(1041)] = 45727, [SMALL_STATE(1042)] = 45756, [SMALL_STATE(1043)] = 45779, [SMALL_STATE(1044)] = 45802, [SMALL_STATE(1045)] = 45828, [SMALL_STATE(1046)] = 45854, [SMALL_STATE(1047)] = 45867, [SMALL_STATE(1048)] = 45888, [SMALL_STATE(1049)] = 45901, [SMALL_STATE(1050)] = 45922, [SMALL_STATE(1051)] = 45935, [SMALL_STATE(1052)] = 45958, [SMALL_STATE(1053)] = 45981, [SMALL_STATE(1054)] = 46004, [SMALL_STATE(1055)] = 46027, [SMALL_STATE(1056)] = 46048, [SMALL_STATE(1057)] = 46071, [SMALL_STATE(1058)] = 46094, [SMALL_STATE(1059)] = 46113, [SMALL_STATE(1060)] = 46136, [SMALL_STATE(1061)] = 46159, [SMALL_STATE(1062)] = 46182, [SMALL_STATE(1063)] = 46195, [SMALL_STATE(1064)] = 46214, [SMALL_STATE(1065)] = 46237, [SMALL_STATE(1066)] = 46256, [SMALL_STATE(1067)] = 46277, [SMALL_STATE(1068)] = 46290, [SMALL_STATE(1069)] = 46313, [SMALL_STATE(1070)] = 46334, [SMALL_STATE(1071)] = 46346, [SMALL_STATE(1072)] = 46368, [SMALL_STATE(1073)] = 46390, [SMALL_STATE(1074)] = 46410, [SMALL_STATE(1075)] = 46432, [SMALL_STATE(1076)] = 46444, [SMALL_STATE(1077)] = 46456, [SMALL_STATE(1078)] = 46468, [SMALL_STATE(1079)] = 46486, [SMALL_STATE(1080)] = 46506, [SMALL_STATE(1081)] = 46526, [SMALL_STATE(1082)] = 46544, [SMALL_STATE(1083)] = 46564, [SMALL_STATE(1084)] = 46582, [SMALL_STATE(1085)] = 46604, [SMALL_STATE(1086)] = 46616, [SMALL_STATE(1087)] = 46634, [SMALL_STATE(1088)] = 46656, [SMALL_STATE(1089)] = 46678, [SMALL_STATE(1090)] = 46690, [SMALL_STATE(1091)] = 46704, [SMALL_STATE(1092)] = 46726, [SMALL_STATE(1093)] = 46740, [SMALL_STATE(1094)] = 46762, [SMALL_STATE(1095)] = 46778, [SMALL_STATE(1096)] = 46800, [SMALL_STATE(1097)] = 46822, [SMALL_STATE(1098)] = 46834, [SMALL_STATE(1099)] = 46846, [SMALL_STATE(1100)] = 46858, [SMALL_STATE(1101)] = 46878, [SMALL_STATE(1102)] = 46896, [SMALL_STATE(1103)] = 46918, [SMALL_STATE(1104)] = 46936, [SMALL_STATE(1105)] = 46954, [SMALL_STATE(1106)] = 46966, [SMALL_STATE(1107)] = 46984, [SMALL_STATE(1108)] = 47004, [SMALL_STATE(1109)] = 47022, [SMALL_STATE(1110)] = 47040, [SMALL_STATE(1111)] = 47058, [SMALL_STATE(1112)] = 47080, [SMALL_STATE(1113)] = 47093, [SMALL_STATE(1114)] = 47106, [SMALL_STATE(1115)] = 47125, [SMALL_STATE(1116)] = 47144, [SMALL_STATE(1117)] = 47163, [SMALL_STATE(1118)] = 47178, [SMALL_STATE(1119)] = 47195, [SMALL_STATE(1120)] = 47208, [SMALL_STATE(1121)] = 47221, [SMALL_STATE(1122)] = 47234, [SMALL_STATE(1123)] = 47253, [SMALL_STATE(1124)] = 47266, [SMALL_STATE(1125)] = 47285, [SMALL_STATE(1126)] = 47298, [SMALL_STATE(1127)] = 47311, [SMALL_STATE(1128)] = 47322, [SMALL_STATE(1129)] = 47341, [SMALL_STATE(1130)] = 47354, [SMALL_STATE(1131)] = 47367, [SMALL_STATE(1132)] = 47380, [SMALL_STATE(1133)] = 47399, [SMALL_STATE(1134)] = 47412, [SMALL_STATE(1135)] = 47425, [SMALL_STATE(1136)] = 47444, [SMALL_STATE(1137)] = 47463, [SMALL_STATE(1138)] = 47476, [SMALL_STATE(1139)] = 47495, [SMALL_STATE(1140)] = 47508, [SMALL_STATE(1141)] = 47521, [SMALL_STATE(1142)] = 47540, [SMALL_STATE(1143)] = 47557, [SMALL_STATE(1144)] = 47570, [SMALL_STATE(1145)] = 47589, [SMALL_STATE(1146)] = 47608, [SMALL_STATE(1147)] = 47621, [SMALL_STATE(1148)] = 47640, [SMALL_STATE(1149)] = 47653, [SMALL_STATE(1150)] = 47672, [SMALL_STATE(1151)] = 47691, [SMALL_STATE(1152)] = 47710, [SMALL_STATE(1153)] = 47725, [SMALL_STATE(1154)] = 47744, [SMALL_STATE(1155)] = 47757, [SMALL_STATE(1156)] = 47772, [SMALL_STATE(1157)] = 47788, [SMALL_STATE(1158)] = 47802, [SMALL_STATE(1159)] = 47816, [SMALL_STATE(1160)] = 47830, [SMALL_STATE(1161)] = 47844, [SMALL_STATE(1162)] = 47858, [SMALL_STATE(1163)] = 47872, [SMALL_STATE(1164)] = 47882, [SMALL_STATE(1165)] = 47898, [SMALL_STATE(1166)] = 47914, [SMALL_STATE(1167)] = 47924, [SMALL_STATE(1168)] = 47938, [SMALL_STATE(1169)] = 47952, [SMALL_STATE(1170)] = 47962, [SMALL_STATE(1171)] = 47976, [SMALL_STATE(1172)] = 47990, [SMALL_STATE(1173)] = 48006, [SMALL_STATE(1174)] = 48020, [SMALL_STATE(1175)] = 48034, [SMALL_STATE(1176)] = 48048, [SMALL_STATE(1177)] = 48062, [SMALL_STATE(1178)] = 48076, [SMALL_STATE(1179)] = 48090, [SMALL_STATE(1180)] = 48100, [SMALL_STATE(1181)] = 48116, [SMALL_STATE(1182)] = 48130, [SMALL_STATE(1183)] = 48144, [SMALL_STATE(1184)] = 48154, [SMALL_STATE(1185)] = 48170, [SMALL_STATE(1186)] = 48180, [SMALL_STATE(1187)] = 48190, [SMALL_STATE(1188)] = 48204, [SMALL_STATE(1189)] = 48220, [SMALL_STATE(1190)] = 48232, [SMALL_STATE(1191)] = 48248, [SMALL_STATE(1192)] = 48262, [SMALL_STATE(1193)] = 48272, [SMALL_STATE(1194)] = 48286, [SMALL_STATE(1195)] = 48302, [SMALL_STATE(1196)] = 48316, [SMALL_STATE(1197)] = 48332, [SMALL_STATE(1198)] = 48346, [SMALL_STATE(1199)] = 48360, [SMALL_STATE(1200)] = 48376, [SMALL_STATE(1201)] = 48392, [SMALL_STATE(1202)] = 48408, [SMALL_STATE(1203)] = 48424, [SMALL_STATE(1204)] = 48440, [SMALL_STATE(1205)] = 48456, [SMALL_STATE(1206)] = 48472, [SMALL_STATE(1207)] = 48488, [SMALL_STATE(1208)] = 48504, [SMALL_STATE(1209)] = 48520, [SMALL_STATE(1210)] = 48536, [SMALL_STATE(1211)] = 48552, [SMALL_STATE(1212)] = 48568, [SMALL_STATE(1213)] = 48578, [SMALL_STATE(1214)] = 48594, [SMALL_STATE(1215)] = 48610, [SMALL_STATE(1216)] = 48626, [SMALL_STATE(1217)] = 48642, [SMALL_STATE(1218)] = 48658, [SMALL_STATE(1219)] = 48672, [SMALL_STATE(1220)] = 48686, [SMALL_STATE(1221)] = 48700, [SMALL_STATE(1222)] = 48714, [SMALL_STATE(1223)] = 48730, [SMALL_STATE(1224)] = 48746, [SMALL_STATE(1225)] = 48762, [SMALL_STATE(1226)] = 48778, [SMALL_STATE(1227)] = 48794, [SMALL_STATE(1228)] = 48808, [SMALL_STATE(1229)] = 48824, [SMALL_STATE(1230)] = 48838, [SMALL_STATE(1231)] = 48854, [SMALL_STATE(1232)] = 48870, [SMALL_STATE(1233)] = 48882, [SMALL_STATE(1234)] = 48896, [SMALL_STATE(1235)] = 48910, [SMALL_STATE(1236)] = 48923, [SMALL_STATE(1237)] = 48936, [SMALL_STATE(1238)] = 48949, [SMALL_STATE(1239)] = 48962, [SMALL_STATE(1240)] = 48971, [SMALL_STATE(1241)] = 48984, [SMALL_STATE(1242)] = 48993, [SMALL_STATE(1243)] = 49006, [SMALL_STATE(1244)] = 49019, [SMALL_STATE(1245)] = 49032, [SMALL_STATE(1246)] = 49043, [SMALL_STATE(1247)] = 49056, [SMALL_STATE(1248)] = 49069, [SMALL_STATE(1249)] = 49082, [SMALL_STATE(1250)] = 49095, [SMALL_STATE(1251)] = 49108, [SMALL_STATE(1252)] = 49119, [SMALL_STATE(1253)] = 49132, [SMALL_STATE(1254)] = 49141, [SMALL_STATE(1255)] = 49154, [SMALL_STATE(1256)] = 49167, [SMALL_STATE(1257)] = 49180, [SMALL_STATE(1258)] = 49193, [SMALL_STATE(1259)] = 49206, [SMALL_STATE(1260)] = 49219, [SMALL_STATE(1261)] = 49232, [SMALL_STATE(1262)] = 49241, [SMALL_STATE(1263)] = 49250, [SMALL_STATE(1264)] = 49259, [SMALL_STATE(1265)] = 49268, [SMALL_STATE(1266)] = 49277, [SMALL_STATE(1267)] = 49286, [SMALL_STATE(1268)] = 49299, [SMALL_STATE(1269)] = 49312, [SMALL_STATE(1270)] = 49321, [SMALL_STATE(1271)] = 49334, [SMALL_STATE(1272)] = 49343, [SMALL_STATE(1273)] = 49356, [SMALL_STATE(1274)] = 49369, [SMALL_STATE(1275)] = 49382, [SMALL_STATE(1276)] = 49391, [SMALL_STATE(1277)] = 49400, [SMALL_STATE(1278)] = 49409, [SMALL_STATE(1279)] = 49418, [SMALL_STATE(1280)] = 49427, [SMALL_STATE(1281)] = 49438, [SMALL_STATE(1282)] = 49449, [SMALL_STATE(1283)] = 49462, [SMALL_STATE(1284)] = 49475, [SMALL_STATE(1285)] = 49488, [SMALL_STATE(1286)] = 49501, [SMALL_STATE(1287)] = 49514, [SMALL_STATE(1288)] = 49527, [SMALL_STATE(1289)] = 49536, [SMALL_STATE(1290)] = 49547, [SMALL_STATE(1291)] = 49560, [SMALL_STATE(1292)] = 49569, [SMALL_STATE(1293)] = 49582, [SMALL_STATE(1294)] = 49595, [SMALL_STATE(1295)] = 49608, [SMALL_STATE(1296)] = 49619, [SMALL_STATE(1297)] = 49632, [SMALL_STATE(1298)] = 49641, [SMALL_STATE(1299)] = 49654, [SMALL_STATE(1300)] = 49667, [SMALL_STATE(1301)] = 49680, [SMALL_STATE(1302)] = 49693, [SMALL_STATE(1303)] = 49702, [SMALL_STATE(1304)] = 49711, [SMALL_STATE(1305)] = 49724, [SMALL_STATE(1306)] = 49737, [SMALL_STATE(1307)] = 49750, [SMALL_STATE(1308)] = 49763, [SMALL_STATE(1309)] = 49776, [SMALL_STATE(1310)] = 49789, [SMALL_STATE(1311)] = 49802, [SMALL_STATE(1312)] = 49815, [SMALL_STATE(1313)] = 49826, [SMALL_STATE(1314)] = 49839, [SMALL_STATE(1315)] = 49852, [SMALL_STATE(1316)] = 49865, [SMALL_STATE(1317)] = 49878, [SMALL_STATE(1318)] = 49891, [SMALL_STATE(1319)] = 49904, [SMALL_STATE(1320)] = 49915, [SMALL_STATE(1321)] = 49924, [SMALL_STATE(1322)] = 49937, [SMALL_STATE(1323)] = 49950, [SMALL_STATE(1324)] = 49961, [SMALL_STATE(1325)] = 49974, [SMALL_STATE(1326)] = 49987, [SMALL_STATE(1327)] = 50000, [SMALL_STATE(1328)] = 50013, [SMALL_STATE(1329)] = 50026, [SMALL_STATE(1330)] = 50039, [SMALL_STATE(1331)] = 50052, [SMALL_STATE(1332)] = 50065, [SMALL_STATE(1333)] = 50078, [SMALL_STATE(1334)] = 50087, [SMALL_STATE(1335)] = 50100, [SMALL_STATE(1336)] = 50113, [SMALL_STATE(1337)] = 50126, [SMALL_STATE(1338)] = 50139, [SMALL_STATE(1339)] = 50152, [SMALL_STATE(1340)] = 50165, [SMALL_STATE(1341)] = 50174, [SMALL_STATE(1342)] = 50184, [SMALL_STATE(1343)] = 50194, [SMALL_STATE(1344)] = 50204, [SMALL_STATE(1345)] = 50214, [SMALL_STATE(1346)] = 50224, [SMALL_STATE(1347)] = 50234, [SMALL_STATE(1348)] = 50244, [SMALL_STATE(1349)] = 50254, [SMALL_STATE(1350)] = 50264, [SMALL_STATE(1351)] = 50272, [SMALL_STATE(1352)] = 50282, [SMALL_STATE(1353)] = 50290, [SMALL_STATE(1354)] = 50298, [SMALL_STATE(1355)] = 50308, [SMALL_STATE(1356)] = 50318, [SMALL_STATE(1357)] = 50328, [SMALL_STATE(1358)] = 50338, [SMALL_STATE(1359)] = 50348, [SMALL_STATE(1360)] = 50358, [SMALL_STATE(1361)] = 50368, [SMALL_STATE(1362)] = 50378, [SMALL_STATE(1363)] = 50386, [SMALL_STATE(1364)] = 50396, [SMALL_STATE(1365)] = 50406, [SMALL_STATE(1366)] = 50416, [SMALL_STATE(1367)] = 50426, [SMALL_STATE(1368)] = 50436, [SMALL_STATE(1369)] = 50446, [SMALL_STATE(1370)] = 50454, [SMALL_STATE(1371)] = 50464, [SMALL_STATE(1372)] = 50474, [SMALL_STATE(1373)] = 50482, [SMALL_STATE(1374)] = 50492, [SMALL_STATE(1375)] = 50500, [SMALL_STATE(1376)] = 50510, [SMALL_STATE(1377)] = 50520, [SMALL_STATE(1378)] = 50528, [SMALL_STATE(1379)] = 50538, [SMALL_STATE(1380)] = 50548, [SMALL_STATE(1381)] = 50558, [SMALL_STATE(1382)] = 50568, [SMALL_STATE(1383)] = 50576, [SMALL_STATE(1384)] = 50586, [SMALL_STATE(1385)] = 50596, [SMALL_STATE(1386)] = 50606, [SMALL_STATE(1387)] = 50616, [SMALL_STATE(1388)] = 50626, [SMALL_STATE(1389)] = 50636, [SMALL_STATE(1390)] = 50646, [SMALL_STATE(1391)] = 50656, [SMALL_STATE(1392)] = 50666, [SMALL_STATE(1393)] = 50676, [SMALL_STATE(1394)] = 50686, [SMALL_STATE(1395)] = 50696, [SMALL_STATE(1396)] = 50706, [SMALL_STATE(1397)] = 50716, [SMALL_STATE(1398)] = 50726, [SMALL_STATE(1399)] = 50736, [SMALL_STATE(1400)] = 50746, [SMALL_STATE(1401)] = 50756, [SMALL_STATE(1402)] = 50766, [SMALL_STATE(1403)] = 50776, [SMALL_STATE(1404)] = 50784, [SMALL_STATE(1405)] = 50792, [SMALL_STATE(1406)] = 50800, [SMALL_STATE(1407)] = 50810, [SMALL_STATE(1408)] = 50820, [SMALL_STATE(1409)] = 50830, [SMALL_STATE(1410)] = 50840, [SMALL_STATE(1411)] = 50850, [SMALL_STATE(1412)] = 50860, [SMALL_STATE(1413)] = 50870, [SMALL_STATE(1414)] = 50878, [SMALL_STATE(1415)] = 50888, [SMALL_STATE(1416)] = 50898, [SMALL_STATE(1417)] = 50908, [SMALL_STATE(1418)] = 50918, [SMALL_STATE(1419)] = 50928, [SMALL_STATE(1420)] = 50938, [SMALL_STATE(1421)] = 50948, [SMALL_STATE(1422)] = 50958, [SMALL_STATE(1423)] = 50968, [SMALL_STATE(1424)] = 50978, [SMALL_STATE(1425)] = 50988, [SMALL_STATE(1426)] = 50998, [SMALL_STATE(1427)] = 51006, [SMALL_STATE(1428)] = 51016, [SMALL_STATE(1429)] = 51026, [SMALL_STATE(1430)] = 51036, [SMALL_STATE(1431)] = 51046, [SMALL_STATE(1432)] = 51054, [SMALL_STATE(1433)] = 51064, [SMALL_STATE(1434)] = 51074, [SMALL_STATE(1435)] = 51082, [SMALL_STATE(1436)] = 51092, [SMALL_STATE(1437)] = 51102, [SMALL_STATE(1438)] = 51112, [SMALL_STATE(1439)] = 51122, [SMALL_STATE(1440)] = 51130, [SMALL_STATE(1441)] = 51138, [SMALL_STATE(1442)] = 51146, [SMALL_STATE(1443)] = 51154, [SMALL_STATE(1444)] = 51162, [SMALL_STATE(1445)] = 51170, [SMALL_STATE(1446)] = 51180, [SMALL_STATE(1447)] = 51190, [SMALL_STATE(1448)] = 51198, [SMALL_STATE(1449)] = 51208, [SMALL_STATE(1450)] = 51218, [SMALL_STATE(1451)] = 51228, [SMALL_STATE(1452)] = 51238, [SMALL_STATE(1453)] = 51246, [SMALL_STATE(1454)] = 51256, [SMALL_STATE(1455)] = 51266, [SMALL_STATE(1456)] = 51274, [SMALL_STATE(1457)] = 51284, [SMALL_STATE(1458)] = 51294, [SMALL_STATE(1459)] = 51304, [SMALL_STATE(1460)] = 51314, [SMALL_STATE(1461)] = 51324, [SMALL_STATE(1462)] = 51334, [SMALL_STATE(1463)] = 51344, [SMALL_STATE(1464)] = 51352, [SMALL_STATE(1465)] = 51362, [SMALL_STATE(1466)] = 51370, [SMALL_STATE(1467)] = 51380, [SMALL_STATE(1468)] = 51390, [SMALL_STATE(1469)] = 51400, [SMALL_STATE(1470)] = 51408, [SMALL_STATE(1471)] = 51418, [SMALL_STATE(1472)] = 51428, [SMALL_STATE(1473)] = 51438, [SMALL_STATE(1474)] = 51448, [SMALL_STATE(1475)] = 51458, [SMALL_STATE(1476)] = 51468, [SMALL_STATE(1477)] = 51476, [SMALL_STATE(1478)] = 51486, [SMALL_STATE(1479)] = 51496, [SMALL_STATE(1480)] = 51506, [SMALL_STATE(1481)] = 51516, [SMALL_STATE(1482)] = 51526, [SMALL_STATE(1483)] = 51536, [SMALL_STATE(1484)] = 51544, [SMALL_STATE(1485)] = 51554, [SMALL_STATE(1486)] = 51564, [SMALL_STATE(1487)] = 51574, [SMALL_STATE(1488)] = 51584, [SMALL_STATE(1489)] = 51594, [SMALL_STATE(1490)] = 51604, [SMALL_STATE(1491)] = 51614, [SMALL_STATE(1492)] = 51624, [SMALL_STATE(1493)] = 51634, [SMALL_STATE(1494)] = 51644, [SMALL_STATE(1495)] = 51654, [SMALL_STATE(1496)] = 51664, [SMALL_STATE(1497)] = 51674, [SMALL_STATE(1498)] = 51684, [SMALL_STATE(1499)] = 51694, [SMALL_STATE(1500)] = 51704, [SMALL_STATE(1501)] = 51714, [SMALL_STATE(1502)] = 51724, [SMALL_STATE(1503)] = 51734, [SMALL_STATE(1504)] = 51744, [SMALL_STATE(1505)] = 51752, [SMALL_STATE(1506)] = 51762, [SMALL_STATE(1507)] = 51772, [SMALL_STATE(1508)] = 51782, [SMALL_STATE(1509)] = 51790, [SMALL_STATE(1510)] = 51800, [SMALL_STATE(1511)] = 51810, [SMALL_STATE(1512)] = 51817, [SMALL_STATE(1513)] = 51824, [SMALL_STATE(1514)] = 51831, [SMALL_STATE(1515)] = 51838, [SMALL_STATE(1516)] = 51845, [SMALL_STATE(1517)] = 51852, [SMALL_STATE(1518)] = 51859, [SMALL_STATE(1519)] = 51866, [SMALL_STATE(1520)] = 51873, [SMALL_STATE(1521)] = 51880, [SMALL_STATE(1522)] = 51887, [SMALL_STATE(1523)] = 51894, [SMALL_STATE(1524)] = 51901, [SMALL_STATE(1525)] = 51908, [SMALL_STATE(1526)] = 51915, [SMALL_STATE(1527)] = 51922, [SMALL_STATE(1528)] = 51929, [SMALL_STATE(1529)] = 51936, [SMALL_STATE(1530)] = 51943, [SMALL_STATE(1531)] = 51950, [SMALL_STATE(1532)] = 51957, [SMALL_STATE(1533)] = 51964, [SMALL_STATE(1534)] = 51971, [SMALL_STATE(1535)] = 51978, [SMALL_STATE(1536)] = 51985, [SMALL_STATE(1537)] = 51992, [SMALL_STATE(1538)] = 51999, [SMALL_STATE(1539)] = 52006, [SMALL_STATE(1540)] = 52013, [SMALL_STATE(1541)] = 52020, [SMALL_STATE(1542)] = 52027, [SMALL_STATE(1543)] = 52034, [SMALL_STATE(1544)] = 52041, [SMALL_STATE(1545)] = 52048, [SMALL_STATE(1546)] = 52055, [SMALL_STATE(1547)] = 52062, [SMALL_STATE(1548)] = 52069, [SMALL_STATE(1549)] = 52076, [SMALL_STATE(1550)] = 52083, [SMALL_STATE(1551)] = 52090, [SMALL_STATE(1552)] = 52097, [SMALL_STATE(1553)] = 52104, [SMALL_STATE(1554)] = 52111, [SMALL_STATE(1555)] = 52118, [SMALL_STATE(1556)] = 52125, [SMALL_STATE(1557)] = 52132, [SMALL_STATE(1558)] = 52139, [SMALL_STATE(1559)] = 52146, [SMALL_STATE(1560)] = 52153, [SMALL_STATE(1561)] = 52160, [SMALL_STATE(1562)] = 52167, [SMALL_STATE(1563)] = 52174, [SMALL_STATE(1564)] = 52181, [SMALL_STATE(1565)] = 52188, [SMALL_STATE(1566)] = 52195, [SMALL_STATE(1567)] = 52202, [SMALL_STATE(1568)] = 52209, [SMALL_STATE(1569)] = 52216, [SMALL_STATE(1570)] = 52223, [SMALL_STATE(1571)] = 52230, [SMALL_STATE(1572)] = 52237, [SMALL_STATE(1573)] = 52244, [SMALL_STATE(1574)] = 52251, [SMALL_STATE(1575)] = 52258, [SMALL_STATE(1576)] = 52265, [SMALL_STATE(1577)] = 52272, [SMALL_STATE(1578)] = 52279, [SMALL_STATE(1579)] = 52286, [SMALL_STATE(1580)] = 52293, [SMALL_STATE(1581)] = 52300, [SMALL_STATE(1582)] = 52307, [SMALL_STATE(1583)] = 52314, [SMALL_STATE(1584)] = 52321, [SMALL_STATE(1585)] = 52328, [SMALL_STATE(1586)] = 52335, [SMALL_STATE(1587)] = 52342, [SMALL_STATE(1588)] = 52349, [SMALL_STATE(1589)] = 52356, [SMALL_STATE(1590)] = 52363, [SMALL_STATE(1591)] = 52370, [SMALL_STATE(1592)] = 52377, [SMALL_STATE(1593)] = 52384, [SMALL_STATE(1594)] = 52391, [SMALL_STATE(1595)] = 52398, [SMALL_STATE(1596)] = 52405, [SMALL_STATE(1597)] = 52412, [SMALL_STATE(1598)] = 52419, [SMALL_STATE(1599)] = 52426, [SMALL_STATE(1600)] = 52433, [SMALL_STATE(1601)] = 52440, [SMALL_STATE(1602)] = 52447, [SMALL_STATE(1603)] = 52454, [SMALL_STATE(1604)] = 52461, [SMALL_STATE(1605)] = 52468, [SMALL_STATE(1606)] = 52475, [SMALL_STATE(1607)] = 52482, [SMALL_STATE(1608)] = 52489, [SMALL_STATE(1609)] = 52496, [SMALL_STATE(1610)] = 52503, [SMALL_STATE(1611)] = 52510, [SMALL_STATE(1612)] = 52517, [SMALL_STATE(1613)] = 52524, [SMALL_STATE(1614)] = 52531, [SMALL_STATE(1615)] = 52538, [SMALL_STATE(1616)] = 52545, [SMALL_STATE(1617)] = 52552, [SMALL_STATE(1618)] = 52559, [SMALL_STATE(1619)] = 52566, [SMALL_STATE(1620)] = 52573, [SMALL_STATE(1621)] = 52580, [SMALL_STATE(1622)] = 52587, [SMALL_STATE(1623)] = 52594, [SMALL_STATE(1624)] = 52601, [SMALL_STATE(1625)] = 52608, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(476), [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(278), [151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3), [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(500), [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1055), [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1049), [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1346), [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1354), [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1336), [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(82), [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(175), [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1355), [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(37), [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1360), [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1361), [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1323), [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1319), [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1369), [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(100), [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(117), [207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(320), [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(45), [213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(49), [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1374), [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1132), [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1595), [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1115), [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(302), [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1172), [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(106), [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(209), [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(209), [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(213), [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(213), [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1173), [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1174), [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1109), [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(735), [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(735), [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(736), [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1315), [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(445), [273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), [275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 2), [277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 101), [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 4, .production_id = 101), [281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 38), [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 3, .production_id = 38), [285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 59), [287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 3, .production_id = 59), [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), [351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), [531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), [533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), [535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), [537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 37), [543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 37), [545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 37), [547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 37), [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 76), [553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 76), [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 76), [557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 76), [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 88), [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 88), [565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 88), [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 88), [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), [573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), [575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), [577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 88), [581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 88), [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 99), [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 99), [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 99), [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 99), [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 93), [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 93), [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 93), [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 93), [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 79), [613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 79), [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 79), [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 79), [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, .production_id = 69), [625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, .production_id = 69), [627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), [629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), [631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 71), [633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 71), [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 71), [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 71), [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 1), [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(29), [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(980), [827] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(91), [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(252), [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), [852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 6), [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 6), [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), [864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(91), [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), [893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(113), [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), [906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(263), [909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), [912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(224), [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 27), [917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 27), [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 23), [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 23), [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 6), [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 6), [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 104), [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 104), [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 25), [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 25), [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 78), [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 78), [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 20), [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 20), [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 83), [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 83), [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 71), [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 71), [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 76), [998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 76), [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 22), [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 22), [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 92), [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 92), [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 3), [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 3), [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 79), [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 79), [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 37), [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 37), [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 97), [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 97), [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 88), [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 88), [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 93), [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 93), [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 28), [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 28), [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 29), [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 29), [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 30), [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 30), [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 30), [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 30), [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 103), [1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 103), [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 99), [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 99), [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 62), [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 62), [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 6), [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 6), [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 24), [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 24), [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), [1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 60), [1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 60), [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 22), [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 22), [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 54), [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 54), [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 54), [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 54), [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 55), [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 55), [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 52), [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 52), [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 13), [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 13), [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 4), [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 77), [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 77), [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), [1165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 47), [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 47), [1175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 46), [1177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 46), [1179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 45), [1181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 45), [1183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 44), [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 44), [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(111), [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 95), [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 95), [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 96), [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 96), [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(216), [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(274), [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 102), [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 6, .production_id = 102), [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 106), [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 7, .production_id = 106), [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), [1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), [1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), [1270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 7), [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 7), [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), [1304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 18), [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 38), [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 38), [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 72), [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 72), [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 51), [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 51), [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 43), [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 16), [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 16), [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 50), [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 50), [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 15), [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 11), [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 11), [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 48), [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 48), [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 43), [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 73), [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 73), [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 74), [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 74), [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 43), [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 17), [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 17), [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 6), [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 6), [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 75), [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 75), [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 31), [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 31), [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 73), [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 73), [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 33), [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 33), [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 80), [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 80), [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_fragment, 5), [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_fragment, 5), [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 5, .production_id = 63), [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 5, .production_id = 63), [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 87), [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 87), [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 89), [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 4, .production_id = 91), [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 4, .production_id = 91), [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_fragment, 6), [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_fragment, 6), [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 39), [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 39), [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 65), [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 65), [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 40), [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 40), [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 41), [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 42), [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 42), [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 41), [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 59), [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(164), [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [1638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), REDUCE(sym_assignment_expression, 3, .production_id = 41), [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 41), [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), [1648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 15), [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 18), [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), [1679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), [1684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 57), [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(241), [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1186), [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(979), [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), [1942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(184), [1945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1374), [1948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(915), [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1227), [1954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1229), [1957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1107), [1960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1315), [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(898), [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(923), [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 1), [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), [2084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), [2096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), [2098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), [2100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 58), [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 58), [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 100), [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 100), [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 94), [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 94), [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 82), [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 82), [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 76), [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 76), [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 105), [2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 105), [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 99), [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 99), [2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 88), [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 88), [2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [2148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), [2154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(1315), [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 35), [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 35), [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 35), [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 35), [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 6), [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_static_block, 2, .production_id = 6), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 10), [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 10), [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 64), SHIFT_REPEAT(1058), [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 64), SHIFT_REPEAT(97), [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 64), [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 64), [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 64), SHIFT_REPEAT(1058), [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(95), [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1135), [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1042), [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 18), [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 4), [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1, .production_id = 4), [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 68), [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 66), [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3), [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3), [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1), [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 85), [2473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(1552), [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(116), [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(1104), [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(142), [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, .production_id = 36), [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), [2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, .production_id = 32), [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, .production_id = 32), [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 21), [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 4), [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3, .production_id = 4), [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3), [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 3), [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 2), [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), [2575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(216), [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), [2582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(274), [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1158), [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), [2652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(89), [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), [2739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1218), [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [2778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(1066), [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), [2805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(98), [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 63), [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 57), [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(83), [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 31), [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), [2903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(1079), [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), [2924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(1332), [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), [2933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(881), [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(882), [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), [2943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(1082), [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 81), [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 20), [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 81), [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 84), [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 86), [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, .production_id = 98), [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 67), [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), [3120] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), [3124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_javascript_external_scanner_create(void); void tree_sitter_javascript_external_scanner_destroy(void *); bool tree_sitter_javascript_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_javascript_external_scanner_serialize(void *, char *); void tree_sitter_javascript_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_javascript(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_javascript_external_scanner_create, tree_sitter_javascript_external_scanner_destroy, tree_sitter_javascript_external_scanner_scan, tree_sitter_javascript_external_scanner_serialize, tree_sitter_javascript_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif