diff --git a/_automation/grammars.json b/_automation/grammars.json index 7924542f..5af1dd8c 100644 --- a/_automation/grammars.json +++ b/_automation/grammars.json @@ -114,7 +114,8 @@ "scanner.c" ], "reference": "main", - "revision": "235009aad0f580211fc12014bb0846c3910130c1" + "revision": "235009aad0f580211fc12014bb0846c3910130c1", + "updateBasedOn": "" }, { "language": "hcl", @@ -156,8 +157,8 @@ "parser.c", "scanner.c" ], - "reference": "v0.20.1", - "revision": "f1e5a09b8d02f8209a68249c93f0ad647b228e6e", + "reference": "v0.20.4", + "revision": "de1e682289a417354df5b4437a3e4f92e0722a0f", "updateBasedOn": "tag" }, { diff --git a/javascript/parser.c b/javascript/parser.c index df92588b..62d427fa 100644 --- a/javascript/parser.c +++ b/javascript/parser.c @@ -1,7 +1,6 @@ #include "parser.h" #if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif @@ -14,17 +13,17 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2781 -#define LARGE_STATE_COUNT 440 -#define SYMBOL_COUNT 257 +#define STATE_COUNT 2874 +#define LARGE_STATE_COUNT 466 +#define SYMBOL_COUNT 267 #define ALIAS_COUNT 4 -#define TOKEN_COUNT 132 -#define EXTERNAL_TOKEN_COUNT 3 +#define TOKEN_COUNT 136 +#define EXTERNAL_TOKEN_COUNT 7 #define FIELD_COUNT 38 #define MAX_ALIAS_SEQUENCE_LENGTH 7 -#define PRODUCTION_ID_COUNT 107 +#define PRODUCTION_ID_COUNT 106 -enum { +enum ts_symbol_identifiers { sym_identifier = 1, sym_hash_bang_line = 2, anon_sym_export = 3, @@ -36,22 +35,22 @@ enum { 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_with = 12, + anon_sym_var = 13, + anon_sym_let = 14, + anon_sym_const = 15, + anon_sym_else = 16, + anon_sym_if = 17, + anon_sym_switch = 18, + anon_sym_for = 19, + anon_sym_LPAREN = 20, + anon_sym_RPAREN = 21, + anon_sym_await = 22, + anon_sym_in = 23, + anon_sym_of = 24, + anon_sym_while = 25, + anon_sym_do = 26, + anon_sym_try = 27, anon_sym_break = 28, anon_sym_continue = 29, anon_sym_debugger = 30, @@ -71,220 +70,230 @@ enum { anon_sym_LT_SLASHtemplate_GT = 44, aux_sym_jsx_text_token1 = 45, aux_sym_jsx_text_token2 = 46, - anon_sym_LT = 47, - anon_sym_GT = 48, - sym_jsx_identifier = 49, - anon_sym_DOT = 50, - anon_sym_LT_SLASH = 51, - anon_sym_SLASH_GT = 52, - anon_sym_class = 53, - anon_sym_extends = 54, - anon_sym_async = 55, - anon_sym_function = 56, - anon_sym_EQ_GT = 57, - sym_optional_chain = 58, - anon_sym_new = 59, - anon_sym_PLUS_EQ = 60, - anon_sym_DASH_EQ = 61, - anon_sym_STAR_EQ = 62, - anon_sym_SLASH_EQ = 63, - anon_sym_PERCENT_EQ = 64, - anon_sym_CARET_EQ = 65, - anon_sym_AMP_EQ = 66, - anon_sym_PIPE_EQ = 67, - anon_sym_GT_GT_EQ = 68, - anon_sym_GT_GT_GT_EQ = 69, - anon_sym_LT_LT_EQ = 70, - anon_sym_STAR_STAR_EQ = 71, - anon_sym_AMP_AMP_EQ = 72, - anon_sym_PIPE_PIPE_EQ = 73, - anon_sym_QMARK_QMARK_EQ = 74, - anon_sym_DOT_DOT_DOT = 75, - anon_sym_AMP_AMP = 76, - anon_sym_PIPE_PIPE = 77, - anon_sym_GT_GT = 78, - anon_sym_GT_GT_GT = 79, - anon_sym_LT_LT = 80, - anon_sym_AMP = 81, - anon_sym_CARET = 82, - anon_sym_PIPE = 83, - anon_sym_PLUS = 84, - anon_sym_DASH = 85, - anon_sym_SLASH = 86, - anon_sym_PERCENT = 87, - anon_sym_STAR_STAR = 88, - anon_sym_LT_EQ = 89, - anon_sym_EQ_EQ = 90, - anon_sym_EQ_EQ_EQ = 91, - anon_sym_BANG_EQ = 92, - anon_sym_BANG_EQ_EQ = 93, - anon_sym_GT_EQ = 94, - anon_sym_QMARK_QMARK = 95, - anon_sym_instanceof = 96, - anon_sym_BANG = 97, - anon_sym_TILDE = 98, - anon_sym_typeof = 99, - anon_sym_void = 100, - anon_sym_delete = 101, - anon_sym_PLUS_PLUS = 102, - anon_sym_DASH_DASH = 103, - anon_sym_DQUOTE = 104, - anon_sym_SQUOTE = 105, - sym_unescaped_double_string_fragment = 106, - sym_unescaped_single_string_fragment = 107, - sym_escape_sequence = 108, - sym_comment = 109, - anon_sym_BQUOTE = 110, - anon_sym_DOLLAR_LBRACE = 111, - anon_sym_SLASH2 = 112, - sym_regex_pattern = 113, - sym_regex_flags = 114, - sym_number = 115, - sym_private_property_identifier = 116, - anon_sym_target = 117, - sym_this = 118, - sym_super = 119, - sym_true = 120, - sym_false = 121, - sym_null = 122, - sym_undefined = 123, - anon_sym_AT = 124, - anon_sym_static = 125, - aux_sym_method_definition_token1 = 126, - anon_sym_get = 127, - anon_sym_set = 128, - sym__automatic_semicolon = 129, - sym__template_chars = 130, - sym__ternary_qmark = 131, - sym_program = 132, - sym_export_statement = 133, - sym_namespace_export = 134, - sym_export_clause = 135, - sym_export_specifier = 136, - sym__module_export_name = 137, - sym_declaration = 138, - sym_import = 139, - sym_import_statement = 140, - sym_import_clause = 141, - sym__from_clause = 142, - sym_namespace_import = 143, - sym_named_imports = 144, - sym_import_specifier = 145, - sym_expression_statement = 146, - sym_variable_declaration = 147, - sym_lexical_declaration = 148, - sym_variable_declarator = 149, - sym_statement_block = 150, - sym_else_clause = 151, - sym_if_statement = 152, - sym_switch_statement = 153, - sym_for_statement = 154, - sym_for_in_statement = 155, - sym__for_header = 156, - sym_while_statement = 157, - sym_do_statement = 158, - sym_try_statement = 159, - sym_with_statement = 160, - sym_break_statement = 161, - sym_continue_statement = 162, - sym_debugger_statement = 163, - sym_return_statement = 164, - sym_throw_statement = 165, - sym_empty_statement = 166, - sym_labeled_statement = 167, - sym_switch_body = 168, - sym_switch_case = 169, - sym_switch_default = 170, - sym_catch_clause = 171, - sym_finally_clause = 172, - sym_parenthesized_expression = 173, - sym_expression = 174, - sym_primary_expression = 175, - sym_yield_expression = 176, - sym_object = 177, - sym_object_pattern = 178, - sym_assignment_pattern = 179, - sym_object_assignment_pattern = 180, - sym_array = 181, - sym_array_pattern = 182, - sym_glimmer_template = 183, - sym_glimmer_opening_tag = 184, - sym_glimmer_closing_tag = 185, - sym_jsx_element = 186, - sym_jsx_text = 187, - sym_jsx_expression = 188, - sym_jsx_opening_element = 189, - sym_nested_identifier = 190, - sym_jsx_namespace_name = 191, - sym_jsx_closing_element = 192, - sym_jsx_self_closing_element = 193, - sym_jsx_attribute = 194, - sym_class = 195, - sym_class_declaration = 196, - sym_class_heritage = 197, - sym_function = 198, - sym_function_declaration = 199, - sym_generator_function = 200, - sym_generator_function_declaration = 201, - sym_arrow_function = 202, - sym_call_expression = 203, - sym_new_expression = 204, - sym_await_expression = 205, - sym_member_expression = 206, - sym_subscript_expression = 207, - sym_assignment_expression = 208, - sym__augmented_assignment_lhs = 209, - sym_augmented_assignment_expression = 210, - sym__initializer = 211, - sym__destructuring_pattern = 212, - sym_spread_element = 213, - sym_ternary_expression = 214, - sym_binary_expression = 215, - sym_unary_expression = 216, - sym_update_expression = 217, - sym_sequence_expression = 218, - sym_string = 219, - sym_template_string = 220, - sym_template_substitution = 221, - sym_regex = 222, - sym_meta_property = 223, - sym_arguments = 224, - sym_decorator = 225, - sym_decorator_member_expression = 226, - sym_decorator_call_expression = 227, - sym_class_body = 228, - sym_field_definition = 229, - sym_formal_parameters = 230, - sym_class_static_block = 231, - sym_pattern = 232, - sym_rest_pattern = 233, - sym_method_definition = 234, - sym_pair = 235, - sym_pair_pattern = 236, - sym__property_name = 237, - sym_computed_property_name = 238, - aux_sym_program_repeat1 = 239, - aux_sym_export_statement_repeat1 = 240, - aux_sym_export_clause_repeat1 = 241, - aux_sym_named_imports_repeat1 = 242, - aux_sym_variable_declaration_repeat1 = 243, - aux_sym_switch_body_repeat1 = 244, - aux_sym_object_repeat1 = 245, - aux_sym_object_pattern_repeat1 = 246, - aux_sym_array_repeat1 = 247, - aux_sym_array_pattern_repeat1 = 248, - aux_sym_glimmer_template_repeat1 = 249, - aux_sym_jsx_element_repeat1 = 250, - aux_sym_jsx_opening_element_repeat1 = 251, - aux_sym_string_repeat1 = 252, - aux_sym_string_repeat2 = 253, - aux_sym_template_string_repeat1 = 254, - aux_sym_class_body_repeat1 = 255, - aux_sym_formal_parameters_repeat1 = 256, - alias_sym_property_identifier = 257, - alias_sym_shorthand_property_identifier = 258, - alias_sym_shorthand_property_identifier_pattern = 259, - alias_sym_statement_identifier = 260, + sym_html_character_reference = 47, + anon_sym_LT = 48, + anon_sym_GT = 49, + sym_jsx_identifier = 50, + anon_sym_DOT = 51, + anon_sym_LT_SLASH = 52, + anon_sym_SLASH_GT = 53, + anon_sym_DQUOTE = 54, + anon_sym_SQUOTE = 55, + sym_unescaped_double_jsx_string_fragment = 56, + sym_unescaped_single_jsx_string_fragment = 57, + anon_sym_class = 58, + anon_sym_extends = 59, + anon_sym_async = 60, + anon_sym_function = 61, + anon_sym_EQ_GT = 62, + sym_optional_chain = 63, + anon_sym_new = 64, + anon_sym_PLUS_EQ = 65, + anon_sym_DASH_EQ = 66, + anon_sym_STAR_EQ = 67, + anon_sym_SLASH_EQ = 68, + anon_sym_PERCENT_EQ = 69, + anon_sym_CARET_EQ = 70, + anon_sym_AMP_EQ = 71, + anon_sym_PIPE_EQ = 72, + anon_sym_GT_GT_EQ = 73, + anon_sym_GT_GT_GT_EQ = 74, + anon_sym_LT_LT_EQ = 75, + anon_sym_STAR_STAR_EQ = 76, + anon_sym_AMP_AMP_EQ = 77, + anon_sym_PIPE_PIPE_EQ = 78, + anon_sym_QMARK_QMARK_EQ = 79, + anon_sym_DOT_DOT_DOT = 80, + anon_sym_AMP_AMP = 81, + anon_sym_PIPE_PIPE = 82, + anon_sym_GT_GT = 83, + anon_sym_GT_GT_GT = 84, + anon_sym_LT_LT = 85, + anon_sym_AMP = 86, + anon_sym_CARET = 87, + anon_sym_PIPE = 88, + anon_sym_PLUS = 89, + anon_sym_DASH = 90, + anon_sym_SLASH = 91, + anon_sym_PERCENT = 92, + anon_sym_STAR_STAR = 93, + anon_sym_LT_EQ = 94, + anon_sym_EQ_EQ = 95, + anon_sym_EQ_EQ_EQ = 96, + anon_sym_BANG_EQ = 97, + anon_sym_BANG_EQ_EQ = 98, + anon_sym_GT_EQ = 99, + anon_sym_QMARK_QMARK = 100, + anon_sym_instanceof = 101, + anon_sym_BANG = 102, + anon_sym_TILDE = 103, + anon_sym_typeof = 104, + anon_sym_void = 105, + anon_sym_delete = 106, + anon_sym_PLUS_PLUS = 107, + anon_sym_DASH_DASH = 108, + sym_unescaped_double_string_fragment = 109, + sym_unescaped_single_string_fragment = 110, + sym_escape_sequence = 111, + aux_sym_comment_token1 = 112, + anon_sym_BQUOTE = 113, + anon_sym_DOLLAR_LBRACE = 114, + anon_sym_SLASH2 = 115, + sym_regex_pattern = 116, + sym_regex_flags = 117, + sym_number = 118, + sym_private_property_identifier = 119, + anon_sym_target = 120, + sym_this = 121, + sym_super = 122, + sym_true = 123, + sym_false = 124, + sym_null = 125, + sym_undefined = 126, + anon_sym_AT = 127, + anon_sym_static = 128, + aux_sym_method_definition_token1 = 129, + anon_sym_get = 130, + anon_sym_set = 131, + sym__automatic_semicolon = 132, + sym__template_chars = 133, + sym__ternary_qmark = 134, + sym_html_comment = 135, + sym_program = 136, + sym_export_statement = 137, + sym_namespace_export = 138, + sym_export_clause = 139, + sym_export_specifier = 140, + sym__module_export_name = 141, + sym_declaration = 142, + sym_import = 143, + sym_import_statement = 144, + sym_import_clause = 145, + sym__from_clause = 146, + sym_namespace_import = 147, + sym_named_imports = 148, + sym_import_specifier = 149, + sym_import_attribute = 150, + sym_expression_statement = 151, + sym_variable_declaration = 152, + sym_lexical_declaration = 153, + sym_variable_declarator = 154, + sym_statement_block = 155, + sym_else_clause = 156, + sym_if_statement = 157, + sym_switch_statement = 158, + sym_for_statement = 159, + sym_for_in_statement = 160, + sym__for_header = 161, + sym_while_statement = 162, + sym_do_statement = 163, + sym_try_statement = 164, + sym_with_statement = 165, + sym_break_statement = 166, + sym_continue_statement = 167, + sym_debugger_statement = 168, + sym_return_statement = 169, + sym_throw_statement = 170, + sym_empty_statement = 171, + sym_labeled_statement = 172, + sym_switch_body = 173, + sym_switch_case = 174, + sym_switch_default = 175, + sym_catch_clause = 176, + sym_finally_clause = 177, + sym_parenthesized_expression = 178, + sym_expression = 179, + sym_primary_expression = 180, + sym_yield_expression = 181, + sym_object = 182, + sym_object_pattern = 183, + sym_assignment_pattern = 184, + sym_object_assignment_pattern = 185, + sym_array = 186, + sym_array_pattern = 187, + sym_glimmer_template = 188, + sym_glimmer_opening_tag = 189, + sym_glimmer_closing_tag = 190, + sym_jsx_element = 191, + sym_jsx_text = 192, + sym_jsx_expression = 193, + sym_jsx_opening_element = 194, + sym_nested_identifier = 195, + sym_jsx_namespace_name = 196, + sym_jsx_closing_element = 197, + sym_jsx_self_closing_element = 198, + sym_jsx_attribute = 199, + sym__jsx_string = 200, + sym_class = 201, + sym_class_declaration = 202, + sym_class_heritage = 203, + sym_function_expression = 204, + sym_function_declaration = 205, + sym_generator_function = 206, + sym_generator_function_declaration = 207, + sym_arrow_function = 208, + sym_call_expression = 209, + sym_new_expression = 210, + sym_await_expression = 211, + sym_member_expression = 212, + sym_subscript_expression = 213, + sym_assignment_expression = 214, + sym__augmented_assignment_lhs = 215, + sym_augmented_assignment_expression = 216, + sym__initializer = 217, + sym__destructuring_pattern = 218, + sym_spread_element = 219, + sym_ternary_expression = 220, + sym_binary_expression = 221, + sym_unary_expression = 222, + sym_update_expression = 223, + sym_sequence_expression = 224, + sym_string = 225, + sym_comment = 226, + sym_template_string = 227, + sym_template_substitution = 228, + sym_regex = 229, + sym_meta_property = 230, + sym_arguments = 231, + sym_decorator = 232, + sym_decorator_member_expression = 233, + sym_decorator_call_expression = 234, + sym_class_body = 235, + sym_field_definition = 236, + sym_formal_parameters = 237, + sym_class_static_block = 238, + sym_pattern = 239, + sym_rest_pattern = 240, + sym_method_definition = 241, + sym_pair = 242, + sym_pair_pattern = 243, + sym__property_name = 244, + sym_computed_property_name = 245, + aux_sym_program_repeat1 = 246, + aux_sym_export_statement_repeat1 = 247, + aux_sym_export_clause_repeat1 = 248, + aux_sym_named_imports_repeat1 = 249, + aux_sym_variable_declaration_repeat1 = 250, + aux_sym_switch_body_repeat1 = 251, + aux_sym_object_repeat1 = 252, + aux_sym_object_pattern_repeat1 = 253, + aux_sym_array_repeat1 = 254, + aux_sym_array_pattern_repeat1 = 255, + aux_sym_glimmer_template_repeat1 = 256, + aux_sym_jsx_element_repeat1 = 257, + aux_sym_jsx_opening_element_repeat1 = 258, + aux_sym__jsx_string_repeat1 = 259, + aux_sym__jsx_string_repeat2 = 260, + aux_sym_sequence_expression_repeat1 = 261, + aux_sym_string_repeat1 = 262, + aux_sym_string_repeat2 = 263, + aux_sym_template_string_repeat1 = 264, + aux_sym_class_body_repeat1 = 265, + aux_sym_formal_parameters_repeat1 = 266, + alias_sym_property_identifier = 267, + alias_sym_shorthand_property_identifier = 268, + alias_sym_shorthand_property_identifier_pattern = 269, + alias_sym_statement_identifier = 270, }; static const char * const ts_symbol_names[] = { @@ -300,6 +309,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_RBRACE] = "}", [anon_sym_import] = "import", [anon_sym_from] = "from", + [anon_sym_with] = "with", [anon_sym_var] = "var", [anon_sym_let] = "let", [anon_sym_const] = "const", @@ -315,7 +325,6 @@ static const char * const ts_symbol_names[] = { [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", @@ -335,12 +344,17 @@ static const char * const ts_symbol_names[] = { [anon_sym_LT_SLASHtemplate_GT] = "", [aux_sym_jsx_text_token1] = "jsx_text_token1", [aux_sym_jsx_text_token2] = "jsx_text_token2", + [sym_html_character_reference] = "html_character_reference", [anon_sym_LT] = "<", [anon_sym_GT] = ">", [sym_jsx_identifier] = "identifier", [anon_sym_DOT] = ".", [anon_sym_LT_SLASH] = "", + [anon_sym_DQUOTE] = "\"", + [anon_sym_SQUOTE] = "'", + [sym_unescaped_double_jsx_string_fragment] = "string_fragment", + [sym_unescaped_single_jsx_string_fragment] = "string_fragment", [anon_sym_class] = "class", [anon_sym_extends] = "extends", [anon_sym_async] = "async", @@ -392,12 +406,10 @@ static const char * const ts_symbol_names[] = { [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", + [aux_sym_comment_token1] = "comment_token1", [anon_sym_BQUOTE] = "`", [anon_sym_DOLLAR_LBRACE] = "${", [anon_sym_SLASH2] = "/", @@ -418,8 +430,9 @@ static const char * const ts_symbol_names[] = { [anon_sym_get] = "get", [anon_sym_set] = "set", [sym__automatic_semicolon] = "_automatic_semicolon", - [sym__template_chars] = "_template_chars", + [sym__template_chars] = "string_fragment", [sym__ternary_qmark] = "\?", + [sym_html_comment] = "html_comment", [sym_program] = "program", [sym_export_statement] = "export_statement", [sym_namespace_export] = "namespace_export", @@ -434,6 +447,7 @@ static const char * const ts_symbol_names[] = { [sym_namespace_import] = "namespace_import", [sym_named_imports] = "named_imports", [sym_import_specifier] = "import_specifier", + [sym_import_attribute] = "import_attribute", [sym_expression_statement] = "expression_statement", [sym_variable_declaration] = "variable_declaration", [sym_lexical_declaration] = "lexical_declaration", @@ -483,10 +497,11 @@ static const char * const ts_symbol_names[] = { [sym_jsx_closing_element] = "jsx_closing_element", [sym_jsx_self_closing_element] = "jsx_self_closing_element", [sym_jsx_attribute] = "jsx_attribute", + [sym__jsx_string] = "string", [sym_class] = "class", [sym_class_declaration] = "class_declaration", [sym_class_heritage] = "class_heritage", - [sym_function] = "function", + [sym_function_expression] = "function_expression", [sym_function_declaration] = "function_declaration", [sym_generator_function] = "generator_function", [sym_generator_function_declaration] = "generator_function_declaration", @@ -508,6 +523,7 @@ static const char * const ts_symbol_names[] = { [sym_update_expression] = "update_expression", [sym_sequence_expression] = "sequence_expression", [sym_string] = "string", + [sym_comment] = "comment", [sym_template_string] = "template_string", [sym_template_substitution] = "template_substitution", [sym_regex] = "regex", @@ -540,6 +556,9 @@ static const char * const ts_symbol_names[] = { [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__jsx_string_repeat1] = "_jsx_string_repeat1", + [aux_sym__jsx_string_repeat2] = "_jsx_string_repeat2", + [aux_sym_sequence_expression_repeat1] = "sequence_expression_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_string_repeat2] = "string_repeat2", [aux_sym_template_string_repeat1] = "template_string_repeat1", @@ -564,6 +583,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_import] = anon_sym_import, [anon_sym_from] = anon_sym_from, + [anon_sym_with] = anon_sym_with, [anon_sym_var] = anon_sym_var, [anon_sym_let] = anon_sym_let, [anon_sym_const] = anon_sym_const, @@ -579,7 +599,6 @@ static const TSSymbol ts_symbol_map[] = { [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, @@ -599,12 +618,17 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_LT_SLASHtemplate_GT] = anon_sym_LT_SLASHtemplate_GT, [aux_sym_jsx_text_token1] = aux_sym_jsx_text_token1, [aux_sym_jsx_text_token2] = aux_sym_jsx_text_token2, + [sym_html_character_reference] = sym_html_character_reference, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, [sym_jsx_identifier] = sym_identifier, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_LT_SLASH] = anon_sym_LT_SLASH, [anon_sym_SLASH_GT] = anon_sym_SLASH_GT, + [anon_sym_DQUOTE] = anon_sym_DQUOTE, + [anon_sym_SQUOTE] = anon_sym_SQUOTE, + [sym_unescaped_double_jsx_string_fragment] = sym__template_chars, + [sym_unescaped_single_jsx_string_fragment] = sym__template_chars, [anon_sym_class] = anon_sym_class, [anon_sym_extends] = anon_sym_extends, [anon_sym_async] = anon_sym_async, @@ -656,12 +680,10 @@ static const TSSymbol ts_symbol_map[] = { [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_unescaped_double_string_fragment] = sym__template_chars, + [sym_unescaped_single_string_fragment] = sym__template_chars, [sym_escape_sequence] = sym_escape_sequence, - [sym_comment] = sym_comment, + [aux_sym_comment_token1] = aux_sym_comment_token1, [anon_sym_BQUOTE] = anon_sym_BQUOTE, [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE, [anon_sym_SLASH2] = anon_sym_SLASH, @@ -684,6 +706,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__automatic_semicolon] = sym__automatic_semicolon, [sym__template_chars] = sym__template_chars, [sym__ternary_qmark] = sym__ternary_qmark, + [sym_html_comment] = sym_html_comment, [sym_program] = sym_program, [sym_export_statement] = sym_export_statement, [sym_namespace_export] = sym_namespace_export, @@ -698,6 +721,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_namespace_import] = sym_namespace_import, [sym_named_imports] = sym_named_imports, [sym_import_specifier] = sym_import_specifier, + [sym_import_attribute] = sym_import_attribute, [sym_expression_statement] = sym_expression_statement, [sym_variable_declaration] = sym_variable_declaration, [sym_lexical_declaration] = sym_lexical_declaration, @@ -747,10 +771,11 @@ static const TSSymbol ts_symbol_map[] = { [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__jsx_string] = sym_string, [sym_class] = sym_class, [sym_class_declaration] = sym_class_declaration, [sym_class_heritage] = sym_class_heritage, - [sym_function] = sym_function, + [sym_function_expression] = sym_function_expression, [sym_function_declaration] = sym_function_declaration, [sym_generator_function] = sym_generator_function, [sym_generator_function_declaration] = sym_generator_function_declaration, @@ -772,6 +797,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_update_expression] = sym_update_expression, [sym_sequence_expression] = sym_sequence_expression, [sym_string] = sym_string, + [sym_comment] = sym_comment, [sym_template_string] = sym_template_string, [sym_template_substitution] = sym_template_substitution, [sym_regex] = sym_regex, @@ -804,6 +830,9 @@ static const TSSymbol ts_symbol_map[] = { [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__jsx_string_repeat1] = aux_sym__jsx_string_repeat1, + [aux_sym__jsx_string_repeat2] = aux_sym__jsx_string_repeat2, + [aux_sym_sequence_expression_repeat1] = aux_sym_sequence_expression_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, @@ -864,6 +893,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_with] = { + .visible = true, + .named = false, + }, [anon_sym_var] = { .visible = true, .named = false, @@ -924,10 +957,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_with] = { - .visible = true, - .named = false, - }, [anon_sym_break] = { .visible = true, .named = false, @@ -1004,6 +1033,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [sym_html_character_reference] = { + .visible = true, + .named = true, + }, [anon_sym_LT] = { .visible = true, .named = false, @@ -1028,6 +1061,22 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_DQUOTE] = { + .visible = true, + .named = false, + }, + [anon_sym_SQUOTE] = { + .visible = true, + .named = false, + }, + [sym_unescaped_double_jsx_string_fragment] = { + .visible = true, + .named = true, + }, + [sym_unescaped_single_jsx_string_fragment] = { + .visible = true, + .named = true, + }, [anon_sym_class] = { .visible = true, .named = false, @@ -1232,14 +1281,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .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, @@ -1252,9 +1293,9 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_comment] = { - .visible = true, - .named = true, + [aux_sym_comment_token1] = { + .visible = false, + .named = false, }, [anon_sym_BQUOTE] = { .visible = true, @@ -1337,13 +1378,17 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .named = true, }, [sym__template_chars] = { - .visible = false, + .visible = true, .named = true, }, [sym__ternary_qmark] = { .visible = true, .named = false, }, + [sym_html_comment] = { + .visible = true, + .named = true, + }, [sym_program] = { .visible = true, .named = true, @@ -1401,6 +1446,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_import_attribute] = { + .visible = true, + .named = true, + }, [sym_expression_statement] = { .visible = true, .named = true, @@ -1599,6 +1648,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__jsx_string] = { + .visible = true, + .named = true, + }, [sym_class] = { .visible = true, .named = true, @@ -1611,7 +1664,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_function] = { + [sym_function_expression] = { .visible = true, .named = true, }, @@ -1699,6 +1752,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_comment] = { + .visible = true, + .named = true, + }, [sym_template_string] = { .visible = true, .named = true, @@ -1828,6 +1885,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym__jsx_string_repeat1] = { + .visible = false, + .named = false, + }, + [aux_sym__jsx_string_repeat2] = { + .visible = false, + .named = false, + }, + [aux_sym_sequence_expression_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_string_repeat1] = { .visible = false, .named = false, @@ -1866,7 +1935,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }, }; -enum { +enum ts_field_identifiers { field_alias = 1, field_alternative = 2, field_argument = 3, @@ -1966,11 +2035,11 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [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}, + [22] = {.index = 25, .length = 2}, + [23] = {.index = 27, .length = 1}, [24] = {.index = 28, .length = 2}, - [25] = {.index = 30, .length = 6}, - [26] = {.index = 36, .length = 2}, + [25] = {.index = 30, .length = 2}, + [26] = {.index = 32, .length = 6}, [27] = {.index = 38, .length = 2}, [28] = {.index = 40, .length = 2}, [29] = {.index = 42, .length = 2}, @@ -2010,46 +2079,46 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [63] = {.index = 99, .length = 3}, [64] = {.index = 102, .length = 2}, [65] = {.index = 104, .length = 2}, - [67] = {.index = 106, .length = 1}, - [68] = {.index = 107, .length = 2}, - [69] = {.index = 109, .length = 2}, - [70] = {.index = 111, .length = 2}, - [71] = {.index = 113, .length = 4}, - [72] = {.index = 117, .length = 2}, - [73] = {.index = 119, .length = 2}, - [74] = {.index = 121, .length = 2}, - [75] = {.index = 119, .length = 2}, - [76] = {.index = 123, .length = 2}, - [77] = {.index = 125, .length = 3}, - [78] = {.index = 128, .length = 2}, - [79] = {.index = 130, .length = 2}, - [80] = {.index = 132, .length = 2}, - [81] = {.index = 134, .length = 3}, - [82] = {.index = 137, .length = 2}, - [83] = {.index = 139, .length = 2}, - [84] = {.index = 141, .length = 4}, - [85] = {.index = 145, .length = 2}, - [86] = {.index = 147, .length = 2}, - [87] = {.index = 149, .length = 3}, - [88] = {.index = 152, .length = 2}, - [89] = {.index = 154, .length = 3}, - [90] = {.index = 157, .length = 3}, - [91] = {.index = 160, .length = 3}, - [92] = {.index = 163, .length = 2}, - [93] = {.index = 165, .length = 3}, - [94] = {.index = 168, .length = 4}, + [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 = 2}, + [80] = {.index = 134, .length = 3}, + [81] = {.index = 137, .length = 2}, + [82] = {.index = 139, .length = 2}, + [83] = {.index = 141, .length = 4}, + [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 = 2}, + [92] = {.index = 165, .length = 3}, + [93] = {.index = 168, .length = 4}, + [94] = {.index = 172, .length = 3}, [95] = {.index = 172, .length = 3}, - [96] = {.index = 172, .length = 3}, - [97] = {.index = 175, .length = 3}, - [98] = {.index = 178, .length = 3}, - [99] = {.index = 181, .length = 3}, - [100] = {.index = 184, .length = 4}, - [101] = {.index = 188, .length = 2}, - [102] = {.index = 190, .length = 4}, - [103] = {.index = 194, .length = 4}, - [104] = {.index = 198, .length = 2}, - [105] = {.index = 200, .length = 4}, - [106] = {.index = 204, .length = 5}, + [96] = {.index = 175, .length = 3}, + [97] = {.index = 178, .length = 3}, + [98] = {.index = 181, .length = 3}, + [99] = {.index = 184, .length = 4}, + [100] = {.index = 188, .length = 2}, + [101] = {.index = 190, .length = 4}, + [102] = {.index = 194, .length = 4}, + [103] = {.index = 198, .length = 2}, + [104] = {.index = 200, .length = 4}, + [105] = {.index = 204, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2067,11 +2136,11 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_argument, 1}, {field_operator, 0}, [7] = - {field_argument, 0}, - {field_operator, 1}, - [9] = {field_arguments, 1}, {field_function, 0}, + [9] = + {field_argument, 0}, + {field_operator, 1}, [11] = {field_close_tag, 1}, {field_open_tag, 0}, @@ -2092,35 +2161,35 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [22] = {field_source, 1}, [23] = + {field_body, 2}, + {field_object, 1}, + [25] = {field_name, 0}, {field_value, 1, .inherited = true}, - [25] = + [27] = {field_kind, 0}, - [26] = + [28] = {field_condition, 1}, {field_consequence, 2}, - [28] = + [30] = {field_body, 2}, {field_value, 1}, - [30] = + [32] = {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] = + [38] = {field_body, 2}, {field_condition, 1}, - [38] = + [40] = {field_body, 1}, {field_handler, 2}, - [40] = + [42] = {field_body, 1}, {field_finalizer, 2}, - [42] = - {field_body, 2}, - {field_object, 1}, [44] = {field_label, 1}, [45] = @@ -2395,13 +2464,10 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [56] = { [0] = alias_sym_shorthand_property_identifier_pattern, }, - [66] = { - [2] = alias_sym_property_identifier, - }, - [73] = { + [72] = { [1] = sym_identifier, }, - [95] = { + [94] = { [1] = sym_identifier, }, }; @@ -2426,7 +2492,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [12] = 12, [13] = 13, [14] = 14, - [15] = 14, + [15] = 10, [16] = 16, [17] = 16, [18] = 18, @@ -2434,102 +2500,102 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [20] = 18, [21] = 16, [22] = 18, - [23] = 16, - [24] = 18, - [25] = 16, + [23] = 18, + [24] = 16, + [25] = 18, [26] = 18, [27] = 16, [28] = 16, - [29] = 16, - [30] = 18, - [31] = 16, - [32] = 18, + [29] = 18, + [30] = 16, + [31] = 18, + [32] = 16, [33] = 18, - [34] = 16, + [34] = 18, [35] = 18, [36] = 16, [37] = 18, - [38] = 18, + [38] = 38, [39] = 16, [40] = 18, - [41] = 18, - [42] = 16, - [43] = 18, - [44] = 16, - [45] = 18, - [46] = 16, - [47] = 18, - [48] = 16, - [49] = 49, + [41] = 16, + [42] = 18, + [43] = 16, + [44] = 18, + [45] = 16, + [46] = 18, + [47] = 16, + [48] = 18, + [49] = 16, [50] = 18, [51] = 16, - [52] = 16, - [53] = 18, - [54] = 16, - [55] = 18, - [56] = 16, - [57] = 18, - [58] = 58, + [52] = 18, + [53] = 16, + [54] = 18, + [55] = 16, + [56] = 18, + [57] = 16, + [58] = 18, [59] = 16, - [60] = 60, - [61] = 18, - [62] = 18, - [63] = 16, - [64] = 16, - [65] = 18, + [60] = 18, + [61] = 61, + [62] = 16, + [63] = 63, + [64] = 18, + [65] = 16, [66] = 16, [67] = 18, - [68] = 18, + [68] = 16, [69] = 69, [70] = 70, - [71] = 70, - [72] = 72, + [71] = 71, + [72] = 71, [73] = 73, - [74] = 74, - [75] = 75, + [74] = 73, + [75] = 71, [76] = 76, [77] = 69, [78] = 78, - [79] = 79, - [80] = 79, - [81] = 76, - [82] = 69, - [83] = 83, - [84] = 75, - [85] = 78, - [86] = 75, - [87] = 83, - [88] = 79, - [89] = 83, - [90] = 79, - [91] = 69, - [92] = 74, + [79] = 73, + [80] = 69, + [81] = 70, + [82] = 82, + [83] = 78, + [84] = 76, + [85] = 69, + [86] = 78, + [87] = 87, + [88] = 88, + [89] = 87, + [90] = 90, + [91] = 70, + [92] = 73, [93] = 73, - [94] = 75, - [95] = 72, - [96] = 83, - [97] = 70, - [98] = 72, - [99] = 79, - [100] = 76, - [101] = 69, - [102] = 83, - [103] = 76, - [104] = 70, - [105] = 78, - [106] = 76, - [107] = 72, - [108] = 74, - [109] = 72, - [110] = 74, - [111] = 78, - [112] = 73, - [113] = 75, - [114] = 73, + [94] = 87, + [95] = 88, + [96] = 87, + [97] = 90, + [98] = 90, + [99] = 71, + [100] = 82, + [101] = 88, + [102] = 88, + [103] = 69, + [104] = 87, + [105] = 71, + [106] = 70, + [107] = 76, + [108] = 82, + [109] = 76, + [110] = 78, + [111] = 82, + [112] = 76, + [113] = 90, + [114] = 90, [115] = 70, - [116] = 74, - [117] = 78, - [118] = 73, + [116] = 78, + [117] = 82, + [118] = 88, [119] = 119, [120] = 119, [121] = 119, @@ -2537,482 +2603,482 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [123] = 119, [124] = 124, [125] = 124, - [126] = 126, + [126] = 124, [127] = 127, - [128] = 126, - [129] = 127, - [130] = 130, - [131] = 127, + [128] = 124, + [129] = 124, + [130] = 124, + [131] = 124, [132] = 132, - [133] = 132, + [133] = 133, [134] = 134, - [135] = 127, - [136] = 132, - [137] = 126, - [138] = 127, - [139] = 126, - [140] = 127, - [141] = 126, + [135] = 133, + [136] = 133, + [137] = 134, + [138] = 134, + [139] = 132, + [140] = 132, + [141] = 132, [142] = 132, - [143] = 124, - [144] = 132, - [145] = 124, - [146] = 124, - [147] = 127, - [148] = 134, + [143] = 143, + [144] = 133, + [145] = 134, + [146] = 134, + [147] = 133, + [148] = 148, [149] = 149, [150] = 150, - [151] = 134, + [151] = 143, [152] = 152, [153] = 153, [154] = 154, - [155] = 155, + [155] = 150, [156] = 156, [157] = 157, [158] = 158, [159] = 159, - [160] = 160, + [160] = 143, [161] = 161, [162] = 162, [163] = 163, - [164] = 158, - [165] = 160, + [164] = 164, + [165] = 165, [166] = 166, - [167] = 153, - [168] = 160, - [169] = 154, - [170] = 170, - [171] = 155, - [172] = 158, - [173] = 153, - [174] = 134, - [175] = 159, - [176] = 157, + [167] = 167, + [168] = 152, + [169] = 148, + [170] = 148, + [171] = 159, + [172] = 162, + [173] = 163, + [174] = 159, + [175] = 175, + [176] = 156, [177] = 161, - [178] = 166, - [179] = 162, - [180] = 154, - [181] = 163, - [182] = 159, - [183] = 149, - [184] = 150, - [185] = 156, - [186] = 150, - [187] = 161, - [188] = 188, - [189] = 162, + [178] = 153, + [179] = 158, + [180] = 158, + [181] = 149, + [182] = 161, + [183] = 153, + [184] = 162, + [185] = 152, + [186] = 165, + [187] = 154, + [188] = 163, + [189] = 167, [190] = 156, - [191] = 149, - [192] = 152, - [193] = 152, - [194] = 157, - [195] = 155, - [196] = 163, - [197] = 161, - [198] = 198, - [199] = 199, - [200] = 162, - [201] = 156, - [202] = 160, - [203] = 150, - [204] = 199, - [205] = 149, - [206] = 153, - [207] = 163, - [208] = 157, + [191] = 165, + [192] = 143, + [193] = 167, + [194] = 194, + [195] = 157, + [196] = 175, + [197] = 154, + [198] = 149, + [199] = 157, + [200] = 200, + [201] = 148, + [202] = 154, + [203] = 158, + [204] = 161, + [205] = 159, + [206] = 200, + [207] = 156, + [208] = 200, [209] = 152, - [210] = 155, - [211] = 159, - [212] = 154, - [213] = 158, - [214] = 214, - [215] = 214, - [216] = 214, - [217] = 217, - [218] = 218, - [219] = 214, - [220] = 220, - [221] = 214, - [222] = 222, + [210] = 157, + [211] = 211, + [212] = 162, + [213] = 200, + [214] = 167, + [215] = 215, + [216] = 200, + [217] = 165, + [218] = 163, + [219] = 219, + [220] = 149, + [221] = 221, + [222] = 153, [223] = 223, [224] = 224, - [225] = 223, - [226] = 226, - [227] = 223, - [228] = 223, - [229] = 223, - [230] = 230, + [225] = 225, + [226] = 225, + [227] = 225, + [228] = 228, + [229] = 225, + [230] = 225, [231] = 231, - [232] = 231, + [232] = 224, [233] = 233, - [234] = 234, - [235] = 234, - [236] = 234, - [237] = 234, - [238] = 234, - [239] = 239, - [240] = 239, - [241] = 239, - [242] = 239, - [243] = 239, + [234] = 233, + [235] = 233, + [236] = 233, + [237] = 233, + [238] = 238, + [239] = 238, + [240] = 238, + [241] = 238, + [242] = 242, + [243] = 238, [244] = 244, - [245] = 245, + [245] = 244, [246] = 246, [247] = 247, [248] = 248, - [249] = 245, + [249] = 246, [250] = 250, - [251] = 250, + [251] = 244, [252] = 252, - [253] = 252, + [253] = 253, [254] = 254, - [255] = 247, - [256] = 245, + [255] = 255, + [256] = 256, [257] = 257, - [258] = 248, - [259] = 259, + [258] = 244, + [259] = 246, [260] = 260, - [261] = 261, - [262] = 260, - [263] = 263, + [261] = 250, + [262] = 262, + [263] = 255, [264] = 264, - [265] = 265, - [266] = 266, - [267] = 267, - [268] = 260, - [269] = 247, - [270] = 264, - [271] = 260, - [272] = 248, - [273] = 245, - [274] = 274, - [275] = 244, - [276] = 245, + [265] = 256, + [266] = 252, + [267] = 256, + [268] = 248, + [269] = 256, + [270] = 250, + [271] = 253, + [272] = 272, + [273] = 252, + [274] = 253, + [275] = 246, + [276] = 247, [277] = 246, - [278] = 278, - [279] = 247, - [280] = 248, - [281] = 250, - [282] = 246, - [283] = 252, - [284] = 252, - [285] = 252, - [286] = 244, - [287] = 246, - [288] = 250, - [289] = 278, - [290] = 246, - [291] = 264, - [292] = 247, - [293] = 264, - [294] = 260, - [295] = 248, - [296] = 250, - [297] = 264, - [298] = 244, - [299] = 263, - [300] = 244, - [301] = 267, + [278] = 252, + [279] = 248, + [280] = 280, + [281] = 256, + [282] = 248, + [283] = 250, + [284] = 253, + [285] = 255, + [286] = 252, + [287] = 247, + [288] = 246, + [289] = 248, + [290] = 264, + [291] = 255, + [292] = 253, + [293] = 250, + [294] = 244, + [295] = 260, + [296] = 296, + [297] = 297, + [298] = 255, + [299] = 247, + [300] = 247, + [301] = 246, [302] = 302, [303] = 303, [304] = 304, [305] = 305, - [306] = 306, + [306] = 302, [307] = 307, [308] = 308, [309] = 309, - [310] = 307, + [310] = 310, [311] = 311, [312] = 312, [313] = 313, [314] = 314, [315] = 315, [316] = 316, - [317] = 317, + [317] = 305, [318] = 318, - [319] = 319, - [320] = 320, - [321] = 303, + [319] = 304, + [320] = 310, + [321] = 321, [322] = 322, - [323] = 316, - [324] = 303, - [325] = 315, - [326] = 326, + [323] = 323, + [324] = 324, + [325] = 316, + [326] = 303, [327] = 327, - [328] = 314, - [329] = 302, + [328] = 328, + [329] = 312, [330] = 330, - [331] = 307, - [332] = 322, + [331] = 312, + [332] = 332, [333] = 333, [334] = 334, - [335] = 305, - [336] = 320, - [337] = 319, + [335] = 316, + [336] = 311, + [337] = 318, [338] = 304, - [339] = 313, - [340] = 327, - [341] = 304, - [342] = 308, - [343] = 334, - [344] = 333, - [345] = 345, - [346] = 346, - [347] = 318, - [348] = 348, - [349] = 307, - [350] = 350, - [351] = 311, - [352] = 352, - [353] = 326, - [354] = 317, - [355] = 322, - [356] = 356, - [357] = 311, - [358] = 306, - [359] = 319, - [360] = 308, - [361] = 309, - [362] = 319, - [363] = 322, - [364] = 309, - [365] = 326, - [366] = 327, - [367] = 306, - [368] = 313, - [369] = 305, - [370] = 308, - [371] = 371, - [372] = 304, - [373] = 302, - [374] = 326, - [375] = 314, - [376] = 334, - [377] = 333, - [378] = 306, - [379] = 305, - [380] = 327, - [381] = 302, - [382] = 314, - [383] = 312, - [384] = 315, - [385] = 385, - [386] = 316, - [387] = 302, - [388] = 318, - [389] = 320, - [390] = 320, - [391] = 315, + [339] = 310, + [340] = 321, + [341] = 322, + [342] = 323, + [343] = 309, + [344] = 303, + [345] = 327, + [346] = 328, + [347] = 347, + [348] = 347, + [349] = 315, + [350] = 321, + [351] = 322, + [352] = 323, + [353] = 324, + [354] = 315, + [355] = 355, + [356] = 305, + [357] = 309, + [358] = 358, + [359] = 308, + [360] = 303, + [361] = 327, + [362] = 333, + [363] = 302, + [364] = 355, + [365] = 365, + [366] = 315, + [367] = 365, + [368] = 305, + [369] = 369, + [370] = 302, + [371] = 333, + [372] = 311, + [373] = 347, + [374] = 324, + [375] = 355, + [376] = 376, + [377] = 358, + [378] = 378, + [379] = 379, + [380] = 380, + [381] = 312, + [382] = 308, + [383] = 358, + [384] = 316, + [385] = 308, + [386] = 355, + [387] = 318, + [388] = 324, + [389] = 347, + [390] = 327, + [391] = 391, [392] = 303, - [393] = 316, - [394] = 394, - [395] = 315, - [396] = 314, - [397] = 316, - [398] = 333, - [399] = 307, - [400] = 305, - [401] = 313, - [402] = 318, - [403] = 303, - [404] = 311, - [405] = 320, - [406] = 306, - [407] = 334, - [408] = 317, + [393] = 309, + [394] = 323, + [395] = 322, + [396] = 321, + [397] = 310, + [398] = 376, + [399] = 333, + [400] = 302, + [401] = 365, + [402] = 358, + [403] = 358, + [404] = 355, + [405] = 324, + [406] = 347, + [407] = 327, + [408] = 318, [409] = 309, - [410] = 308, - [411] = 327, - [412] = 326, - [413] = 334, - [414] = 309, - [415] = 333, - [416] = 319, + [410] = 315, + [411] = 365, + [412] = 333, + [413] = 304, + [414] = 308, + [415] = 323, + [416] = 305, [417] = 322, - [418] = 304, - [419] = 313, - [420] = 311, - [421] = 421, + [418] = 321, + [419] = 310, + [420] = 365, + [421] = 304, [422] = 318, - [423] = 423, - [424] = 423, - [425] = 423, - [426] = 426, - [427] = 426, - [428] = 426, - [429] = 426, - [430] = 426, - [431] = 431, - [432] = 431, - [433] = 431, - [434] = 434, - [435] = 435, - [436] = 434, - [437] = 435, - [438] = 434, - [439] = 435, - [440] = 440, - [441] = 441, - [442] = 441, - [443] = 443, - [444] = 441, - [445] = 160, + [423] = 316, + [424] = 312, + [425] = 425, + [426] = 425, + [427] = 425, + [428] = 428, + [429] = 429, + [430] = 428, + [431] = 429, + [432] = 428, + [433] = 428, + [434] = 429, + [435] = 428, + [436] = 436, + [437] = 437, + [438] = 437, + [439] = 436, + [440] = 437, + [441] = 436, + [442] = 442, + [443] = 442, + [444] = 444, + [445] = 445, [446] = 446, - [447] = 441, - [448] = 440, - [449] = 440, - [450] = 446, - [451] = 446, - [452] = 452, - [453] = 453, - [454] = 149, - [455] = 446, - [456] = 441, - [457] = 453, - [458] = 446, - [459] = 441, - [460] = 440, - [461] = 160, - [462] = 149, - [463] = 160, - [464] = 156, - [465] = 452, - [466] = 149, - [467] = 160, + [447] = 444, + [448] = 448, + [449] = 449, + [450] = 442, + [451] = 444, + [452] = 448, + [453] = 442, + [454] = 444, + [455] = 449, + [456] = 442, + [457] = 444, + [458] = 458, + [459] = 449, + [460] = 442, + [461] = 165, + [462] = 446, + [463] = 445, + [464] = 149, + [465] = 446, + [466] = 165, + [467] = 149, [468] = 468, [469] = 149, - [470] = 150, - [471] = 471, - [472] = 149, - [473] = 441, - [474] = 474, - [475] = 453, - [476] = 160, - [477] = 477, - [478] = 149, - [479] = 479, + [470] = 442, + [471] = 446, + [472] = 165, + [473] = 165, + [474] = 468, + [475] = 148, + [476] = 476, + [477] = 468, + [478] = 468, + [479] = 149, [480] = 468, - [481] = 481, - [482] = 482, - [483] = 483, - [484] = 160, - [485] = 477, - [486] = 477, - [487] = 474, + [481] = 167, + [482] = 448, + [483] = 149, + [484] = 484, + [485] = 485, + [486] = 165, + [487] = 487, [488] = 488, [489] = 489, - [490] = 477, - [491] = 491, - [492] = 477, - [493] = 150, - [494] = 494, - [495] = 495, - [496] = 156, - [497] = 149, - [498] = 150, - [499] = 150, - [500] = 150, + [490] = 149, + [491] = 476, + [492] = 149, + [493] = 152, + [494] = 153, + [495] = 487, + [496] = 489, + [497] = 497, + [498] = 442, + [499] = 148, + [500] = 167, [501] = 149, - [502] = 156, - [503] = 160, - [504] = 155, - [505] = 156, - [506] = 156, - [507] = 160, - [508] = 157, - [509] = 149, - [510] = 468, - [511] = 160, - [512] = 512, - [513] = 513, - [514] = 514, + [502] = 502, + [503] = 165, + [504] = 148, + [505] = 505, + [506] = 506, + [507] = 507, + [508] = 167, + [509] = 442, + [510] = 510, + [511] = 511, + [512] = 149, + [513] = 476, + [514] = 148, [515] = 515, - [516] = 471, - [517] = 474, - [518] = 481, - [519] = 482, - [520] = 150, - [521] = 483, - [522] = 156, - [523] = 150, - [524] = 160, - [525] = 160, - [526] = 488, + [516] = 167, + [517] = 517, + [518] = 165, + [519] = 148, + [520] = 167, + [521] = 165, + [522] = 165, + [523] = 523, + [524] = 489, + [525] = 489, + [526] = 458, [527] = 489, - [528] = 149, - [529] = 491, - [530] = 494, - [531] = 495, - [532] = 532, + [528] = 528, + [529] = 529, + [530] = 165, + [531] = 167, + [532] = 165, [533] = 533, - [534] = 156, - [535] = 468, - [536] = 536, - [537] = 150, - [538] = 160, - [539] = 156, - [540] = 540, - [541] = 541, - [542] = 149, + [534] = 148, + [535] = 148, + [536] = 165, + [537] = 502, + [538] = 505, + [539] = 484, + [540] = 167, + [541] = 148, + [542] = 167, [543] = 543, - [544] = 544, + [544] = 148, [545] = 545, - [546] = 546, - [547] = 150, - [548] = 495, - [549] = 160, - [550] = 155, - [551] = 157, + [546] = 167, + [547] = 165, + [548] = 548, + [549] = 523, + [550] = 550, + [551] = 517, [552] = 552, - [553] = 471, + [553] = 553, [554] = 554, - [555] = 555, - [556] = 556, - [557] = 557, - [558] = 155, + [555] = 148, + [556] = 485, + [557] = 488, + [558] = 507, [559] = 559, - [560] = 157, + [560] = 487, [561] = 561, - [562] = 160, + [562] = 562, [563] = 563, - [564] = 441, - [565] = 565, + [564] = 507, + [565] = 488, [566] = 566, - [567] = 567, - [568] = 479, - [569] = 494, + [567] = 149, + [568] = 568, + [569] = 167, [570] = 570, [571] = 571, [572] = 572, [573] = 573, - [574] = 574, + [574] = 165, [575] = 575, [576] = 576, [577] = 577, - [578] = 578, - [579] = 491, + [578] = 515, + [579] = 579, [580] = 580, [581] = 581, [582] = 582, - [583] = 441, - [584] = 584, - [585] = 585, - [586] = 489, + [583] = 583, + [584] = 153, + [585] = 152, + [586] = 586, [587] = 587, - [588] = 488, + [588] = 588, [589] = 589, [590] = 590, - [591] = 591, - [592] = 443, + [591] = 506, + [592] = 153, [593] = 593, - [594] = 149, - [595] = 595, - [596] = 596, - [597] = 597, + [594] = 594, + [595] = 152, + [596] = 506, + [597] = 148, [598] = 598, - [599] = 599, + [599] = 149, [600] = 600, - [601] = 474, + [601] = 601, [602] = 602, [603] = 603, [604] = 604, @@ -3020,523 +3086,523 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [606] = 606, [607] = 607, [608] = 608, - [609] = 609, + [609] = 487, [610] = 610, - [611] = 479, + [611] = 611, [612] = 612, [613] = 613, [614] = 614, - [615] = 615, + [615] = 149, [616] = 616, [617] = 617, [618] = 618, - [619] = 483, + [619] = 619, [620] = 620, [621] = 621, - [622] = 149, + [622] = 476, [623] = 623, [624] = 624, [625] = 625, [626] = 626, - [627] = 150, - [628] = 156, + [627] = 627, + [628] = 628, [629] = 629, [630] = 630, [631] = 631, - [632] = 149, + [632] = 632, [633] = 633, [634] = 634, - [635] = 156, + [635] = 485, [636] = 636, [637] = 637, [638] = 638, [639] = 639, - [640] = 150, + [640] = 640, [641] = 641, [642] = 642, - [643] = 156, + [643] = 643, [644] = 644, [645] = 645, - [646] = 482, - [647] = 647, - [648] = 648, + [646] = 523, + [647] = 484, + [648] = 517, [649] = 649, [650] = 650, [651] = 651, [652] = 652, - [653] = 481, - [654] = 654, + [653] = 515, + [654] = 505, [655] = 655, - [656] = 656, + [656] = 502, [657] = 657, - [658] = 658, - [659] = 570, - [660] = 613, - [661] = 593, - [662] = 605, - [663] = 595, - [664] = 596, - [665] = 602, - [666] = 603, - [667] = 597, - [668] = 598, - [669] = 617, - [670] = 599, - [671] = 546, - [672] = 515, - [673] = 589, - [674] = 600, - [675] = 157, - [676] = 545, - [677] = 544, - [678] = 590, - [679] = 582, - [680] = 604, - [681] = 618, - [682] = 591, - [683] = 567, - [684] = 566, - [685] = 481, - [686] = 587, - [687] = 633, - [688] = 552, - [689] = 482, - [690] = 585, - [691] = 483, - [692] = 576, - [693] = 654, - [694] = 561, - [695] = 623, - [696] = 574, - [697] = 584, - [698] = 624, - [699] = 554, - [700] = 581, - [701] = 580, - [702] = 471, - [703] = 566, - [704] = 567, - [705] = 578, - [706] = 555, - [707] = 150, - [708] = 545, - [709] = 600, - [710] = 556, - [711] = 577, - [712] = 544, - [713] = 575, - [714] = 573, - [715] = 572, - [716] = 599, - [717] = 160, - [718] = 565, - [719] = 563, - [720] = 559, - [721] = 557, - [722] = 556, - [723] = 555, - [724] = 642, - [725] = 644, - [726] = 641, - [727] = 639, - [728] = 554, - [729] = 606, - [730] = 561, - [731] = 602, - [732] = 603, - [733] = 634, - [734] = 546, - [735] = 631, - [736] = 604, + [658] = 511, + [659] = 659, + [660] = 660, + [661] = 661, + [662] = 662, + [663] = 663, + [664] = 510, + [665] = 665, + [666] = 149, + [667] = 149, + [668] = 668, + [669] = 669, + [670] = 511, + [671] = 510, + [672] = 672, + [673] = 673, + [674] = 167, + [675] = 675, + [676] = 676, + [677] = 677, + [678] = 586, + [679] = 576, + [680] = 572, + [681] = 573, + [682] = 575, + [683] = 576, + [684] = 579, + [685] = 580, + [686] = 581, + [687] = 582, + [688] = 583, + [689] = 619, + [690] = 586, + [691] = 587, + [692] = 552, + [693] = 588, + [694] = 589, + [695] = 568, + [696] = 665, + [697] = 643, + [698] = 659, + [699] = 642, + [700] = 613, + [701] = 655, + [702] = 605, + [703] = 618, + [704] = 677, + [705] = 606, + [706] = 640, + [707] = 562, + [708] = 676, + [709] = 639, + [710] = 619, + [711] = 484, + [712] = 673, + [713] = 659, + [714] = 616, + [715] = 505, + [716] = 533, + [717] = 502, + [718] = 645, + [719] = 618, + [720] = 607, + [721] = 611, + [722] = 644, + [723] = 616, + [724] = 655, + [725] = 590, + [726] = 614, + [727] = 614, + [728] = 543, + [729] = 485, + [730] = 553, + [731] = 563, + [732] = 624, + [733] = 626, + [734] = 734, + [735] = 637, + [736] = 625, [737] = 629, - [738] = 557, - [739] = 559, - [740] = 605, - [741] = 563, - [742] = 565, - [743] = 570, - [744] = 620, - [745] = 543, - [746] = 616, - [747] = 615, - [748] = 572, - [749] = 541, - [750] = 573, - [751] = 614, - [752] = 149, - [753] = 540, - [754] = 612, - [755] = 575, - [756] = 577, - [757] = 156, - [758] = 578, - [759] = 150, - [760] = 606, - [761] = 574, - [762] = 536, - [763] = 607, - [764] = 607, - [765] = 609, - [766] = 621, - [767] = 645, - [768] = 617, - [769] = 618, - [770] = 647, - [771] = 648, - [772] = 580, - [773] = 576, - [774] = 581, - [775] = 149, - [776] = 488, - [777] = 489, - [778] = 491, - [779] = 156, - [780] = 649, - [781] = 584, - [782] = 585, - [783] = 156, + [738] = 604, + [739] = 634, + [740] = 550, + [741] = 566, + [742] = 633, + [743] = 630, + [744] = 570, + [745] = 628, + [746] = 632, + [747] = 649, + [748] = 620, + [749] = 636, + [750] = 629, + [751] = 626, + [752] = 624, + [753] = 611, + [754] = 598, + [755] = 149, + [756] = 608, + [757] = 607, + [758] = 554, + [759] = 643, + [760] = 488, + [761] = 594, + [762] = 589, + [763] = 630, + [764] = 633, + [765] = 506, + [766] = 634, + [767] = 637, + [768] = 588, + [769] = 507, + [770] = 623, + [771] = 587, + [772] = 617, + [773] = 603, + [774] = 621, + [775] = 613, + [776] = 552, + [777] = 676, + [778] = 639, + [779] = 612, + [780] = 627, + [781] = 628, + [782] = 583, + [783] = 675, [784] = 582, - [785] = 512, - [786] = 587, - [787] = 589, - [788] = 150, - [789] = 590, - [790] = 650, - [791] = 651, - [792] = 652, - [793] = 591, - [794] = 593, - [795] = 610, - [796] = 608, - [797] = 610, - [798] = 595, - [799] = 612, - [800] = 156, - [801] = 614, - [802] = 615, - [803] = 616, - [804] = 609, - [805] = 621, + [785] = 640, + [786] = 581, + [787] = 631, + [788] = 672, + [789] = 580, + [790] = 579, + [791] = 791, + [792] = 575, + [793] = 573, + [794] = 601, + [795] = 572, + [796] = 638, + [797] = 571, + [798] = 669, + [799] = 668, + [800] = 663, + [801] = 601, + [802] = 570, + [803] = 612, + [804] = 650, + [805] = 651, [806] = 623, - [807] = 624, - [808] = 654, - [809] = 620, - [810] = 596, - [811] = 655, - [812] = 625, - [813] = 656, - [814] = 625, - [815] = 657, - [816] = 597, - [817] = 552, - [818] = 658, - [819] = 613, - [820] = 513, - [821] = 629, - [822] = 638, - [823] = 160, - [824] = 532, - [825] = 533, - [826] = 637, - [827] = 494, - [828] = 631, - [829] = 633, - [830] = 634, - [831] = 636, - [832] = 536, - [833] = 639, - [834] = 626, - [835] = 641, - [836] = 642, - [837] = 150, - [838] = 479, - [839] = 540, - [840] = 630, - [841] = 644, - [842] = 571, - [843] = 541, - [844] = 645, - [845] = 515, - [846] = 514, - [847] = 514, - [848] = 155, - [849] = 647, - [850] = 648, - [851] = 543, + [807] = 661, + [808] = 657, + [809] = 566, + [810] = 528, + [811] = 563, + [812] = 523, + [813] = 517, + [814] = 515, + [815] = 553, + [816] = 543, + [817] = 610, + [818] = 545, + [819] = 608, + [820] = 533, + [821] = 548, + [822] = 148, + [823] = 661, + [824] = 602, + [825] = 600, + [826] = 167, + [827] = 559, + [828] = 577, + [829] = 603, + [830] = 593, + [831] = 652, + [832] = 641, + [833] = 529, + [834] = 660, + [835] = 662, + [836] = 663, + [837] = 625, + [838] = 668, + [839] = 669, + [840] = 672, + [841] = 675, + [842] = 600, + [843] = 562, + [844] = 561, + [845] = 568, + [846] = 590, + [847] = 529, + [848] = 641, + [849] = 167, + [850] = 604, + [851] = 550, [852] = 571, - [853] = 630, - [854] = 495, - [855] = 608, - [856] = 649, - [857] = 512, - [858] = 650, - [859] = 651, - [860] = 652, - [861] = 598, - [862] = 655, - [863] = 533, - [864] = 656, - [865] = 626, - [866] = 657, - [867] = 658, - [868] = 532, - [869] = 513, - [870] = 638, - [871] = 637, - [872] = 636, - [873] = 598, - [874] = 631, - [875] = 544, - [876] = 545, - [877] = 565, - [878] = 563, - [879] = 559, - [880] = 573, - [881] = 572, - [882] = 557, - [883] = 546, - [884] = 540, - [885] = 556, - [886] = 608, - [887] = 541, - [888] = 602, - [889] = 603, - [890] = 555, - [891] = 604, - [892] = 605, - [893] = 606, - [894] = 570, - [895] = 543, - [896] = 607, - [897] = 609, - [898] = 582, - [899] = 650, - [900] = 512, - [901] = 614, - [902] = 610, - [903] = 649, - [904] = 612, - [905] = 648, + [853] = 642, + [854] = 636, + [855] = 153, + [856] = 598, + [857] = 627, + [858] = 554, + [859] = 662, + [860] = 594, + [861] = 149, + [862] = 632, + [863] = 734, + [864] = 617, + [865] = 665, + [866] = 148, + [867] = 621, + [868] = 631, + [869] = 511, + [870] = 644, + [871] = 660, + [872] = 638, + [873] = 645, + [874] = 649, + [875] = 652, + [876] = 167, + [877] = 165, + [878] = 677, + [879] = 734, + [880] = 734, + [881] = 650, + [882] = 651, + [883] = 152, + [884] = 148, + [885] = 657, + [886] = 528, + [887] = 610, + [888] = 593, + [889] = 545, + [890] = 577, + [891] = 606, + [892] = 167, + [893] = 559, + [894] = 548, + [895] = 734, + [896] = 510, + [897] = 605, + [898] = 165, + [899] = 561, + [900] = 673, + [901] = 148, + [902] = 602, + [903] = 620, + [904] = 657, + [905] = 631, [906] = 613, - [907] = 150, - [908] = 617, - [909] = 575, - [910] = 618, - [911] = 554, - [912] = 577, - [913] = 578, - [914] = 580, - [915] = 581, - [916] = 574, - [917] = 576, - [918] = 552, - [919] = 567, - [920] = 566, - [921] = 584, - [922] = 585, - [923] = 587, - [924] = 924, - [925] = 615, - [926] = 924, - [927] = 616, - [928] = 589, - [929] = 590, - [930] = 621, - [931] = 647, - [932] = 591, - [933] = 620, - [934] = 623, - [935] = 624, - [936] = 625, - [937] = 626, - [938] = 630, - [939] = 593, - [940] = 571, - [941] = 514, - [942] = 595, - [943] = 645, - [944] = 596, - [945] = 515, - [946] = 636, - [947] = 637, - [948] = 629, - [949] = 638, - [950] = 597, - [951] = 513, - [952] = 561, - [953] = 633, - [954] = 536, - [955] = 658, - [956] = 657, - [957] = 655, - [958] = 634, - [959] = 599, - [960] = 639, - [961] = 600, - [962] = 654, - [963] = 652, - [964] = 651, - [965] = 641, - [966] = 656, - [967] = 642, - [968] = 533, - [969] = 924, - [970] = 644, - [971] = 532, - [972] = 156, - [973] = 561, - [974] = 974, - [975] = 975, - [976] = 976, - [977] = 977, - [978] = 978, - [979] = 979, - [980] = 980, - [981] = 981, - [982] = 981, - [983] = 983, - [984] = 984, - [985] = 985, - [986] = 986, - [987] = 987, - [988] = 988, - [989] = 989, - [990] = 990, - [991] = 984, - [992] = 992, - [993] = 981, - [994] = 994, - [995] = 974, - [996] = 996, - [997] = 994, - [998] = 998, - [999] = 976, - [1000] = 1000, - [1001] = 996, - [1002] = 980, - [1003] = 981, - [1004] = 984, - [1005] = 996, - [1006] = 998, - [1007] = 979, - [1008] = 1000, - [1009] = 984, - [1010] = 975, - [1011] = 984, - [1012] = 1012, + [907] = 672, + [908] = 908, + [909] = 669, + [910] = 668, + [911] = 908, + [912] = 553, + [913] = 571, + [914] = 572, + [915] = 563, + [916] = 573, + [917] = 566, + [918] = 577, + [919] = 575, + [920] = 645, + [921] = 593, + [922] = 559, + [923] = 576, + [924] = 579, + [925] = 580, + [926] = 614, + [927] = 581, + [928] = 582, + [929] = 601, + [930] = 624, + [931] = 603, + [932] = 602, + [933] = 583, + [934] = 548, + [935] = 545, + [936] = 675, + [937] = 608, + [938] = 586, + [939] = 640, + [940] = 587, + [941] = 616, + [942] = 618, + [943] = 619, + [944] = 552, + [945] = 661, + [946] = 629, + [947] = 588, + [948] = 589, + [949] = 641, + [950] = 610, + [951] = 528, + [952] = 639, + [953] = 655, + [954] = 659, + [955] = 663, + [956] = 620, + [957] = 529, + [958] = 791, + [959] = 533, + [960] = 651, + [961] = 673, + [962] = 650, + [963] = 637, + [964] = 638, + [965] = 570, + [966] = 662, + [967] = 643, + [968] = 634, + [969] = 148, + [970] = 621, + [971] = 605, + [972] = 617, + [973] = 167, + [974] = 606, + [975] = 594, + [976] = 633, + [977] = 554, + [978] = 908, + [979] = 630, + [980] = 598, + [981] = 642, + [982] = 636, + [983] = 550, + [984] = 607, + [985] = 665, + [986] = 644, + [987] = 604, + [988] = 611, + [989] = 590, + [990] = 626, + [991] = 649, + [992] = 676, + [993] = 568, + [994] = 612, + [995] = 660, + [996] = 561, + [997] = 562, + [998] = 623, + [999] = 625, + [1000] = 627, + [1001] = 600, + [1002] = 628, + [1003] = 632, + [1004] = 652, + [1005] = 677, + [1006] = 543, + [1007] = 1007, + [1008] = 1008, + [1009] = 1009, + [1010] = 1010, + [1011] = 1011, + [1012] = 506, [1013] = 1013, - [1014] = 996, - [1015] = 974, - [1016] = 981, - [1017] = 981, - [1018] = 984, - [1019] = 978, - [1020] = 561, - [1021] = 977, - [1022] = 994, - [1023] = 996, - [1024] = 994, - [1025] = 994, + [1014] = 1014, + [1015] = 1015, + [1016] = 1016, + [1017] = 1017, + [1018] = 1018, + [1019] = 1019, + [1020] = 1017, + [1021] = 506, + [1022] = 1019, + [1023] = 1023, + [1024] = 1024, + [1025] = 1025, [1026] = 1026, - [1027] = 1012, - [1028] = 1028, - [1029] = 974, - [1030] = 1013, - [1031] = 1031, - [1032] = 1028, + [1027] = 1027, + [1028] = 1019, + [1029] = 1029, + [1030] = 1008, + [1031] = 1015, + [1032] = 1032, [1033] = 1033, - [1034] = 974, - [1035] = 998, - [1036] = 984, - [1037] = 1000, - [1038] = 981, - [1039] = 1033, - [1040] = 1026, - [1041] = 1028, - [1042] = 984, - [1043] = 981, - [1044] = 981, - [1045] = 984, - [1046] = 992, - [1047] = 974, - [1048] = 1031, + [1034] = 1032, + [1035] = 1035, + [1036] = 1035, + [1037] = 1032, + [1038] = 1017, + [1039] = 1035, + [1040] = 1032, + [1041] = 1017, + [1042] = 1029, + [1043] = 1043, + [1044] = 1019, + [1045] = 1035, + [1046] = 1017, + [1047] = 1019, + [1048] = 506, [1049] = 1049, - [1050] = 1049, - [1051] = 1049, - [1052] = 1049, - [1053] = 1049, + [1050] = 1008, + [1051] = 1010, + [1052] = 1007, + [1053] = 1014, [1054] = 1054, - [1055] = 1055, - [1056] = 1056, - [1057] = 134, - [1058] = 1058, - [1059] = 608, - [1060] = 1060, - [1061] = 1061, + [1055] = 1033, + [1056] = 1035, + [1057] = 1017, + [1058] = 1009, + [1059] = 1019, + [1060] = 1032, + [1061] = 1013, [1062] = 1062, - [1063] = 1063, - [1064] = 149, - [1065] = 160, + [1063] = 1049, + [1064] = 1043, + [1065] = 1065, [1066] = 1066, - [1067] = 582, - [1068] = 1068, - [1069] = 1069, - [1070] = 1070, - [1071] = 156, - [1072] = 1072, - [1073] = 157, - [1074] = 1074, - [1075] = 1075, - [1076] = 1076, - [1077] = 1077, - [1078] = 1078, - [1079] = 1079, - [1080] = 1080, - [1081] = 1081, - [1082] = 1082, - [1083] = 1083, - [1084] = 1084, - [1085] = 1085, + [1067] = 1067, + [1068] = 1008, + [1069] = 1067, + [1070] = 1008, + [1071] = 1033, + [1072] = 1029, + [1073] = 1017, + [1074] = 1066, + [1075] = 1019, + [1076] = 1067, + [1077] = 1019, + [1078] = 1054, + [1079] = 1017, + [1080] = 1062, + [1081] = 1019, + [1082] = 1017, + [1083] = 1008, + [1084] = 1065, + [1085] = 143, [1086] = 1086, [1087] = 1087, [1088] = 1088, - [1089] = 1089, - [1090] = 1090, + [1089] = 612, + [1090] = 608, [1091] = 1091, - [1092] = 1092, - [1093] = 1054, + [1092] = 605, + [1093] = 1093, [1094] = 1094, - [1095] = 1095, + [1095] = 602, [1096] = 1096, - [1097] = 1097, + [1097] = 603, [1098] = 1098, [1099] = 1099, - [1100] = 160, - [1101] = 1101, - [1102] = 1102, - [1103] = 1056, - [1104] = 1055, - [1105] = 155, + [1100] = 606, + [1101] = 165, + [1102] = 149, + [1103] = 1103, + [1104] = 1104, + [1105] = 1105, [1106] = 1106, [1107] = 1107, [1108] = 1108, [1109] = 1109, [1110] = 1110, - [1111] = 576, + [1111] = 1111, [1112] = 1112, [1113] = 1113, [1114] = 1114, [1115] = 1115, [1116] = 1116, [1117] = 1117, - [1118] = 155, + [1118] = 1118, [1119] = 1119, [1120] = 1120, [1121] = 1121, - [1122] = 1122, + [1122] = 1086, [1123] = 1123, [1124] = 1124, - [1125] = 1125, + [1125] = 152, [1126] = 1126, [1127] = 1127, [1128] = 1128, @@ -3546,418 +3612,418 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1132] = 1132, [1133] = 1133, [1134] = 1134, - [1135] = 574, + [1135] = 1135, [1136] = 1136, [1137] = 1137, [1138] = 1138, [1139] = 1139, [1140] = 1140, - [1141] = 1141, + [1141] = 148, [1142] = 1142, [1143] = 1143, [1144] = 1144, [1145] = 1145, [1146] = 1146, - [1147] = 1147, + [1147] = 167, [1148] = 1148, [1149] = 1149, [1150] = 1150, [1151] = 1151, - [1152] = 566, - [1153] = 1153, - [1154] = 567, - [1155] = 156, - [1156] = 150, - [1157] = 1157, + [1152] = 152, + [1153] = 153, + [1154] = 165, + [1155] = 1155, + [1156] = 1088, + [1157] = 1087, [1158] = 1158, - [1159] = 157, - [1160] = 150, + [1159] = 1159, + [1160] = 1160, [1161] = 1161, [1162] = 1162, [1163] = 1163, [1164] = 1164, - [1165] = 1165, - [1166] = 149, - [1167] = 1087, - [1168] = 1060, + [1165] = 153, + [1166] = 1166, + [1167] = 1167, + [1168] = 1168, [1169] = 1169, - [1170] = 1112, - [1171] = 1063, - [1172] = 1062, - [1173] = 1127, - [1174] = 1125, - [1175] = 1097, + [1170] = 1170, + [1171] = 1171, + [1172] = 1172, + [1173] = 1173, + [1174] = 1174, + [1175] = 1175, [1176] = 1176, [1177] = 1177, - [1178] = 1109, - [1179] = 1114, - [1180] = 1122, - [1181] = 1132, - [1182] = 1119, - [1183] = 1132, - [1184] = 1114, - [1185] = 1112, + [1178] = 1178, + [1179] = 1179, + [1180] = 1180, + [1181] = 1181, + [1182] = 1182, + [1183] = 1183, + [1184] = 1184, + [1185] = 1185, [1186] = 1186, - [1187] = 1109, - [1188] = 1102, - [1189] = 1099, - [1190] = 1098, - [1191] = 1095, - [1192] = 1122, - [1193] = 1162, - [1194] = 1102, - [1195] = 1157, - [1196] = 1090, - [1197] = 1197, - [1198] = 1089, - [1199] = 1165, - [1200] = 1061, - [1201] = 1201, - [1202] = 1088, - [1203] = 1138, - [1204] = 1058, - [1205] = 1077, - [1206] = 1151, - [1207] = 1119, - [1208] = 1150, - [1209] = 1069, - [1210] = 1070, - [1211] = 134, - [1212] = 1151, - [1213] = 1138, - [1214] = 1087, - [1215] = 1060, - [1216] = 134, - [1217] = 1088, - [1218] = 1089, - [1219] = 1062, - [1220] = 1090, - [1221] = 1061, - [1222] = 1095, - [1223] = 1157, - [1224] = 1070, - [1225] = 1069, - [1226] = 1098, - [1227] = 1150, - [1228] = 1165, - [1229] = 1066, - [1230] = 1097, - [1231] = 1099, - [1232] = 1127, - [1233] = 1125, - [1234] = 1066, - [1235] = 1235, - [1236] = 1236, - [1237] = 1153, - [1238] = 1238, - [1239] = 1239, - [1240] = 1066, - [1241] = 1241, - [1242] = 1139, - [1243] = 1164, - [1244] = 1136, - [1245] = 1133, - [1246] = 1094, - [1247] = 1092, - [1248] = 1235, - [1249] = 1161, - [1250] = 1130, - [1251] = 1251, - [1252] = 1128, - [1253] = 1158, - [1254] = 1126, - [1255] = 1062, - [1256] = 1060, - [1257] = 1124, - [1258] = 1123, - [1259] = 1061, - [1260] = 1062, - [1261] = 1251, - [1262] = 1241, - [1263] = 1121, - [1264] = 1066, - [1265] = 1235, - [1266] = 1266, - [1267] = 1117, - [1268] = 1096, - [1269] = 1116, - [1270] = 1115, - [1271] = 1271, - [1272] = 1113, - [1273] = 1110, - [1274] = 1271, - [1275] = 1146, - [1276] = 1091, - [1277] = 1142, - [1278] = 1141, - [1279] = 1140, - [1280] = 1137, - [1281] = 1163, - [1282] = 1201, - [1283] = 1134, - [1284] = 1060, - [1285] = 1285, - [1286] = 1251, - [1287] = 1120, - [1288] = 1235, - [1289] = 1271, - [1290] = 163, - [1291] = 1079, - [1292] = 1108, - [1293] = 1086, - [1294] = 1061, - [1295] = 1085, - [1296] = 1084, - [1297] = 1107, - [1298] = 1238, - [1299] = 1239, - [1300] = 1076, - [1301] = 1301, - [1302] = 1072, - [1303] = 1235, - [1304] = 1082, - [1305] = 1106, - [1306] = 1238, - [1307] = 1148, - [1308] = 1143, - [1309] = 1083, - [1310] = 1137, - [1311] = 1238, - [1312] = 162, - [1313] = 1101, - [1314] = 1271, - [1315] = 161, - [1316] = 159, - [1317] = 152, - [1318] = 1081, - [1319] = 1080, - [1320] = 1078, - [1321] = 1251, - [1322] = 158, - [1323] = 154, - [1324] = 153, - [1325] = 1075, - [1326] = 1144, - [1327] = 1129, - [1328] = 1074, - [1329] = 1131, - [1330] = 1238, - [1331] = 1068, - [1332] = 1145, - [1333] = 1271, - [1334] = 1251, - [1335] = 1147, - [1336] = 1235, - [1337] = 1149, - [1338] = 1338, - [1339] = 1285, - [1340] = 1340, - [1341] = 1157, - [1342] = 1127, - [1343] = 1343, + [1187] = 1187, + [1188] = 1188, + [1189] = 1189, + [1190] = 1190, + [1191] = 1191, + [1192] = 167, + [1193] = 149, + [1194] = 148, + [1195] = 1195, + [1196] = 1196, + [1197] = 1120, + [1198] = 1191, + [1199] = 1109, + [1200] = 1121, + [1201] = 1123, + [1202] = 1126, + [1203] = 1130, + [1204] = 1130, + [1205] = 1205, + [1206] = 1131, + [1207] = 1132, + [1208] = 1133, + [1209] = 1131, + [1210] = 1132, + [1211] = 1211, + [1212] = 1117, + [1213] = 1136, + [1214] = 1214, + [1215] = 1140, + [1216] = 1142, + [1217] = 1144, + [1218] = 1218, + [1219] = 1219, + [1220] = 1136, + [1221] = 1123, + [1222] = 1133, + [1223] = 1119, + [1224] = 1093, + [1225] = 1120, + [1226] = 1126, + [1227] = 1111, + [1228] = 1180, + [1229] = 1189, + [1230] = 1219, + [1231] = 1121, + [1232] = 1094, + [1233] = 1098, + [1234] = 1113, + [1235] = 1218, + [1236] = 1167, + [1237] = 1205, + [1238] = 1091, + [1239] = 1096, + [1240] = 1218, + [1241] = 1205, + [1242] = 1119, + [1243] = 1140, + [1244] = 1180, + [1245] = 1219, + [1246] = 1219, + [1247] = 1170, + [1248] = 1117, + [1249] = 1172, + [1250] = 1114, + [1251] = 1218, + [1252] = 1205, + [1253] = 1188, + [1254] = 1109, + [1255] = 1098, + [1256] = 1195, + [1257] = 1099, + [1258] = 1142, + [1259] = 1188, + [1260] = 1113, + [1261] = 1219, + [1262] = 1218, + [1263] = 1263, + [1264] = 1144, + [1265] = 1093, + [1266] = 1111, + [1267] = 1205, + [1268] = 143, + [1269] = 143, + [1270] = 1191, + [1271] = 1099, + [1272] = 1189, + [1273] = 1273, + [1274] = 1167, + [1275] = 1170, + [1276] = 1172, + [1277] = 1094, + [1278] = 1278, + [1279] = 1279, + [1280] = 1219, + [1281] = 154, + [1282] = 1138, + [1283] = 1283, + [1284] = 1284, + [1285] = 1103, + [1286] = 1286, + [1287] = 1099, + [1288] = 1129, + [1289] = 1289, + [1290] = 1093, + [1291] = 1291, + [1292] = 1292, + [1293] = 1127, + [1294] = 1115, + [1295] = 1151, + [1296] = 1094, + [1297] = 157, + [1298] = 1298, + [1299] = 1284, + [1300] = 1118, + [1301] = 1298, + [1302] = 1302, + [1303] = 1093, + [1304] = 1149, + [1305] = 1148, + [1306] = 1291, + [1307] = 1284, + [1308] = 1146, + [1309] = 1309, + [1310] = 1145, + [1311] = 1311, + [1312] = 1104, + [1313] = 1284, + [1314] = 1110, + [1315] = 1098, + [1316] = 1316, + [1317] = 1108, + [1318] = 1143, + [1319] = 1319, + [1320] = 1186, + [1321] = 1106, + [1322] = 1107, + [1323] = 1187, + [1324] = 1178, + [1325] = 1325, + [1326] = 1176, + [1327] = 1327, + [1328] = 1302, + [1329] = 1105, + [1330] = 1175, + [1331] = 1099, + [1332] = 1302, + [1333] = 1174, + [1334] = 1173, + [1335] = 1159, + [1336] = 1179, + [1337] = 1171, + [1338] = 1137, + [1339] = 1169, + [1340] = 1168, + [1341] = 1094, + [1342] = 1342, + [1343] = 1098, [1344] = 1344, - [1345] = 1125, - [1346] = 1122, + [1345] = 1166, + [1346] = 1263, [1347] = 1347, - [1348] = 1348, - [1349] = 1070, - [1350] = 1119, - [1351] = 1097, - [1352] = 1352, - [1353] = 1353, - [1354] = 1354, - [1355] = 1355, - [1356] = 1356, - [1357] = 1357, - [1358] = 1358, - [1359] = 1352, - [1360] = 1352, - [1361] = 1361, - [1362] = 1340, - [1363] = 1151, - [1364] = 1138, - [1365] = 1087, - [1366] = 1354, - [1367] = 1354, - [1368] = 1340, - [1369] = 1361, - [1370] = 1355, - [1371] = 1353, - [1372] = 1354, - [1373] = 1373, - [1374] = 1374, - [1375] = 1352, - [1376] = 1340, - [1377] = 1088, - [1378] = 1089, - [1379] = 1090, - [1380] = 1095, - [1381] = 1381, - [1382] = 1098, - [1383] = 1099, - [1384] = 1102, - [1385] = 1109, - [1386] = 1112, - [1387] = 1361, - [1388] = 1352, - [1389] = 1340, - [1390] = 1114, - [1391] = 1132, - [1392] = 1352, - [1393] = 1393, - [1394] = 1373, - [1395] = 1361, - [1396] = 1396, - [1397] = 1352, - [1398] = 1165, - [1399] = 1150, - [1400] = 1069, - [1401] = 1361, - [1402] = 1354, - [1403] = 1127, - [1404] = 1102, + [1348] = 1302, + [1349] = 1139, + [1350] = 1291, + [1351] = 1150, + [1352] = 1112, + [1353] = 1164, + [1354] = 1163, + [1355] = 1162, + [1356] = 1181, + [1357] = 1161, + [1358] = 1182, + [1359] = 1183, + [1360] = 1327, + [1361] = 1284, + [1362] = 1291, + [1363] = 1158, + [1364] = 1160, + [1365] = 1302, + [1366] = 1146, + [1367] = 1325, + [1368] = 1368, + [1369] = 1284, + [1370] = 1135, + [1371] = 1291, + [1372] = 159, + [1373] = 1196, + [1374] = 1311, + [1375] = 162, + [1376] = 163, + [1377] = 1377, + [1378] = 1128, + [1379] = 1124, + [1380] = 1116, + [1381] = 1284, + [1382] = 1284, + [1383] = 1368, + [1384] = 1134, + [1385] = 156, + [1386] = 1190, + [1387] = 1284, + [1388] = 1155, + [1389] = 1185, + [1390] = 158, + [1391] = 1184, + [1392] = 161, + [1393] = 1177, + [1394] = 1394, + [1395] = 1394, + [1396] = 1133, + [1397] = 1292, + [1398] = 1398, + [1399] = 1394, + [1400] = 1394, + [1401] = 1398, + [1402] = 1394, + [1403] = 1398, + [1404] = 1398, [1405] = 1405, - [1406] = 1201, - [1407] = 1407, - [1408] = 1241, - [1409] = 1405, - [1410] = 1405, - [1411] = 1070, - [1412] = 1119, - [1413] = 1151, - [1414] = 1138, - [1415] = 1087, - [1416] = 1088, - [1417] = 1089, - [1418] = 1090, - [1419] = 1095, - [1420] = 1097, - [1421] = 1098, - [1422] = 1099, - [1423] = 1109, - [1424] = 1112, - [1425] = 1114, - [1426] = 1132, - [1427] = 1427, - [1428] = 1122, - [1429] = 1125, - [1430] = 1165, - [1431] = 1061, - [1432] = 1066, - [1433] = 1062, - [1434] = 1405, - [1435] = 1405, - [1436] = 1150, - [1437] = 1069, - [1438] = 1157, - [1439] = 1407, - [1440] = 1060, - [1441] = 1137, - [1442] = 1266, - [1443] = 1061, - [1444] = 1066, - [1445] = 1062, - [1446] = 1446, - [1447] = 1446, - [1448] = 1448, - [1449] = 1448, - [1450] = 1448, - [1451] = 1448, - [1452] = 1448, - [1453] = 1448, - [1454] = 1448, - [1455] = 1455, - [1456] = 1456, - [1457] = 1457, - [1458] = 1456, - [1459] = 1456, - [1460] = 1457, - [1461] = 1461, - [1462] = 1456, - [1463] = 1457, - [1464] = 1456, - [1465] = 1456, - [1466] = 1457, - [1467] = 1456, - [1468] = 1457, - [1469] = 1456, - [1470] = 1457, - [1471] = 1457, - [1472] = 1456, - [1473] = 1456, - [1474] = 1457, - [1475] = 1457, - [1476] = 1457, - [1477] = 1456, - [1478] = 1457, - [1479] = 1479, - [1480] = 1480, - [1481] = 1480, - [1482] = 1482, - [1483] = 1483, - [1484] = 1484, - [1485] = 1483, - [1486] = 1484, - [1487] = 1484, - [1488] = 1483, - [1489] = 1484, - [1490] = 1484, - [1491] = 1483, - [1492] = 1484, - [1493] = 1483, - [1494] = 1483, - [1495] = 1483, - [1496] = 1484, - [1497] = 1497, - [1498] = 1497, - [1499] = 1497, - [1500] = 1500, - [1501] = 1497, - [1502] = 1497, - [1503] = 1497, - [1504] = 1497, - [1505] = 1505, - [1506] = 1506, - [1507] = 1507, + [1406] = 1406, + [1407] = 1189, + [1408] = 1191, + [1409] = 1180, + [1410] = 1144, + [1411] = 1142, + [1412] = 1188, + [1413] = 1172, + [1414] = 1170, + [1415] = 1398, + [1416] = 1167, + [1417] = 1113, + [1418] = 1111, + [1419] = 1419, + [1420] = 1109, + [1421] = 1117, + [1422] = 1119, + [1423] = 1120, + [1424] = 1424, + [1425] = 1121, + [1426] = 1426, + [1427] = 1123, + [1428] = 1126, + [1429] = 1130, + [1430] = 1136, + [1431] = 1140, + [1432] = 1131, + [1433] = 1132, + [1434] = 1130, + [1435] = 1113, + [1436] = 1298, + [1437] = 1094, + [1438] = 1438, + [1439] = 1180, + [1440] = 1093, + [1441] = 1441, + [1442] = 1441, + [1443] = 1438, + [1444] = 1167, + [1445] = 1170, + [1446] = 1111, + [1447] = 1263, + [1448] = 1109, + [1449] = 1117, + [1450] = 1441, + [1451] = 1172, + [1452] = 1452, + [1453] = 1188, + [1454] = 1191, + [1455] = 1189, + [1456] = 1119, + [1457] = 1144, + [1458] = 1098, + [1459] = 1142, + [1460] = 1441, + [1461] = 1441, + [1462] = 1140, + [1463] = 1136, + [1464] = 1133, + [1465] = 1132, + [1466] = 1131, + [1467] = 1126, + [1468] = 1123, + [1469] = 1121, + [1470] = 1120, + [1471] = 1471, + [1472] = 1471, + [1473] = 1146, + [1474] = 1474, + [1475] = 1347, + [1476] = 1098, + [1477] = 1474, + [1478] = 1093, + [1479] = 1094, + [1480] = 1099, + [1481] = 1471, + [1482] = 1471, + [1483] = 1471, + [1484] = 1471, + [1485] = 1471, + [1486] = 1486, + [1487] = 1487, + [1488] = 1488, + [1489] = 1487, + [1490] = 1488, + [1491] = 1488, + [1492] = 1487, + [1493] = 1488, + [1494] = 1488, + [1495] = 1488, + [1496] = 1488, + [1497] = 1487, + [1498] = 1487, + [1499] = 1487, + [1500] = 1488, + [1501] = 1487, + [1502] = 1487, + [1503] = 1487, + [1504] = 1488, + [1505] = 1488, + [1506] = 1487, + [1507] = 1488, [1508] = 1508, - [1509] = 1509, + [1509] = 1487, [1510] = 1510, [1511] = 1511, [1512] = 1512, - [1513] = 1513, + [1513] = 1511, [1514] = 1514, [1515] = 1515, [1516] = 1516, - [1517] = 1517, - [1518] = 1518, - [1519] = 1519, - [1520] = 149, - [1521] = 160, - [1522] = 1522, - [1523] = 1523, - [1524] = 1524, - [1525] = 1525, - [1526] = 1526, - [1527] = 1527, - [1528] = 1528, + [1517] = 1516, + [1518] = 1515, + [1519] = 1515, + [1520] = 1515, + [1521] = 1516, + [1522] = 1515, + [1523] = 1515, + [1524] = 1516, + [1525] = 1515, + [1526] = 1516, + [1527] = 1516, + [1528] = 1516, [1529] = 1529, - [1530] = 1530, - [1531] = 1531, - [1532] = 1532, - [1533] = 1533, - [1534] = 1534, - [1535] = 1535, + [1530] = 1529, + [1531] = 1529, + [1532] = 1529, + [1533] = 1529, + [1534] = 1529, + [1535] = 1529, [1536] = 1536, [1537] = 1537, [1538] = 1538, - [1539] = 1523, + [1539] = 1539, [1540] = 1540, [1541] = 1541, [1542] = 1542, [1543] = 1543, [1544] = 1544, [1545] = 1545, - [1546] = 156, + [1546] = 1546, [1547] = 1547, [1548] = 1548, [1549] = 1549, @@ -3970,1228 +4036,1321 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1556] = 1556, [1557] = 1557, [1558] = 1558, - [1559] = 1559, - [1560] = 150, + [1559] = 165, + [1560] = 149, [1561] = 1561, [1562] = 1562, - [1563] = 1563, + [1563] = 1105, [1564] = 1564, - [1565] = 1083, - [1566] = 1551, - [1567] = 1145, - [1568] = 1068, - [1569] = 1545, + [1565] = 1565, + [1566] = 1566, + [1567] = 1567, + [1568] = 1568, + [1569] = 1569, [1570] = 1570, [1571] = 1571, - [1572] = 1512, + [1572] = 1572, [1573] = 1573, - [1574] = 1516, - [1575] = 1512, - [1576] = 1570, + [1574] = 1574, + [1575] = 1575, + [1576] = 1576, [1577] = 1577, - [1578] = 1578, + [1578] = 1556, [1579] = 1579, - [1580] = 1573, - [1581] = 1517, - [1582] = 1570, - [1583] = 1570, - [1584] = 1570, - [1585] = 1585, + [1580] = 1177, + [1581] = 1581, + [1582] = 1582, + [1583] = 1583, + [1584] = 1584, + [1585] = 1184, [1586] = 1586, - [1587] = 1525, - [1588] = 1588, - [1589] = 1107, + [1587] = 1587, + [1588] = 148, + [1589] = 1589, [1590] = 1590, - [1591] = 1527, + [1591] = 1591, [1592] = 1592, [1593] = 1593, - [1594] = 1593, + [1594] = 167, [1595] = 1595, - [1596] = 1133, - [1597] = 1593, + [1596] = 1596, + [1597] = 1597, [1598] = 1598, [1599] = 1599, - [1600] = 1593, + [1600] = 1600, [1601] = 1601, - [1602] = 1526, + [1602] = 1602, [1603] = 1603, - [1604] = 1595, - [1605] = 1518, - [1606] = 1606, - [1607] = 1158, - [1608] = 1593, - [1609] = 1599, - [1610] = 1603, - [1611] = 1611, + [1604] = 1604, + [1605] = 1567, + [1606] = 1543, + [1607] = 1607, + [1608] = 1550, + [1609] = 1609, + [1610] = 1548, + [1611] = 1579, [1612] = 1612, - [1613] = 1613, - [1614] = 1518, - [1615] = 1585, - [1616] = 1606, - [1617] = 1612, - [1618] = 1588, - [1619] = 1598, - [1620] = 1611, - [1621] = 1524, - [1622] = 1590, - [1623] = 1613, + [1613] = 1550, + [1614] = 1612, + [1615] = 1615, + [1616] = 1616, + [1617] = 1617, + [1618] = 1554, + [1619] = 1555, + [1620] = 1620, + [1621] = 1621, + [1622] = 1622, + [1623] = 1623, [1624] = 1624, - [1625] = 1625, - [1626] = 1626, - [1627] = 1586, - [1628] = 1628, - [1629] = 1629, + [1625] = 1558, + [1626] = 1617, + [1627] = 1627, + [1628] = 1562, + [1629] = 1558, [1630] = 1630, - [1631] = 1630, - [1632] = 1625, - [1633] = 1628, - [1634] = 1634, + [1631] = 1631, + [1632] = 1631, + [1633] = 1633, + [1634] = 1620, [1635] = 1635, - [1636] = 1635, - [1637] = 1133, - [1638] = 1638, - [1639] = 1624, - [1640] = 1638, - [1641] = 1158, - [1642] = 1629, - [1643] = 1634, - [1644] = 1107, - [1645] = 1626, - [1646] = 1601, - [1647] = 1592, - [1648] = 1648, - [1649] = 1648, - [1650] = 1650, - [1651] = 1648, - [1652] = 1650, - [1653] = 1650, - [1654] = 1650, - [1655] = 1648, + [1636] = 1621, + [1637] = 1637, + [1638] = 1624, + [1639] = 1175, + [1640] = 1616, + [1641] = 1641, + [1642] = 1627, + [1643] = 1643, + [1644] = 1633, + [1645] = 1637, + [1646] = 1621, + [1647] = 1561, + [1648] = 1139, + [1649] = 1187, + [1650] = 1641, + [1651] = 1621, + [1652] = 1630, + [1653] = 1621, + [1654] = 1622, + [1655] = 1655, [1656] = 1656, - [1657] = 1657, - [1658] = 1657, - [1659] = 1657, - [1660] = 1657, + [1657] = 1139, + [1658] = 1658, + [1659] = 1659, + [1660] = 1660, [1661] = 1661, - [1662] = 1662, - [1663] = 1662, - [1664] = 1661, - [1665] = 1661, - [1666] = 1662, - [1667] = 1662, - [1668] = 1661, - [1669] = 1669, - [1670] = 1670, - [1671] = 1669, + [1662] = 1656, + [1663] = 1175, + [1664] = 1664, + [1665] = 1635, + [1666] = 1656, + [1667] = 1656, + [1668] = 1668, + [1669] = 1660, + [1670] = 1661, + [1671] = 1671, [1672] = 1672, - [1673] = 1673, - [1674] = 1674, - [1675] = 1675, - [1676] = 1676, - [1677] = 1669, - [1678] = 1678, - [1679] = 1676, - [1680] = 1670, - [1681] = 1675, - [1682] = 1676, - [1683] = 1669, - [1684] = 1676, - [1685] = 1670, - [1686] = 1675, - [1687] = 1678, - [1688] = 1678, - [1689] = 1675, - [1690] = 1678, - [1691] = 1670, - [1692] = 1692, - [1693] = 1693, - [1694] = 1694, - [1695] = 1695, - [1696] = 1696, + [1673] = 1187, + [1674] = 1664, + [1675] = 1668, + [1676] = 1671, + [1677] = 1672, + [1678] = 1658, + [1679] = 1643, + [1680] = 1656, + [1681] = 1623, + [1682] = 1659, + [1683] = 1655, + [1684] = 1684, + [1685] = 1684, + [1686] = 1684, + [1687] = 1687, + [1688] = 1688, + [1689] = 1687, + [1690] = 1687, + [1691] = 1688, + [1692] = 1684, + [1693] = 1688, + [1694] = 1688, + [1695] = 1687, + [1696] = 1684, [1697] = 1697, [1698] = 1698, - [1699] = 1696, - [1700] = 1700, - [1701] = 1701, + [1699] = 1698, + [1700] = 1698, + [1701] = 1698, [1702] = 1702, - [1703] = 1703, + [1703] = 1702, [1704] = 1704, - [1705] = 1705, - [1706] = 1697, - [1707] = 1696, - [1708] = 1701, - [1709] = 1697, + [1705] = 1704, + [1706] = 1704, + [1707] = 1704, + [1708] = 1702, + [1709] = 1702, [1710] = 1710, - [1711] = 149, + [1711] = 1711, [1712] = 1712, - [1713] = 1696, + [1713] = 1713, [1714] = 1714, - [1715] = 1697, - [1716] = 1716, - [1717] = 1701, - [1718] = 160, - [1719] = 1719, - [1720] = 1696, + [1715] = 1715, + [1716] = 1713, + [1717] = 1710, + [1718] = 1713, + [1719] = 1713, + [1720] = 1720, [1721] = 1721, - [1722] = 1697, - [1723] = 1696, - [1724] = 1701, - [1725] = 1725, - [1726] = 1696, - [1727] = 1701, - [1728] = 1728, - [1729] = 1729, - [1730] = 1730, - [1731] = 1731, - [1732] = 440, + [1722] = 1715, + [1723] = 1710, + [1724] = 1714, + [1725] = 1712, + [1726] = 1715, + [1727] = 1714, + [1728] = 1712, + [1729] = 1712, + [1730] = 1714, + [1731] = 1715, + [1732] = 1710, [1733] = 1733, [1734] = 1734, - [1735] = 156, + [1735] = 1735, [1736] = 1736, [1737] = 1737, [1738] = 1738, - [1739] = 1739, - [1740] = 1719, - [1741] = 1077, - [1742] = 1725, + [1739] = 1735, + [1740] = 1740, + [1741] = 1735, + [1742] = 1742, [1743] = 1743, - [1744] = 1721, - [1745] = 1734, - [1746] = 1739, + [1744] = 1736, + [1745] = 1745, + [1746] = 1746, [1747] = 1747, - [1748] = 1162, + [1748] = 1735, [1749] = 1749, - [1750] = 1749, - [1751] = 1714, + [1750] = 1735, + [1751] = 1751, [1752] = 1752, - [1753] = 1523, - [1754] = 1734, - [1755] = 1730, + [1753] = 149, + [1754] = 1736, + [1755] = 1755, [1756] = 1756, - [1757] = 1757, - [1758] = 150, - [1759] = 1739, - [1760] = 1760, - [1761] = 1761, - [1762] = 1761, - [1763] = 1739, - [1764] = 1739, - [1765] = 1734, - [1766] = 1766, + [1757] = 1745, + [1758] = 1758, + [1759] = 1759, + [1760] = 1735, + [1761] = 1745, + [1762] = 165, + [1763] = 1745, + [1764] = 1736, + [1765] = 1765, + [1766] = 1735, [1767] = 1767, - [1768] = 1710, - [1769] = 1761, - [1770] = 1761, + [1768] = 1736, + [1769] = 1745, + [1770] = 1163, [1771] = 1771, - [1772] = 1734, - [1773] = 1761, - [1774] = 1774, + [1772] = 1161, + [1773] = 1114, + [1774] = 1176, [1775] = 1775, - [1776] = 1776, - [1777] = 1777, - [1778] = 1143, + [1776] = 1742, + [1777] = 167, + [1778] = 1778, [1779] = 1779, - [1780] = 1551, + [1780] = 1780, [1781] = 1781, - [1782] = 1136, - [1783] = 1783, - [1784] = 1136, + [1782] = 1556, + [1783] = 446, + [1784] = 1737, [1785] = 1785, - [1786] = 1786, - [1787] = 1785, - [1788] = 1117, - [1789] = 1789, - [1790] = 1116, - [1791] = 1115, - [1792] = 1113, - [1793] = 1776, - [1794] = 1794, - [1795] = 1786, + [1786] = 1164, + [1787] = 1162, + [1788] = 1788, + [1789] = 1771, + [1790] = 1790, + [1791] = 1108, + [1792] = 1107, + [1793] = 1793, + [1794] = 1159, + [1795] = 1795, [1796] = 1796, - [1797] = 1797, - [1798] = 1781, + [1797] = 1185, + [1798] = 1798, [1799] = 1799, - [1800] = 1789, - [1801] = 1789, + [1800] = 1800, + [1801] = 1801, [1802] = 1802, - [1803] = 1147, - [1804] = 1789, - [1805] = 1161, + [1803] = 1771, + [1804] = 1771, + [1805] = 1746, [1806] = 1806, - [1807] = 1776, + [1807] = 1807, [1808] = 1808, - [1809] = 1785, + [1809] = 1767, [1810] = 1810, - [1811] = 1775, - [1812] = 1786, - [1813] = 1813, - [1814] = 1545, - [1815] = 1786, - [1816] = 1785, - [1817] = 1794, - [1818] = 1117, - [1819] = 1116, - [1820] = 1774, - [1821] = 1783, - [1822] = 1148, - [1823] = 1115, - [1824] = 1162, - [1825] = 1113, + [1811] = 1811, + [1812] = 1812, + [1813] = 1771, + [1814] = 1814, + [1815] = 1815, + [1816] = 1751, + [1817] = 1812, + [1818] = 148, + [1819] = 1819, + [1820] = 1820, + [1821] = 1812, + [1822] = 1814, + [1823] = 1823, + [1824] = 1812, + [1825] = 1825, [1826] = 1826, - [1827] = 1776, - [1828] = 1828, - [1829] = 1785, - [1830] = 1789, + [1827] = 1827, + [1828] = 1812, + [1829] = 1755, + [1830] = 1780, [1831] = 1831, - [1832] = 1774, + [1832] = 1814, [1833] = 1833, [1834] = 1834, - [1835] = 1835, - [1836] = 1836, - [1837] = 1147, - [1838] = 1148, - [1839] = 1143, + [1835] = 1195, + [1836] = 1781, + [1837] = 1814, + [1838] = 1814, + [1839] = 1798, [1840] = 1840, - [1841] = 1774, - [1842] = 1833, - [1843] = 1826, - [1844] = 1844, - [1845] = 1077, - [1846] = 1161, - [1847] = 1776, - [1848] = 1777, + [1841] = 1841, + [1842] = 1842, + [1843] = 1843, + [1844] = 1841, + [1845] = 1845, + [1846] = 1846, + [1847] = 1847, + [1848] = 1848, [1849] = 1849, - [1850] = 1850, - [1851] = 1752, + [1850] = 1775, + [1851] = 1842, [1852] = 1852, - [1853] = 1766, - [1854] = 1729, + [1853] = 1853, + [1854] = 1854, [1855] = 1855, [1856] = 1856, [1857] = 1857, - [1858] = 1858, - [1859] = 1859, - [1860] = 1860, - [1861] = 1860, - [1862] = 1855, - [1863] = 1863, - [1864] = 1864, - [1865] = 1859, - [1866] = 1866, - [1867] = 1867, + [1858] = 1843, + [1859] = 1848, + [1860] = 1579, + [1861] = 1855, + [1862] = 1846, + [1863] = 1846, + [1864] = 1855, + [1865] = 1865, + [1866] = 1159, + [1867] = 1846, [1868] = 1868, - [1869] = 1869, - [1870] = 1870, - [1871] = 1852, + [1869] = 1847, + [1870] = 1843, + [1871] = 1848, [1872] = 1872, - [1873] = 1873, + [1873] = 1849, [1874] = 1874, [1875] = 1875, - [1876] = 1866, - [1877] = 1877, - [1878] = 1878, - [1879] = 1877, - [1880] = 1880, - [1881] = 1881, - [1882] = 1878, - [1883] = 1883, - [1884] = 1884, - [1885] = 1808, - [1886] = 1875, - [1887] = 1850, - [1888] = 1884, - [1889] = 1875, - [1890] = 1873, - [1891] = 1891, - [1892] = 1892, - [1893] = 1872, - [1894] = 1894, - [1895] = 1858, + [1876] = 1876, + [1877] = 1819, + [1878] = 1567, + [1879] = 1195, + [1880] = 1185, + [1881] = 1107, + [1882] = 1108, + [1883] = 1855, + [1884] = 1854, + [1885] = 1161, + [1886] = 1843, + [1887] = 1162, + [1888] = 1114, + [1889] = 1848, + [1890] = 1849, + [1891] = 1163, + [1892] = 1164, + [1893] = 1849, + [1894] = 1176, + [1895] = 1895, [1896] = 1896, - [1897] = 1868, - [1898] = 1863, - [1899] = 1864, - [1900] = 1866, - [1901] = 1874, + [1897] = 1848, + [1898] = 1843, + [1899] = 1875, + [1900] = 1855, + [1901] = 1901, [1902] = 1902, - [1903] = 1870, - [1904] = 1869, - [1905] = 1852, - [1906] = 1869, - [1907] = 1870, - [1908] = 1877, - [1909] = 1880, + [1903] = 1903, + [1904] = 1904, + [1905] = 1905, + [1906] = 1906, + [1907] = 1907, + [1908] = 1908, + [1909] = 1909, [1910] = 1910, [1911] = 1911, - [1912] = 1875, - [1913] = 1864, - [1914] = 1863, - [1915] = 1859, - [1916] = 1896, - [1917] = 1884, - [1918] = 1870, - [1919] = 1077, - [1920] = 1869, - [1921] = 1878, - [1922] = 1852, - [1923] = 1874, + [1912] = 1912, + [1913] = 1913, + [1914] = 1902, + [1915] = 1915, + [1916] = 1826, + [1917] = 1825, + [1918] = 507, + [1919] = 1919, + [1920] = 1907, + [1921] = 1921, + [1922] = 1922, + [1923] = 1923, [1924] = 1924, - [1925] = 1860, - [1926] = 1866, - [1927] = 1868, - [1928] = 1873, - [1929] = 1892, - [1930] = 1872, - [1931] = 1873, - [1932] = 1855, - [1933] = 1884, - [1934] = 1873, - [1935] = 1872, + [1925] = 1925, + [1926] = 1911, + [1927] = 1927, + [1928] = 1909, + [1929] = 1923, + [1930] = 1930, + [1931] = 1931, + [1932] = 1932, + [1933] = 1933, + [1934] = 1901, + [1935] = 1915, [1936] = 1936, - [1937] = 1852, - [1938] = 1875, - [1939] = 1877, - [1940] = 1870, - [1941] = 1860, - [1942] = 1859, - [1943] = 1869, - [1944] = 1884, - [1945] = 1858, - [1946] = 1877, - [1947] = 1855, - [1948] = 1868, - [1949] = 1860, - [1950] = 1859, - [1951] = 468, - [1952] = 1858, - [1953] = 1863, - [1954] = 1858, - [1955] = 1872, - [1956] = 1864, - [1957] = 1957, - [1958] = 1855, - [1959] = 1866, - [1960] = 1874, - [1961] = 1850, + [1937] = 1927, + [1938] = 1906, + [1939] = 1905, + [1940] = 1940, + [1941] = 1941, + [1942] = 476, + [1943] = 1943, + [1944] = 1931, + [1945] = 1932, + [1946] = 1915, + [1947] = 1947, + [1948] = 1904, + [1949] = 1949, + [1950] = 1930, + [1951] = 1913, + [1952] = 1779, + [1953] = 1919, + [1954] = 1911, + [1955] = 1924, + [1956] = 1925, + [1957] = 1904, + [1958] = 1902, + [1959] = 1959, + [1960] = 1815, + [1961] = 1961, [1962] = 1962, - [1963] = 1963, - [1964] = 1870, - [1965] = 1863, - [1966] = 1864, - [1967] = 1869, - [1968] = 1863, - [1969] = 1864, - [1970] = 1924, - [1971] = 1162, - [1972] = 1868, - [1973] = 1910, - [1974] = 1974, - [1975] = 1874, - [1976] = 1891, - [1977] = 1977, - [1978] = 1978, - [1979] = 1979, - [1980] = 1980, - [1981] = 1981, - [1982] = 1982, - [1983] = 1983, - [1984] = 1984, - [1985] = 1981, - [1986] = 1986, - [1987] = 1987, - [1988] = 1988, - [1989] = 1989, - [1990] = 1990, - [1991] = 1991, - [1992] = 1990, - [1993] = 1986, - [1994] = 1989, - [1995] = 1988, - [1996] = 1996, - [1997] = 1997, - [1998] = 1998, + [1963] = 1904, + [1964] = 1964, + [1965] = 1965, + [1966] = 1966, + [1967] = 1967, + [1968] = 1915, + [1969] = 1969, + [1970] = 1925, + [1971] = 1971, + [1972] = 1972, + [1973] = 1923, + [1974] = 1930, + [1975] = 1906, + [1976] = 1905, + [1977] = 1959, + [1978] = 1969, + [1979] = 1902, + [1980] = 1919, + [1981] = 1925, + [1982] = 1904, + [1983] = 1895, + [1984] = 1923, + [1985] = 1930, + [1986] = 1967, + [1987] = 1965, + [1988] = 1962, + [1989] = 1927, + [1990] = 1930, + [1991] = 1923, + [1992] = 1931, + [1993] = 1993, + [1994] = 1910, + [1995] = 1932, + [1996] = 1785, + [1997] = 1959, + [1998] = 1961, [1999] = 1999, - [2000] = 2000, - [2001] = 1987, - [2002] = 2002, - [2003] = 1983, - [2004] = 2004, - [2005] = 2005, - [2006] = 2006, - [2007] = 561, - [2008] = 479, - [2009] = 1989, - [2010] = 2010, - [2011] = 2011, - [2012] = 2012, - [2013] = 2013, - [2014] = 2014, - [2015] = 1982, - [2016] = 2016, - [2017] = 2017, - [2018] = 2018, - [2019] = 1977, - [2020] = 1982, - [2021] = 1980, - [2022] = 2022, - [2023] = 2013, - [2024] = 1984, + [2000] = 1961, + [2001] = 1927, + [2002] = 1931, + [2003] = 1962, + [2004] = 1932, + [2005] = 1965, + [2006] = 1969, + [2007] = 1967, + [2008] = 1924, + [2009] = 1906, + [2010] = 1905, + [2011] = 1969, + [2012] = 1924, + [2013] = 1919, + [2014] = 1967, + [2015] = 1969, + [2016] = 1962, + [2017] = 506, + [2018] = 1919, + [2019] = 1965, + [2020] = 1902, + [2021] = 1915, + [2022] = 1967, + [2023] = 1965, + [2024] = 1962, [2025] = 2025, - [2026] = 2000, - [2027] = 1999, - [2028] = 1996, + [2026] = 1959, + [2027] = 1961, + [2028] = 1959, [2029] = 2029, - [2030] = 474, - [2031] = 1592, - [2032] = 1601, - [2033] = 1989, - [2034] = 1988, - [2035] = 2035, - [2036] = 2025, - [2037] = 1987, - [2038] = 2000, - [2039] = 2039, - [2040] = 2040, - [2041] = 1983, - [2042] = 150, - [2043] = 471, - [2044] = 156, - [2045] = 1999, - [2046] = 1982, - [2047] = 149, + [2030] = 2030, + [2031] = 1924, + [2032] = 2032, + [2033] = 1961, + [2034] = 2034, + [2035] = 1962, + [2036] = 1965, + [2037] = 2037, + [2038] = 1903, + [2039] = 1932, + [2040] = 2034, + [2041] = 1913, + [2042] = 1930, + [2043] = 1923, + [2044] = 1925, + [2045] = 2045, + [2046] = 2046, + [2047] = 2047, [2048] = 2048, - [2049] = 2029, - [2050] = 2050, - [2051] = 2013, - [2052] = 2025, + [2049] = 2049, + [2050] = 2048, + [2051] = 2051, + [2052] = 2052, [2053] = 2053, - [2054] = 2054, - [2055] = 2011, - [2056] = 1988, - [2057] = 1982, - [2058] = 1978, - [2059] = 1987, - [2060] = 2000, - [2061] = 1999, - [2062] = 1979, - [2063] = 2063, - [2064] = 1996, - [2065] = 481, - [2066] = 482, - [2067] = 1983, - [2068] = 483, + [2054] = 1643, + [2055] = 2055, + [2056] = 2056, + [2057] = 2049, + [2058] = 153, + [2059] = 2059, + [2060] = 2060, + [2061] = 2061, + [2062] = 2051, + [2063] = 2052, + [2064] = 2064, + [2065] = 2065, + [2066] = 2066, + [2067] = 2067, + [2068] = 2068, [2069] = 2069, - [2070] = 2070, - [2071] = 1998, - [2072] = 2072, - [2073] = 2018, - [2074] = 2050, - [2075] = 1980, - [2076] = 155, - [2077] = 1158, - [2078] = 2029, - [2079] = 1996, + [2070] = 1187, + [2071] = 2071, + [2072] = 152, + [2073] = 2073, + [2074] = 2074, + [2075] = 2075, + [2076] = 2076, + [2077] = 2077, + [2078] = 2078, + [2079] = 2079, [2080] = 2080, - [2081] = 2022, - [2082] = 2017, - [2083] = 157, - [2084] = 2084, - [2085] = 2016, - [2086] = 1586, - [2087] = 2087, - [2088] = 2088, - [2089] = 2025, - [2090] = 1996, - [2091] = 160, - [2092] = 488, - [2093] = 2048, - [2094] = 489, - [2095] = 1999, - [2096] = 491, - [2097] = 2000, - [2098] = 1133, + [2081] = 2081, + [2082] = 2049, + [2083] = 2066, + [2084] = 2074, + [2085] = 2067, + [2086] = 2066, + [2087] = 2067, + [2088] = 2047, + [2089] = 2049, + [2090] = 2090, + [2091] = 2071, + [2092] = 1623, + [2093] = 484, + [2094] = 2094, + [2095] = 2077, + [2096] = 2096, + [2097] = 2077, + [2098] = 505, [2099] = 2099, - [2100] = 2100, - [2101] = 1980, - [2102] = 2029, - [2103] = 494, - [2104] = 2029, + [2100] = 2066, + [2101] = 2067, + [2102] = 2102, + [2103] = 502, + [2104] = 2104, [2105] = 2105, [2106] = 2106, - [2107] = 1983, - [2108] = 1989, - [2109] = 2025, - [2110] = 1988, - [2111] = 1980, + [2107] = 2107, + [2108] = 2073, + [2109] = 2074, + [2110] = 2110, + [2111] = 2111, [2112] = 2112, - [2113] = 495, + [2113] = 2113, [2114] = 2114, - [2115] = 2006, - [2116] = 1991, - [2117] = 2117, - [2118] = 2010, + [2115] = 2064, + [2116] = 2075, + [2117] = 2076, + [2118] = 2078, [2119] = 2119, - [2120] = 2120, + [2120] = 2080, [2121] = 2121, - [2122] = 1107, - [2123] = 2123, - [2124] = 2124, + [2122] = 2122, + [2123] = 2068, + [2124] = 2069, [2125] = 2125, - [2126] = 633, - [2127] = 612, - [2128] = 2128, - [2129] = 614, + [2126] = 2071, + [2127] = 2127, + [2128] = 2077, + [2129] = 2068, [2130] = 2130, [2131] = 2131, [2132] = 2132, - [2133] = 2133, - [2134] = 2134, - [2135] = 2135, + [2133] = 2074, + [2134] = 2067, + [2135] = 2066, [2136] = 2136, - [2137] = 615, - [2138] = 2138, + [2137] = 2049, + [2138] = 2079, [2139] = 2139, - [2140] = 2140, - [2141] = 2141, - [2142] = 2142, - [2143] = 2143, + [2140] = 2122, + [2141] = 2069, + [2142] = 2096, + [2143] = 2094, [2144] = 2144, - [2145] = 2145, - [2146] = 2146, - [2147] = 2147, + [2145] = 2064, + [2146] = 2078, + [2147] = 2132, [2148] = 2148, - [2149] = 2149, - [2150] = 2150, - [2151] = 616, - [2152] = 2152, - [2153] = 2153, + [2149] = 2047, + [2150] = 2131, + [2151] = 2122, + [2152] = 485, + [2153] = 523, [2154] = 2154, - [2155] = 2155, + [2155] = 2053, [2156] = 2156, - [2157] = 2157, - [2158] = 2158, - [2159] = 2159, - [2160] = 2160, - [2161] = 2161, - [2162] = 620, - [2163] = 2163, - [2164] = 2164, - [2165] = 2165, + [2157] = 517, + [2158] = 165, + [2159] = 515, + [2160] = 2079, + [2161] = 1635, + [2162] = 2122, + [2163] = 488, + [2164] = 2079, + [2165] = 149, [2166] = 2166, - [2167] = 2167, - [2168] = 2168, - [2169] = 2169, - [2170] = 2170, - [2171] = 2171, - [2172] = 2172, + [2167] = 148, + [2168] = 2071, + [2169] = 2047, + [2170] = 511, + [2171] = 2068, + [2172] = 2069, [2173] = 2173, - [2174] = 2128, - [2175] = 2175, + [2174] = 2071, + [2175] = 2132, [2176] = 2176, - [2177] = 2177, - [2178] = 2178, - [2179] = 629, + [2177] = 510, + [2178] = 2096, + [2179] = 2179, [2180] = 2180, - [2181] = 2181, - [2182] = 2182, - [2183] = 2183, - [2184] = 2184, - [2185] = 2185, - [2186] = 2186, - [2187] = 2187, - [2188] = 2188, + [2181] = 2156, + [2182] = 167, + [2183] = 2079, + [2184] = 1139, + [2185] = 2047, + [2186] = 2122, + [2187] = 2105, + [2188] = 487, [2189] = 2189, - [2190] = 2190, + [2190] = 2106, [2191] = 2191, - [2192] = 2123, - [2193] = 2193, - [2194] = 631, - [2195] = 634, - [2196] = 2128, - [2197] = 639, - [2198] = 2198, - [2199] = 2199, - [2200] = 641, + [2192] = 2069, + [2193] = 2068, + [2194] = 1175, + [2195] = 2077, + [2196] = 2196, + [2197] = 2056, + [2198] = 2107, + [2199] = 2053, + [2200] = 2200, [2201] = 2201, [2202] = 2202, - [2203] = 642, + [2203] = 2203, [2204] = 2204, [2205] = 2205, - [2206] = 2124, + [2206] = 2206, [2207] = 2207, [2208] = 2208, - [2209] = 2125, + [2209] = 2209, [2210] = 2210, [2211] = 2211, [2212] = 2212, [2213] = 2213, [2214] = 2214, [2215] = 2215, - [2216] = 2216, - [2217] = 2134, + [2216] = 1582, + [2217] = 1993, [2218] = 2218, - [2219] = 2136, + [2219] = 2219, [2220] = 2220, [2221] = 2221, [2222] = 2222, - [2223] = 2138, - [2224] = 644, + [2223] = 2223, + [2224] = 2224, [2225] = 2225, [2226] = 2226, - [2227] = 2169, - [2228] = 645, - [2229] = 2226, + [2227] = 2227, + [2228] = 2228, + [2229] = 1115, [2230] = 2230, [2231] = 2231, - [2232] = 2222, - [2233] = 2225, - [2234] = 2221, - [2235] = 2139, - [2236] = 1738, - [2237] = 2237, - [2238] = 2216, - [2239] = 2215, - [2240] = 2136, - [2241] = 2134, - [2242] = 2128, - [2243] = 2124, - [2244] = 2205, - [2245] = 2125, - [2246] = 2135, - [2247] = 2202, - [2248] = 2201, - [2249] = 2199, - [2250] = 2198, - [2251] = 2208, - [2252] = 2140, - [2253] = 2173, - [2254] = 2172, - [2255] = 2148, - [2256] = 2208, - [2257] = 2207, + [2232] = 2232, + [2233] = 2201, + [2234] = 2234, + [2235] = 2222, + [2236] = 2236, + [2237] = 1196, + [2238] = 2238, + [2239] = 2239, + [2240] = 2240, + [2241] = 2241, + [2242] = 2242, + [2243] = 1583, + [2244] = 2244, + [2245] = 613, + [2246] = 2246, + [2247] = 2247, + [2248] = 2248, + [2249] = 614, + [2250] = 2250, + [2251] = 2251, + [2252] = 616, + [2253] = 2253, + [2254] = 2254, + [2255] = 2255, + [2256] = 2256, + [2257] = 2257, [2258] = 2258, - [2259] = 647, - [2260] = 648, - [2261] = 2207, - [2262] = 2204, - [2263] = 2138, - [2264] = 2139, - [2265] = 2140, - [2266] = 649, - [2267] = 2237, - [2268] = 2143, - [2269] = 512, - [2270] = 2169, - [2271] = 2271, - [2272] = 650, - [2273] = 651, - [2274] = 652, - [2275] = 654, - [2276] = 655, - [2277] = 2277, - [2278] = 2204, - [2279] = 2187, - [2280] = 2185, - [2281] = 656, - [2282] = 2161, - [2283] = 657, - [2284] = 2183, - [2285] = 2182, - [2286] = 658, - [2287] = 2171, - [2288] = 513, - [2289] = 2176, - [2290] = 2175, - [2291] = 2175, - [2292] = 2176, - [2293] = 2171, + [2259] = 2259, + [2260] = 2260, + [2261] = 2261, + [2262] = 2262, + [2263] = 2263, + [2264] = 2264, + [2265] = 2265, + [2266] = 2266, + [2267] = 2267, + [2268] = 2268, + [2269] = 2269, + [2270] = 2270, + [2271] = 618, + [2272] = 2272, + [2273] = 2273, + [2274] = 619, + [2275] = 2230, + [2276] = 620, + [2277] = 623, + [2278] = 2278, + [2279] = 2279, + [2280] = 2280, + [2281] = 1577, + [2282] = 2282, + [2283] = 2283, + [2284] = 1587, + [2285] = 2285, + [2286] = 2286, + [2287] = 2287, + [2288] = 2288, + [2289] = 2251, + [2290] = 1589, + [2291] = 2291, + [2292] = 2292, + [2293] = 2293, [2294] = 2294, - [2295] = 638, - [2296] = 637, - [2297] = 2161, - [2298] = 2182, - [2299] = 2183, - [2300] = 636, - [2301] = 2185, + [2295] = 625, + [2296] = 2296, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 2300, + [2301] = 2301, [2302] = 2302, - [2303] = 2187, - [2304] = 2225, - [2305] = 2305, - [2306] = 2231, - [2307] = 2143, - [2308] = 2140, - [2309] = 2139, - [2310] = 515, - [2311] = 514, - [2312] = 571, - [2313] = 630, - [2314] = 2138, + [2303] = 2303, + [2304] = 2224, + [2305] = 1591, + [2306] = 627, + [2307] = 2307, + [2308] = 2308, + [2309] = 2250, + [2310] = 628, + [2311] = 2311, + [2312] = 2312, + [2313] = 2225, + [2314] = 2314, [2315] = 2315, - [2316] = 2230, - [2317] = 2226, - [2318] = 626, - [2319] = 625, - [2320] = 2204, - [2321] = 1957, - [2322] = 624, - [2323] = 2207, - [2324] = 2208, - [2325] = 2125, - [2326] = 623, - [2327] = 2222, - [2328] = 2221, - [2329] = 621, - [2330] = 2218, - [2331] = 566, - [2332] = 2332, - [2333] = 2134, - [2334] = 2216, - [2335] = 2136, - [2336] = 567, - [2337] = 2337, - [2338] = 2338, - [2339] = 2215, - [2340] = 2214, - [2341] = 2225, - [2342] = 2226, + [2316] = 2316, + [2317] = 632, + [2318] = 2318, + [2319] = 2319, + [2320] = 2320, + [2321] = 2321, + [2322] = 2322, + [2323] = 2303, + [2324] = 2324, + [2325] = 2325, + [2326] = 2201, + [2327] = 2231, + [2328] = 2328, + [2329] = 2329, + [2330] = 2228, + [2331] = 2220, + [2332] = 2219, + [2333] = 2218, + [2334] = 2334, + [2335] = 677, + [2336] = 2279, + [2337] = 2280, + [2338] = 2324, + [2339] = 2339, + [2340] = 2340, + [2341] = 2341, + [2342] = 1572, [2343] = 2343, - [2344] = 2344, - [2345] = 1544, + [2344] = 2222, + [2345] = 2345, [2346] = 2346, - [2347] = 2222, - [2348] = 2348, - [2349] = 2221, - [2350] = 618, - [2351] = 2351, - [2352] = 2352, - [2353] = 2216, - [2354] = 2215, - [2355] = 2355, - [2356] = 2356, - [2357] = 2213, - [2358] = 2124, - [2359] = 2205, - [2360] = 617, - [2361] = 2128, - [2362] = 2202, - [2363] = 2201, - [2364] = 2199, - [2365] = 2198, - [2366] = 2143, - [2367] = 613, - [2368] = 2173, - [2369] = 2172, - [2370] = 2148, - [2371] = 2220, - [2372] = 609, - [2373] = 2373, - [2374] = 2212, - [2375] = 2138, - [2376] = 2139, - [2377] = 2140, - [2378] = 2378, - [2379] = 2379, - [2380] = 2143, - [2381] = 2211, - [2382] = 2382, - [2383] = 2205, - [2384] = 607, - [2385] = 2385, - [2386] = 2386, - [2387] = 2210, - [2388] = 606, - [2389] = 2182, - [2390] = 2271, - [2391] = 2124, - [2392] = 605, - [2393] = 2161, - [2394] = 2169, - [2395] = 2395, - [2396] = 2150, - [2397] = 604, - [2398] = 2171, - [2399] = 2202, - [2400] = 2400, - [2401] = 2175, - [2402] = 2176, - [2403] = 2403, - [2404] = 2404, - [2405] = 603, - [2406] = 2160, - [2407] = 2182, - [2408] = 2183, - [2409] = 2404, - [2410] = 2185, - [2411] = 2201, - [2412] = 2187, - [2413] = 2199, - [2414] = 2198, - [2415] = 2386, - [2416] = 2338, - [2417] = 2337, - [2418] = 1902, - [2419] = 1541, - [2420] = 2315, - [2421] = 2193, - [2422] = 2204, + [2347] = 2347, + [2348] = 2224, + [2349] = 2225, + [2350] = 2350, + [2351] = 2300, + [2352] = 2226, + [2353] = 2353, + [2354] = 2298, + [2355] = 2297, + [2356] = 2292, + [2357] = 2357, + [2358] = 2358, + [2359] = 2230, + [2360] = 676, + [2361] = 2321, + [2362] = 2362, + [2363] = 2363, + [2364] = 673, + [2365] = 659, + [2366] = 2236, + [2367] = 655, + [2368] = 2200, + [2369] = 2288, + [2370] = 2285, + [2371] = 2283, + [2372] = 2280, + [2373] = 2279, + [2374] = 2270, + [2375] = 2253, + [2376] = 2254, + [2377] = 2259, + [2378] = 2258, + [2379] = 601, + [2380] = 2250, + [2381] = 2301, + [2382] = 2260, + [2383] = 2261, + [2384] = 661, + [2385] = 2263, + [2386] = 2226, + [2387] = 2265, + [2388] = 2316, + [2389] = 2350, + [2390] = 2314, + [2391] = 2391, + [2392] = 2242, + [2393] = 2240, + [2394] = 2239, + [2395] = 2204, + [2396] = 1799, + [2397] = 641, + [2398] = 529, + [2399] = 590, + [2400] = 2209, + [2401] = 2213, + [2402] = 2215, + [2403] = 600, + [2404] = 2282, + [2405] = 2218, + [2406] = 2219, + [2407] = 2220, + [2408] = 2286, + [2409] = 2287, + [2410] = 2228, + [2411] = 2291, + [2412] = 562, + [2413] = 2413, + [2414] = 2231, + [2415] = 2201, + [2416] = 561, + [2417] = 2234, + [2418] = 568, + [2419] = 2299, + [2420] = 2267, + [2421] = 2301, + [2422] = 2308, [2423] = 2423, [2424] = 2424, - [2425] = 2207, - [2426] = 2208, - [2427] = 2125, - [2428] = 2428, - [2429] = 2429, - [2430] = 2191, - [2431] = 2431, - [2432] = 2432, - [2433] = 2433, - [2434] = 2434, - [2435] = 2134, - [2436] = 2190, - [2437] = 2136, - [2438] = 2438, - [2439] = 2225, - [2440] = 2226, - [2441] = 2441, - [2442] = 2277, - [2443] = 2443, + [2425] = 2425, + [2426] = 2426, + [2427] = 2307, + [2428] = 2308, + [2429] = 2278, + [2430] = 2430, + [2431] = 2303, + [2432] = 2307, + [2433] = 2314, + [2434] = 2318, + [2435] = 2316, + [2436] = 552, + [2437] = 2358, + [2438] = 2347, + [2439] = 2200, + [2440] = 2321, + [2441] = 2321, + [2442] = 2303, + [2443] = 2200, [2444] = 2444, - [2445] = 2189, - [2446] = 2188, - [2447] = 2216, - [2448] = 2215, - [2449] = 2184, - [2450] = 1532, - [2451] = 2451, - [2452] = 2305, - [2453] = 2205, - [2454] = 602, - [2455] = 2455, - [2456] = 2202, - [2457] = 2201, - [2458] = 2199, - [2459] = 2198, - [2460] = 2258, - [2461] = 589, - [2462] = 2173, - [2463] = 2172, - [2464] = 2148, - [2465] = 600, - [2466] = 599, - [2467] = 2395, - [2468] = 2161, + [2445] = 2201, + [2446] = 2231, + [2447] = 2353, + [2448] = 2346, + [2449] = 2228, + [2450] = 2220, + [2451] = 2219, + [2452] = 2218, + [2453] = 2236, + [2454] = 604, + [2455] = 2279, + [2456] = 2280, + [2457] = 2324, + [2458] = 550, + [2459] = 2316, + [2460] = 2222, + [2461] = 2314, + [2462] = 636, + [2463] = 2343, + [2464] = 2224, + [2465] = 2225, + [2466] = 598, + [2467] = 1593, + [2468] = 2226, [2469] = 2469, - [2470] = 2470, - [2471] = 2180, - [2472] = 2178, - [2473] = 2473, - [2474] = 2474, - [2475] = 2177, - [2476] = 2476, + [2470] = 1596, + [2471] = 1600, + [2472] = 2230, + [2473] = 2308, + [2474] = 2250, + [2475] = 2423, + [2476] = 2425, [2477] = 2477, - [2478] = 2478, - [2479] = 2173, - [2480] = 2172, - [2481] = 1529, - [2482] = 2167, - [2483] = 1530, - [2484] = 2165, - [2485] = 2164, - [2486] = 2159, - [2487] = 1531, - [2488] = 2158, - [2489] = 598, + [2478] = 554, + [2479] = 2236, + [2480] = 594, + [2481] = 2481, + [2482] = 2307, + [2483] = 2483, + [2484] = 2484, + [2485] = 617, + [2486] = 2328, + [2487] = 2253, + [2488] = 2254, + [2489] = 2299, [2490] = 2490, - [2491] = 2491, - [2492] = 2492, - [2493] = 2157, - [2494] = 2187, - [2495] = 2185, - [2496] = 2156, - [2497] = 2155, - [2498] = 2183, - [2499] = 2499, - [2500] = 1534, - [2501] = 2154, - [2502] = 597, - [2503] = 2503, - [2504] = 2504, - [2505] = 2505, - [2506] = 2153, - [2507] = 1558, - [2508] = 1535, - [2509] = 1536, - [2510] = 596, - [2511] = 1538, - [2512] = 595, - [2513] = 2181, + [2491] = 621, + [2492] = 2469, + [2493] = 2260, + [2494] = 2261, + [2495] = 2495, + [2496] = 2263, + [2497] = 2230, + [2498] = 2265, + [2499] = 2301, + [2500] = 2299, + [2501] = 631, + [2502] = 2250, + [2503] = 638, + [2504] = 637, + [2505] = 2324, + [2506] = 2282, + [2507] = 2291, + [2508] = 2508, + [2509] = 2286, + [2510] = 2287, + [2511] = 2287, + [2512] = 2291, + [2513] = 2286, [2514] = 2514, - [2515] = 2149, - [2516] = 2148, - [2517] = 2517, - [2518] = 2176, - [2519] = 2175, - [2520] = 1550, - [2521] = 575, - [2522] = 1559, - [2523] = 1543, - [2524] = 2171, - [2525] = 593, - [2526] = 2474, - [2527] = 2527, - [2528] = 1562, - [2529] = 591, - [2530] = 2147, - [2531] = 2146, - [2532] = 2145, - [2533] = 1528, - [2534] = 1561, - [2535] = 610, - [2536] = 1557, - [2537] = 1556, - [2538] = 2144, - [2539] = 2142, - [2540] = 2160, - [2541] = 2181, - [2542] = 2141, - [2543] = 1555, - [2544] = 1554, - [2545] = 1553, - [2546] = 2404, - [2547] = 2386, - [2548] = 2338, - [2549] = 2337, - [2550] = 2476, - [2551] = 1552, - [2552] = 2474, - [2553] = 1549, - [2554] = 1548, - [2555] = 1547, - [2556] = 1540, - [2557] = 1533, - [2558] = 2315, - [2559] = 2395, - [2560] = 608, - [2561] = 2476, - [2562] = 532, - [2563] = 533, - [2564] = 2258, - [2565] = 2305, - [2566] = 2169, - [2567] = 2186, - [2568] = 536, - [2569] = 587, - [2570] = 540, - [2571] = 541, - [2572] = 2132, - [2573] = 2305, - [2574] = 2315, - [2575] = 2258, - [2576] = 2337, - [2577] = 2338, - [2578] = 2343, - [2579] = 2346, - [2580] = 2348, - [2581] = 2352, - [2582] = 2355, - [2583] = 2356, - [2584] = 543, - [2585] = 2378, - [2586] = 2379, - [2587] = 2386, - [2588] = 2404, - [2589] = 2423, - [2590] = 2424, - [2591] = 2428, - [2592] = 2429, - [2593] = 2431, - [2594] = 2432, - [2595] = 2433, - [2596] = 2434, - [2597] = 2438, - [2598] = 2441, - [2599] = 2443, - [2600] = 2444, - [2601] = 2470, - [2602] = 585, - [2603] = 2490, - [2604] = 2491, - [2605] = 2492, - [2606] = 2503, - [2607] = 2504, - [2608] = 2505, - [2609] = 2152, - [2610] = 582, - [2611] = 544, - [2612] = 545, - [2613] = 584, - [2614] = 546, - [2615] = 552, - [2616] = 2160, - [2617] = 2181, - [2618] = 576, - [2619] = 574, - [2620] = 554, - [2621] = 2395, - [2622] = 555, - [2623] = 556, - [2624] = 581, - [2625] = 2476, - [2626] = 2474, - [2627] = 2161, - [2628] = 2474, - [2629] = 2395, - [2630] = 2476, - [2631] = 557, - [2632] = 559, - [2633] = 2258, - [2634] = 580, - [2635] = 563, - [2636] = 2305, - [2637] = 2315, - [2638] = 2337, - [2639] = 2338, - [2640] = 2386, - [2641] = 2404, - [2642] = 578, - [2643] = 565, - [2644] = 570, - [2645] = 572, - [2646] = 573, - [2647] = 2160, - [2648] = 2181, - [2649] = 577, - [2650] = 590, - [2651] = 2651, - [2652] = 2652, - [2653] = 2653, - [2654] = 2654, - [2655] = 2655, - [2656] = 2656, - [2657] = 2657, - [2658] = 2655, - [2659] = 2657, - [2660] = 2652, - [2661] = 2661, - [2662] = 2662, - [2663] = 2653, - [2664] = 2655, - [2665] = 2654, - [2666] = 2666, - [2667] = 2654, - [2668] = 2657, - [2669] = 2655, - [2670] = 2670, - [2671] = 2671, - [2672] = 2652, - [2673] = 2653, - [2674] = 2674, - [2675] = 2675, - [2676] = 2676, - [2677] = 2677, - [2678] = 2678, - [2679] = 2679, - [2680] = 2657, - [2681] = 2679, - [2682] = 2655, - [2683] = 2653, - [2684] = 2679, - [2685] = 2652, - [2686] = 2657, - [2687] = 2687, - [2688] = 2688, - [2689] = 2689, - [2690] = 2687, - [2691] = 2691, - [2692] = 2654, - [2693] = 2693, - [2694] = 2694, - [2695] = 2695, - [2696] = 2696, - [2697] = 2697, - [2698] = 2695, - [2699] = 2697, - [2700] = 2653, - [2701] = 2696, - [2702] = 2679, - [2703] = 2703, - [2704] = 2662, - [2705] = 2656, - [2706] = 2661, - [2707] = 2707, - [2708] = 2708, - [2709] = 2709, - [2710] = 2687, - [2711] = 2711, - [2712] = 2712, - [2713] = 2713, - [2714] = 2714, - [2715] = 2715, - [2716] = 2716, - [2717] = 2717, - [2718] = 2715, - [2719] = 2719, - [2720] = 2716, + [2515] = 2282, + [2516] = 1595, + [2517] = 1592, + [2518] = 1564, + [2519] = 2519, + [2520] = 2299, + [2521] = 2521, + [2522] = 2301, + [2523] = 1584, + [2524] = 2307, + [2525] = 2308, + [2526] = 650, + [2527] = 2248, + [2528] = 1576, + [2529] = 651, + [2530] = 2530, + [2531] = 2221, + [2532] = 2200, + [2533] = 2321, + [2534] = 2238, + [2535] = 2303, + [2536] = 2362, + [2537] = 2291, + [2538] = 2538, + [2539] = 2231, + [2540] = 2540, + [2541] = 2541, + [2542] = 2228, + [2543] = 2220, + [2544] = 2219, + [2545] = 2218, + [2546] = 2322, + [2547] = 2363, + [2548] = 2279, + [2549] = 2280, + [2550] = 2324, + [2551] = 2320, + [2552] = 2319, + [2553] = 2424, + [2554] = 2236, + [2555] = 1571, + [2556] = 1570, + [2557] = 1569, + [2558] = 2426, + [2559] = 657, + [2560] = 2560, + [2561] = 528, + [2562] = 1568, + [2563] = 2265, + [2564] = 2315, + [2565] = 2263, + [2566] = 2566, + [2567] = 2508, + [2568] = 2312, + [2569] = 2261, + [2570] = 2260, + [2571] = 2571, + [2572] = 2572, + [2573] = 2573, + [2574] = 610, + [2575] = 545, + [2576] = 2576, + [2577] = 2311, + [2578] = 2578, + [2579] = 2579, + [2580] = 1566, + [2581] = 1947, + [2582] = 2582, + [2583] = 2483, + [2584] = 2287, + [2585] = 2286, + [2586] = 2560, + [2587] = 548, + [2588] = 602, + [2589] = 1565, + [2590] = 1586, + [2591] = 2254, + [2592] = 2253, + [2593] = 603, + [2594] = 559, + [2595] = 2257, + [2596] = 2596, + [2597] = 2282, + [2598] = 1599, + [2599] = 1603, + [2600] = 1604, + [2601] = 1598, + [2602] = 1590, + [2603] = 1581, + [2604] = 577, + [2605] = 2236, + [2606] = 2606, + [2607] = 2607, + [2608] = 612, + [2609] = 640, + [2610] = 2519, + [2611] = 2521, + [2612] = 639, + [2613] = 2221, + [2614] = 607, + [2615] = 634, + [2616] = 2238, + [2617] = 2362, + [2618] = 2530, + [2619] = 2579, + [2620] = 633, + [2621] = 2363, + [2622] = 2424, + [2623] = 630, + [2624] = 2426, + [2625] = 2540, + [2626] = 2226, + [2627] = 2225, + [2628] = 2224, + [2629] = 608, + [2630] = 2248, + [2631] = 2257, + [2632] = 2222, + [2633] = 629, + [2634] = 626, + [2635] = 624, + [2636] = 2582, + [2637] = 611, + [2638] = 668, + [2639] = 2560, + [2640] = 2483, + [2641] = 606, + [2642] = 2582, + [2643] = 605, + [2644] = 643, + [2645] = 589, + [2646] = 588, + [2647] = 587, + [2648] = 593, + [2649] = 2579, + [2650] = 586, + [2651] = 583, + [2652] = 582, + [2653] = 581, + [2654] = 2560, + [2655] = 652, + [2656] = 2265, + [2657] = 2578, + [2658] = 580, + [2659] = 2263, + [2660] = 579, + [2661] = 576, + [2662] = 2481, + [2663] = 2426, + [2664] = 2424, + [2665] = 2261, + [2666] = 2363, + [2667] = 2362, + [2668] = 2357, + [2669] = 2341, + [2670] = 2340, + [2671] = 2334, + [2672] = 2329, + [2673] = 2325, + [2674] = 575, + [2675] = 2269, + [2676] = 2268, + [2677] = 2238, + [2678] = 2221, + [2679] = 2214, + [2680] = 2212, + [2681] = 2211, + [2682] = 2210, + [2683] = 2208, + [2684] = 2207, + [2685] = 2206, + [2686] = 2205, + [2687] = 2203, + [2688] = 2202, + [2689] = 2538, + [2690] = 2232, + [2691] = 2256, + [2692] = 2579, + [2693] = 2293, + [2694] = 2294, + [2695] = 2296, + [2696] = 2596, + [2697] = 2413, + [2698] = 2430, + [2699] = 2260, + [2700] = 660, + [2701] = 573, + [2702] = 572, + [2703] = 571, + [2704] = 2582, + [2705] = 570, + [2706] = 566, + [2707] = 2248, + [2708] = 2257, + [2709] = 563, + [2710] = 553, + [2711] = 543, + [2712] = 2483, + [2713] = 533, + [2714] = 642, + [2715] = 662, + [2716] = 2483, + [2717] = 2582, + [2718] = 665, + [2719] = 663, + [2720] = 2579, [2721] = 2721, - [2722] = 2722, - [2723] = 2723, - [2724] = 2707, - [2725] = 2696, - [2726] = 2697, - [2727] = 2695, - [2728] = 2656, - [2729] = 2662, - [2730] = 2679, - [2731] = 2679, - [2732] = 2732, - [2733] = 2662, - [2734] = 2656, - [2735] = 2661, - [2736] = 2695, - [2737] = 2697, - [2738] = 2696, - [2739] = 2739, + [2722] = 644, + [2723] = 645, + [2724] = 2560, + [2725] = 1118, + [2726] = 649, + [2727] = 2426, + [2728] = 2424, + [2729] = 2363, + [2730] = 2362, + [2731] = 2238, + [2732] = 2221, + [2733] = 669, + [2734] = 2254, + [2735] = 2253, + [2736] = 675, + [2737] = 672, + [2738] = 2248, + [2739] = 2257, [2740] = 2740, - [2741] = 2707, - [2742] = 2661, - [2743] = 2740, - [2744] = 2713, - [2745] = 2687, - [2746] = 2654, - [2747] = 2713, - [2748] = 1743, - [2749] = 2716, - [2750] = 2732, - [2751] = 2715, - [2752] = 2722, - [2753] = 2722, - [2754] = 2721, - [2755] = 2719, - [2756] = 2703, - [2757] = 1867, - [2758] = 2707, - [2759] = 2696, - [2760] = 2713, - [2761] = 2697, - [2762] = 2716, - [2763] = 2695, - [2764] = 2687, - [2765] = 2679, + [2741] = 2741, + [2742] = 2742, + [2743] = 2743, + [2744] = 2744, + [2745] = 2745, + [2746] = 2745, + [2747] = 2743, + [2748] = 2748, + [2749] = 2744, + [2750] = 2744, + [2751] = 2751, + [2752] = 2752, + [2753] = 2742, + [2754] = 2744, + [2755] = 2745, + [2756] = 2742, + [2757] = 2743, + [2758] = 2758, + [2759] = 2759, + [2760] = 2760, + [2761] = 2761, + [2762] = 2762, + [2763] = 2763, + [2764] = 2751, + [2765] = 2765, [2766] = 2766, - [2767] = 2662, - [2768] = 2656, - [2769] = 2661, - [2770] = 2715, - [2771] = 2771, - [2772] = 2772, - [2773] = 2713, - [2774] = 2774, - [2775] = 2716, - [2776] = 2776, - [2777] = 2666, - [2778] = 2666, - [2779] = 2666, - [2780] = 2666, + [2767] = 2767, + [2768] = 2768, + [2769] = 2769, + [2770] = 2770, + [2771] = 2748, + [2772] = 2740, + [2773] = 2745, + [2774] = 2742, + [2775] = 2748, + [2776] = 2748, + [2777] = 2744, + [2778] = 1922, + [2779] = 2748, + [2780] = 2780, + [2781] = 2781, + [2782] = 2748, + [2783] = 2742, + [2784] = 2784, + [2785] = 2785, + [2786] = 2786, + [2787] = 2787, + [2788] = 2758, + [2789] = 2759, + [2790] = 2760, + [2791] = 2751, + [2792] = 2792, + [2793] = 2761, + [2794] = 2762, + [2795] = 2795, + [2796] = 2760, + [2797] = 2759, + [2798] = 2758, + [2799] = 2748, + [2800] = 2800, + [2801] = 2801, + [2802] = 2767, + [2803] = 2765, + [2804] = 2745, + [2805] = 2805, + [2806] = 2763, + [2807] = 2751, + [2808] = 2741, + [2809] = 2809, + [2810] = 2810, + [2811] = 2767, + [2812] = 2812, + [2813] = 2813, + [2814] = 2787, + [2815] = 2815, + [2816] = 2765, + [2817] = 2815, + [2818] = 2818, + [2819] = 2819, + [2820] = 2805, + [2821] = 2763, + [2822] = 2822, + [2823] = 2743, + [2824] = 2809, + [2825] = 2762, + [2826] = 2760, + [2827] = 2759, + [2828] = 1802, + [2829] = 2758, + [2830] = 2810, + [2831] = 2815, + [2832] = 2787, + [2833] = 2833, + [2834] = 2748, + [2835] = 2767, + [2836] = 2765, + [2837] = 2813, + [2838] = 2763, + [2839] = 2812, + [2840] = 2740, + [2841] = 2787, + [2842] = 2813, + [2843] = 2815, + [2844] = 2844, + [2845] = 2845, + [2846] = 2805, + [2847] = 2847, + [2848] = 2848, + [2849] = 2849, + [2850] = 2762, + [2851] = 2760, + [2852] = 2759, + [2853] = 2740, + [2854] = 2758, + [2855] = 2813, + [2856] = 2751, + [2857] = 2748, + [2858] = 2787, + [2859] = 2822, + [2860] = 2860, + [2861] = 2861, + [2862] = 2862, + [2863] = 2767, + [2864] = 2765, + [2865] = 2865, + [2866] = 2740, + [2867] = 506, + [2868] = 2813, + [2869] = 2763, + [2870] = 2741, + [2871] = 2741, + [2872] = 2741, + [2873] = 2873, }; static inline bool sym__glimmer_template_content_character_set_1(int32_t c) { @@ -5272,6 +5431,40 @@ static inline bool anon_sym_BANG_character_set_1(int32_t c) { : (c <= 12288 || c == 65279)))); } +static inline bool sym_unescaped_double_string_fragment_character_set_1(int32_t c) { + return (c < 8232 + ? (c < 160 + ? (c < ' ' + ? (c >= '\t' && c <= '\f') + : c <= ' ') + : (c <= 160 || (c < 8192 + ? c == 5760 + : c <= 8203))) + : (c <= 8233 || (c < 12288 + ? (c < 8287 + ? c == 8239 + : c <= 8288) + : (c <= 12288 || c == 65279)))); +} + +static inline bool sym_unescaped_double_string_fragment_character_set_2(int32_t c) { + return (c < 8192 + ? (c < ' ' + ? (c < 11 + ? c == '\t' + : c <= '\f') + : (c <= ' ' || (c < 5760 + ? c == 160 + : c <= 5760))) + : (c <= 8203 || (c < 8287 + ? (c < 8239 + ? (c >= 8232 && c <= 8233) + : c <= 8239) + : (c <= 8288 || (c < 65279 + ? c == 12288 + : c <= 65279))))); +} + static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 160 ? (c < ':' @@ -5396,1099 +5589,1159 @@ static inline bool sym_private_property_identifier_character_set_1(int32_t c) { static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); + eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); if (lookahead == '#') ADVANCE(11); - if (lookahead == '$') ADVANCE(555); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(288); - if (lookahead == '/') ADVANCE(396); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(278); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(155); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(527); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(501); - if (lookahead == 'f') ADVANCE(496); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'o') ADVANCE(488); - if (lookahead == 's') ADVANCE(545); - if (lookahead == 't') ADVANCE(461); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '$') ADVANCE(604); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(340); + if (lookahead == '/') ADVANCE(447); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(330); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(203); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(575); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(549); + if (lookahead == 'f') ADVANCE(544); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == 's') ADVANCE(594); + if (lookahead == 't') ADVANCE(507); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(432); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(197) + lookahead == 8233) ADVANCE(478); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(249) if (lookahead != 0 && - lookahead > 31) ADVANCE(565); + lookahead > 31) ADVANCE(614); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(571); + if (lookahead == '\n') ADVANCE(620); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(1); END_STATE(); case 2: - if (lookahead == '\n') SKIP(48) + if (lookahead == '\n') SKIP(45) if (lookahead == ' ') ADVANCE(2); - if (lookahead == '-') ADVANCE(267); - if (lookahead == '/') ADVANCE(266); - if (lookahead == '<') ADVANCE(277); - if (lookahead == '{') ADVANCE(219); - if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(270); + if (lookahead == '&') ADVANCE(42); + if (lookahead == '/') ADVANCE(319); + if (lookahead == '<') ADVANCE(329); + if (lookahead == '{') ADVANCE(271); + if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(321); if (lookahead != 0 && lookahead != '>' && - lookahead != '}') ADVANCE(269); + lookahead != '}') ADVANCE(320); END_STATE(); case 3: if (lookahead == '\n') SKIP(3) - if (lookahead == '-') ADVANCE(263); - if (lookahead == '/') ADVANCE(261); - if (lookahead == '<') ADVANCE(260); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(262); - if (lookahead != 0) ADVANCE(259); + if (lookahead == '/') ADVANCE(314); + if (lookahead == '<') ADVANCE(316); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(315); + if (lookahead != 0) ADVANCE(313); END_STATE(); case 4: - if (lookahead == '\n') SKIP(53) - if (lookahead == '-') ADVANCE(399); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '<') ADVANCE(398); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(397); - if (lookahead != 0) ADVANCE(403); + if (lookahead == '\n') SKIP(63) + if (lookahead == '/') ADVANCE(49); + if (lookahead == '[') ADVANCE(108); + if (lookahead == '\\') ADVANCE(248); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(448); + if (lookahead != 0) ADVANCE(449); END_STATE(); case 5: if (lookahead == ' ') ADVANCE(5); if (lookahead != 0 && lookahead != '\n' && + lookahead != '&' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(269); + lookahead != '}') ADVANCE(320); END_STATE(); case 6: if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(271); + if (lookahead == '*') ADVANCE(322); if (lookahead == '\n' || + lookahead == '&' || lookahead == '<' || lookahead == '>' || lookahead == '{' || - lookahead == '}') ADVANCE(46); - if (lookahead != 0) ADVANCE(272); + lookahead == '}') ADVANCE(52); + if (lookahead != 0) ADVANCE(323); END_STATE(); case 7: - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(453); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(499); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) if (lookahead != 0 && - lookahead > 31) ADVANCE(565); + lookahead > 31) ADVANCE(614); END_STATE(); case 8: - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'o') ADVANCE(488); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(452); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(498); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(8) if (lookahead != 0 && lookahead > 31 && (lookahead < ')' || ':' < lookahead) && lookahead != ']' && - lookahead != '}') ADVANCE(565); + lookahead != '}') ADVANCE(614); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(254); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(308); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(445); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(491); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) if (lookahead != 0 && lookahead > 31 && (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(565); + lookahead != ']') ADVANCE(614); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(254); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(308); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(448); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(10) if (lookahead != 0 && lookahead > 31 && (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(565); + lookahead != ']') ADVANCE(614); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(209); - if (lookahead == '\\') ADVANCE(157); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(567); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '\\') ADVANCE(205); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(616); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(49); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(55); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(500); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(12) + if (lookahead != 0 && + lookahead > 31 && + (lookahead < '%' || '?' < lookahead) && + lookahead != '^' && + lookahead != '|') ADVANCE(614); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(49); - if (lookahead == 't') ADVANCE(80); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(264); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(55); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(484); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) + if (lookahead != 0 && + lookahead > 31 && + (lookahead < '%' || '?' < lookahead) && + lookahead != ']' && + lookahead != '^' && + lookahead != '|') ADVANCE(614); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(54); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(454); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(500); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && + lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|' && + lookahead != '}') ADVANCE(614); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(212); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(54); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 's') ADVANCE(545); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(438); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(480); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(454); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(481); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(16) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|' && - lookahead != '}') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 17: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(434); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(486); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(17) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|' && + lookahead != '}') ADVANCE(614); END_STATE(); case 18: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(435); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(490); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(18) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 19: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(440); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|' && - lookahead != '}') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 20: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(444); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(20) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 21: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(446); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(495); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(21) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); case 22: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(405); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(447); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(502); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(22) if (lookahead != 0 && lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && + (lookahead < ')' || '@' < lookahead) && lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(565); + (lookahead < '{' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 23: - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(405); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(449); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(503); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(23) if (lookahead != 0 && lookahead > 31 && - (lookahead < '%' || '?' < lookahead) && + (lookahead < ')' || '@' < lookahead) && lookahead != ']' && - lookahead != '^' && - lookahead != '|') ADVANCE(565); + (lookahead < '{' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 24: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(339); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(456); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(516); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(24) if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || '@' < lookahead) && - lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(565); + lookahead > '#' && + (lookahead < '\'' || '@' < lookahead) && + lookahead != '~') ADVANCE(614); END_STATE(); case 25: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(339); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(457); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(542); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(25) if (lookahead != 0 && - lookahead > 31 && - (lookahead < ')' || '@' < lookahead) && + lookahead > '#' && + (lookahead < '\'' || '@' < lookahead) && lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(565); + lookahead != '~') ADVANCE(614); END_STATE(); case 26: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == '|') ADVANCE(398); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(494); + lookahead == 8233) ADVANCE(515); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(26) if (lookahead != 0 && lookahead > '#' && - (lookahead < ')' || '@' < lookahead) && + (lookahead < '\'' || '@' < lookahead) && lookahead != ']' && - lookahead != '}' && - lookahead != '~') ADVANCE(565); + (lookahead < '{' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 27: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(339); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(470); + lookahead == 8233) ADVANCE(541); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(27) if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(565); + lookahead != ']' && + lookahead != '}' && + lookahead != '~') ADVANCE(614); END_STATE(); case 28: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(339); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'o') ADVANCE(488); - if (lookahead == '|') ADVANCE(332); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(469); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(28) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '\'' || '@' < lookahead) && - lookahead != ']' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(565); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(404); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(332); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '[') ADVANCE(311); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(28) END_STATE(); case 29: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'i') ADVANCE(115); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(29) + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(404); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(332); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '[') ADVANCE(311); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(455); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(28) END_STATE(); case 30: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'i') ADVANCE(409); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(29) + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(404); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(332); + if (lookahead == '=') ADVANCE(308); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '[') ADVANCE(311); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(184); + if (lookahead == 'e') ADVANCE(151); + if (lookahead == 'f') ADVANCE(177); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'o') ADVANCE(137); + if (lookahead == 'w') ADVANCE(142); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(30) END_STATE(); case 31: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(254); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(138); - if (lookahead == 'e') ADVANCE(105); - if (lookahead == 'f') ADVANCE(131); - if (lookahead == 'i') ADVANCE(115); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == 'w') ADVANCE(98); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(404); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(332); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'o') ADVANCE(137); + if (lookahead == '|') ADVANCE(399); if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(31) END_STATE(); case 32: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'i') ADVANCE(115); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == '|') ADVANCE(333); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(32) + if (lookahead == '!') ADVANCE(103); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(404); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(332); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'i') ADVANCE(455); + if (lookahead == 'o') ADVANCE(454); + if (lookahead == '|') ADVANCE(399); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(31) END_STATE(); case 33: - if (lookahead == '!') ADVANCE(58); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(338); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(280); - if (lookahead == '=') ADVANCE(59); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'i') ADVANCE(409); - if (lookahead == 'o') ADVANCE(408); - if (lookahead == '|') ADVANCE(333); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(32) + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(264); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '.') ADVANCE(55); + if (lookahead == '/') ADVANCE(49); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '=') ADVANCE(310); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(505); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(33) + if (lookahead != 0 && + lookahead > '!' && + (lookahead < '%' || '@' < lookahead) && + lookahead != ']' && + lookahead != '^' && + lookahead != '`' && + (lookahead < '|' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 34: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(212); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(54); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '=') ADVANCE(256); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(264); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(49); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '?') ADVANCE(56); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(459); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(606); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(34) if (lookahead != 0 && lookahead > '!' && (lookahead < '%' || '@' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(565); + (lookahead < '|' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 35: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(212); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '/') ADVANCE(43); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(264); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(49); + if (lookahead == '0') ADVANCE(461); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(558); + lookahead == 8233) ADVANCE(501); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(35) if (lookahead != 0 && lookahead > '!' && - (lookahead < '%' || '@' < lookahead) && + (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(565); + (lookahead < '{' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 36: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(212); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '0') ADVANCE(415); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 's') ADVANCE(545); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(264); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(49); + if (lookahead == '0') ADVANCE(461); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(455); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(504); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(36) if (lookahead != 0 && lookahead > '!' && @@ -6496,28 +6749,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ']' && lookahead != '^' && lookahead != '`' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(565); + (lookahead < '{' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 37: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(212); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '0') ADVANCE(415); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 's') ADVANCE(545); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '*') ADVANCE(264); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '.') ADVANCE(55); + if (lookahead == '/') ADVANCE(49); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(189); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(458); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 8233) ADVANCE(504); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(37) if (lookahead != 0 && lookahead > '!' && @@ -6525,3461 +6781,3665 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ']' && lookahead != '^' && lookahead != '`' && - (lookahead < '{' || '~' < lookahead)) ADVANCE(565); + (lookahead < '|' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 38: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '*') ADVANCE(212); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(54); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(13); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 's') ADVANCE(545); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(458); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(38) - if (lookahead != 0 && - lookahead > '!' && - (lookahead < '%' || '?' < lookahead) && - lookahead != ']' && - lookahead != '^' && - lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(565); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '&') ADVANCE(43); + if (lookahead == '/') ADVANCE(348); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(347); + if (lookahead != 0) ADVANCE(349); END_STATE(); case 39: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(396); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(276); - if (lookahead == '=') ADVANCE(253); - if (lookahead == '>') ADVANCE(283); - if (lookahead == ']') ADVANCE(258); - if (lookahead == 'i') ADVANCE(118); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(40) + if (lookahead == '"') ADVANCE(344); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(49); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(328); + if (lookahead == '=') ADVANCE(307); + if (lookahead == '>') ADVANCE(335); + if (lookahead == ']') ADVANCE(312); + if (lookahead == 'i') ADVANCE(164); + if (lookahead == 'o') ADVANCE(137); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(39) END_STATE(); case 40: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(43); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(276); - if (lookahead == '=') ADVANCE(253); - if (lookahead == '>') ADVANCE(283); - if (lookahead == ']') ADVANCE(258); - if (lookahead == 'i') ADVANCE(118); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '/') ADVANCE(49); if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(40) END_STATE(); case 41: - if (lookahead == '"') ADVANCE(360); - if (lookahead == '-') ADVANCE(368); - if (lookahead == '/') ADVANCE(364); - if (lookahead == '<') ADVANCE(363); - if (lookahead == '\\') ADVANCE(159); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(367); - if (lookahead != 0) ADVANCE(372); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '/') ADVANCE(426); + if (lookahead == '\\') ADVANCE(207); + if (lookahead == '\n' || + lookahead == '\r') SKIP(40) + if (sym_unescaped_double_string_fragment_character_set_1(lookahead)) ADVANCE(429); + if (lookahead != 0) ADVANCE(430); END_STATE(); case 42: - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '-') ADVANCE(379); - if (lookahead == '/') ADVANCE(375); - if (lookahead == '<') ADVANCE(374); - if (lookahead == '\\') ADVANCE(159); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(378); - if (lookahead != 0) ADVANCE(383); + if (lookahead == '#') ADVANCE(220); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(102); END_STATE(); case 43: - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); + if (lookahead == '#') ADVANCE(220); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(102); + if (lookahead != 0) ADVANCE(349); END_STATE(); case 44: - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); - if (lookahead == '>') ADVANCE(291); + if (lookahead == '#') ADVANCE(220); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(102); + if (lookahead != 0) ADVANCE(355); END_STATE(); case 45: - if (lookahead == '*') ADVANCE(45); - if (lookahead == '/') ADVANCE(388); - if (lookahead != 0) ADVANCE(46); + if (lookahead == '&') ADVANCE(42); + if (lookahead == '/') ADVANCE(319); + if (lookahead == '<') ADVANCE(329); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '\n' || + lookahead == ' ') SKIP(45) + if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(321); + if (lookahead != 0 && + lookahead != '>' && + lookahead != '}') ADVANCE(320); END_STATE(); case 46: - if (lookahead == '*') ADVANCE(45); - if (lookahead != 0) ADVANCE(46); + if (lookahead == '&') ADVANCE(44); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '/') ADVANCE(354); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(353); + if (lookahead != 0) ADVANCE(355); END_STATE(); case 47: - if (lookahead == '-') ADVANCE(391); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '/') ADVANCE(49); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(47) END_STATE(); case 48: - if (lookahead == '-') ADVANCE(267); - if (lookahead == '/') ADVANCE(266); - if (lookahead == '<') ADVANCE(277); - if (lookahead == '{') ADVANCE(219); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '/') ADVANCE(431); + if (lookahead == '\\') ADVANCE(207); if (lookahead == '\n' || - lookahead == ' ') SKIP(48) - if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(270); - if (lookahead != 0 && - lookahead != '>' && - lookahead != '}') ADVANCE(269); + lookahead == '\r') SKIP(47) + if (sym_unescaped_double_string_fragment_character_set_1(lookahead)) ADVANCE(434); + if (lookahead != 0) ADVANCE(435); END_STATE(); case 49: - if (lookahead == '-') ADVANCE(47); + if (lookahead == '*') ADVANCE(52); + if (lookahead == '/') ADVANCE(444); END_STATE(); case 50: - if (lookahead == '-') ADVANCE(60); + if (lookahead == '*') ADVANCE(52); + if (lookahead == '/') ADVANCE(444); + if (lookahead == '>') ADVANCE(343); END_STATE(); case 51: - if (lookahead == '-') ADVANCE(50); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(44); - if (lookahead == ':') ADVANCE(246); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '=') ADVANCE(253); - if (lookahead == '>') ADVANCE(283); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '{') ADVANCE(219); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(557); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(51) - if (lookahead == '$' || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(433); - if (lookahead != 0 && - lookahead > '~') ADVANCE(565); + if (lookahead == '*') ADVANCE(51); + if (lookahead == '/') ADVANCE(441); + if (lookahead != 0) ADVANCE(52); END_STATE(); case 52: - if (lookahead == '-') ADVANCE(50); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '<') ADVANCE(12); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(552); - if (lookahead == '{') ADVANCE(219); - if (lookahead == 8232 || - lookahead == 8233) ADVANCE(484); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(52) - if (lookahead != 0 && - lookahead > '#' && - (lookahead < '%' || '@' < lookahead) && - (lookahead < '[' || '^' < lookahead) && - lookahead != '`' && - (lookahead < '|' || '~' < lookahead)) ADVANCE(565); + if (lookahead == '*') ADVANCE(51); + if (lookahead != 0) ADVANCE(52); END_STATE(); case 53: - if (lookahead == '-') ADVANCE(50); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '<') ADVANCE(12); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(53) + if (lookahead == '*') ADVANCE(350); + if (lookahead == '#' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); + if (lookahead != 0) ADVANCE(351); END_STATE(); case 54: - if (lookahead == '.') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + if (lookahead == '*') ADVANCE(356); + if (lookahead == '#' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(52); + if (lookahead != 0) ADVANCE(357); END_STATE(); case 55: - if (lookahead == '.') ADVANCE(301); - if (lookahead == '?') ADVANCE(351); + if (lookahead == '.') ADVANCE(59); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); case 56: - if (lookahead == '.') ADVANCE(301); - if (lookahead == '?') ADVANCE(350); + if (lookahead == '.') ADVANCE(367); END_STATE(); case 57: - if (lookahead == '.') ADVANCE(317); + if (lookahead == '.') ADVANCE(367); + if (lookahead == '?') ADVANCE(417); END_STATE(); case 58: - if (lookahead == '=') ADVANCE(347); + if (lookahead == '.') ADVANCE(367); + if (lookahead == '?') ADVANCE(416); END_STATE(); case 59: - if (lookahead == '=') ADVANCE(345); + if (lookahead == '.') ADVANCE(383); END_STATE(); case 60: - if (lookahead == '>') ADVANCE(391); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(50); + if (lookahead == ':') ADVANCE(300); + if (lookahead == '=') ADVANCE(307); + if (lookahead == '>') ADVANCE(335); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '{') ADVANCE(271); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(607); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(60) + if (lookahead == '$' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); + if (lookahead != 0 && + lookahead > '~') ADVANCE(614); END_STATE(); case 61: - if (lookahead == '>') ADVANCE(264); + if (lookahead == '/') ADVANCE(447); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(63) END_STATE(); case 62: - if (lookahead == '>') ADVANCE(265); + if (lookahead == '/') ADVANCE(49); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(601); + if (lookahead == '{') ADVANCE(271); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(530); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(62) + if (lookahead != 0 && + lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + (lookahead < '[' || '^' < lookahead) && + lookahead != '`' && + (lookahead < '|' || '~' < lookahead)) ADVANCE(614); END_STATE(); case 63: - if (lookahead == '\\') ADVANCE(157); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(567); + if (lookahead == '/') ADVANCE(49); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(63) END_STATE(); case 64: - if (lookahead == '\\') ADVANCE(195); - if (lookahead == ']') ADVANCE(403); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(64); + if (lookahead == ';') ADVANCE(327); END_STATE(); case 65: - if (lookahead == 'a') ADVANCE(150); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(64); END_STATE(); case 66: - if (lookahead == 'a') ADVANCE(140); - if (lookahead == 'l') ADVANCE(69); - if (lookahead == 'o') ADVANCE(120); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(65); END_STATE(); case 67: - if (lookahead == 'a') ADVANCE(132); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66); END_STATE(); case 68: - if (lookahead == 'a') ADVANCE(156); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67); END_STATE(); case 69: - if (lookahead == 'a') ADVANCE(139); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(64); END_STATE(); case 70: - if (lookahead == 'a') ADVANCE(133); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(69); END_STATE(); case 71: - if (lookahead == 'a') ADVANCE(103); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(70); END_STATE(); case 72: - if (lookahead == 'a') ADVANCE(108); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(71); END_STATE(); case 73: - if (lookahead == 'a') ADVANCE(122); + if (lookahead == ';') ADVANCE(327); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(72); END_STATE(); case 74: - if (lookahead == 'a') ADVANCE(153); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(64); END_STATE(); case 75: - if (lookahead == 'c') ADVANCE(296); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(74); END_STATE(); case 76: - if (lookahead == 'c') ADVANCE(99); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(75); END_STATE(); case 77: - if (lookahead == 'c') ADVANCE(151); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(76); END_STATE(); case 78: - if (lookahead == 'c') ADVANCE(89); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(77); END_STATE(); case 79: - if (lookahead == 'd') ADVANCE(137); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(78); END_STATE(); case 80: - if (lookahead == 'e') ADVANCE(112); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(79); END_STATE(); case 81: - if (lookahead == 'e') ADVANCE(61); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(80); END_STATE(); case 82: - if (lookahead == 'e') ADVANCE(247); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(81); END_STATE(); case 83: - if (lookahead == 'e') ADVANCE(230); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(82); END_STATE(); case 84: - if (lookahead == 'e') ADVANCE(243); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(83); END_STATE(); case 85: - if (lookahead == 'e') ADVANCE(143); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(84); END_STATE(); case 86: - if (lookahead == 'e') ADVANCE(95); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(85); END_STATE(); case 87: - if (lookahead == 'e') ADVANCE(144); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(86); END_STATE(); case 88: - if (lookahead == 'e') ADVANCE(62); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(87); END_STATE(); case 89: - if (lookahead == 'e') ADVANCE(125); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(88); END_STATE(); case 90: - if (lookahead == 'e') ADVANCE(116); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(89); END_STATE(); case 91: - if (lookahead == 'e') ADVANCE(148); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(90); END_STATE(); case 92: - if (lookahead == 'e') ADVANCE(114); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(91); END_STATE(); case 93: - if (lookahead == 'f') ADVANCE(240); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(92); END_STATE(); case 94: - if (lookahead == 'f') ADVANCE(352); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(93); END_STATE(); case 95: - if (lookahead == 'f') ADVANCE(68); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(94); END_STATE(); case 96: - if (lookahead == 'g') ADVANCE(85); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(96); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(95); END_STATE(); case 97: - if (lookahead == 'g') ADVANCE(91); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(96); END_STATE(); case 98: - if (lookahead == 'h') ADVANCE(100); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(97); END_STATE(); case 99: - if (lookahead == 'h') ADVANCE(249); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); case 100: - if (lookahead == 'i') ADVANCE(109); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(99); END_STATE(); case 101: - if (lookahead == 'i') ADVANCE(123); - if (lookahead == 'r') ADVANCE(124); - if (lookahead == 'u') ADVANCE(119); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(100); END_STATE(); case 102: - if (lookahead == 'i') ADVANCE(127); + if (lookahead == ';') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(101); END_STATE(); case 103: - if (lookahead == 'i') ADVANCE(145); + if (lookahead == '=') ADVANCE(413); END_STATE(); case 104: - if (lookahead == 'l') ADVANCE(65); + if (lookahead == '=') ADVANCE(411); END_STATE(); case 105: - if (lookahead == 'l') ADVANCE(142); + if (lookahead == '>') ADVANCE(317); END_STATE(); case 106: - if (lookahead == 'l') ADVANCE(142); - if (lookahead == 'x') ADVANCE(129); + if (lookahead == '>') ADVANCE(318); END_STATE(); case 107: - if (lookahead == 'l') ADVANCE(160); + if (lookahead == '\\') ADVANCE(205); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(616); END_STATE(); case 108: - if (lookahead == 'l') ADVANCE(107); + if (lookahead == '\\') ADVANCE(247); + if (lookahead == ']') ADVANCE(449); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(108); END_STATE(); case 109: - if (lookahead == 'l') ADVANCE(84); + if (lookahead == 'a') ADVANCE(198); END_STATE(); case 110: - if (lookahead == 'l') ADVANCE(149); + if (lookahead == 'a') ADVANCE(186); + if (lookahead == 'l') ADVANCE(113); + if (lookahead == 'o') ADVANCE(166); END_STATE(); case 111: - if (lookahead == 'l') ADVANCE(74); + if (lookahead == 'a') ADVANCE(178); END_STATE(); case 112: - if (lookahead == 'm') ADVANCE(128); + if (lookahead == 'a') ADVANCE(204); END_STATE(); case 113: - if (lookahead == 'm') ADVANCE(222); + if (lookahead == 'a') ADVANCE(185); END_STATE(); case 114: - if (lookahead == 'm') ADVANCE(130); + if (lookahead == 'a') ADVANCE(179); END_STATE(); case 115: - if (lookahead == 'n') ADVANCE(239); + if (lookahead == 'a') ADVANCE(149); END_STATE(); case 116: - if (lookahead == 'n') ADVANCE(79); + if (lookahead == 'a') ADVANCE(154); END_STATE(); case 117: - if (lookahead == 'n') ADVANCE(298); + if (lookahead == 'a') ADVANCE(168); END_STATE(); case 118: - if (lookahead == 'n') ADVANCE(236); + if (lookahead == 'a') ADVANCE(201); END_STATE(); case 119: - if (lookahead == 'n') ADVANCE(77); + if (lookahead == 'c') ADVANCE(362); END_STATE(); case 120: - if (lookahead == 'n') ADVANCE(141); + if (lookahead == 'c') ADVANCE(145); END_STATE(); case 121: - if (lookahead == 'n') ADVANCE(75); + if (lookahead == 'c') ADVANCE(199); END_STATE(); case 122: - if (lookahead == 'n') ADVANCE(78); + if (lookahead == 'c') ADVANCE(133); END_STATE(); case 123: - if (lookahead == 'n') ADVANCE(72); + if (lookahead == 'd') ADVANCE(183); END_STATE(); case 124: - if (lookahead == 'o') ADVANCE(113); + if (lookahead == 'e') ADVANCE(158); END_STATE(); case 125: - if (lookahead == 'o') ADVANCE(94); + if (lookahead == 'e') ADVANCE(105); END_STATE(); case 126: - if (lookahead == 'o') ADVANCE(134); + if (lookahead == 'e') ADVANCE(301); END_STATE(); case 127: - if (lookahead == 'o') ADVANCE(117); + if (lookahead == 'e') ADVANCE(284); END_STATE(); case 128: - if (lookahead == 'p') ADVANCE(104); + if (lookahead == 'e') ADVANCE(297); END_STATE(); case 129: - if (lookahead == 'p') ADVANCE(126); - if (lookahead == 't') ADVANCE(90); + if (lookahead == 'e') ADVANCE(190); END_STATE(); case 130: - if (lookahead == 'p') ADVANCE(111); + if (lookahead == 'e') ADVANCE(106); END_STATE(); case 131: - if (lookahead == 'r') ADVANCE(124); + if (lookahead == 'e') ADVANCE(139); END_STATE(); case 132: - if (lookahead == 'r') ADVANCE(97); + if (lookahead == 'e') ADVANCE(191); END_STATE(); case 133: - if (lookahead == 'r') ADVANCE(224); + if (lookahead == 'e') ADVANCE(171); END_STATE(); case 134: - if (lookahead == 'r') ADVANCE(147); + if (lookahead == 'e') ADVANCE(162); END_STATE(); case 135: - if (lookahead == 's') ADVANCE(161); - if (lookahead == 'w') ADVANCE(71); + if (lookahead == 'e') ADVANCE(196); END_STATE(); case 136: - if (lookahead == 's') ADVANCE(292); + if (lookahead == 'e') ADVANCE(160); END_STATE(); case 137: - if (lookahead == 's') ADVANCE(294); + if (lookahead == 'f') ADVANCE(294); END_STATE(); case 138: - if (lookahead == 's') ADVANCE(217); + if (lookahead == 'f') ADVANCE(418); END_STATE(); case 139: - if (lookahead == 's') ADVANCE(136); + if (lookahead == 'f') ADVANCE(112); END_STATE(); case 140: - if (lookahead == 's') ADVANCE(82); - if (lookahead == 't') ADVANCE(76); + if (lookahead == 'g') ADVANCE(129); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(140); END_STATE(); case 141: - if (lookahead == 's') ADVANCE(146); + if (lookahead == 'g') ADVANCE(135); END_STATE(); case 142: - if (lookahead == 's') ADVANCE(83); + if (lookahead == 'h') ADVANCE(146); END_STATE(); case 143: - if (lookahead == 't') ADVANCE(1); + if (lookahead == 'h') ADVANCE(146); + if (lookahead == 'i') ADVANCE(192); END_STATE(); case 144: - if (lookahead == 't') ADVANCE(226); + if (lookahead == 'h') ADVANCE(276); END_STATE(); case 145: - if (lookahead == 't') ADVANCE(234); + if (lookahead == 'h') ADVANCE(303); END_STATE(); case 146: - if (lookahead == 't') ADVANCE(228); + if (lookahead == 'i') ADVANCE(155); END_STATE(); case 147: - if (lookahead == 't') ADVANCE(210); + if (lookahead == 'i') ADVANCE(169); + if (lookahead == 'r') ADVANCE(170); + if (lookahead == 'u') ADVANCE(165); END_STATE(); case 148: - if (lookahead == 't') ADVANCE(568); + if (lookahead == 'i') ADVANCE(173); END_STATE(); case 149: - if (lookahead == 't') ADVANCE(215); + if (lookahead == 'i') ADVANCE(193); END_STATE(); case 150: - if (lookahead == 't') ADVANCE(81); + if (lookahead == 'l') ADVANCE(109); END_STATE(); case 151: - if (lookahead == 't') ADVANCE(102); + if (lookahead == 'l') ADVANCE(187); END_STATE(); case 152: - if (lookahead == 't') ADVANCE(73); + if (lookahead == 'l') ADVANCE(187); + if (lookahead == 'x') ADVANCE(175); END_STATE(); case 153: - if (lookahead == 't') ADVANCE(88); + if (lookahead == 'l') ADVANCE(208); END_STATE(); case 154: - if (lookahead == 't') ADVANCE(92); + if (lookahead == 'l') ADVANCE(153); END_STATE(); case 155: - if (lookahead == 'u') ADVANCE(163); - if (lookahead == 'x') ADVANCE(187); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(387); - if (lookahead != 0) ADVANCE(384); + if (lookahead == 'l') ADVANCE(128); END_STATE(); case 156: - if (lookahead == 'u') ADVANCE(110); + if (lookahead == 'l') ADVANCE(197); END_STATE(); case 157: - if (lookahead == 'u') ADVANCE(164); + if (lookahead == 'l') ADVANCE(118); END_STATE(); case 158: - if (lookahead == 'u') ADVANCE(165); + if (lookahead == 'm') ADVANCE(174); END_STATE(); case 159: - if (lookahead == 'u') ADVANCE(166); - if (lookahead == 'x') ADVANCE(187); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(387); - if (lookahead != 0) ADVANCE(384); + if (lookahead == 'm') ADVANCE(274); END_STATE(); case 160: - if (lookahead == 'y') ADVANCE(251); + if (lookahead == 'm') ADVANCE(176); END_STATE(); case 161: - if (lookahead == 'y') ADVANCE(121); + if (lookahead == 'n') ADVANCE(293); END_STATE(); case 162: - if (lookahead == '{') ADVANCE(395); + if (lookahead == 'n') ADVANCE(123); END_STATE(); case 163: - if (lookahead == '{') ADVANCE(182); + if (lookahead == 'n') ADVANCE(364); + END_STATE(); + case 164: + if (lookahead == 'n') ADVANCE(290); + END_STATE(); + case 165: + if (lookahead == 'n') ADVANCE(121); + END_STATE(); + case 166: + if (lookahead == 'n') ADVANCE(188); + END_STATE(); + case 167: + if (lookahead == 'n') ADVANCE(119); + END_STATE(); + case 168: + if (lookahead == 'n') ADVANCE(122); + END_STATE(); + case 169: + if (lookahead == 'n') ADVANCE(116); + END_STATE(); + case 170: + if (lookahead == 'o') ADVANCE(159); + END_STATE(); + case 171: + if (lookahead == 'o') ADVANCE(138); + END_STATE(); + case 172: + if (lookahead == 'o') ADVANCE(180); + END_STATE(); + case 173: + if (lookahead == 'o') ADVANCE(163); + END_STATE(); + case 174: + if (lookahead == 'p') ADVANCE(150); + END_STATE(); + case 175: + if (lookahead == 'p') ADVANCE(172); + if (lookahead == 't') ADVANCE(134); + END_STATE(); + case 176: + if (lookahead == 'p') ADVANCE(157); + END_STATE(); + case 177: + if (lookahead == 'r') ADVANCE(170); + END_STATE(); + case 178: + if (lookahead == 'r') ADVANCE(141); + END_STATE(); + case 179: + if (lookahead == 'r') ADVANCE(278); + END_STATE(); + case 180: + if (lookahead == 'r') ADVANCE(195); + END_STATE(); + case 181: + if (lookahead == 's') ADVANCE(209); + if (lookahead == 'w') ADVANCE(115); + END_STATE(); + case 182: + if (lookahead == 's') ADVANCE(358); + END_STATE(); + case 183: + if (lookahead == 's') ADVANCE(360); + END_STATE(); + case 184: + if (lookahead == 's') ADVANCE(269); + END_STATE(); + case 185: + if (lookahead == 's') ADVANCE(182); + END_STATE(); + case 186: + if (lookahead == 's') ADVANCE(126); + if (lookahead == 't') ADVANCE(120); + END_STATE(); + case 187: + if (lookahead == 's') ADVANCE(127); + END_STATE(); + case 188: + if (lookahead == 's') ADVANCE(194); + END_STATE(); + case 189: + if (lookahead == 't') ADVANCE(124); + END_STATE(); + case 190: + if (lookahead == 't') ADVANCE(1); + END_STATE(); + case 191: + if (lookahead == 't') ADVANCE(280); + END_STATE(); + case 192: + if (lookahead == 't') ADVANCE(144); + END_STATE(); + case 193: + if (lookahead == 't') ADVANCE(288); + END_STATE(); + case 194: + if (lookahead == 't') ADVANCE(282); + END_STATE(); + case 195: + if (lookahead == 't') ADVANCE(262); + END_STATE(); + case 196: + if (lookahead == 't') ADVANCE(617); + END_STATE(); + case 197: + if (lookahead == 't') ADVANCE(267); + END_STATE(); + case 198: + if (lookahead == 't') ADVANCE(125); + END_STATE(); + case 199: + if (lookahead == 't') ADVANCE(148); + END_STATE(); + case 200: + if (lookahead == 't') ADVANCE(117); + END_STATE(); + case 201: + if (lookahead == 't') ADVANCE(130); + END_STATE(); + case 202: + if (lookahead == 't') ADVANCE(136); + END_STATE(); + case 203: + if (lookahead == 'u') ADVANCE(211); + if (lookahead == 'x') ADVANCE(237); + if (lookahead == '\r' || + lookahead == '?') ADVANCE(438); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(440); + if (lookahead != 0) ADVANCE(436); + END_STATE(); + case 204: + if (lookahead == 'u') ADVANCE(156); + END_STATE(); + case 205: + if (lookahead == 'u') ADVANCE(212); + END_STATE(); + case 206: + if (lookahead == 'u') ADVANCE(213); + END_STATE(); + case 207: + if (lookahead == 'u') ADVANCE(214); + if (lookahead == 'x') ADVANCE(237); + if (lookahead == '\r' || + lookahead == '?') ADVANCE(438); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(440); + if (lookahead != 0) ADVANCE(436); + END_STATE(); + case 208: + if (lookahead == 'y') ADVANCE(305); + END_STATE(); + case 209: + if (lookahead == 'y') ADVANCE(167); + END_STATE(); + case 210: + if (lookahead == '{') ADVANCE(446); + END_STATE(); + case 211: + if (lookahead == '{') ADVANCE(231); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(192); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(242); END_STATE(); - case 164: - if (lookahead == '{') ADVANCE(185); + case 212: + if (lookahead == '{') ADVANCE(235); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(193); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(243); END_STATE(); - case 165: - if (lookahead == '{') ADVANCE(186); + case 213: + if (lookahead == '{') ADVANCE(236); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(194); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(244); END_STATE(); - case 166: - if (lookahead == '{') ADVANCE(188); + case 214: + if (lookahead == '{') ADVANCE(238); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(184); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(234); END_STATE(); - case 167: - if (lookahead == '}') ADVANCE(565); + case 215: + if (lookahead == '}') ADVANCE(614); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(167); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(215); END_STATE(); - case 168: - if (lookahead == '}') ADVANCE(567); + case 216: + if (lookahead == '}') ADVANCE(616); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(168); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(216); END_STATE(); - case 169: - if (lookahead == '}') ADVANCE(384); + case 217: + if (lookahead == '}') ADVANCE(436); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(169); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(217); END_STATE(); - case 170: - if (lookahead == '}') ADVANCE(385); + case 218: + if (lookahead == '}') ADVANCE(437); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(170); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(218); END_STATE(); - case 171: + case 219: if (lookahead == '+' || - lookahead == '-') ADVANCE(177); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(429); + lookahead == '-') ADVANCE(226); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); - case 172: + case 220: + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(233); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(68); + END_STATE(); + case 221: if (lookahead == '0' || - lookahead == '1') ADVANCE(425); + lookahead == '1') ADVANCE(471); END_STATE(); - case 173: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(426); + case 222: + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(472); END_STATE(); - case 174: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(417); + case 223: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); END_STATE(); - case 175: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + case 224: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); - case 176: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(428); + case 225: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); END_STATE(); - case 177: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(429); + case 226: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); - case 178: + case 227: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(565); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(614); END_STATE(); - case 179: + case 228: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(567); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(616); END_STATE(); - case 180: + case 229: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(384); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(436); END_STATE(); - case 181: + case 230: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(473); END_STATE(); - case 182: + case 231: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(170); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(218); END_STATE(); - case 183: + case 232: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(385); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(437); END_STATE(); - case 184: + case 233: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(187); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); END_STATE(); - case 185: + case 234: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(168); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(237); END_STATE(); - case 186: + case 235: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(167); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(216); END_STATE(); - case 187: + case 236: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(180); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(215); END_STATE(); - case 188: + case 237: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(169); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(229); END_STATE(); - case 189: + case 238: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(183); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(217); END_STATE(); - case 190: + case 239: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(179); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(232); END_STATE(); - case 191: + case 240: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(178); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(228); END_STATE(); - case 192: + case 241: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(189); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(227); END_STATE(); - case 193: + case 242: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(190); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(239); END_STATE(); - case 194: + case 243: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(240); END_STATE(); - case 195: + case 244: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(241); + END_STATE(); + case 245: if (lookahead != 0 && - lookahead != '\n') ADVANCE(64); + lookahead != '#' && + (lookahead < 'A' || 'Z' < lookahead) && + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(349); END_STATE(); - case 196: + case 246: if (lookahead != 0 && - lookahead != '\n') ADVANCE(403); + lookahead != '#' && + (lookahead < 'A' || 'Z' < lookahead) && + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(355); END_STATE(); - case 197: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); + case 247: + if (lookahead != 0 && + lookahead != '\n') ADVANCE(108); + END_STATE(); + case 248: + if (lookahead != 0 && + lookahead != '\n') ADVANCE(449); + END_STATE(); + case 249: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); if (lookahead == '#') ADVANCE(11); - if (lookahead == '$') ADVANCE(555); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(288); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(278); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(527); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(501); - if (lookahead == 'f') ADVANCE(496); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'o') ADVANCE(488); - if (lookahead == 's') ADVANCE(545); - if (lookahead == 't') ADVANCE(461); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '$') ADVANCE(604); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(340); + if (lookahead == '/') ADVANCE(405); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(330); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(575); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(549); + if (lookahead == 'f') ADVANCE(544); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == 's') ADVANCE(594); + if (lookahead == 't') ADVANCE(507); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(432); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(197) + lookahead == 8233) ADVANCE(478); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(249) if (lookahead != 0 && - lookahead > 31) ADVANCE(565); + lookahead > 31) ADVANCE(614); END_STATE(); - case 198: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(254); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 250: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(308); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(437); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(198) + lookahead == 8233) ADVANCE(483); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(250) if (lookahead != 0 && lookahead > 31 && (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(565); + lookahead != ']') ADVANCE(614); END_STATE(); - case 199: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(356); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '%') ADVANCE(340); - if (lookahead == '&') ADVANCE(329); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '+') ADVANCE(334); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(289); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(281); - if (lookahead == '=') ADVANCE(254); - if (lookahead == '>') ADVANCE(285); - if (lookahead == '?') ADVANCE(56); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '^') ADVANCE(330); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(333); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 251: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(422); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '%') ADVANCE(406); + if (lookahead == '&') ADVANCE(395); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '*') ADVANCE(266); + if (lookahead == '+') ADVANCE(400); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(341); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(333); + if (lookahead == '=') ADVANCE(308); + if (lookahead == '>') ADVANCE(337); + if (lookahead == '?') ADVANCE(58); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '^') ADVANCE(396); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(399); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(442); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(199) + lookahead == 8233) ADVANCE(488); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(251) if (lookahead != 0 && lookahead > 31 && (lookahead < ')' || ':' < lookahead) && - lookahead != ']') ADVANCE(565); + lookahead != ']') ADVANCE(614); END_STATE(); - case 200: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); + case 252: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); if (lookahead == '#') ADVANCE(11); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(439); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(200) + lookahead == 8233) ADVANCE(485); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(252) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 201: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 253: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(436); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(201) + lookahead == 8233) ADVANCE(482); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(253) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 202: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 254: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(441); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(202) + lookahead == 8233) ADVANCE(487); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(254) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 203: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 255: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(443); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(203) + lookahead == 8233) ADVANCE(489); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(255) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 204: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(471); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 256: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(517); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(450); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(204) + lookahead == 8233) ADVANCE(496); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(256) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 205: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(355); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '#') ADVANCE(63); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == '+') ADVANCE(334); - if (lookahead == '-') ADVANCE(336); - if (lookahead == '.') ADVANCE(175); - if (lookahead == '/') ADVANCE(338); - if (lookahead == '0') ADVANCE(415); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(282); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(471); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '}') ADVANCE(221); - if (lookahead == '~') ADVANCE(357); + case 257: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(421); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '#') ADVANCE(107); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == '+') ADVANCE(400); + if (lookahead == '-') ADVANCE(402); + if (lookahead == '.') ADVANCE(224); + if (lookahead == '/') ADVANCE(404); + if (lookahead == '0') ADVANCE(461); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(334); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(517); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '}') ADVANCE(273); + if (lookahead == '~') ADVANCE(423); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(451); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(205) + lookahead == 8233) ADVANCE(497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(257) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '?' < lookahead) && lookahead != ']' && lookahead != '^' && - lookahead != '|') ADVANCE(565); + lookahead != '|') ADVANCE(614); END_STATE(); - case 206: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(58); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '$') ADVANCE(162); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(339); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == '\\') ADVANCE(159); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(135); - if (lookahead == 'c') ADVANCE(66); - if (lookahead == 'd') ADVANCE(86); - if (lookahead == 'e') ADVANCE(106); - if (lookahead == 'f') ADVANCE(101); - if (lookahead == 'i') ADVANCE(115); - if (lookahead == 'l') ADVANCE(87); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == 't') ADVANCE(67); - if (lookahead == 'v') ADVANCE(70); - if (lookahead == 'w') ADVANCE(98); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(207) + case 258: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '$') ADVANCE(210); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == '\\') ADVANCE(207); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(181); + if (lookahead == 'c') ADVANCE(110); + if (lookahead == 'd') ADVANCE(131); + if (lookahead == 'e') ADVANCE(152); + if (lookahead == 'f') ADVANCE(147); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'l') ADVANCE(132); + if (lookahead == 'o') ADVANCE(137); + if (lookahead == 't') ADVANCE(111); + if (lookahead == 'v') ADVANCE(114); + if (lookahead == 'w') ADVANCE(143); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(259) END_STATE(); - case 207: - if (eof) ADVANCE(208); - if (lookahead == '!') ADVANCE(58); - if (lookahead == '"') ADVANCE(360); - if (lookahead == '$') ADVANCE(162); - if (lookahead == '%') ADVANCE(341); - if (lookahead == '&') ADVANCE(328); - if (lookahead == '\'') ADVANCE(361); - if (lookahead == '(') ADVANCE(232); - if (lookahead == ')') ADVANCE(233); - if (lookahead == '*') ADVANCE(213); - if (lookahead == '+') ADVANCE(335); - if (lookahead == ',') ADVANCE(220); - if (lookahead == '-') ADVANCE(337); - if (lookahead == '.') ADVANCE(287); - if (lookahead == '/') ADVANCE(339); - if (lookahead == ':') ADVANCE(246); - if (lookahead == ';') ADVANCE(245); - if (lookahead == '<') ADVANCE(279); - if (lookahead == '=') ADVANCE(255); - if (lookahead == '>') ADVANCE(284); - if (lookahead == '?') ADVANCE(55); - if (lookahead == '@') ADVANCE(570); - if (lookahead == '[') ADVANCE(257); - if (lookahead == ']') ADVANCE(258); - if (lookahead == '^') ADVANCE(331); - if (lookahead == '`') ADVANCE(394); - if (lookahead == 'a') ADVANCE(135); - if (lookahead == 'c') ADVANCE(66); - if (lookahead == 'd') ADVANCE(86); - if (lookahead == 'e') ADVANCE(106); - if (lookahead == 'f') ADVANCE(101); - if (lookahead == 'i') ADVANCE(115); - if (lookahead == 'l') ADVANCE(87); - if (lookahead == 'o') ADVANCE(93); - if (lookahead == 't') ADVANCE(67); - if (lookahead == 'v') ADVANCE(70); - if (lookahead == 'w') ADVANCE(98); - if (lookahead == '{') ADVANCE(219); - if (lookahead == '|') ADVANCE(332); - if (lookahead == '}') ADVANCE(221); - if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(207) + case 259: + if (eof) ADVANCE(260); + if (lookahead == '!') ADVANCE(103); + if (lookahead == '"') ADVANCE(344); + if (lookahead == '$') ADVANCE(210); + if (lookahead == '%') ADVANCE(407); + if (lookahead == '&') ADVANCE(394); + if (lookahead == '\'') ADVANCE(345); + if (lookahead == '(') ADVANCE(286); + if (lookahead == ')') ADVANCE(287); + if (lookahead == '*') ADVANCE(265); + if (lookahead == '+') ADVANCE(401); + if (lookahead == ',') ADVANCE(272); + if (lookahead == '-') ADVANCE(403); + if (lookahead == '.') ADVANCE(339); + if (lookahead == '/') ADVANCE(405); + if (lookahead == ':') ADVANCE(300); + if (lookahead == ';') ADVANCE(299); + if (lookahead == '<') ADVANCE(331); + if (lookahead == '=') ADVANCE(309); + if (lookahead == '>') ADVANCE(336); + if (lookahead == '?') ADVANCE(57); + if (lookahead == '@') ADVANCE(619); + if (lookahead == '[') ADVANCE(311); + if (lookahead == ']') ADVANCE(312); + if (lookahead == '^') ADVANCE(397); + if (lookahead == '`') ADVANCE(445); + if (lookahead == 'a') ADVANCE(181); + if (lookahead == 'c') ADVANCE(110); + if (lookahead == 'd') ADVANCE(131); + if (lookahead == 'e') ADVANCE(152); + if (lookahead == 'f') ADVANCE(147); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'l') ADVANCE(132); + if (lookahead == 'o') ADVANCE(137); + if (lookahead == 't') ADVANCE(111); + if (lookahead == 'v') ADVANCE(114); + if (lookahead == 'w') ADVANCE(143); + if (lookahead == '{') ADVANCE(271); + if (lookahead == '|') ADVANCE(398); + if (lookahead == '}') ADVANCE(273); + if (sym__glimmer_template_content_character_set_1(lookahead)) SKIP(259) END_STATE(); - case 208: + case 260: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 209: + case 261: ACCEPT_TOKEN(sym_hash_bang_line); if (lookahead != 0 && - lookahead != '\n') ADVANCE(209); + lookahead != '\n') ADVANCE(261); END_STATE(); - case 210: + case 262: ACCEPT_TOKEN(anon_sym_export); END_STATE(); - case 211: + case 263: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 212: + case 264: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 213: + case 265: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(343); - if (lookahead == '=') ADVANCE(304); + if (lookahead == '*') ADVANCE(409); + if (lookahead == '=') ADVANCE(370); END_STATE(); - case 214: + case 266: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(342); + if (lookahead == '*') ADVANCE(408); END_STATE(); - case 215: + case 267: ACCEPT_TOKEN(anon_sym_default); END_STATE(); - case 216: + case 268: ACCEPT_TOKEN(anon_sym_default); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 217: + case 269: ACCEPT_TOKEN(anon_sym_as); END_STATE(); - case 218: + case 270: ACCEPT_TOKEN(anon_sym_as); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 219: + case 271: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 220: + case 272: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 221: + case 273: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 222: + case 274: ACCEPT_TOKEN(anon_sym_from); END_STATE(); - case 223: + case 275: ACCEPT_TOKEN(anon_sym_from); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 224: + case 276: + ACCEPT_TOKEN(anon_sym_with); + END_STATE(); + case 277: + ACCEPT_TOKEN(anon_sym_with); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + END_STATE(); + case 278: ACCEPT_TOKEN(anon_sym_var); END_STATE(); - case 225: + case 279: ACCEPT_TOKEN(anon_sym_var); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 226: + case 280: ACCEPT_TOKEN(anon_sym_let); END_STATE(); - case 227: + case 281: ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 228: + case 282: ACCEPT_TOKEN(anon_sym_const); END_STATE(); - case 229: + case 283: ACCEPT_TOKEN(anon_sym_const); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 230: + case 284: ACCEPT_TOKEN(anon_sym_else); END_STATE(); - case 231: + case 285: ACCEPT_TOKEN(anon_sym_else); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 232: + case 286: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 233: + case 287: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 234: + case 288: ACCEPT_TOKEN(anon_sym_await); END_STATE(); - case 235: + case 289: ACCEPT_TOKEN(anon_sym_await); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 236: + case 290: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 237: + case 291: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(548); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(597); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 238: + case 292: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == 's') ADVANCE(412); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 's') ADVANCE(458); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 239: + case 293: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == 's') ADVANCE(152); + if (lookahead == 's') ADVANCE(200); END_STATE(); - case 240: + case 294: ACCEPT_TOKEN(anon_sym_of); END_STATE(); - case 241: + case 295: ACCEPT_TOKEN(anon_sym_of); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 242: + case 296: ACCEPT_TOKEN(anon_sym_of); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 243: + case 297: ACCEPT_TOKEN(anon_sym_while); END_STATE(); - case 244: + case 298: ACCEPT_TOKEN(anon_sym_while); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 245: + case 299: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 246: + case 300: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 247: + case 301: ACCEPT_TOKEN(anon_sym_case); END_STATE(); - case 248: + case 302: ACCEPT_TOKEN(anon_sym_case); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 249: + case 303: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); - case 250: + case 304: ACCEPT_TOKEN(anon_sym_catch); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 251: + case 305: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); - case 252: + case 306: ACCEPT_TOKEN(anon_sym_finally); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 253: + case 307: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 254: + case 308: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(345); + if (lookahead == '=') ADVANCE(411); END_STATE(); - case 255: + case 309: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(345); - if (lookahead == '>') ADVANCE(300); + if (lookahead == '=') ADVANCE(411); + if (lookahead == '>') ADVANCE(366); END_STATE(); - case 256: + case 310: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '>') ADVANCE(300); + if (lookahead == '>') ADVANCE(366); END_STATE(); - case 257: + case 311: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 258: + case 312: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 259: - ACCEPT_TOKEN(sym__glimmer_template_content); - END_STATE(); - case 260: + case 313: ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '/') ADVANCE(154); END_STATE(); - case 261: + case 314: ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); + if (lookahead == '*') ADVANCE(52); + if (lookahead == '/') ADVANCE(444); END_STATE(); - case 262: + case 315: ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '-') ADVANCE(263); - if (lookahead == '/') ADVANCE(261); - if (lookahead == '<') ADVANCE(260); - if (sym__glimmer_template_content_character_set_2(lookahead)) ADVANCE(262); + if (lookahead == '/') ADVANCE(314); + if (lookahead == '<') ADVANCE(316); + if (sym__glimmer_template_content_character_set_2(lookahead)) ADVANCE(315); if (lookahead != 0 && - lookahead != '\n') ADVANCE(259); + lookahead != '\n') ADVANCE(313); END_STATE(); - case 263: + case 316: ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '-') ADVANCE(60); + if (lookahead == '/') ADVANCE(202); END_STATE(); - case 264: + case 317: ACCEPT_TOKEN(anon_sym_LTtemplate_GT); END_STATE(); - case 265: + case 318: ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); END_STATE(); - case 266: - ACCEPT_TOKEN(aux_sym_jsx_text_token1); - if (lookahead == ' ') ADVANCE(5); - if (lookahead == '*') ADVANCE(272); - if (lookahead == '/') ADVANCE(273); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '<' && - lookahead != '>' && - lookahead != '{' && - lookahead != '}') ADVANCE(269); - END_STATE(); - case 267: + case 319: ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(5); - if (lookahead == '-') ADVANCE(268); + if (lookahead == '*') ADVANCE(323); + if (lookahead == '/') ADVANCE(324); if (lookahead != 0 && lookahead != '\n' && + lookahead != '&' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(269); - END_STATE(); - case 268: - ACCEPT_TOKEN(aux_sym_jsx_text_token1); - if (lookahead == ' ') ADVANCE(5); - if (lookahead == '>') ADVANCE(391); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') ADVANCE(269); + lookahead != '}') ADVANCE(320); END_STATE(); - case 269: + case 320: ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(5); if (lookahead != 0 && lookahead != '\n' && + lookahead != '&' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(269); + lookahead != '}') ADVANCE(320); END_STATE(); - case 270: + case 321: ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(2); - if (lookahead == '-') ADVANCE(267); - if (lookahead == '/') ADVANCE(266); - if (aux_sym_jsx_text_token1_character_set_2(lookahead)) ADVANCE(270); + if (lookahead == '/') ADVANCE(319); + if (aux_sym_jsx_text_token1_character_set_2(lookahead)) ADVANCE(321); if (lookahead != 0 && lookahead != '\n' && + lookahead != '&' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(269); + lookahead != '}') ADVANCE(320); END_STATE(); - case 271: + case 322: ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(271); - if (lookahead == '/') ADVANCE(269); + if (lookahead == '*') ADVANCE(322); + if (lookahead == '/') ADVANCE(320); if (lookahead == '\n' || + lookahead == '&' || lookahead == '<' || lookahead == '>' || lookahead == '{' || - lookahead == '}') ADVANCE(46); - if (lookahead != 0) ADVANCE(272); + lookahead == '}') ADVANCE(52); + if (lookahead != 0) ADVANCE(323); END_STATE(); - case 272: + case 323: ACCEPT_TOKEN(aux_sym_jsx_text_token1); if (lookahead == ' ') ADVANCE(6); - if (lookahead == '*') ADVANCE(271); + if (lookahead == '*') ADVANCE(322); if (lookahead == '\n' || + lookahead == '&' || lookahead == '<' || lookahead == '>' || lookahead == '{' || - lookahead == '}') ADVANCE(46); - if (lookahead != 0) ADVANCE(272); + lookahead == '}') ADVANCE(52); + if (lookahead != 0) ADVANCE(323); END_STATE(); - case 273: + case 324: ACCEPT_TOKEN(aux_sym_jsx_text_token1); - if (lookahead == ' ') ADVANCE(274); - if (lookahead == '<' || + if (lookahead == ' ') ADVANCE(325); + if (lookahead == '&' || + lookahead == '<' || lookahead == '>' || lookahead == '{' || - lookahead == '}') ADVANCE(275); + lookahead == '}') ADVANCE(326); if (lookahead != 0 && - lookahead != '\n') ADVANCE(273); + lookahead != '\n') ADVANCE(324); END_STATE(); - case 274: + case 325: ACCEPT_TOKEN(aux_sym_jsx_text_token2); - if (lookahead == ' ') ADVANCE(274); - if (lookahead == '<' || + if (lookahead == ' ') ADVANCE(325); + if (lookahead == '&' || + lookahead == '<' || lookahead == '>' || lookahead == '{' || - lookahead == '}') ADVANCE(275); + lookahead == '}') ADVANCE(326); if (lookahead != 0 && - lookahead != '\n') ADVANCE(273); + lookahead != '\n') ADVANCE(324); END_STATE(); - case 275: + case 326: ACCEPT_TOKEN(aux_sym_jsx_text_token2); if (lookahead != 0 && - lookahead != '\n') ADVANCE(275); + lookahead != '\n') ADVANCE(326); END_STATE(); - case 276: + case 327: + ACCEPT_TOKEN(sym_html_character_reference); + END_STATE(); + case 328: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); END_STATE(); - case 277: + case 329: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '/') ADVANCE(290); + if (lookahead == '/') ADVANCE(342); END_STATE(); - case 278: + case 330: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '<') ADVANCE(327); - if (lookahead == '=') ADVANCE(344); - if (lookahead == 't') ADVANCE(80); + if (lookahead == '/') ADVANCE(342); + if (lookahead == '<') ADVANCE(393); + if (lookahead == '=') ADVANCE(410); + if (lookahead == 't') ADVANCE(124); END_STATE(); - case 279: + case 331: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '<') ADVANCE(327); - if (lookahead == '=') ADVANCE(344); + if (lookahead == '<') ADVANCE(393); + if (lookahead == '=') ADVANCE(410); END_STATE(); - case 280: + case 332: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '<') ADVANCE(326); - if (lookahead == '=') ADVANCE(344); + if (lookahead == '<') ADVANCE(392); + if (lookahead == '=') ADVANCE(410); END_STATE(); - case 281: + case 333: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == '<') ADVANCE(326); - if (lookahead == '=') ADVANCE(344); - if (lookahead == 't') ADVANCE(80); + if (lookahead == '<') ADVANCE(392); + if (lookahead == '=') ADVANCE(410); + if (lookahead == 't') ADVANCE(124); END_STATE(); - case 282: + case 334: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '!') ADVANCE(49); - if (lookahead == 't') ADVANCE(80); + if (lookahead == 't') ADVANCE(124); END_STATE(); - case 283: + case 335: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); - case 284: + case 336: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(349); - if (lookahead == '>') ADVANCE(322); + if (lookahead == '=') ADVANCE(415); + if (lookahead == '>') ADVANCE(388); END_STATE(); - case 285: + case 337: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(349); - if (lookahead == '>') ADVANCE(323); + if (lookahead == '=') ADVANCE(415); + if (lookahead == '>') ADVANCE(389); END_STATE(); - case 286: + case 338: ACCEPT_TOKEN(sym_jsx_identifier); if (lookahead == '$' || lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(286); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(338); END_STATE(); - case 287: + case 339: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 288: + case 340: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + if (lookahead == '.') ADVANCE(59); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); - case 289: + case 341: ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); - case 290: + case 342: ACCEPT_TOKEN(anon_sym_LT_SLASH); END_STATE(); - case 291: + case 343: ACCEPT_TOKEN(anon_sym_SLASH_GT); END_STATE(); - case 292: + case 344: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 345: + ACCEPT_TOKEN(anon_sym_SQUOTE); + END_STATE(); + case 346: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '\n') ADVANCE(349); + if (lookahead == '&') ADVANCE(442); + if (lookahead != 0 && + lookahead != '"') ADVANCE(346); + END_STATE(); + case 347: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '&') ADVANCE(43); + if (lookahead == '/') ADVANCE(348); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(347); + if (lookahead != 0 && + lookahead != '"') ADVANCE(349); + END_STATE(); + case 348: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '&') ADVANCE(245); + if (lookahead == '*') ADVANCE(351); + if (lookahead == '/') ADVANCE(346); + if (lookahead != 0 && + lookahead != '"') ADVANCE(349); + END_STATE(); + case 349: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '&') ADVANCE(245); + if (lookahead != 0 && + lookahead != '"') ADVANCE(349); + END_STATE(); + case 350: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '&') ADVANCE(53); + if (lookahead == '*') ADVANCE(350); + if (lookahead == '/') ADVANCE(349); + if (lookahead != 0 && + lookahead != '"') ADVANCE(351); + END_STATE(); + case 351: + ACCEPT_TOKEN(sym_unescaped_double_jsx_string_fragment); + if (lookahead == '&') ADVANCE(53); + if (lookahead == '*') ADVANCE(350); + if (lookahead != 0 && + lookahead != '"') ADVANCE(351); + END_STATE(); + case 352: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '\n') ADVANCE(355); + if (lookahead == '&') ADVANCE(443); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(352); + END_STATE(); + case 353: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '&') ADVANCE(44); + if (lookahead == '/') ADVANCE(354); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(353); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(355); + END_STATE(); + case 354: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '&') ADVANCE(246); + if (lookahead == '*') ADVANCE(357); + if (lookahead == '/') ADVANCE(352); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(355); + END_STATE(); + case 355: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '&') ADVANCE(246); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(355); + END_STATE(); + case 356: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '&') ADVANCE(54); + if (lookahead == '*') ADVANCE(356); + if (lookahead == '/') ADVANCE(355); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(357); + END_STATE(); + case 357: + ACCEPT_TOKEN(sym_unescaped_single_jsx_string_fragment); + if (lookahead == '&') ADVANCE(54); + if (lookahead == '*') ADVANCE(356); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(357); + END_STATE(); + case 358: ACCEPT_TOKEN(anon_sym_class); END_STATE(); - case 293: + case 359: ACCEPT_TOKEN(anon_sym_class); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 294: + case 360: ACCEPT_TOKEN(anon_sym_extends); END_STATE(); - case 295: + case 361: ACCEPT_TOKEN(anon_sym_extends); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 296: + case 362: ACCEPT_TOKEN(anon_sym_async); END_STATE(); - case 297: + case 363: ACCEPT_TOKEN(anon_sym_async); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 298: + case 364: ACCEPT_TOKEN(anon_sym_function); END_STATE(); - case 299: + case 365: ACCEPT_TOKEN(anon_sym_function); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 300: + case 366: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); - case 301: + case 367: ACCEPT_TOKEN(sym_optional_chain); END_STATE(); - case 302: + case 368: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 303: + case 369: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 304: + case 370: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 305: + case 371: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 306: + case 372: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 307: + case 373: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 308: + case 374: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 309: + case 375: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 310: + case 376: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 311: + case 377: ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); - case 312: + case 378: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 313: + case 379: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); - case 314: + case 380: ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); - case 315: + case 381: ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); - case 316: + case 382: ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); - case 317: + case 383: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 318: + case 384: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 319: + case 385: ACCEPT_TOKEN(anon_sym_AMP_AMP); - if (lookahead == '=') ADVANCE(314); + if (lookahead == '=') ADVANCE(380); END_STATE(); - case 320: + case 386: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 321: + case 387: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - if (lookahead == '=') ADVANCE(315); + if (lookahead == '=') ADVANCE(381); END_STATE(); - case 322: + case 388: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(310); - if (lookahead == '>') ADVANCE(325); + if (lookahead == '=') ADVANCE(376); + if (lookahead == '>') ADVANCE(391); END_STATE(); - case 323: + case 389: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '>') ADVANCE(324); + if (lookahead == '>') ADVANCE(390); END_STATE(); - case 324: + case 390: ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); - case 325: + case 391: ACCEPT_TOKEN(anon_sym_GT_GT_GT); - if (lookahead == '=') ADVANCE(311); + if (lookahead == '=') ADVANCE(377); END_STATE(); - case 326: + case 392: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); - case 327: + case 393: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(312); + if (lookahead == '=') ADVANCE(378); END_STATE(); - case 328: + case 394: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(319); - if (lookahead == '=') ADVANCE(308); + if (lookahead == '&') ADVANCE(385); + if (lookahead == '=') ADVANCE(374); END_STATE(); - case 329: + case 395: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(318); + if (lookahead == '&') ADVANCE(384); END_STATE(); - case 330: + case 396: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); - case 331: + case 397: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(307); + if (lookahead == '=') ADVANCE(373); END_STATE(); - case 332: + case 398: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(309); - if (lookahead == '|') ADVANCE(321); + if (lookahead == '=') ADVANCE(375); + if (lookahead == '|') ADVANCE(387); END_STATE(); - case 333: + case 399: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(320); + if (lookahead == '|') ADVANCE(386); END_STATE(); - case 334: + case 400: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(358); + if (lookahead == '+') ADVANCE(424); END_STATE(); - case 335: + case 401: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(358); - if (lookahead == '=') ADVANCE(302); + if (lookahead == '+') ADVANCE(424); + if (lookahead == '=') ADVANCE(368); END_STATE(); - case 336: + case 402: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(359); + if (lookahead == '-') ADVANCE(425); END_STATE(); - case 337: + case 403: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(359); - if (lookahead == '=') ADVANCE(303); + if (lookahead == '-') ADVANCE(425); + if (lookahead == '=') ADVANCE(369); END_STATE(); - case 338: + case 404: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); + if (lookahead == '*') ADVANCE(52); + if (lookahead == '/') ADVANCE(444); END_STATE(); - case 339: + case 405: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); - if (lookahead == '=') ADVANCE(305); + if (lookahead == '*') ADVANCE(52); + if (lookahead == '/') ADVANCE(444); + if (lookahead == '=') ADVANCE(371); END_STATE(); - case 340: + case 406: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); - case 341: + case 407: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(306); + if (lookahead == '=') ADVANCE(372); END_STATE(); - case 342: + case 408: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); - case 343: + case 409: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(313); + if (lookahead == '=') ADVANCE(379); END_STATE(); - case 344: + case 410: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 345: + case 411: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '=') ADVANCE(346); + if (lookahead == '=') ADVANCE(412); END_STATE(); - case 346: + case 412: ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); - case 347: + case 413: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '=') ADVANCE(348); + if (lookahead == '=') ADVANCE(414); END_STATE(); - case 348: + case 414: ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); - case 349: + case 415: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 350: + case 416: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); END_STATE(); - case 351: + case 417: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); - if (lookahead == '=') ADVANCE(316); + if (lookahead == '=') ADVANCE(382); END_STATE(); - case 352: + case 418: ACCEPT_TOKEN(anon_sym_instanceof); END_STATE(); - case 353: + case 419: ACCEPT_TOKEN(anon_sym_instanceof); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 354: + case 420: ACCEPT_TOKEN(anon_sym_instanceof); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 355: + case 421: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 356: + case 422: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(347); + if (lookahead == '=') ADVANCE(413); END_STATE(); - case 357: + case 423: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 358: + case 424: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 359: + case 425: ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (lookahead == '>') ADVANCE(391); - END_STATE(); - case 360: - ACCEPT_TOKEN(anon_sym_DQUOTE); - END_STATE(); - case 361: - ACCEPT_TOKEN(anon_sym_SQUOTE); - END_STATE(); - case 362: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '\n') ADVANCE(372); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(362); - END_STATE(); - case 363: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '!') ADVANCE(370); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(372); - END_STATE(); - case 364: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(366); - if (lookahead == '/') ADVANCE(362); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(372); - END_STATE(); - case 365: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(365); - if (lookahead == '/') ADVANCE(372); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(366); - END_STATE(); - case 366: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(365); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(366); END_STATE(); - case 367: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '-') ADVANCE(368); - if (lookahead == '/') ADVANCE(364); - if (lookahead == '<') ADVANCE(363); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(367); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(372); - END_STATE(); - case 368: + case 426: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '-') ADVANCE(371); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(430); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '"' && - lookahead != '\\') ADVANCE(372); + lookahead != '\\') ADVANCE(430); END_STATE(); - case 369: + case 427: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '-') ADVANCE(362); + if (lookahead == '*') ADVANCE(427); + if (lookahead == '/') ADVANCE(430); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '"' && - lookahead != '\\') ADVANCE(372); + lookahead != '\\') ADVANCE(428); END_STATE(); - case 370: + case 428: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '-') ADVANCE(369); + if (lookahead == '*') ADVANCE(427); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '"' && - lookahead != '\\') ADVANCE(372); + lookahead != '\\') ADVANCE(428); END_STATE(); - case 371: + case 429: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '>') ADVANCE(362); + if (lookahead == '/') ADVANCE(426); + if (sym_unescaped_double_string_fragment_character_set_2(lookahead)) ADVANCE(429); if (lookahead != 0 && + (lookahead < '\n' || '\r' < lookahead) && lookahead != '"' && - lookahead != '\\') ADVANCE(372); + lookahead != '\\') ADVANCE(430); END_STATE(); - case 372: + case 430: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '"' && - lookahead != '\\') ADVANCE(372); - END_STATE(); - case 373: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '\n') ADVANCE(383); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(373); - END_STATE(); - case 374: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '!') ADVANCE(381); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(383); - END_STATE(); - case 375: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(377); - if (lookahead == '/') ADVANCE(373); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(383); - END_STATE(); - case 376: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(376); - if (lookahead == '/') ADVANCE(383); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(377); - END_STATE(); - case 377: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(376); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(377); - END_STATE(); - case 378: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '-') ADVANCE(379); - if (lookahead == '/') ADVANCE(375); - if (lookahead == '<') ADVANCE(374); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(378); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(430); END_STATE(); - case 379: + case 431: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '-') ADVANCE(382); + if (lookahead == '*') ADVANCE(433); + if (lookahead == '/') ADVANCE(435); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(435); END_STATE(); - case 380: + case 432: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '-') ADVANCE(373); + if (lookahead == '*') ADVANCE(432); + if (lookahead == '/') ADVANCE(435); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(433); END_STATE(); - case 381: + case 433: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '-') ADVANCE(380); + if (lookahead == '*') ADVANCE(432); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(433); END_STATE(); - case 382: + case 434: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '>') ADVANCE(373); + if (lookahead == '/') ADVANCE(431); + if (sym_unescaped_double_string_fragment_character_set_2(lookahead)) ADVANCE(434); if (lookahead != 0 && + (lookahead < '\n' || '\r' < lookahead) && lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(435); END_STATE(); - case 383: + case 435: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r' && lookahead != '\'' && - lookahead != '\\') ADVANCE(383); + lookahead != '\\') ADVANCE(435); END_STATE(); - case 384: + case 436: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 385: + case 437: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 386: + case 438: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(384); + if (lookahead == '\n' || + lookahead == 8232 || + lookahead == 8233) ADVANCE(436); END_STATE(); - case 387: + case 439: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(386); - END_STATE(); - case 388: - ACCEPT_TOKEN(sym_comment); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(436); END_STATE(); - case 389: - ACCEPT_TOKEN(sym_comment); - if (lookahead == '/') ADVANCE(391); - if (lookahead == '[') ADVANCE(390); - if (lookahead == '\\') ADVANCE(392); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(389); + case 440: + ACCEPT_TOKEN(sym_escape_sequence); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(439); END_STATE(); - case 390: - ACCEPT_TOKEN(sym_comment); - if (lookahead == '\\') ADVANCE(393); - if (lookahead == ']') ADVANCE(389); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(390); + case 441: + ACCEPT_TOKEN(aux_sym_comment_token1); END_STATE(); - case 391: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(391); + case 442: + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '\n') ADVANCE(349); + if (lookahead == '#' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(444); + if (lookahead != 0) ADVANCE(346); END_STATE(); - case 392: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(389); + case 443: + ACCEPT_TOKEN(aux_sym_comment_token1); + if (lookahead == '\n') ADVANCE(355); + if (lookahead == '#' || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(444); + if (lookahead != 0) ADVANCE(352); END_STATE(); - case 393: - ACCEPT_TOKEN(sym_comment); + case 444: + ACCEPT_TOKEN(aux_sym_comment_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(390); + lookahead != '\n') ADVANCE(444); END_STATE(); - case 394: + case 445: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 395: + case 446: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 396: + case 447: ACCEPT_TOKEN(anon_sym_SLASH2); - if (lookahead == '*') ADVANCE(46); - if (lookahead == '/') ADVANCE(391); - END_STATE(); - case 397: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '\n') SKIP(53) - if (lookahead == '-') ADVANCE(399); - if (lookahead == '/') ADVANCE(43); - if (lookahead == '<') ADVANCE(398); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(397); - if (lookahead != 0) ADVANCE(403); - END_STATE(); - case 398: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '!') ADVANCE(401); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(403); - END_STATE(); - case 399: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '-') ADVANCE(402); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(403); - END_STATE(); - case 400: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '-') ADVANCE(389); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(403); - END_STATE(); - case 401: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '-') ADVANCE(400); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(403); END_STATE(); - case 402: + case 448: ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '>') ADVANCE(389); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(403); + if (lookahead == '\n') SKIP(63) + if (lookahead == '/') ADVANCE(49); + if (lookahead == '[') ADVANCE(108); + if (lookahead == '\\') ADVANCE(248); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(448); + if (lookahead != 0) ADVANCE(449); END_STATE(); - case 403: + case 449: ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '[') ADVANCE(64); - if (lookahead == '\\') ADVANCE(196); + if (lookahead == '[') ADVANCE(108); + if (lookahead == '\\') ADVANCE(248); if (lookahead != 0 && lookahead != '\n' && - lookahead != '/') ADVANCE(403); + lookahead != '/') ADVANCE(449); END_STATE(); - case 404: + case 450: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'a') ADVANCE(410); - if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'a') ADVANCE(456); + if (('b' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 405: + case 451: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'c') ADVANCE(406); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'c') ADVANCE(452); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 406: + case 452: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'e') ADVANCE(411); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'e') ADVANCE(457); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 407: + case 453: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'f') ADVANCE(354); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'f') ADVANCE(420); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 408: + case 454: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'f') ADVANCE(242); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'f') ADVANCE(296); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 409: + case 455: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'n') ADVANCE(238); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'n') ADVANCE(292); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 410: + case 456: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'n') ADVANCE(405); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'n') ADVANCE(451); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 411: + case 457: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 'o') ADVANCE(407); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 'o') ADVANCE(453); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 412: + case 458: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == 't') ADVANCE(404); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (lookahead == 't') ADVANCE(450); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 413: + case 459: ACCEPT_TOKEN(sym_regex_flags); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(413); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(459); END_STATE(); - case 414: + case 460: ACCEPT_TOKEN(sym_number); END_STATE(); - case 415: + case 461: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(431); - if (lookahead == '0') ADVANCE(428); + if (lookahead == '.') ADVANCE(477); + if (lookahead == '0') ADVANCE(474); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(172); + lookahead == 'b') ADVANCE(221); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(171); + lookahead == 'e') ADVANCE(219); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(173); + lookahead == 'o') ADVANCE(222); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(181); - if (lookahead == '_') ADVANCE(176); - if (lookahead == 'n') ADVANCE(414); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 'x') ADVANCE(230); + if (lookahead == '_') ADVANCE(225); + if (lookahead == 'n') ADVANCE(460); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(463); END_STATE(); - case 416: + case 462: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(431); - if (lookahead == '0') ADVANCE(422); + if (lookahead == '.') ADVANCE(477); + if (lookahead == '0') ADVANCE(468); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(556); + lookahead == 'b') ADVANCE(605); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(566); + lookahead == 'e') ADVANCE(615); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(560); + lookahead == 'o') ADVANCE(609); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(564); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(562); - if (lookahead == 'n') ADVANCE(424); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(565); + lookahead == 'x') ADVANCE(613); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(611); + if (lookahead == 'n') ADVANCE(470); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); - case 417: + case 463: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(431); + if (lookahead == '.') ADVANCE(477); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(171); - if (lookahead == '_') ADVANCE(174); - if (lookahead == 'n') ADVANCE(414); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(417); + lookahead == 'e') ADVANCE(219); + if (lookahead == '_') ADVANCE(223); + if (lookahead == 'n') ADVANCE(460); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(463); END_STATE(); - case 418: + case 464: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(431); + if (lookahead == '.') ADVANCE(477); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(566); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(561); - if (lookahead == 'n') ADVANCE(424); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(565); + lookahead == 'e') ADVANCE(615); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(610); + if (lookahead == 'n') ADVANCE(470); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); - case 419: + case 465: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(556); - if (lookahead == 'n') ADVANCE(424); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(605); + if (lookahead == 'n') ADVANCE(470); if (lookahead == '0' || - lookahead == '1') ADVANCE(419); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(565); + lookahead == '1') ADVANCE(465); + if (!sym_identifier_character_set_3(lookahead)) ADVANCE(614); END_STATE(); - case 420: + case 466: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(560); - if (lookahead == 'n') ADVANCE(424); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(420); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(609); + if (lookahead == 'n') ADVANCE(470); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(466); + if (!sym_identifier_character_set_3(lookahead)) ADVANCE(614); END_STATE(); - case 421: + case 467: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(564); - if (lookahead == 'n') ADVANCE(424); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(613); + if (lookahead == 'n') ADVANCE(470); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(421); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(565); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(467); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); - case 422: + case 468: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(562); - if (lookahead == 'n') ADVANCE(424); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(422); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(611); + if (lookahead == 'n') ADVANCE(470); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); - case 423: + case 469: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '_') ADVANCE(563); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(423); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '_') ADVANCE(612); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(614); END_STATE(); - case 424: + case 470: ACCEPT_TOKEN(sym_number); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 425: + case 471: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(172); - if (lookahead == 'n') ADVANCE(414); + if (lookahead == '_') ADVANCE(221); + if (lookahead == 'n') ADVANCE(460); if (lookahead == '0' || - lookahead == '1') ADVANCE(425); + lookahead == '1') ADVANCE(471); END_STATE(); - case 426: + case 472: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(173); - if (lookahead == 'n') ADVANCE(414); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(426); + if (lookahead == '_') ADVANCE(222); + if (lookahead == 'n') ADVANCE(460); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(472); END_STATE(); - case 427: + case 473: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(181); - if (lookahead == 'n') ADVANCE(414); + if (lookahead == '_') ADVANCE(230); + if (lookahead == 'n') ADVANCE(460); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(473); END_STATE(); - case 428: + case 474: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(176); - if (lookahead == 'n') ADVANCE(414); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(428); + if (lookahead == '_') ADVANCE(225); + if (lookahead == 'n') ADVANCE(460); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(474); END_STATE(); - case 429: + case 475: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(177); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(429); + if (lookahead == '_') ADVANCE(226); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(475); END_STATE(); - case 430: + case 476: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(171); - if (lookahead == '_') ADVANCE(175); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + lookahead == 'e') ADVANCE(219); + if (lookahead == '_') ADVANCE(224); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); - case 431: + case 477: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(171); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(430); + lookahead == 'e') ADVANCE(219); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(476); END_STATE(); - case 432: + case 478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '$') ADVANCE(555); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(527); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(501); - if (lookahead == 'f') ADVANCE(496); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'o') ADVANCE(488); - if (lookahead == 's') ADVANCE(545); - if (lookahead == 't') ADVANCE(461); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '$') ADVANCE(604); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(575); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(549); + if (lookahead == 'f') ADVANCE(544); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); + if (lookahead == 's') ADVANCE(594); + if (lookahead == 't') ADVANCE(507); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(432); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_identifier_character_set_4(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(478); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_identifier_character_set_4(lookahead)) ADVANCE(614); END_STATE(); - case 433: + case 479: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(286); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '-') ADVANCE(338); + if (lookahead == '\\') ADVANCE(206); if (lookahead == '$' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(433); - if (!sym_identifier_character_set_5(lookahead)) ADVANCE(565); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); + if (!sym_identifier_character_set_5(lookahead)) ADVANCE(614); END_STATE(); - case 434: + case 480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(434); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(480); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 435: + case 481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(460); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(506); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(435); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(481); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 436: + case 482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(436); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(482); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 437: + case 483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(437); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(483); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 438: + case 484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 's') ADVANCE(545); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(438); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(484); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 439: + case 485: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(439); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(485); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 440: + case 486: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(440); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(486); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 441: + case 487: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(441); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(487); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 442: + case 488: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(442); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(488); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 443: + case 489: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(504); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(552); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(443); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(489); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 444: + case 490: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(444); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(490); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 445: + case 491: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(445); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(491); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 446: + case 492: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(446); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 447: + case 493: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(447); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 448: + case 494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(448); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 449: + case 495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'd') ADVANCE(482); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(518); + if (lookahead == 'd') ADVANCE(528); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(449); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(495); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 450: + case 496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(471); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(517); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(450); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(496); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 451: + case 497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(471); - if (lookahead == 'e') ADVANCE(502); - if (lookahead == 'f') ADVANCE(497); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'v') ADVANCE(464); - if (lookahead == 'w') ADVANCE(492); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(517); + if (lookahead == 'e') ADVANCE(550); + if (lookahead == 'f') ADVANCE(545); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'v') ADVANCE(510); + if (lookahead == 'w') ADVANCE(538); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(451); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(497); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 452: + case 498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'o') ADVANCE(488); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(452); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(498); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 453: + case 499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(453); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(499); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 454: + case 500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(530); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(578); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(454); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(500); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 455: + case 501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'c') ADVANCE(505); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 's') ADVANCE(545); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'c') ADVANCE(553); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(455); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(501); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 456: + case 502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(456); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(502); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 457: + case 503: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(457); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(503); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 458: + case 504: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 's') ADVANCE(545); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 's') ADVANCE(594); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(458); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(504); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 459: + case 505: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '0') ADVANCE(416); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); + if (lookahead == '0') ADVANCE(462); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(459); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(505); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 460: + case 506: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(532); - if (lookahead == 'l') ADVANCE(463); - if (lookahead == 'o') ADVANCE(514); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(580); + if (lookahead == 'l') ADVANCE(509); + if (lookahead == 'o') ADVANCE(562); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 461: + case 507: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(524); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(572); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 462: + case 508: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(549); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(598); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 463: + case 509: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(535); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(583); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 464: + case 510: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(525); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(573); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 465: + case 511: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(500); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(548); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 466: + case 512: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(506); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(554); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 467: + case 513: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(544); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(593); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 468: + case 514: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(515); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(563); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 469: + case 515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); - if (lookahead == 'o') ADVANCE(488); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); + if (lookahead == 'o') ADVANCE(534); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(469); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(515); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 470: + case 516: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(531); - if (lookahead == 'e') ADVANCE(551); - if (lookahead == 'f') ADVANCE(550); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'e') ADVANCE(600); + if (lookahead == 'f') ADVANCE(599); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'l') ADVANCE(529); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(470); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(516); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 471: + case 517: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(537); - if (lookahead == 'l') ADVANCE(463); - if (lookahead == 'o') ADVANCE(514); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(585); + if (lookahead == 'l') ADVANCE(509); + if (lookahead == 'o') ADVANCE(562); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 472: + case 518: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'a') ADVANCE(533); - if (lookahead == 'l') ADVANCE(463); - if (lookahead == 'o') ADVANCE(514); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'a') ADVANCE(581); + if (lookahead == 'l') ADVANCE(509); + if (lookahead == 'o') ADVANCE(562); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 473: + case 519: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(559); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'c') ADVANCE(608); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 474: + case 520: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(297); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'c') ADVANCE(363); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 475: + case 521: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(493); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'c') ADVANCE(540); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 476: + case 522: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(485); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'c') ADVANCE(531); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 477: + case 523: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'c') ADVANCE(546); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'c') ADVANCE(595); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 478: + case 524: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'd') ADVANCE(529); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'd') ADVANCE(577); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 479: + case 525: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(248); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(302); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 480: + case 526: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(231); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(285); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 481: + case 527: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(244); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(298); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 482: + case 528: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(490); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(536); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 483: + case 529: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(538); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(586); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 484: + case 530: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(552); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(601); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(484); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(530); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 485: + case 531: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(519); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(567); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 486: + case 532: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(511); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(559); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 487: + case 533: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'e') ADVANCE(542); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'e') ADVANCE(591); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 488: + case 534: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(241); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'f') ADVANCE(295); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 489: + case 535: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(353); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'f') ADVANCE(419); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 490: + case 536: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'f') ADVANCE(462); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'f') ADVANCE(508); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 491: + case 537: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'g') ADVANCE(487); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'g') ADVANCE(533); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 492: + case 538: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'h') ADVANCE(495); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'h') ADVANCE(543); + if (lookahead == 'i') ADVANCE(587); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 493: + case 539: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'h') ADVANCE(250); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'h') ADVANCE(277); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 494: + case 540: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'h') ADVANCE(304); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + END_STATE(); + case 541: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 'o') ADVANCE(534); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(494); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(541); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 495: + case 542: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(507); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(558); + if (lookahead == 8232 || + lookahead == 8233) ADVANCE(542); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 496: + case 543: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(517); - if (lookahead == 'r') ADVANCE(518); - if (lookahead == 'u') ADVANCE(513); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(555); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 497: + case 544: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(517); - if (lookahead == 'u') ADVANCE(513); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(565); + if (lookahead == 'r') ADVANCE(566); + if (lookahead == 'u') ADVANCE(561); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 498: + case 545: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(521); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(565); + if (lookahead == 'u') ADVANCE(561); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 499: + case 546: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(473); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(569); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 500: + case 547: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'i') ADVANCE(539); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(519); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 501: + case 548: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(534); - if (lookahead == 'x') ADVANCE(522); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'i') ADVANCE(588); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 502: + case 549: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(534); - if (lookahead == 'x') ADVANCE(523); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(582); + if (lookahead == 'x') ADVANCE(570); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 503: + case 550: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(553); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(582); + if (lookahead == 'x') ADVANCE(571); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 504: + case 551: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(463); - if (lookahead == 'o') ADVANCE(514); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(602); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 505: + case 552: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(463); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(509); + if (lookahead == 'o') ADVANCE(562); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 506: + case 553: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(503); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(509); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 507: + case 554: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(481); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(551); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 508: + case 555: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'l') ADVANCE(543); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(527); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 509: + case 556: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'm') ADVANCE(223); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'l') ADVANCE(592); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 510: + case 557: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(237); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'm') ADVANCE(275); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 511: + case 558: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(478); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(291); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 512: + case 559: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(299); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(524); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 513: + case 560: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(477); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(365); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 514: + case 561: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(536); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(523); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 515: + case 562: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(476); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(584); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 516: + case 563: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(474); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(522); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 517: + case 564: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'n') ADVANCE(466); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(520); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 518: + case 565: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(509); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'n') ADVANCE(512); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 519: + case 566: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(489); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'o') ADVANCE(557); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 520: + case 567: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(526); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'o') ADVANCE(535); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 521: + case 568: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'o') ADVANCE(512); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'o') ADVANCE(574); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 522: + case 569: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(520); - if (lookahead == 't') ADVANCE(486); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'o') ADVANCE(560); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 523: + case 570: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'p') ADVANCE(520); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'p') ADVANCE(568); + if (lookahead == 't') ADVANCE(532); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 524: + case 571: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(491); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'p') ADVANCE(568); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 525: + case 572: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(225); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'r') ADVANCE(537); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 526: + case 573: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'r') ADVANCE(541); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'r') ADVANCE(279); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 527: + case 574: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(218); - if (lookahead == 'w') ADVANCE(465); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'r') ADVANCE(590); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 528: + case 575: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(293); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(270); + if (lookahead == 'w') ADVANCE(511); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 529: + case 576: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(295); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(359); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 530: + case 577: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(554); - if (lookahead == 'w') ADVANCE(465); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(361); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 531: + case 578: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(554); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(603); + if (lookahead == 'w') ADVANCE(511); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 532: + case 579: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(479); - if (lookahead == 't') ADVANCE(475); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(603); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 533: + case 580: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(479); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(525); + if (lookahead == 't') ADVANCE(521); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 534: + case 581: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(480); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(525); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 535: + case 582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(528); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(526); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 536: + case 583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 's') ADVANCE(540); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(576); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 537: + case 584: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(475); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 's') ADVANCE(589); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 538: + case 585: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(227); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(521); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 539: + case 586: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(235); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(281); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 540: + case 587: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(229); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(539); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 541: + case 588: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(211); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(289); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 542: + case 589: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(569); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(283); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 543: + case 590: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(216); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(263); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 544: + case 591: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(499); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(618); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 545: + case 592: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(467); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(268); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 546: + case 593: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(498); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(547); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 547: + case 594: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(486); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(513); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 548: + case 595: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 't') ADVANCE(468); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(546); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 549: + case 596: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'u') ADVANCE(508); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(532); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 550: + case 597: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'u') ADVANCE(513); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 't') ADVANCE(514); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 551: + case 598: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'x') ADVANCE(523); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'u') ADVANCE(556); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 552: + case 599: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'x') ADVANCE(547); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'u') ADVANCE(561); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 553: + case 600: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'y') ADVANCE(252); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'x') ADVANCE(571); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 554: + case 601: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == 'y') ADVANCE(516); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'x') ADVANCE(596); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 555: + case 602: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (lookahead == '{') ADVANCE(395); - if (!sym_identifier_character_set_6(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'y') ADVANCE(306); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 556: + case 603: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == 'y') ADVANCE(564); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); + END_STATE(); + case 604: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(206); + if (lookahead == '{') ADVANCE(446); + if (!sym_identifier_character_set_6(lookahead)) ADVANCE(614); + END_STATE(); + case 605: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '\\') ADVANCE(206); if (lookahead == '0' || - lookahead == '1') ADVANCE(419); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == '1') ADVANCE(465); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 557: + case 606: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '\\') ADVANCE(206); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(557); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (lookahead == '$' || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(433); - if (!sym_identifier_character_set_5(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(606); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 558: + case 607: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '\\') ADVANCE(206); if (lookahead == 8232 || - lookahead == 8233) ADVANCE(558); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(565); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == 8233) ADVANCE(607); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614); + if (lookahead == '$' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(479); + if (!sym_identifier_character_set_5(lookahead)) ADVANCE(614); END_STATE(); - case 559: + case 608: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '\\') ADVANCE(206); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(96); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == ' ') ADVANCE(140); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 560: + case 609: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(420); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(466); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 561: + case 610: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(418); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(464); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 562: + case 611: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(422); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 563: + case 612: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(423); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 564: + case 613: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); + if (lookahead == '\\') ADVANCE(206); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(421); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(467); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 565: + case 614: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 566: + case 615: ACCEPT_TOKEN(sym_identifier); if (lookahead == '+' || - lookahead == '-') ADVANCE(177); - if (lookahead == '\\') ADVANCE(158); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(423); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(565); + lookahead == '-') ADVANCE(226); + if (lookahead == '\\') ADVANCE(206); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(469); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 567: + case 616: ACCEPT_TOKEN(sym_private_property_identifier); - if (lookahead == '\\') ADVANCE(157); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(567); + if (lookahead == '\\') ADVANCE(205); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(616); END_STATE(); - case 568: + case 617: ACCEPT_TOKEN(anon_sym_target); END_STATE(); - case 569: + case 618: ACCEPT_TOKEN(anon_sym_target); - if (lookahead == '\\') ADVANCE(158); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(565); + if (lookahead == '\\') ADVANCE(206); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(614); END_STATE(); - case 570: + case 619: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 571: + case 620: ACCEPT_TOKEN(aux_sym_method_definition_token1); - if (lookahead == '\n') ADVANCE(571); + if (lookahead == '\n') ADVANCE(620); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(1); END_STATE(); @@ -9990,6 +10450,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); + eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == 'b') ADVANCE(1); @@ -10004,8 +10465,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(10); if (lookahead == 'u') ADVANCE(11); if (lookahead == 'v') ADVANCE(12); - if (lookahead == 'w') ADVANCE(13); - if (lookahead == 'y') ADVANCE(14); + if (lookahead == 'y') ADVANCE(13); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 160 || @@ -10020,345 +10480,333 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 65279) SKIP(0) END_STATE(); case 1: - if (lookahead == 'r') ADVANCE(15); + if (lookahead == 'r') ADVANCE(14); END_STATE(); case 2: - if (lookahead == 'o') ADVANCE(16); + if (lookahead == 'o') ADVANCE(15); END_STATE(); case 3: - if (lookahead == 'e') ADVANCE(17); - if (lookahead == 'o') ADVANCE(18); + if (lookahead == 'e') ADVANCE(16); + if (lookahead == 'o') ADVANCE(17); END_STATE(); case 4: - if (lookahead == 'a') ADVANCE(19); - if (lookahead == 'o') ADVANCE(20); + if (lookahead == 'a') ADVANCE(18); + if (lookahead == 'o') ADVANCE(19); END_STATE(); case 5: - if (lookahead == 'e') ADVANCE(21); + if (lookahead == 'e') ADVANCE(20); END_STATE(); case 6: - if (lookahead == 'f') ADVANCE(22); - if (lookahead == 'm') ADVANCE(23); + if (lookahead == 'f') ADVANCE(21); + if (lookahead == 'm') ADVANCE(22); END_STATE(); case 7: - if (lookahead == 'e') ADVANCE(24); - if (lookahead == 'u') ADVANCE(25); + if (lookahead == 'e') ADVANCE(23); + if (lookahead == 'u') ADVANCE(24); END_STATE(); case 8: - if (lookahead == 'e') ADVANCE(26); + if (lookahead == 'e') ADVANCE(25); END_STATE(); case 9: - if (lookahead == 'e') ADVANCE(27); - if (lookahead == 't') ADVANCE(28); - if (lookahead == 'u') ADVANCE(29); - if (lookahead == 'w') ADVANCE(30); + if (lookahead == 'e') ADVANCE(26); + if (lookahead == 't') ADVANCE(27); + if (lookahead == 'u') ADVANCE(28); + if (lookahead == 'w') ADVANCE(29); END_STATE(); case 10: - if (lookahead == 'h') ADVANCE(31); - if (lookahead == 'r') ADVANCE(32); - if (lookahead == 'y') ADVANCE(33); + if (lookahead == 'h') ADVANCE(30); + if (lookahead == 'r') ADVANCE(31); + if (lookahead == 'y') ADVANCE(32); END_STATE(); case 11: - if (lookahead == 'n') ADVANCE(34); + if (lookahead == 'n') ADVANCE(33); END_STATE(); case 12: - if (lookahead == 'o') ADVANCE(35); + if (lookahead == 'o') ADVANCE(34); END_STATE(); case 13: - if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'i') ADVANCE(35); END_STATE(); case 14: - if (lookahead == 'i') ADVANCE(37); + if (lookahead == 'e') ADVANCE(36); END_STATE(); case 15: - if (lookahead == 'e') ADVANCE(38); + if (lookahead == 'n') ADVANCE(37); END_STATE(); case 16: - if (lookahead == 'n') ADVANCE(39); + if (lookahead == 'b') ADVANCE(38); + if (lookahead == 'l') ADVANCE(39); END_STATE(); case 17: - if (lookahead == 'b') ADVANCE(40); - if (lookahead == 'l') ADVANCE(41); + ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 18: - ACCEPT_TOKEN(anon_sym_do); + if (lookahead == 'l') ADVANCE(40); END_STATE(); case 19: - if (lookahead == 'l') ADVANCE(42); + if (lookahead == 'r') ADVANCE(41); END_STATE(); case 20: - if (lookahead == 'r') ADVANCE(43); + if (lookahead == 't') ADVANCE(42); END_STATE(); case 21: - if (lookahead == 't') ADVANCE(44); + ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 22: - ACCEPT_TOKEN(anon_sym_if); + if (lookahead == 'p') ADVANCE(43); END_STATE(); case 23: - if (lookahead == 'p') ADVANCE(45); + if (lookahead == 'w') ADVANCE(44); END_STATE(); case 24: - if (lookahead == 'w') ADVANCE(46); + if (lookahead == 'l') ADVANCE(45); END_STATE(); case 25: - if (lookahead == 'l') ADVANCE(47); + if (lookahead == 't') ADVANCE(46); END_STATE(); case 26: - if (lookahead == 't') ADVANCE(48); + if (lookahead == 't') ADVANCE(47); END_STATE(); case 27: - if (lookahead == 't') ADVANCE(49); + if (lookahead == 'a') ADVANCE(48); END_STATE(); case 28: - if (lookahead == 'a') ADVANCE(50); + if (lookahead == 'p') ADVANCE(49); END_STATE(); case 29: - if (lookahead == 'p') ADVANCE(51); + if (lookahead == 'i') ADVANCE(50); END_STATE(); case 30: - if (lookahead == 'i') ADVANCE(52); + if (lookahead == 'i') ADVANCE(51); + if (lookahead == 'r') ADVANCE(52); END_STATE(); case 31: - if (lookahead == 'i') ADVANCE(53); - if (lookahead == 'r') ADVANCE(54); + if (lookahead == 'u') ADVANCE(53); + if (lookahead == 'y') ADVANCE(54); END_STATE(); case 32: - if (lookahead == 'u') ADVANCE(55); - if (lookahead == 'y') ADVANCE(56); + if (lookahead == 'p') ADVANCE(55); END_STATE(); case 33: - if (lookahead == 'p') ADVANCE(57); + if (lookahead == 'd') ADVANCE(56); END_STATE(); case 34: - if (lookahead == 'd') ADVANCE(58); + if (lookahead == 'i') ADVANCE(57); END_STATE(); case 35: - if (lookahead == 'i') ADVANCE(59); + if (lookahead == 'e') ADVANCE(58); END_STATE(); case 36: - if (lookahead == 't') ADVANCE(60); + if (lookahead == 'a') ADVANCE(59); END_STATE(); case 37: - if (lookahead == 'e') ADVANCE(61); + if (lookahead == 't') ADVANCE(60); END_STATE(); case 38: - if (lookahead == 'a') ADVANCE(62); + if (lookahead == 'u') ADVANCE(61); END_STATE(); case 39: - if (lookahead == 't') ADVANCE(63); + if (lookahead == 'e') ADVANCE(62); END_STATE(); case 40: - if (lookahead == 'u') ADVANCE(64); + if (lookahead == 's') ADVANCE(63); END_STATE(); case 41: - if (lookahead == 'e') ADVANCE(65); + ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 42: - if (lookahead == 's') ADVANCE(66); + ACCEPT_TOKEN(anon_sym_get); END_STATE(); case 43: - ACCEPT_TOKEN(anon_sym_for); + if (lookahead == 'o') ADVANCE(64); END_STATE(); case 44: - ACCEPT_TOKEN(anon_sym_get); + ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 45: - if (lookahead == 'o') ADVANCE(67); + if (lookahead == 'l') ADVANCE(65); END_STATE(); case 46: - ACCEPT_TOKEN(anon_sym_new); + if (lookahead == 'u') ADVANCE(66); END_STATE(); case 47: - if (lookahead == 'l') ADVANCE(68); + ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 48: - if (lookahead == 'u') ADVANCE(69); + if (lookahead == 't') ADVANCE(67); END_STATE(); case 49: - ACCEPT_TOKEN(anon_sym_set); + if (lookahead == 'e') ADVANCE(68); END_STATE(); case 50: - if (lookahead == 't') ADVANCE(70); + if (lookahead == 't') ADVANCE(69); END_STATE(); case 51: - if (lookahead == 'e') ADVANCE(71); + if (lookahead == 's') ADVANCE(70); END_STATE(); case 52: - if (lookahead == 't') ADVANCE(72); + if (lookahead == 'o') ADVANCE(71); END_STATE(); case 53: - if (lookahead == 's') ADVANCE(73); + if (lookahead == 'e') ADVANCE(72); END_STATE(); case 54: - if (lookahead == 'o') ADVANCE(74); + ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 55: - if (lookahead == 'e') ADVANCE(75); + if (lookahead == 'e') ADVANCE(73); END_STATE(); case 56: - ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 'e') ADVANCE(74); END_STATE(); case 57: - if (lookahead == 'e') ADVANCE(76); + if (lookahead == 'd') ADVANCE(75); END_STATE(); case 58: - if (lookahead == 'e') ADVANCE(77); + if (lookahead == 'l') ADVANCE(76); END_STATE(); case 59: - if (lookahead == 'd') ADVANCE(78); + if (lookahead == 'k') ADVANCE(77); END_STATE(); case 60: - if (lookahead == 'h') ADVANCE(79); + if (lookahead == 'i') ADVANCE(78); END_STATE(); case 61: - if (lookahead == 'l') ADVANCE(80); + if (lookahead == 'g') ADVANCE(79); END_STATE(); case 62: - if (lookahead == 'k') ADVANCE(81); + if (lookahead == 't') ADVANCE(80); END_STATE(); case 63: - if (lookahead == 'i') ADVANCE(82); + if (lookahead == 'e') ADVANCE(81); END_STATE(); case 64: - if (lookahead == 'g') ADVANCE(83); + if (lookahead == 'r') ADVANCE(82); END_STATE(); case 65: - if (lookahead == 't') ADVANCE(84); + ACCEPT_TOKEN(sym_null); END_STATE(); case 66: - if (lookahead == 'e') ADVANCE(85); + if (lookahead == 'r') ADVANCE(83); END_STATE(); case 67: - if (lookahead == 'r') ADVANCE(86); + if (lookahead == 'i') ADVANCE(84); END_STATE(); case 68: - ACCEPT_TOKEN(sym_null); + if (lookahead == 'r') ADVANCE(85); END_STATE(); case 69: - if (lookahead == 'r') ADVANCE(87); + if (lookahead == 'c') ADVANCE(86); END_STATE(); case 70: - if (lookahead == 'i') ADVANCE(88); + ACCEPT_TOKEN(sym_this); END_STATE(); case 71: - if (lookahead == 'r') ADVANCE(89); + if (lookahead == 'w') ADVANCE(87); END_STATE(); case 72: - if (lookahead == 'c') ADVANCE(90); + ACCEPT_TOKEN(sym_true); END_STATE(); case 73: - ACCEPT_TOKEN(sym_this); + if (lookahead == 'o') ADVANCE(88); END_STATE(); case 74: - if (lookahead == 'w') ADVANCE(91); + if (lookahead == 'f') ADVANCE(89); END_STATE(); case 75: - ACCEPT_TOKEN(sym_true); + ACCEPT_TOKEN(anon_sym_void); END_STATE(); case 76: - if (lookahead == 'o') ADVANCE(92); + if (lookahead == 'd') ADVANCE(90); END_STATE(); case 77: - if (lookahead == 'f') ADVANCE(93); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_void); + if (lookahead == 'n') ADVANCE(91); END_STATE(); case 79: - ACCEPT_TOKEN(anon_sym_with); + if (lookahead == 'g') ADVANCE(92); END_STATE(); case 80: - if (lookahead == 'd') ADVANCE(94); + if (lookahead == 'e') ADVANCE(93); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_break); + ACCEPT_TOKEN(sym_false); END_STATE(); case 82: - if (lookahead == 'n') ADVANCE(95); + if (lookahead == 't') ADVANCE(94); END_STATE(); case 83: - if (lookahead == 'g') ADVANCE(96); + if (lookahead == 'n') ADVANCE(95); END_STATE(); case 84: - if (lookahead == 'e') ADVANCE(97); + if (lookahead == 'c') ADVANCE(96); END_STATE(); case 85: - ACCEPT_TOKEN(sym_false); + ACCEPT_TOKEN(sym_super); END_STATE(); case 86: - if (lookahead == 't') ADVANCE(98); + if (lookahead == 'h') ADVANCE(97); END_STATE(); case 87: - if (lookahead == 'n') ADVANCE(99); + ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 88: - if (lookahead == 'c') ADVANCE(100); + if (lookahead == 'f') ADVANCE(98); END_STATE(); case 89: - ACCEPT_TOKEN(sym_super); + if (lookahead == 'i') ADVANCE(99); END_STATE(); case 90: - if (lookahead == 'h') ADVANCE(101); + ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 91: - ACCEPT_TOKEN(anon_sym_throw); + if (lookahead == 'u') ADVANCE(100); END_STATE(); case 92: - if (lookahead == 'f') ADVANCE(102); + if (lookahead == 'e') ADVANCE(101); END_STATE(); case 93: - if (lookahead == 'i') ADVANCE(103); + ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 94: - ACCEPT_TOKEN(anon_sym_yield); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 95: - if (lookahead == 'u') ADVANCE(104); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 96: - if (lookahead == 'e') ADVANCE(105); + ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_delete); + ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_import); + ACCEPT_TOKEN(anon_sym_typeof); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_return); + if (lookahead == 'n') ADVANCE(102); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_static); + if (lookahead == 'e') ADVANCE(103); END_STATE(); case 101: - ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == 'r') ADVANCE(104); END_STATE(); case 102: - ACCEPT_TOKEN(anon_sym_typeof); + if (lookahead == 'e') ADVANCE(105); END_STATE(); case 103: - if (lookahead == 'n') ADVANCE(106); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 104: - if (lookahead == 'e') ADVANCE(107); + ACCEPT_TOKEN(anon_sym_debugger); END_STATE(); case 105: - if (lookahead == 'r') ADVANCE(108); + if (lookahead == 'd') ADVANCE(106); END_STATE(); case 106: - if (lookahead == 'e') ADVANCE(109); - END_STATE(); - case 107: - ACCEPT_TOKEN(anon_sym_continue); - END_STATE(); - case 108: - ACCEPT_TOKEN(anon_sym_debugger); - END_STATE(); - case 109: - if (lookahead == 'd') ADVANCE(110); - END_STATE(); - case 110: ACCEPT_TOKEN(sym_undefined); END_STATE(); default: @@ -10368,2823 +10816,2884 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 200}, - [2] = {.lex_state = 15}, - [3] = {.lex_state = 15}, - [4] = {.lex_state = 15}, - [5] = {.lex_state = 15}, - [6] = {.lex_state = 15}, - [7] = {.lex_state = 15}, - [8] = {.lex_state = 15}, - [9] = {.lex_state = 15}, - [10] = {.lex_state = 21}, - [11] = {.lex_state = 21}, - [12] = {.lex_state = 21}, - [13] = {.lex_state = 21}, - [14] = {.lex_state = 21}, - [15] = {.lex_state = 200}, - [16] = {.lex_state = 200}, - [17] = {.lex_state = 200}, - [18] = {.lex_state = 200}, - [19] = {.lex_state = 200}, - [20] = {.lex_state = 200}, - [21] = {.lex_state = 200}, - [22] = {.lex_state = 200}, - [23] = {.lex_state = 200}, - [24] = {.lex_state = 200}, - [25] = {.lex_state = 200}, - [26] = {.lex_state = 200}, - [27] = {.lex_state = 200}, - [28] = {.lex_state = 200}, - [29] = {.lex_state = 200}, - [30] = {.lex_state = 200}, - [31] = {.lex_state = 200}, - [32] = {.lex_state = 200}, - [33] = {.lex_state = 200}, - [34] = {.lex_state = 200}, - [35] = {.lex_state = 200}, - [36] = {.lex_state = 200}, - [37] = {.lex_state = 200}, - [38] = {.lex_state = 200}, - [39] = {.lex_state = 200}, - [40] = {.lex_state = 200}, - [41] = {.lex_state = 200}, - [42] = {.lex_state = 200}, - [43] = {.lex_state = 200}, - [44] = {.lex_state = 200}, - [45] = {.lex_state = 200}, - [46] = {.lex_state = 200}, - [47] = {.lex_state = 200}, - [48] = {.lex_state = 200}, - [49] = {.lex_state = 200}, - [50] = {.lex_state = 200}, - [51] = {.lex_state = 200}, - [52] = {.lex_state = 200}, - [53] = {.lex_state = 200}, - [54] = {.lex_state = 200}, - [55] = {.lex_state = 200}, - [56] = {.lex_state = 200}, - [57] = {.lex_state = 200}, - [58] = {.lex_state = 200}, - [59] = {.lex_state = 200}, - [60] = {.lex_state = 200}, - [61] = {.lex_state = 200}, - [62] = {.lex_state = 200}, - [63] = {.lex_state = 200}, - [64] = {.lex_state = 200}, - [65] = {.lex_state = 200}, - [66] = {.lex_state = 200}, - [67] = {.lex_state = 200}, - [68] = {.lex_state = 200}, - [69] = {.lex_state = 200}, - [70] = {.lex_state = 200}, - [71] = {.lex_state = 200}, - [72] = {.lex_state = 200}, - [73] = {.lex_state = 200}, - [74] = {.lex_state = 200}, - [75] = {.lex_state = 200}, - [76] = {.lex_state = 200}, - [77] = {.lex_state = 200}, - [78] = {.lex_state = 200}, - [79] = {.lex_state = 200}, - [80] = {.lex_state = 200}, - [81] = {.lex_state = 200}, - [82] = {.lex_state = 200}, - [83] = {.lex_state = 200}, - [84] = {.lex_state = 200}, - [85] = {.lex_state = 200}, - [86] = {.lex_state = 200}, - [87] = {.lex_state = 200}, - [88] = {.lex_state = 200}, - [89] = {.lex_state = 200}, - [90] = {.lex_state = 200}, - [91] = {.lex_state = 200}, - [92] = {.lex_state = 200}, - [93] = {.lex_state = 200}, - [94] = {.lex_state = 200}, - [95] = {.lex_state = 200}, - [96] = {.lex_state = 200}, - [97] = {.lex_state = 200}, - [98] = {.lex_state = 200}, - [99] = {.lex_state = 200}, - [100] = {.lex_state = 200}, - [101] = {.lex_state = 200}, - [102] = {.lex_state = 200}, - [103] = {.lex_state = 200}, - [104] = {.lex_state = 200}, - [105] = {.lex_state = 200}, - [106] = {.lex_state = 200}, - [107] = {.lex_state = 200}, - [108] = {.lex_state = 200}, - [109] = {.lex_state = 200}, - [110] = {.lex_state = 200}, - [111] = {.lex_state = 200}, - [112] = {.lex_state = 200}, - [113] = {.lex_state = 200}, - [114] = {.lex_state = 200}, - [115] = {.lex_state = 200}, - [116] = {.lex_state = 200}, - [117] = {.lex_state = 200}, - [118] = {.lex_state = 200}, - [119] = {.lex_state = 7, .external_lex_state = 2}, - [120] = {.lex_state = 8, .external_lex_state = 3}, - [121] = {.lex_state = 7, .external_lex_state = 3}, - [122] = {.lex_state = 7, .external_lex_state = 2}, - [123] = {.lex_state = 8, .external_lex_state = 2}, - [124] = {.lex_state = 19}, - [125] = {.lex_state = 19}, - [126] = {.lex_state = 19}, - [127] = {.lex_state = 14}, - [128] = {.lex_state = 19}, - [129] = {.lex_state = 14}, - [130] = {.lex_state = 14}, - [131] = {.lex_state = 14}, - [132] = {.lex_state = 19}, - [133] = {.lex_state = 19}, - [134] = {.lex_state = 10, .external_lex_state = 3}, - [135] = {.lex_state = 14}, - [136] = {.lex_state = 19}, - [137] = {.lex_state = 19}, - [138] = {.lex_state = 14}, - [139] = {.lex_state = 19}, - [140] = {.lex_state = 14}, - [141] = {.lex_state = 19}, - [142] = {.lex_state = 19}, - [143] = {.lex_state = 19}, - [144] = {.lex_state = 19}, - [145] = {.lex_state = 19}, - [146] = {.lex_state = 19}, - [147] = {.lex_state = 14}, - [148] = {.lex_state = 199, .external_lex_state = 3}, - [149] = {.lex_state = 10, .external_lex_state = 3}, - [150] = {.lex_state = 10, .external_lex_state = 3}, - [151] = {.lex_state = 9, .external_lex_state = 3}, - [152] = {.lex_state = 10, .external_lex_state = 3}, - [153] = {.lex_state = 10, .external_lex_state = 3}, - [154] = {.lex_state = 10, .external_lex_state = 3}, - [155] = {.lex_state = 10, .external_lex_state = 3}, - [156] = {.lex_state = 10, .external_lex_state = 3}, - [157] = {.lex_state = 10, .external_lex_state = 3}, - [158] = {.lex_state = 10, .external_lex_state = 3}, - [159] = {.lex_state = 10, .external_lex_state = 3}, - [160] = {.lex_state = 10, .external_lex_state = 3}, - [161] = {.lex_state = 10, .external_lex_state = 3}, - [162] = {.lex_state = 10, .external_lex_state = 3}, - [163] = {.lex_state = 10, .external_lex_state = 3}, - [164] = {.lex_state = 9, .external_lex_state = 3}, - [165] = {.lex_state = 199, .external_lex_state = 3}, - [166] = {.lex_state = 14}, - [167] = {.lex_state = 199, .external_lex_state = 3}, - [168] = {.lex_state = 9, .external_lex_state = 3}, - [169] = {.lex_state = 199, .external_lex_state = 3}, - [170] = {.lex_state = 14}, - [171] = {.lex_state = 199, .external_lex_state = 3}, - [172] = {.lex_state = 199, .external_lex_state = 3}, - [173] = {.lex_state = 9, .external_lex_state = 3}, - [174] = {.lex_state = 198, .external_lex_state = 3}, - [175] = {.lex_state = 199, .external_lex_state = 3}, - [176] = {.lex_state = 199, .external_lex_state = 3}, - [177] = {.lex_state = 199, .external_lex_state = 3}, - [178] = {.lex_state = 14}, - [179] = {.lex_state = 199, .external_lex_state = 3}, - [180] = {.lex_state = 9, .external_lex_state = 3}, - [181] = {.lex_state = 199, .external_lex_state = 3}, - [182] = {.lex_state = 9, .external_lex_state = 3}, - [183] = {.lex_state = 9, .external_lex_state = 3}, - [184] = {.lex_state = 199, .external_lex_state = 3}, - [185] = {.lex_state = 9, .external_lex_state = 3}, - [186] = {.lex_state = 9, .external_lex_state = 3}, - [187] = {.lex_state = 9, .external_lex_state = 3}, - [188] = {.lex_state = 14}, - [189] = {.lex_state = 9, .external_lex_state = 3}, - [190] = {.lex_state = 199, .external_lex_state = 3}, - [191] = {.lex_state = 199, .external_lex_state = 3}, - [192] = {.lex_state = 9, .external_lex_state = 3}, - [193] = {.lex_state = 199, .external_lex_state = 3}, - [194] = {.lex_state = 9, .external_lex_state = 3}, - [195] = {.lex_state = 9, .external_lex_state = 3}, - [196] = {.lex_state = 9, .external_lex_state = 3}, - [197] = {.lex_state = 198, .external_lex_state = 3}, - [198] = {.lex_state = 14}, - [199] = {.lex_state = 14}, - [200] = {.lex_state = 198, .external_lex_state = 3}, - [201] = {.lex_state = 198, .external_lex_state = 3}, - [202] = {.lex_state = 198, .external_lex_state = 3}, - [203] = {.lex_state = 198, .external_lex_state = 3}, - [204] = {.lex_state = 14}, - [205] = {.lex_state = 198, .external_lex_state = 3}, - [206] = {.lex_state = 198, .external_lex_state = 3}, - [207] = {.lex_state = 198, .external_lex_state = 3}, - [208] = {.lex_state = 198, .external_lex_state = 3}, - [209] = {.lex_state = 198, .external_lex_state = 3}, - [210] = {.lex_state = 198, .external_lex_state = 3}, - [211] = {.lex_state = 198, .external_lex_state = 3}, - [212] = {.lex_state = 198, .external_lex_state = 3}, - [213] = {.lex_state = 198, .external_lex_state = 3}, - [214] = {.lex_state = 14}, - [215] = {.lex_state = 14}, - [216] = {.lex_state = 14}, - [217] = {.lex_state = 14}, - [218] = {.lex_state = 14}, - [219] = {.lex_state = 14}, - [220] = {.lex_state = 14}, - [221] = {.lex_state = 14}, - [222] = {.lex_state = 14}, - [223] = {.lex_state = 14}, - [224] = {.lex_state = 14}, - [225] = {.lex_state = 14}, - [226] = {.lex_state = 14}, - [227] = {.lex_state = 14}, - [228] = {.lex_state = 14}, - [229] = {.lex_state = 14}, - [230] = {.lex_state = 14}, - [231] = {.lex_state = 14}, - [232] = {.lex_state = 14}, - [233] = {.lex_state = 19}, - [234] = {.lex_state = 14, .external_lex_state = 4}, - [235] = {.lex_state = 14, .external_lex_state = 4}, - [236] = {.lex_state = 14, .external_lex_state = 4}, - [237] = {.lex_state = 14, .external_lex_state = 4}, - [238] = {.lex_state = 14, .external_lex_state = 4}, - [239] = {.lex_state = 14}, - [240] = {.lex_state = 14}, - [241] = {.lex_state = 14}, - [242] = {.lex_state = 14}, - [243] = {.lex_state = 14}, - [244] = {.lex_state = 14}, - [245] = {.lex_state = 14}, - [246] = {.lex_state = 16}, - [247] = {.lex_state = 14}, - [248] = {.lex_state = 14}, - [249] = {.lex_state = 14}, - [250] = {.lex_state = 14}, - [251] = {.lex_state = 14}, - [252] = {.lex_state = 14}, - [253] = {.lex_state = 14}, - [254] = {.lex_state = 14}, - [255] = {.lex_state = 14}, - [256] = {.lex_state = 14}, - [257] = {.lex_state = 14}, - [258] = {.lex_state = 14}, - [259] = {.lex_state = 14}, - [260] = {.lex_state = 14}, - [261] = {.lex_state = 14}, - [262] = {.lex_state = 14}, - [263] = {.lex_state = 14}, - [264] = {.lex_state = 14}, - [265] = {.lex_state = 14}, - [266] = {.lex_state = 14}, - [267] = {.lex_state = 14}, - [268] = {.lex_state = 14}, - [269] = {.lex_state = 14}, - [270] = {.lex_state = 14}, - [271] = {.lex_state = 14}, - [272] = {.lex_state = 14}, - [273] = {.lex_state = 14}, - [274] = {.lex_state = 14}, - [275] = {.lex_state = 14}, - [276] = {.lex_state = 14}, - [277] = {.lex_state = 16}, - [278] = {.lex_state = 14}, - [279] = {.lex_state = 14}, - [280] = {.lex_state = 14}, - [281] = {.lex_state = 14}, - [282] = {.lex_state = 16}, - [283] = {.lex_state = 14}, - [284] = {.lex_state = 14}, - [285] = {.lex_state = 14}, - [286] = {.lex_state = 14}, - [287] = {.lex_state = 16}, - [288] = {.lex_state = 14}, - [289] = {.lex_state = 14}, - [290] = {.lex_state = 16}, - [291] = {.lex_state = 14}, - [292] = {.lex_state = 14}, - [293] = {.lex_state = 14}, - [294] = {.lex_state = 14}, - [295] = {.lex_state = 14}, - [296] = {.lex_state = 14}, - [297] = {.lex_state = 14}, - [298] = {.lex_state = 14}, - [299] = {.lex_state = 14}, - [300] = {.lex_state = 14}, - [301] = {.lex_state = 14}, - [302] = {.lex_state = 14}, - [303] = {.lex_state = 14}, - [304] = {.lex_state = 14}, - [305] = {.lex_state = 14}, - [306] = {.lex_state = 14}, - [307] = {.lex_state = 14}, - [308] = {.lex_state = 14}, - [309] = {.lex_state = 14}, - [310] = {.lex_state = 14}, - [311] = {.lex_state = 14}, - [312] = {.lex_state = 14}, - [313] = {.lex_state = 14}, - [314] = {.lex_state = 14}, - [315] = {.lex_state = 14}, - [316] = {.lex_state = 14}, - [317] = {.lex_state = 14}, - [318] = {.lex_state = 14}, - [319] = {.lex_state = 14}, - [320] = {.lex_state = 14}, - [321] = {.lex_state = 14}, - [322] = {.lex_state = 14}, - [323] = {.lex_state = 14}, - [324] = {.lex_state = 14}, - [325] = {.lex_state = 14}, - [326] = {.lex_state = 14}, - [327] = {.lex_state = 14}, - [328] = {.lex_state = 14}, - [329] = {.lex_state = 14}, - [330] = {.lex_state = 14}, - [331] = {.lex_state = 14}, - [332] = {.lex_state = 14}, - [333] = {.lex_state = 14}, - [334] = {.lex_state = 14}, - [335] = {.lex_state = 14}, - [336] = {.lex_state = 14}, - [337] = {.lex_state = 14}, - [338] = {.lex_state = 14}, - [339] = {.lex_state = 14}, - [340] = {.lex_state = 14}, - [341] = {.lex_state = 14}, - [342] = {.lex_state = 14}, - [343] = {.lex_state = 14}, - [344] = {.lex_state = 14}, - [345] = {.lex_state = 14}, - [346] = {.lex_state = 14}, - [347] = {.lex_state = 14}, - [348] = {.lex_state = 14}, - [349] = {.lex_state = 14}, - [350] = {.lex_state = 14}, - [351] = {.lex_state = 14}, - [352] = {.lex_state = 14}, - [353] = {.lex_state = 14}, - [354] = {.lex_state = 14}, - [355] = {.lex_state = 14}, - [356] = {.lex_state = 14}, - [357] = {.lex_state = 14}, - [358] = {.lex_state = 14}, - [359] = {.lex_state = 14}, - [360] = {.lex_state = 14}, - [361] = {.lex_state = 14}, - [362] = {.lex_state = 14}, - [363] = {.lex_state = 14}, - [364] = {.lex_state = 14}, - [365] = {.lex_state = 14}, - [366] = {.lex_state = 14}, - [367] = {.lex_state = 14}, - [368] = {.lex_state = 14}, - [369] = {.lex_state = 14}, - [370] = {.lex_state = 14}, - [371] = {.lex_state = 14}, - [372] = {.lex_state = 14}, - [373] = {.lex_state = 14}, - [374] = {.lex_state = 14}, - [375] = {.lex_state = 14}, - [376] = {.lex_state = 14}, - [377] = {.lex_state = 14}, - [378] = {.lex_state = 14}, - [379] = {.lex_state = 14}, - [380] = {.lex_state = 14}, - [381] = {.lex_state = 14}, - [382] = {.lex_state = 14}, - [383] = {.lex_state = 14}, - [384] = {.lex_state = 14}, - [385] = {.lex_state = 14}, - [386] = {.lex_state = 14}, - [387] = {.lex_state = 14}, - [388] = {.lex_state = 14}, - [389] = {.lex_state = 14}, - [390] = {.lex_state = 14}, - [391] = {.lex_state = 14}, - [392] = {.lex_state = 14}, - [393] = {.lex_state = 14}, - [394] = {.lex_state = 14}, - [395] = {.lex_state = 14}, - [396] = {.lex_state = 14}, - [397] = {.lex_state = 14}, - [398] = {.lex_state = 14}, - [399] = {.lex_state = 14}, - [400] = {.lex_state = 14}, - [401] = {.lex_state = 14}, - [402] = {.lex_state = 14}, - [403] = {.lex_state = 14}, - [404] = {.lex_state = 14}, - [405] = {.lex_state = 14}, - [406] = {.lex_state = 14}, - [407] = {.lex_state = 14}, - [408] = {.lex_state = 14}, - [409] = {.lex_state = 14}, - [410] = {.lex_state = 14}, - [411] = {.lex_state = 14}, - [412] = {.lex_state = 14}, - [413] = {.lex_state = 14}, - [414] = {.lex_state = 14}, - [415] = {.lex_state = 14}, - [416] = {.lex_state = 14}, - [417] = {.lex_state = 14}, - [418] = {.lex_state = 14}, - [419] = {.lex_state = 14}, - [420] = {.lex_state = 14}, - [421] = {.lex_state = 14}, - [422] = {.lex_state = 14}, - [423] = {.lex_state = 206, .external_lex_state = 3}, - [424] = {.lex_state = 206, .external_lex_state = 3}, - [425] = {.lex_state = 206, .external_lex_state = 3}, - [426] = {.lex_state = 206, .external_lex_state = 3}, - [427] = {.lex_state = 206, .external_lex_state = 3}, - [428] = {.lex_state = 206, .external_lex_state = 3}, - [429] = {.lex_state = 206, .external_lex_state = 3}, - [430] = {.lex_state = 206, .external_lex_state = 3}, - [431] = {.lex_state = 24, .external_lex_state = 3}, - [432] = {.lex_state = 24, .external_lex_state = 3}, - [433] = {.lex_state = 24, .external_lex_state = 3}, - [434] = {.lex_state = 25, .external_lex_state = 3}, - [435] = {.lex_state = 25, .external_lex_state = 3}, - [436] = {.lex_state = 25, .external_lex_state = 3}, - [437] = {.lex_state = 25, .external_lex_state = 3}, - [438] = {.lex_state = 25, .external_lex_state = 3}, - [439] = {.lex_state = 25, .external_lex_state = 3}, - [440] = {.lex_state = 18}, - [441] = {.lex_state = 27, .external_lex_state = 2}, - [442] = {.lex_state = 27, .external_lex_state = 2}, - [443] = {.lex_state = 28, .external_lex_state = 3}, - [444] = {.lex_state = 28, .external_lex_state = 3}, - [445] = {.lex_state = 18, .external_lex_state = 4}, - [446] = {.lex_state = 27, .external_lex_state = 3}, - [447] = {.lex_state = 28, .external_lex_state = 3}, - [448] = {.lex_state = 205}, - [449] = {.lex_state = 17}, - [450] = {.lex_state = 27, .external_lex_state = 3}, - [451] = {.lex_state = 27, .external_lex_state = 3}, - [452] = {.lex_state = 27, .external_lex_state = 2}, - [453] = {.lex_state = 27, .external_lex_state = 2}, - [454] = {.lex_state = 18, .external_lex_state = 4}, - [455] = {.lex_state = 27, .external_lex_state = 3}, - [456] = {.lex_state = 27, .external_lex_state = 3}, - [457] = {.lex_state = 27, .external_lex_state = 2}, - [458] = {.lex_state = 27, .external_lex_state = 3}, - [459] = {.lex_state = 27, .external_lex_state = 3}, - [460] = {.lex_state = 204}, - [461] = {.lex_state = 17, .external_lex_state = 4}, - [462] = {.lex_state = 22, .external_lex_state = 4}, - [463] = {.lex_state = 205, .external_lex_state = 4}, - [464] = {.lex_state = 18}, - [465] = {.lex_state = 27, .external_lex_state = 2}, - [466] = {.lex_state = 205, .external_lex_state = 4}, - [467] = {.lex_state = 22, .external_lex_state = 4}, - [468] = {.lex_state = 22}, - [469] = {.lex_state = 17, .external_lex_state = 4}, - [470] = {.lex_state = 18}, - [471] = {.lex_state = 22}, - [472] = {.lex_state = 23, .external_lex_state = 4}, - [473] = {.lex_state = 27, .external_lex_state = 2}, - [474] = {.lex_state = 23}, - [475] = {.lex_state = 27, .external_lex_state = 2}, - [476] = {.lex_state = 23, .external_lex_state = 4}, - [477] = {.lex_state = 27, .external_lex_state = 3}, - [478] = {.lex_state = 204, .external_lex_state = 4}, - [479] = {.lex_state = 23, .external_lex_state = 4}, - [480] = {.lex_state = 20}, - [481] = {.lex_state = 23, .external_lex_state = 4}, - [482] = {.lex_state = 23, .external_lex_state = 4}, - [483] = {.lex_state = 23, .external_lex_state = 4}, - [484] = {.lex_state = 204, .external_lex_state = 4}, - [485] = {.lex_state = 27, .external_lex_state = 3}, - [486] = {.lex_state = 27, .external_lex_state = 3}, - [487] = {.lex_state = 23}, - [488] = {.lex_state = 23, .external_lex_state = 4}, - [489] = {.lex_state = 23, .external_lex_state = 4}, - [490] = {.lex_state = 27, .external_lex_state = 3}, - [491] = {.lex_state = 23, .external_lex_state = 4}, - [492] = {.lex_state = 27, .external_lex_state = 3}, - [493] = {.lex_state = 23, .external_lex_state = 4}, - [494] = {.lex_state = 23, .external_lex_state = 4}, - [495] = {.lex_state = 22}, - [496] = {.lex_state = 205}, - [497] = {.lex_state = 23, .external_lex_state = 4}, - [498] = {.lex_state = 205}, - [499] = {.lex_state = 22}, - [500] = {.lex_state = 17}, - [501] = {.lex_state = 20, .external_lex_state = 4}, - [502] = {.lex_state = 22}, - [503] = {.lex_state = 23, .external_lex_state = 4}, - [504] = {.lex_state = 23, .external_lex_state = 4}, - [505] = {.lex_state = 17}, - [506] = {.lex_state = 23, .external_lex_state = 4}, - [507] = {.lex_state = 20, .external_lex_state = 4}, - [508] = {.lex_state = 23, .external_lex_state = 4}, - [509] = {.lex_state = 202, .external_lex_state = 4}, - [510] = {.lex_state = 202}, - [511] = {.lex_state = 202, .external_lex_state = 4}, - [512] = {.lex_state = 23}, - [513] = {.lex_state = 23}, - [514] = {.lex_state = 23}, - [515] = {.lex_state = 23}, - [516] = {.lex_state = 20}, - [517] = {.lex_state = 203}, - [518] = {.lex_state = 21, .external_lex_state = 4}, - [519] = {.lex_state = 21, .external_lex_state = 4}, - [520] = {.lex_state = 203, .external_lex_state = 4}, - [521] = {.lex_state = 21, .external_lex_state = 4}, - [522] = {.lex_state = 203, .external_lex_state = 4}, - [523] = {.lex_state = 204}, - [524] = {.lex_state = 203, .external_lex_state = 4}, - [525] = {.lex_state = 21, .external_lex_state = 4}, - [526] = {.lex_state = 21, .external_lex_state = 4}, - [527] = {.lex_state = 21, .external_lex_state = 4}, - [528] = {.lex_state = 203, .external_lex_state = 4}, - [529] = {.lex_state = 21, .external_lex_state = 4}, - [530] = {.lex_state = 21, .external_lex_state = 4}, - [531] = {.lex_state = 20}, - [532] = {.lex_state = 23}, - [533] = {.lex_state = 23}, - [534] = {.lex_state = 21, .external_lex_state = 4}, - [535] = {.lex_state = 201}, - [536] = {.lex_state = 23}, - [537] = {.lex_state = 202}, - [538] = {.lex_state = 21, .external_lex_state = 4}, - [539] = {.lex_state = 202}, - [540] = {.lex_state = 23}, - [541] = {.lex_state = 23}, - [542] = {.lex_state = 203, .external_lex_state = 4}, - [543] = {.lex_state = 23}, - [544] = {.lex_state = 23}, - [545] = {.lex_state = 23}, - [546] = {.lex_state = 23}, - [547] = {.lex_state = 21, .external_lex_state = 4}, - [548] = {.lex_state = 202}, - [549] = {.lex_state = 203, .external_lex_state = 4}, - [550] = {.lex_state = 21, .external_lex_state = 4}, - [551] = {.lex_state = 21, .external_lex_state = 4}, - [552] = {.lex_state = 23}, - [553] = {.lex_state = 202}, - [554] = {.lex_state = 23}, - [555] = {.lex_state = 23}, - [556] = {.lex_state = 23}, - [557] = {.lex_state = 23}, - [558] = {.lex_state = 203, .external_lex_state = 4}, - [559] = {.lex_state = 23}, - [560] = {.lex_state = 203, .external_lex_state = 4}, - [561] = {.lex_state = 23}, - [562] = {.lex_state = 201, .external_lex_state = 4}, - [563] = {.lex_state = 23}, - [564] = {.lex_state = 28, .external_lex_state = 2}, - [565] = {.lex_state = 23}, - [566] = {.lex_state = 23}, - [567] = {.lex_state = 23}, - [568] = {.lex_state = 21, .external_lex_state = 4}, - [569] = {.lex_state = 203, .external_lex_state = 4}, - [570] = {.lex_state = 23}, - [571] = {.lex_state = 23}, - [572] = {.lex_state = 23}, - [573] = {.lex_state = 23}, - [574] = {.lex_state = 23}, - [575] = {.lex_state = 23}, - [576] = {.lex_state = 23}, - [577] = {.lex_state = 23}, - [578] = {.lex_state = 23}, - [579] = {.lex_state = 203, .external_lex_state = 4}, - [580] = {.lex_state = 23}, - [581] = {.lex_state = 23}, - [582] = {.lex_state = 23}, - [583] = {.lex_state = 28, .external_lex_state = 2}, - [584] = {.lex_state = 23}, - [585] = {.lex_state = 23}, - [586] = {.lex_state = 203, .external_lex_state = 4}, - [587] = {.lex_state = 23}, - [588] = {.lex_state = 203, .external_lex_state = 4}, - [589] = {.lex_state = 23}, - [590] = {.lex_state = 23}, - [591] = {.lex_state = 23}, - [592] = {.lex_state = 28, .external_lex_state = 2}, - [593] = {.lex_state = 23}, - [594] = {.lex_state = 201, .external_lex_state = 4}, - [595] = {.lex_state = 23}, - [596] = {.lex_state = 23}, - [597] = {.lex_state = 23}, - [598] = {.lex_state = 23}, - [599] = {.lex_state = 23}, - [600] = {.lex_state = 23}, - [601] = {.lex_state = 203}, - [602] = {.lex_state = 23}, - [603] = {.lex_state = 23}, - [604] = {.lex_state = 23}, - [605] = {.lex_state = 23}, - [606] = {.lex_state = 23}, - [607] = {.lex_state = 23}, - [608] = {.lex_state = 23}, - [609] = {.lex_state = 23}, - [610] = {.lex_state = 23}, - [611] = {.lex_state = 203, .external_lex_state = 4}, - [612] = {.lex_state = 23}, - [613] = {.lex_state = 23}, - [614] = {.lex_state = 23}, - [615] = {.lex_state = 23}, - [616] = {.lex_state = 23}, - [617] = {.lex_state = 23}, - [618] = {.lex_state = 23}, - [619] = {.lex_state = 203, .external_lex_state = 4}, - [620] = {.lex_state = 23}, - [621] = {.lex_state = 23}, - [622] = {.lex_state = 21, .external_lex_state = 4}, - [623] = {.lex_state = 23}, - [624] = {.lex_state = 23}, - [625] = {.lex_state = 23}, - [626] = {.lex_state = 23}, - [627] = {.lex_state = 23}, - [628] = {.lex_state = 20}, - [629] = {.lex_state = 23}, - [630] = {.lex_state = 23}, - [631] = {.lex_state = 23}, - [632] = {.lex_state = 21, .external_lex_state = 4}, - [633] = {.lex_state = 23}, - [634] = {.lex_state = 23}, - [635] = {.lex_state = 23}, - [636] = {.lex_state = 23}, - [637] = {.lex_state = 23}, - [638] = {.lex_state = 23}, - [639] = {.lex_state = 23}, - [640] = {.lex_state = 20}, - [641] = {.lex_state = 23}, - [642] = {.lex_state = 23}, - [643] = {.lex_state = 204}, - [644] = {.lex_state = 23}, - [645] = {.lex_state = 23}, - [646] = {.lex_state = 203, .external_lex_state = 4}, - [647] = {.lex_state = 23}, - [648] = {.lex_state = 23}, - [649] = {.lex_state = 23}, - [650] = {.lex_state = 23}, - [651] = {.lex_state = 23}, - [652] = {.lex_state = 23}, - [653] = {.lex_state = 203, .external_lex_state = 4}, - [654] = {.lex_state = 23}, - [655] = {.lex_state = 23}, - [656] = {.lex_state = 23}, - [657] = {.lex_state = 23}, - [658] = {.lex_state = 23}, - [659] = {.lex_state = 21}, - [660] = {.lex_state = 21}, - [661] = {.lex_state = 21}, - [662] = {.lex_state = 203}, - [663] = {.lex_state = 21}, - [664] = {.lex_state = 21}, - [665] = {.lex_state = 203}, - [666] = {.lex_state = 203}, - [667] = {.lex_state = 21}, - [668] = {.lex_state = 21}, - [669] = {.lex_state = 203}, - [670] = {.lex_state = 21}, - [671] = {.lex_state = 203}, - [672] = {.lex_state = 21}, - [673] = {.lex_state = 21}, - [674] = {.lex_state = 21}, - [675] = {.lex_state = 200, .external_lex_state = 4}, - [676] = {.lex_state = 203}, - [677] = {.lex_state = 203}, - [678] = {.lex_state = 21}, - [679] = {.lex_state = 203}, - [680] = {.lex_state = 203}, - [681] = {.lex_state = 203}, - [682] = {.lex_state = 21}, - [683] = {.lex_state = 203}, - [684] = {.lex_state = 203}, - [685] = {.lex_state = 200, .external_lex_state = 4}, - [686] = {.lex_state = 21}, - [687] = {.lex_state = 203}, - [688] = {.lex_state = 203}, - [689] = {.lex_state = 200, .external_lex_state = 4}, - [690] = {.lex_state = 21}, - [691] = {.lex_state = 200, .external_lex_state = 4}, - [692] = {.lex_state = 203}, - [693] = {.lex_state = 21}, - [694] = {.lex_state = 21}, - [695] = {.lex_state = 203}, - [696] = {.lex_state = 203}, - [697] = {.lex_state = 21}, - [698] = {.lex_state = 203}, - [699] = {.lex_state = 203}, - [700] = {.lex_state = 21}, - [701] = {.lex_state = 21}, - [702] = {.lex_state = 201}, - [703] = {.lex_state = 21}, - [704] = {.lex_state = 21}, - [705] = {.lex_state = 21}, - [706] = {.lex_state = 203}, - [707] = {.lex_state = 203}, - [708] = {.lex_state = 21}, - [709] = {.lex_state = 203}, - [710] = {.lex_state = 203}, - [711] = {.lex_state = 21}, - [712] = {.lex_state = 21}, - [713] = {.lex_state = 21}, - [714] = {.lex_state = 21}, - [715] = {.lex_state = 21}, - [716] = {.lex_state = 203}, - [717] = {.lex_state = 200, .external_lex_state = 4}, - [718] = {.lex_state = 21}, - [719] = {.lex_state = 21}, - [720] = {.lex_state = 21}, - [721] = {.lex_state = 21}, - [722] = {.lex_state = 21}, - [723] = {.lex_state = 21}, - [724] = {.lex_state = 203}, - [725] = {.lex_state = 203}, - [726] = {.lex_state = 203}, - [727] = {.lex_state = 203}, - [728] = {.lex_state = 21}, - [729] = {.lex_state = 203}, - [730] = {.lex_state = 203}, - [731] = {.lex_state = 21}, - [732] = {.lex_state = 21}, - [733] = {.lex_state = 203}, - [734] = {.lex_state = 21}, - [735] = {.lex_state = 203}, - [736] = {.lex_state = 21}, - [737] = {.lex_state = 203}, - [738] = {.lex_state = 203}, - [739] = {.lex_state = 203}, - [740] = {.lex_state = 21}, - [741] = {.lex_state = 203}, - [742] = {.lex_state = 203}, - [743] = {.lex_state = 203}, - [744] = {.lex_state = 203}, - [745] = {.lex_state = 203}, - [746] = {.lex_state = 203}, - [747] = {.lex_state = 203}, - [748] = {.lex_state = 203}, - [749] = {.lex_state = 203}, - [750] = {.lex_state = 203}, - [751] = {.lex_state = 203}, - [752] = {.lex_state = 200, .external_lex_state = 4}, - [753] = {.lex_state = 203}, - [754] = {.lex_state = 203}, - [755] = {.lex_state = 203}, - [756] = {.lex_state = 203}, - [757] = {.lex_state = 201}, - [758] = {.lex_state = 203}, - [759] = {.lex_state = 201}, - [760] = {.lex_state = 21}, - [761] = {.lex_state = 21}, - [762] = {.lex_state = 203}, - [763] = {.lex_state = 21}, - [764] = {.lex_state = 203}, - [765] = {.lex_state = 21}, - [766] = {.lex_state = 203}, - [767] = {.lex_state = 203}, - [768] = {.lex_state = 21}, - [769] = {.lex_state = 21}, - [770] = {.lex_state = 203}, - [771] = {.lex_state = 203}, - [772] = {.lex_state = 203}, - [773] = {.lex_state = 21}, - [774] = {.lex_state = 203}, - [775] = {.lex_state = 200, .external_lex_state = 4}, - [776] = {.lex_state = 200, .external_lex_state = 4}, - [777] = {.lex_state = 200, .external_lex_state = 4}, - [778] = {.lex_state = 200, .external_lex_state = 4}, - [779] = {.lex_state = 203}, - [780] = {.lex_state = 203}, - [781] = {.lex_state = 203}, - [782] = {.lex_state = 203}, - [783] = {.lex_state = 200, .external_lex_state = 4}, - [784] = {.lex_state = 21}, - [785] = {.lex_state = 203}, - [786] = {.lex_state = 203}, - [787] = {.lex_state = 203}, - [788] = {.lex_state = 200, .external_lex_state = 4}, - [789] = {.lex_state = 203}, - [790] = {.lex_state = 203}, - [791] = {.lex_state = 203}, - [792] = {.lex_state = 203}, - [793] = {.lex_state = 203}, - [794] = {.lex_state = 203}, - [795] = {.lex_state = 203}, - [796] = {.lex_state = 21}, - [797] = {.lex_state = 21}, - [798] = {.lex_state = 203}, - [799] = {.lex_state = 21}, - [800] = {.lex_state = 21}, - [801] = {.lex_state = 21}, - [802] = {.lex_state = 21}, - [803] = {.lex_state = 21}, - [804] = {.lex_state = 203}, - [805] = {.lex_state = 21}, - [806] = {.lex_state = 21}, - [807] = {.lex_state = 21}, - [808] = {.lex_state = 203}, - [809] = {.lex_state = 21}, - [810] = {.lex_state = 203}, - [811] = {.lex_state = 203}, - [812] = {.lex_state = 203}, - [813] = {.lex_state = 203}, - [814] = {.lex_state = 21}, - [815] = {.lex_state = 203}, - [816] = {.lex_state = 203}, - [817] = {.lex_state = 21}, - [818] = {.lex_state = 203}, - [819] = {.lex_state = 203}, - [820] = {.lex_state = 203}, - [821] = {.lex_state = 21}, - [822] = {.lex_state = 203}, - [823] = {.lex_state = 200, .external_lex_state = 4}, - [824] = {.lex_state = 21}, - [825] = {.lex_state = 21}, - [826] = {.lex_state = 203}, - [827] = {.lex_state = 200, .external_lex_state = 4}, - [828] = {.lex_state = 21}, - [829] = {.lex_state = 21}, - [830] = {.lex_state = 21}, - [831] = {.lex_state = 203}, - [832] = {.lex_state = 21}, - [833] = {.lex_state = 21}, - [834] = {.lex_state = 21}, - [835] = {.lex_state = 21}, - [836] = {.lex_state = 21}, - [837] = {.lex_state = 21}, - [838] = {.lex_state = 200, .external_lex_state = 4}, - [839] = {.lex_state = 21}, - [840] = {.lex_state = 21}, - [841] = {.lex_state = 21}, - [842] = {.lex_state = 21}, - [843] = {.lex_state = 21}, - [844] = {.lex_state = 21}, - [845] = {.lex_state = 203}, - [846] = {.lex_state = 21}, - [847] = {.lex_state = 203}, - [848] = {.lex_state = 200, .external_lex_state = 4}, - [849] = {.lex_state = 21}, - [850] = {.lex_state = 21}, - [851] = {.lex_state = 21}, - [852] = {.lex_state = 203}, - [853] = {.lex_state = 203}, - [854] = {.lex_state = 201}, - [855] = {.lex_state = 203}, - [856] = {.lex_state = 21}, - [857] = {.lex_state = 21}, - [858] = {.lex_state = 21}, - [859] = {.lex_state = 21}, - [860] = {.lex_state = 21}, - [861] = {.lex_state = 203}, - [862] = {.lex_state = 21}, - [863] = {.lex_state = 203}, - [864] = {.lex_state = 21}, - [865] = {.lex_state = 203}, - [866] = {.lex_state = 21}, - [867] = {.lex_state = 21}, - [868] = {.lex_state = 203}, - [869] = {.lex_state = 21}, - [870] = {.lex_state = 21}, - [871] = {.lex_state = 21}, - [872] = {.lex_state = 21}, - [873] = {.lex_state = 200}, - [874] = {.lex_state = 200}, - [875] = {.lex_state = 200}, - [876] = {.lex_state = 200}, - [877] = {.lex_state = 200}, - [878] = {.lex_state = 200}, - [879] = {.lex_state = 200}, - [880] = {.lex_state = 200}, - [881] = {.lex_state = 200}, - [882] = {.lex_state = 200}, - [883] = {.lex_state = 200}, - [884] = {.lex_state = 200}, - [885] = {.lex_state = 200}, - [886] = {.lex_state = 200}, - [887] = {.lex_state = 200}, - [888] = {.lex_state = 200}, - [889] = {.lex_state = 200}, - [890] = {.lex_state = 200}, - [891] = {.lex_state = 200}, - [892] = {.lex_state = 200}, - [893] = {.lex_state = 200}, - [894] = {.lex_state = 200}, - [895] = {.lex_state = 200}, - [896] = {.lex_state = 200}, - [897] = {.lex_state = 200}, - [898] = {.lex_state = 200}, - [899] = {.lex_state = 200}, - [900] = {.lex_state = 200}, - [901] = {.lex_state = 200}, - [902] = {.lex_state = 200}, - [903] = {.lex_state = 200}, - [904] = {.lex_state = 200}, - [905] = {.lex_state = 200}, - [906] = {.lex_state = 200}, - [907] = {.lex_state = 200}, - [908] = {.lex_state = 200}, - [909] = {.lex_state = 200}, - [910] = {.lex_state = 200}, - [911] = {.lex_state = 200}, - [912] = {.lex_state = 200}, - [913] = {.lex_state = 200}, - [914] = {.lex_state = 200}, - [915] = {.lex_state = 200}, - [916] = {.lex_state = 200}, - [917] = {.lex_state = 200}, - [918] = {.lex_state = 200}, - [919] = {.lex_state = 200}, - [920] = {.lex_state = 200}, - [921] = {.lex_state = 200}, - [922] = {.lex_state = 200}, - [923] = {.lex_state = 200}, - [924] = {.lex_state = 206, .external_lex_state = 3}, - [925] = {.lex_state = 200}, - [926] = {.lex_state = 206, .external_lex_state = 3}, - [927] = {.lex_state = 200}, - [928] = {.lex_state = 200}, - [929] = {.lex_state = 200}, - [930] = {.lex_state = 200}, - [931] = {.lex_state = 200}, - [932] = {.lex_state = 200}, - [933] = {.lex_state = 200}, - [934] = {.lex_state = 200}, - [935] = {.lex_state = 200}, - [936] = {.lex_state = 200}, - [937] = {.lex_state = 200}, - [938] = {.lex_state = 200}, - [939] = {.lex_state = 200}, - [940] = {.lex_state = 200}, - [941] = {.lex_state = 200}, - [942] = {.lex_state = 200}, - [943] = {.lex_state = 200}, - [944] = {.lex_state = 200}, - [945] = {.lex_state = 200}, - [946] = {.lex_state = 200}, - [947] = {.lex_state = 200}, - [948] = {.lex_state = 200}, - [949] = {.lex_state = 200}, - [950] = {.lex_state = 200}, - [951] = {.lex_state = 200}, - [952] = {.lex_state = 200}, - [953] = {.lex_state = 200}, - [954] = {.lex_state = 200}, - [955] = {.lex_state = 200}, - [956] = {.lex_state = 200}, - [957] = {.lex_state = 200}, - [958] = {.lex_state = 200}, - [959] = {.lex_state = 200}, - [960] = {.lex_state = 200}, - [961] = {.lex_state = 200}, - [962] = {.lex_state = 200}, - [963] = {.lex_state = 200}, - [964] = {.lex_state = 200}, - [965] = {.lex_state = 200}, - [966] = {.lex_state = 200}, - [967] = {.lex_state = 200}, - [968] = {.lex_state = 200}, - [969] = {.lex_state = 206, .external_lex_state = 3}, - [970] = {.lex_state = 200}, - [971] = {.lex_state = 200}, - [972] = {.lex_state = 200}, - [973] = {.lex_state = 206, .external_lex_state = 2}, - [974] = {.lex_state = 206, .external_lex_state = 2}, - [975] = {.lex_state = 206, .external_lex_state = 2}, - [976] = {.lex_state = 206, .external_lex_state = 2}, - [977] = {.lex_state = 206, .external_lex_state = 2}, - [978] = {.lex_state = 206, .external_lex_state = 2}, - [979] = {.lex_state = 206, .external_lex_state = 2}, - [980] = {.lex_state = 206, .external_lex_state = 2}, - [981] = {.lex_state = 206, .external_lex_state = 2}, - [982] = {.lex_state = 206, .external_lex_state = 2}, - [983] = {.lex_state = 200}, - [984] = {.lex_state = 206, .external_lex_state = 2}, - [985] = {.lex_state = 200}, - [986] = {.lex_state = 200}, - [987] = {.lex_state = 200}, - [988] = {.lex_state = 200}, - [989] = {.lex_state = 200}, - [990] = {.lex_state = 200}, - [991] = {.lex_state = 206, .external_lex_state = 2}, - [992] = {.lex_state = 206, .external_lex_state = 3}, - [993] = {.lex_state = 206, .external_lex_state = 3}, - [994] = {.lex_state = 206, .external_lex_state = 3}, - [995] = {.lex_state = 206, .external_lex_state = 3}, - [996] = {.lex_state = 206, .external_lex_state = 3}, - [997] = {.lex_state = 206, .external_lex_state = 3}, - [998] = {.lex_state = 206, .external_lex_state = 2}, - [999] = {.lex_state = 206, .external_lex_state = 3}, - [1000] = {.lex_state = 206, .external_lex_state = 2}, - [1001] = {.lex_state = 206, .external_lex_state = 3}, - [1002] = {.lex_state = 206, .external_lex_state = 3}, - [1003] = {.lex_state = 206, .external_lex_state = 3}, - [1004] = {.lex_state = 206, .external_lex_state = 3}, - [1005] = {.lex_state = 206, .external_lex_state = 3}, - [1006] = {.lex_state = 206, .external_lex_state = 2}, - [1007] = {.lex_state = 206, .external_lex_state = 3}, - [1008] = {.lex_state = 206, .external_lex_state = 2}, - [1009] = {.lex_state = 206, .external_lex_state = 3}, - [1010] = {.lex_state = 206, .external_lex_state = 3}, - [1011] = {.lex_state = 206, .external_lex_state = 3}, - [1012] = {.lex_state = 206, .external_lex_state = 2}, - [1013] = {.lex_state = 206, .external_lex_state = 2}, - [1014] = {.lex_state = 206, .external_lex_state = 3}, - [1015] = {.lex_state = 206, .external_lex_state = 2}, - [1016] = {.lex_state = 206, .external_lex_state = 3}, - [1017] = {.lex_state = 206, .external_lex_state = 3}, - [1018] = {.lex_state = 206, .external_lex_state = 3}, - [1019] = {.lex_state = 206, .external_lex_state = 3}, - [1020] = {.lex_state = 206, .external_lex_state = 3}, - [1021] = {.lex_state = 206, .external_lex_state = 3}, - [1022] = {.lex_state = 206, .external_lex_state = 3}, - [1023] = {.lex_state = 206, .external_lex_state = 3}, - [1024] = {.lex_state = 206, .external_lex_state = 3}, - [1025] = {.lex_state = 206, .external_lex_state = 3}, - [1026] = {.lex_state = 206, .external_lex_state = 3}, - [1027] = {.lex_state = 206, .external_lex_state = 2}, - [1028] = {.lex_state = 206, .external_lex_state = 2}, - [1029] = {.lex_state = 206, .external_lex_state = 3}, - [1030] = {.lex_state = 206, .external_lex_state = 2}, - [1031] = {.lex_state = 206, .external_lex_state = 3}, - [1032] = {.lex_state = 206, .external_lex_state = 2}, - [1033] = {.lex_state = 206, .external_lex_state = 2}, - [1034] = {.lex_state = 206, .external_lex_state = 3}, - [1035] = {.lex_state = 206, .external_lex_state = 2}, - [1036] = {.lex_state = 206, .external_lex_state = 2}, - [1037] = {.lex_state = 206, .external_lex_state = 2}, - [1038] = {.lex_state = 206, .external_lex_state = 2}, - [1039] = {.lex_state = 206, .external_lex_state = 2}, - [1040] = {.lex_state = 206, .external_lex_state = 2}, - [1041] = {.lex_state = 206, .external_lex_state = 2}, - [1042] = {.lex_state = 206, .external_lex_state = 2}, - [1043] = {.lex_state = 206, .external_lex_state = 2}, - [1044] = {.lex_state = 206, .external_lex_state = 2}, - [1045] = {.lex_state = 206, .external_lex_state = 2}, - [1046] = {.lex_state = 206, .external_lex_state = 2}, - [1047] = {.lex_state = 206, .external_lex_state = 2}, - [1048] = {.lex_state = 206, .external_lex_state = 2}, - [1049] = {.lex_state = 26, .external_lex_state = 3}, - [1050] = {.lex_state = 26, .external_lex_state = 3}, - [1051] = {.lex_state = 26, .external_lex_state = 3}, - [1052] = {.lex_state = 26, .external_lex_state = 3}, - [1053] = {.lex_state = 26, .external_lex_state = 3}, - [1054] = {.lex_state = 31, .external_lex_state = 2}, - [1055] = {.lex_state = 31, .external_lex_state = 2}, - [1056] = {.lex_state = 31, .external_lex_state = 2}, - [1057] = {.lex_state = 31, .external_lex_state = 3}, - [1058] = {.lex_state = 31, .external_lex_state = 2}, - [1059] = {.lex_state = 14}, - [1060] = {.lex_state = 31, .external_lex_state = 2}, - [1061] = {.lex_state = 31, .external_lex_state = 2}, - [1062] = {.lex_state = 31, .external_lex_state = 2}, - [1063] = {.lex_state = 31, .external_lex_state = 2}, - [1064] = {.lex_state = 31, .external_lex_state = 3}, - [1065] = {.lex_state = 31, .external_lex_state = 3}, - [1066] = {.lex_state = 31, .external_lex_state = 2}, - [1067] = {.lex_state = 14}, - [1068] = {.lex_state = 31, .external_lex_state = 2}, - [1069] = {.lex_state = 31, .external_lex_state = 2}, - [1070] = {.lex_state = 31, .external_lex_state = 2}, - [1071] = {.lex_state = 31, .external_lex_state = 3}, - [1072] = {.lex_state = 31, .external_lex_state = 2}, - [1073] = {.lex_state = 31, .external_lex_state = 3}, - [1074] = {.lex_state = 31, .external_lex_state = 2}, - [1075] = {.lex_state = 31, .external_lex_state = 2}, - [1076] = {.lex_state = 31, .external_lex_state = 2}, - [1077] = {.lex_state = 31, .external_lex_state = 2}, - [1078] = {.lex_state = 31, .external_lex_state = 2}, - [1079] = {.lex_state = 31, .external_lex_state = 2}, - [1080] = {.lex_state = 31, .external_lex_state = 2}, - [1081] = {.lex_state = 31, .external_lex_state = 2}, - [1082] = {.lex_state = 31, .external_lex_state = 2}, - [1083] = {.lex_state = 31, .external_lex_state = 2}, - [1084] = {.lex_state = 31, .external_lex_state = 2}, - [1085] = {.lex_state = 31, .external_lex_state = 2}, - [1086] = {.lex_state = 31, .external_lex_state = 2}, - [1087] = {.lex_state = 31, .external_lex_state = 2}, - [1088] = {.lex_state = 31, .external_lex_state = 2}, - [1089] = {.lex_state = 31, .external_lex_state = 2}, - [1090] = {.lex_state = 31, .external_lex_state = 2}, - [1091] = {.lex_state = 31, .external_lex_state = 2}, - [1092] = {.lex_state = 31, .external_lex_state = 2}, - [1093] = {.lex_state = 31, .external_lex_state = 3}, - [1094] = {.lex_state = 31, .external_lex_state = 2}, - [1095] = {.lex_state = 31, .external_lex_state = 2}, - [1096] = {.lex_state = 31, .external_lex_state = 2}, - [1097] = {.lex_state = 31, .external_lex_state = 2}, - [1098] = {.lex_state = 31, .external_lex_state = 2}, - [1099] = {.lex_state = 31, .external_lex_state = 2}, - [1100] = {.lex_state = 31, .external_lex_state = 3}, - [1101] = {.lex_state = 31, .external_lex_state = 2}, - [1102] = {.lex_state = 31, .external_lex_state = 2}, - [1103] = {.lex_state = 31, .external_lex_state = 3}, - [1104] = {.lex_state = 31, .external_lex_state = 3}, - [1105] = {.lex_state = 31, .external_lex_state = 3}, - [1106] = {.lex_state = 31, .external_lex_state = 2}, - [1107] = {.lex_state = 31, .external_lex_state = 2}, - [1108] = {.lex_state = 31, .external_lex_state = 2}, - [1109] = {.lex_state = 31, .external_lex_state = 2}, - [1110] = {.lex_state = 31, .external_lex_state = 2}, - [1111] = {.lex_state = 14}, - [1112] = {.lex_state = 31, .external_lex_state = 2}, - [1113] = {.lex_state = 31, .external_lex_state = 2}, - [1114] = {.lex_state = 31, .external_lex_state = 2}, - [1115] = {.lex_state = 31, .external_lex_state = 2}, - [1116] = {.lex_state = 31, .external_lex_state = 2}, - [1117] = {.lex_state = 31, .external_lex_state = 2}, - [1118] = {.lex_state = 31, .external_lex_state = 2}, - [1119] = {.lex_state = 31, .external_lex_state = 2}, - [1120] = {.lex_state = 31, .external_lex_state = 2}, - [1121] = {.lex_state = 31, .external_lex_state = 2}, - [1122] = {.lex_state = 31, .external_lex_state = 2}, - [1123] = {.lex_state = 31, .external_lex_state = 2}, - [1124] = {.lex_state = 31, .external_lex_state = 2}, - [1125] = {.lex_state = 31, .external_lex_state = 2}, - [1126] = {.lex_state = 31, .external_lex_state = 2}, - [1127] = {.lex_state = 31, .external_lex_state = 2}, - [1128] = {.lex_state = 31, .external_lex_state = 2}, - [1129] = {.lex_state = 31, .external_lex_state = 2}, - [1130] = {.lex_state = 31, .external_lex_state = 2}, - [1131] = {.lex_state = 31, .external_lex_state = 2}, - [1132] = {.lex_state = 31, .external_lex_state = 2}, - [1133] = {.lex_state = 31, .external_lex_state = 2}, - [1134] = {.lex_state = 31, .external_lex_state = 2}, - [1135] = {.lex_state = 14}, - [1136] = {.lex_state = 31, .external_lex_state = 2}, - [1137] = {.lex_state = 30, .external_lex_state = 2}, - [1138] = {.lex_state = 31, .external_lex_state = 2}, - [1139] = {.lex_state = 31, .external_lex_state = 2}, - [1140] = {.lex_state = 31, .external_lex_state = 2}, - [1141] = {.lex_state = 31, .external_lex_state = 2}, - [1142] = {.lex_state = 31, .external_lex_state = 2}, - [1143] = {.lex_state = 31, .external_lex_state = 2}, - [1144] = {.lex_state = 31, .external_lex_state = 2}, - [1145] = {.lex_state = 31, .external_lex_state = 2}, - [1146] = {.lex_state = 31, .external_lex_state = 2}, - [1147] = {.lex_state = 31, .external_lex_state = 2}, - [1148] = {.lex_state = 31, .external_lex_state = 2}, - [1149] = {.lex_state = 31, .external_lex_state = 2}, - [1150] = {.lex_state = 31, .external_lex_state = 2}, - [1151] = {.lex_state = 31, .external_lex_state = 2}, - [1152] = {.lex_state = 14}, - [1153] = {.lex_state = 31, .external_lex_state = 2}, - [1154] = {.lex_state = 14}, - [1155] = {.lex_state = 31, .external_lex_state = 2}, - [1156] = {.lex_state = 31, .external_lex_state = 3}, - [1157] = {.lex_state = 31, .external_lex_state = 2}, - [1158] = {.lex_state = 31, .external_lex_state = 2}, - [1159] = {.lex_state = 31, .external_lex_state = 2}, - [1160] = {.lex_state = 31, .external_lex_state = 2}, - [1161] = {.lex_state = 31, .external_lex_state = 2}, - [1162] = {.lex_state = 31, .external_lex_state = 2}, - [1163] = {.lex_state = 31, .external_lex_state = 2}, - [1164] = {.lex_state = 31, .external_lex_state = 2}, - [1165] = {.lex_state = 31, .external_lex_state = 2}, - [1166] = {.lex_state = 31, .external_lex_state = 3}, - [1167] = {.lex_state = 31, .external_lex_state = 3}, - [1168] = {.lex_state = 31, .external_lex_state = 3}, - [1169] = {.lex_state = 31, .external_lex_state = 3}, - [1170] = {.lex_state = 31, .external_lex_state = 3}, - [1171] = {.lex_state = 31, .external_lex_state = 3}, - [1172] = {.lex_state = 31, .external_lex_state = 3}, - [1173] = {.lex_state = 31, .external_lex_state = 3}, - [1174] = {.lex_state = 31, .external_lex_state = 3}, - [1175] = {.lex_state = 31, .external_lex_state = 3}, - [1176] = {.lex_state = 31, .external_lex_state = 3}, - [1177] = {.lex_state = 31, .external_lex_state = 3}, - [1178] = {.lex_state = 31, .external_lex_state = 3}, - [1179] = {.lex_state = 31, .external_lex_state = 3}, - [1180] = {.lex_state = 31, .external_lex_state = 3}, - [1181] = {.lex_state = 31, .external_lex_state = 3}, - [1182] = {.lex_state = 31, .external_lex_state = 3}, - [1183] = {.lex_state = 31, .external_lex_state = 3}, - [1184] = {.lex_state = 31, .external_lex_state = 3}, - [1185] = {.lex_state = 31, .external_lex_state = 3}, - [1186] = {.lex_state = 31, .external_lex_state = 2}, - [1187] = {.lex_state = 31, .external_lex_state = 3}, - [1188] = {.lex_state = 31, .external_lex_state = 3}, - [1189] = {.lex_state = 31, .external_lex_state = 3}, - [1190] = {.lex_state = 31, .external_lex_state = 3}, - [1191] = {.lex_state = 31, .external_lex_state = 3}, - [1192] = {.lex_state = 31, .external_lex_state = 3}, - [1193] = {.lex_state = 31, .external_lex_state = 3}, - [1194] = {.lex_state = 31, .external_lex_state = 3}, - [1195] = {.lex_state = 31, .external_lex_state = 3}, - [1196] = {.lex_state = 31, .external_lex_state = 3}, - [1197] = {.lex_state = 31, .external_lex_state = 2}, - [1198] = {.lex_state = 31, .external_lex_state = 3}, - [1199] = {.lex_state = 31, .external_lex_state = 3}, - [1200] = {.lex_state = 31, .external_lex_state = 2}, - [1201] = {.lex_state = 31, .external_lex_state = 3}, - [1202] = {.lex_state = 31, .external_lex_state = 3}, - [1203] = {.lex_state = 31, .external_lex_state = 3}, - [1204] = {.lex_state = 31, .external_lex_state = 3}, - [1205] = {.lex_state = 31, .external_lex_state = 3}, - [1206] = {.lex_state = 31, .external_lex_state = 3}, - [1207] = {.lex_state = 31, .external_lex_state = 3}, - [1208] = {.lex_state = 31, .external_lex_state = 3}, - [1209] = {.lex_state = 31, .external_lex_state = 3}, - [1210] = {.lex_state = 31, .external_lex_state = 3}, - [1211] = {.lex_state = 31, .external_lex_state = 3}, - [1212] = {.lex_state = 31, .external_lex_state = 3}, - [1213] = {.lex_state = 31, .external_lex_state = 3}, - [1214] = {.lex_state = 31, .external_lex_state = 3}, - [1215] = {.lex_state = 31, .external_lex_state = 2}, - [1216] = {.lex_state = 31, .external_lex_state = 3}, - [1217] = {.lex_state = 31, .external_lex_state = 3}, - [1218] = {.lex_state = 31, .external_lex_state = 3}, - [1219] = {.lex_state = 31, .external_lex_state = 2}, - [1220] = {.lex_state = 31, .external_lex_state = 3}, - [1221] = {.lex_state = 31, .external_lex_state = 3}, - [1222] = {.lex_state = 31, .external_lex_state = 3}, - [1223] = {.lex_state = 31, .external_lex_state = 3}, - [1224] = {.lex_state = 31, .external_lex_state = 3}, - [1225] = {.lex_state = 31, .external_lex_state = 3}, - [1226] = {.lex_state = 31, .external_lex_state = 3}, - [1227] = {.lex_state = 31, .external_lex_state = 3}, - [1228] = {.lex_state = 31, .external_lex_state = 3}, - [1229] = {.lex_state = 31, .external_lex_state = 3}, - [1230] = {.lex_state = 31, .external_lex_state = 3}, - [1231] = {.lex_state = 31, .external_lex_state = 3}, - [1232] = {.lex_state = 31, .external_lex_state = 3}, - [1233] = {.lex_state = 31, .external_lex_state = 3}, - [1234] = {.lex_state = 31, .external_lex_state = 2}, - [1235] = {.lex_state = 31, .external_lex_state = 3}, - [1236] = {.lex_state = 31, .external_lex_state = 2}, - [1237] = {.lex_state = 31, .external_lex_state = 3}, - [1238] = {.lex_state = 31, .external_lex_state = 2}, - [1239] = {.lex_state = 31, .external_lex_state = 2}, - [1240] = {.lex_state = 31, .external_lex_state = 3}, - [1241] = {.lex_state = 31, .external_lex_state = 2}, - [1242] = {.lex_state = 31, .external_lex_state = 3}, - [1243] = {.lex_state = 31, .external_lex_state = 3}, - [1244] = {.lex_state = 31, .external_lex_state = 3}, - [1245] = {.lex_state = 31, .external_lex_state = 3}, - [1246] = {.lex_state = 31, .external_lex_state = 3}, - [1247] = {.lex_state = 31, .external_lex_state = 3}, - [1248] = {.lex_state = 31, .external_lex_state = 3}, - [1249] = {.lex_state = 31, .external_lex_state = 3}, - [1250] = {.lex_state = 31, .external_lex_state = 3}, - [1251] = {.lex_state = 31, .external_lex_state = 3}, - [1252] = {.lex_state = 31, .external_lex_state = 3}, - [1253] = {.lex_state = 31, .external_lex_state = 3}, - [1254] = {.lex_state = 31, .external_lex_state = 3}, - [1255] = {.lex_state = 31, .external_lex_state = 2}, - [1256] = {.lex_state = 31, .external_lex_state = 3}, - [1257] = {.lex_state = 31, .external_lex_state = 3}, - [1258] = {.lex_state = 31, .external_lex_state = 3}, - [1259] = {.lex_state = 31, .external_lex_state = 3}, - [1260] = {.lex_state = 31, .external_lex_state = 3}, - [1261] = {.lex_state = 31, .external_lex_state = 3}, - [1262] = {.lex_state = 31, .external_lex_state = 2}, - [1263] = {.lex_state = 31, .external_lex_state = 3}, - [1264] = {.lex_state = 31, .external_lex_state = 2}, - [1265] = {.lex_state = 31, .external_lex_state = 3}, - [1266] = {.lex_state = 31, .external_lex_state = 3}, - [1267] = {.lex_state = 31, .external_lex_state = 3}, - [1268] = {.lex_state = 31, .external_lex_state = 3}, - [1269] = {.lex_state = 31, .external_lex_state = 3}, - [1270] = {.lex_state = 31, .external_lex_state = 3}, - [1271] = {.lex_state = 31, .external_lex_state = 3}, - [1272] = {.lex_state = 31, .external_lex_state = 3}, - [1273] = {.lex_state = 31, .external_lex_state = 3}, - [1274] = {.lex_state = 31, .external_lex_state = 3}, - [1275] = {.lex_state = 31, .external_lex_state = 3}, - [1276] = {.lex_state = 31, .external_lex_state = 3}, - [1277] = {.lex_state = 31, .external_lex_state = 3}, - [1278] = {.lex_state = 31, .external_lex_state = 3}, - [1279] = {.lex_state = 31, .external_lex_state = 3}, - [1280] = {.lex_state = 30, .external_lex_state = 3}, - [1281] = {.lex_state = 31, .external_lex_state = 3}, - [1282] = {.lex_state = 31, .external_lex_state = 3}, - [1283] = {.lex_state = 31, .external_lex_state = 3}, - [1284] = {.lex_state = 31, .external_lex_state = 3}, - [1285] = {.lex_state = 31, .external_lex_state = 2}, - [1286] = {.lex_state = 31, .external_lex_state = 3}, - [1287] = {.lex_state = 31, .external_lex_state = 3}, - [1288] = {.lex_state = 31, .external_lex_state = 3}, - [1289] = {.lex_state = 31, .external_lex_state = 3}, - [1290] = {.lex_state = 31, .external_lex_state = 3}, - [1291] = {.lex_state = 31, .external_lex_state = 3}, - [1292] = {.lex_state = 31, .external_lex_state = 3}, - [1293] = {.lex_state = 31, .external_lex_state = 3}, - [1294] = {.lex_state = 31, .external_lex_state = 2}, - [1295] = {.lex_state = 31, .external_lex_state = 3}, - [1296] = {.lex_state = 31, .external_lex_state = 3}, - [1297] = {.lex_state = 31, .external_lex_state = 3}, - [1298] = {.lex_state = 31, .external_lex_state = 2}, - [1299] = {.lex_state = 31, .external_lex_state = 2}, - [1300] = {.lex_state = 31, .external_lex_state = 3}, - [1301] = {.lex_state = 31, .external_lex_state = 2}, - [1302] = {.lex_state = 31, .external_lex_state = 3}, - [1303] = {.lex_state = 31, .external_lex_state = 3}, - [1304] = {.lex_state = 31, .external_lex_state = 3}, - [1305] = {.lex_state = 31, .external_lex_state = 3}, - [1306] = {.lex_state = 31, .external_lex_state = 2}, - [1307] = {.lex_state = 31, .external_lex_state = 3}, - [1308] = {.lex_state = 31, .external_lex_state = 3}, - [1309] = {.lex_state = 31, .external_lex_state = 3}, - [1310] = {.lex_state = 33, .external_lex_state = 3}, - [1311] = {.lex_state = 31, .external_lex_state = 2}, - [1312] = {.lex_state = 31, .external_lex_state = 3}, - [1313] = {.lex_state = 31, .external_lex_state = 3}, - [1314] = {.lex_state = 31, .external_lex_state = 3}, - [1315] = {.lex_state = 31, .external_lex_state = 3}, - [1316] = {.lex_state = 31, .external_lex_state = 3}, - [1317] = {.lex_state = 31, .external_lex_state = 3}, - [1318] = {.lex_state = 31, .external_lex_state = 3}, - [1319] = {.lex_state = 31, .external_lex_state = 3}, - [1320] = {.lex_state = 31, .external_lex_state = 3}, - [1321] = {.lex_state = 31, .external_lex_state = 3}, - [1322] = {.lex_state = 31, .external_lex_state = 3}, - [1323] = {.lex_state = 31, .external_lex_state = 3}, - [1324] = {.lex_state = 31, .external_lex_state = 3}, - [1325] = {.lex_state = 31, .external_lex_state = 3}, - [1326] = {.lex_state = 31, .external_lex_state = 3}, - [1327] = {.lex_state = 31, .external_lex_state = 3}, - [1328] = {.lex_state = 31, .external_lex_state = 3}, - [1329] = {.lex_state = 31, .external_lex_state = 3}, - [1330] = {.lex_state = 31, .external_lex_state = 2}, - [1331] = {.lex_state = 31, .external_lex_state = 3}, - [1332] = {.lex_state = 31, .external_lex_state = 3}, - [1333] = {.lex_state = 31, .external_lex_state = 3}, - [1334] = {.lex_state = 31, .external_lex_state = 3}, - [1335] = {.lex_state = 31, .external_lex_state = 3}, - [1336] = {.lex_state = 31, .external_lex_state = 3}, - [1337] = {.lex_state = 31, .external_lex_state = 3}, - [1338] = {.lex_state = 31, .external_lex_state = 2}, - [1339] = {.lex_state = 31, .external_lex_state = 2}, - [1340] = {.lex_state = 31, .external_lex_state = 2}, - [1341] = {.lex_state = 31, .external_lex_state = 2}, - [1342] = {.lex_state = 31, .external_lex_state = 2}, - [1343] = {.lex_state = 31, .external_lex_state = 2}, - [1344] = {.lex_state = 31, .external_lex_state = 2}, - [1345] = {.lex_state = 31, .external_lex_state = 2}, - [1346] = {.lex_state = 31, .external_lex_state = 2}, - [1347] = {.lex_state = 31, .external_lex_state = 3}, - [1348] = {.lex_state = 31, .external_lex_state = 2}, - [1349] = {.lex_state = 31, .external_lex_state = 2}, - [1350] = {.lex_state = 31, .external_lex_state = 2}, - [1351] = {.lex_state = 31, .external_lex_state = 2}, - [1352] = {.lex_state = 31, .external_lex_state = 2}, - [1353] = {.lex_state = 31, .external_lex_state = 2}, - [1354] = {.lex_state = 31, .external_lex_state = 3}, - [1355] = {.lex_state = 31, .external_lex_state = 2}, - [1356] = {.lex_state = 31, .external_lex_state = 2}, - [1357] = {.lex_state = 31, .external_lex_state = 2}, - [1358] = {.lex_state = 31, .external_lex_state = 3}, - [1359] = {.lex_state = 31, .external_lex_state = 2}, - [1360] = {.lex_state = 31, .external_lex_state = 2}, - [1361] = {.lex_state = 31, .external_lex_state = 3}, - [1362] = {.lex_state = 31, .external_lex_state = 2}, - [1363] = {.lex_state = 31, .external_lex_state = 2}, - [1364] = {.lex_state = 31, .external_lex_state = 2}, - [1365] = {.lex_state = 31, .external_lex_state = 2}, - [1366] = {.lex_state = 31, .external_lex_state = 3}, - [1367] = {.lex_state = 31, .external_lex_state = 3}, - [1368] = {.lex_state = 31, .external_lex_state = 2}, - [1369] = {.lex_state = 31, .external_lex_state = 3}, - [1370] = {.lex_state = 31, .external_lex_state = 2}, - [1371] = {.lex_state = 31, .external_lex_state = 2}, - [1372] = {.lex_state = 31, .external_lex_state = 3}, - [1373] = {.lex_state = 31, .external_lex_state = 2}, - [1374] = {.lex_state = 31, .external_lex_state = 2}, - [1375] = {.lex_state = 31, .external_lex_state = 2}, - [1376] = {.lex_state = 31, .external_lex_state = 2}, - [1377] = {.lex_state = 31, .external_lex_state = 2}, - [1378] = {.lex_state = 31, .external_lex_state = 2}, - [1379] = {.lex_state = 31, .external_lex_state = 2}, - [1380] = {.lex_state = 31, .external_lex_state = 2}, - [1381] = {.lex_state = 31, .external_lex_state = 2}, - [1382] = {.lex_state = 31, .external_lex_state = 2}, - [1383] = {.lex_state = 31, .external_lex_state = 2}, - [1384] = {.lex_state = 31, .external_lex_state = 2}, - [1385] = {.lex_state = 31, .external_lex_state = 2}, - [1386] = {.lex_state = 31, .external_lex_state = 2}, - [1387] = {.lex_state = 31, .external_lex_state = 3}, - [1388] = {.lex_state = 31, .external_lex_state = 2}, - [1389] = {.lex_state = 31, .external_lex_state = 2}, - [1390] = {.lex_state = 31, .external_lex_state = 2}, - [1391] = {.lex_state = 31, .external_lex_state = 2}, - [1392] = {.lex_state = 31, .external_lex_state = 2}, - [1393] = {.lex_state = 31, .external_lex_state = 2}, - [1394] = {.lex_state = 31, .external_lex_state = 2}, - [1395] = {.lex_state = 31, .external_lex_state = 3}, - [1396] = {.lex_state = 31, .external_lex_state = 2}, - [1397] = {.lex_state = 31, .external_lex_state = 2}, - [1398] = {.lex_state = 31, .external_lex_state = 2}, - [1399] = {.lex_state = 31, .external_lex_state = 2}, - [1400] = {.lex_state = 31, .external_lex_state = 2}, - [1401] = {.lex_state = 31, .external_lex_state = 3}, - [1402] = {.lex_state = 31, .external_lex_state = 3}, - [1403] = {.lex_state = 31, .external_lex_state = 2}, - [1404] = {.lex_state = 31, .external_lex_state = 2}, - [1405] = {.lex_state = 31, .external_lex_state = 2}, - [1406] = {.lex_state = 31, .external_lex_state = 2}, - [1407] = {.lex_state = 31, .external_lex_state = 2}, - [1408] = {.lex_state = 31, .external_lex_state = 2}, - [1409] = {.lex_state = 31, .external_lex_state = 2}, - [1410] = {.lex_state = 31, .external_lex_state = 2}, - [1411] = {.lex_state = 31, .external_lex_state = 2}, - [1412] = {.lex_state = 31, .external_lex_state = 2}, - [1413] = {.lex_state = 31, .external_lex_state = 2}, - [1414] = {.lex_state = 31, .external_lex_state = 2}, - [1415] = {.lex_state = 31, .external_lex_state = 2}, - [1416] = {.lex_state = 31, .external_lex_state = 2}, - [1417] = {.lex_state = 31, .external_lex_state = 2}, - [1418] = {.lex_state = 31, .external_lex_state = 2}, - [1419] = {.lex_state = 31, .external_lex_state = 2}, - [1420] = {.lex_state = 31, .external_lex_state = 2}, - [1421] = {.lex_state = 31, .external_lex_state = 2}, - [1422] = {.lex_state = 31, .external_lex_state = 2}, - [1423] = {.lex_state = 31, .external_lex_state = 2}, - [1424] = {.lex_state = 31, .external_lex_state = 2}, - [1425] = {.lex_state = 31, .external_lex_state = 2}, - [1426] = {.lex_state = 31, .external_lex_state = 2}, - [1427] = {.lex_state = 31, .external_lex_state = 2}, - [1428] = {.lex_state = 31, .external_lex_state = 2}, - [1429] = {.lex_state = 31, .external_lex_state = 2}, - [1430] = {.lex_state = 31, .external_lex_state = 2}, - [1431] = {.lex_state = 31, .external_lex_state = 2}, - [1432] = {.lex_state = 31, .external_lex_state = 2}, - [1433] = {.lex_state = 31, .external_lex_state = 2}, - [1434] = {.lex_state = 31, .external_lex_state = 2}, - [1435] = {.lex_state = 31, .external_lex_state = 2}, - [1436] = {.lex_state = 31, .external_lex_state = 2}, - [1437] = {.lex_state = 31, .external_lex_state = 2}, - [1438] = {.lex_state = 31, .external_lex_state = 2}, - [1439] = {.lex_state = 31, .external_lex_state = 2}, - [1440] = {.lex_state = 31, .external_lex_state = 2}, - [1441] = {.lex_state = 33, .external_lex_state = 2}, - [1442] = {.lex_state = 31, .external_lex_state = 2}, - [1443] = {.lex_state = 31, .external_lex_state = 2}, - [1444] = {.lex_state = 31, .external_lex_state = 2}, - [1445] = {.lex_state = 31, .external_lex_state = 2}, - [1446] = {.lex_state = 31, .external_lex_state = 2}, - [1447] = {.lex_state = 31, .external_lex_state = 2}, - [1448] = {.lex_state = 38}, - [1449] = {.lex_state = 38}, - [1450] = {.lex_state = 38}, - [1451] = {.lex_state = 38}, - [1452] = {.lex_state = 38}, - [1453] = {.lex_state = 38}, - [1454] = {.lex_state = 38}, - [1455] = {.lex_state = 38}, - [1456] = {.lex_state = 38}, - [1457] = {.lex_state = 38}, - [1458] = {.lex_state = 38}, - [1459] = {.lex_state = 38}, - [1460] = {.lex_state = 38}, - [1461] = {.lex_state = 38}, - [1462] = {.lex_state = 38}, - [1463] = {.lex_state = 38}, - [1464] = {.lex_state = 38}, - [1465] = {.lex_state = 38}, - [1466] = {.lex_state = 38}, - [1467] = {.lex_state = 38}, - [1468] = {.lex_state = 38}, - [1469] = {.lex_state = 38}, - [1470] = {.lex_state = 38}, - [1471] = {.lex_state = 38}, - [1472] = {.lex_state = 38}, - [1473] = {.lex_state = 38}, - [1474] = {.lex_state = 38}, - [1475] = {.lex_state = 38}, - [1476] = {.lex_state = 38}, - [1477] = {.lex_state = 38}, - [1478] = {.lex_state = 38}, - [1479] = {.lex_state = 38}, - [1480] = {.lex_state = 34}, - [1481] = {.lex_state = 34}, - [1482] = {.lex_state = 34}, - [1483] = {.lex_state = 34}, - [1484] = {.lex_state = 34}, - [1485] = {.lex_state = 34}, - [1486] = {.lex_state = 34}, - [1487] = {.lex_state = 34}, - [1488] = {.lex_state = 34}, - [1489] = {.lex_state = 34}, - [1490] = {.lex_state = 34}, - [1491] = {.lex_state = 34}, - [1492] = {.lex_state = 34}, - [1493] = {.lex_state = 34}, - [1494] = {.lex_state = 34}, - [1495] = {.lex_state = 34}, - [1496] = {.lex_state = 34}, - [1497] = {.lex_state = 34}, - [1498] = {.lex_state = 34}, - [1499] = {.lex_state = 34}, - [1500] = {.lex_state = 34, .external_lex_state = 4}, - [1501] = {.lex_state = 34}, - [1502] = {.lex_state = 34}, - [1503] = {.lex_state = 34}, - [1504] = {.lex_state = 34}, - [1505] = {.lex_state = 34}, - [1506] = {.lex_state = 34}, - [1507] = {.lex_state = 36}, - [1508] = {.lex_state = 34}, - [1509] = {.lex_state = 38}, - [1510] = {.lex_state = 34, .external_lex_state = 4}, - [1511] = {.lex_state = 34, .external_lex_state = 4}, - [1512] = {.lex_state = 34, .external_lex_state = 4}, - [1513] = {.lex_state = 34}, - [1514] = {.lex_state = 34}, - [1515] = {.lex_state = 38}, - [1516] = {.lex_state = 34, .external_lex_state = 4}, - [1517] = {.lex_state = 34, .external_lex_state = 4}, - [1518] = {.lex_state = 34, .external_lex_state = 4}, - [1519] = {.lex_state = 34}, - [1520] = {.lex_state = 38, .external_lex_state = 4}, - [1521] = {.lex_state = 38, .external_lex_state = 4}, - [1522] = {.lex_state = 34, .external_lex_state = 4}, - [1523] = {.lex_state = 36}, - [1524] = {.lex_state = 34, .external_lex_state = 4}, - [1525] = {.lex_state = 34, .external_lex_state = 4}, - [1526] = {.lex_state = 34, .external_lex_state = 4}, - [1527] = {.lex_state = 34, .external_lex_state = 4}, - [1528] = {.lex_state = 38}, - [1529] = {.lex_state = 38}, - [1530] = {.lex_state = 38}, - [1531] = {.lex_state = 38}, - [1532] = {.lex_state = 38}, - [1533] = {.lex_state = 38}, - [1534] = {.lex_state = 38}, - [1535] = {.lex_state = 38}, - [1536] = {.lex_state = 38}, - [1537] = {.lex_state = 38}, - [1538] = {.lex_state = 38}, - [1539] = {.lex_state = 37}, - [1540] = {.lex_state = 38}, - [1541] = {.lex_state = 38}, - [1542] = {.lex_state = 206}, - [1543] = {.lex_state = 38}, - [1544] = {.lex_state = 38}, - [1545] = {.lex_state = 36}, - [1546] = {.lex_state = 38}, - [1547] = {.lex_state = 38}, - [1548] = {.lex_state = 38}, - [1549] = {.lex_state = 38}, - [1550] = {.lex_state = 38}, - [1551] = {.lex_state = 36}, - [1552] = {.lex_state = 38}, - [1553] = {.lex_state = 38}, - [1554] = {.lex_state = 38}, - [1555] = {.lex_state = 38}, - [1556] = {.lex_state = 38}, - [1557] = {.lex_state = 38}, - [1558] = {.lex_state = 38}, - [1559] = {.lex_state = 38}, - [1560] = {.lex_state = 38}, - [1561] = {.lex_state = 38}, - [1562] = {.lex_state = 38}, - [1563] = {.lex_state = 34}, - [1564] = {.lex_state = 38}, - [1565] = {.lex_state = 38}, - [1566] = {.lex_state = 38}, - [1567] = {.lex_state = 38}, - [1568] = {.lex_state = 38}, - [1569] = {.lex_state = 37}, - [1570] = {.lex_state = 206}, - [1571] = {.lex_state = 34}, - [1572] = {.lex_state = 34}, - [1573] = {.lex_state = 34}, - [1574] = {.lex_state = 34}, - [1575] = {.lex_state = 34}, - [1576] = {.lex_state = 206}, - [1577] = {.lex_state = 38}, - [1578] = {.lex_state = 38}, - [1579] = {.lex_state = 38}, - [1580] = {.lex_state = 34}, - [1581] = {.lex_state = 34}, - [1582] = {.lex_state = 206}, - [1583] = {.lex_state = 206}, - [1584] = {.lex_state = 206}, - [1585] = {.lex_state = 34}, - [1586] = {.lex_state = 36}, - [1587] = {.lex_state = 34}, - [1588] = {.lex_state = 34}, - [1589] = {.lex_state = 36}, - [1590] = {.lex_state = 34}, - [1591] = {.lex_state = 34}, - [1592] = {.lex_state = 36}, - [1593] = {.lex_state = 206}, - [1594] = {.lex_state = 206}, - [1595] = {.lex_state = 34}, - [1596] = {.lex_state = 36}, - [1597] = {.lex_state = 206}, - [1598] = {.lex_state = 34}, - [1599] = {.lex_state = 34}, - [1600] = {.lex_state = 206}, - [1601] = {.lex_state = 36}, - [1602] = {.lex_state = 34}, - [1603] = {.lex_state = 34}, - [1604] = {.lex_state = 34}, - [1605] = {.lex_state = 34}, - [1606] = {.lex_state = 34}, - [1607] = {.lex_state = 36}, - [1608] = {.lex_state = 206}, - [1609] = {.lex_state = 34}, - [1610] = {.lex_state = 34}, - [1611] = {.lex_state = 34}, - [1612] = {.lex_state = 34}, - [1613] = {.lex_state = 34}, - [1614] = {.lex_state = 34}, - [1615] = {.lex_state = 34}, - [1616] = {.lex_state = 34}, - [1617] = {.lex_state = 34}, - [1618] = {.lex_state = 34}, - [1619] = {.lex_state = 34}, - [1620] = {.lex_state = 34}, - [1621] = {.lex_state = 34}, - [1622] = {.lex_state = 34}, - [1623] = {.lex_state = 34}, - [1624] = {.lex_state = 34}, - [1625] = {.lex_state = 34}, - [1626] = {.lex_state = 34}, - [1627] = {.lex_state = 38}, - [1628] = {.lex_state = 34}, - [1629] = {.lex_state = 34}, - [1630] = {.lex_state = 34}, - [1631] = {.lex_state = 34}, - [1632] = {.lex_state = 34}, - [1633] = {.lex_state = 34}, - [1634] = {.lex_state = 34}, - [1635] = {.lex_state = 34}, - [1636] = {.lex_state = 34}, - [1637] = {.lex_state = 38}, - [1638] = {.lex_state = 34}, - [1639] = {.lex_state = 34}, - [1640] = {.lex_state = 34}, - [1641] = {.lex_state = 38}, - [1642] = {.lex_state = 34}, - [1643] = {.lex_state = 34}, - [1644] = {.lex_state = 38}, - [1645] = {.lex_state = 34}, - [1646] = {.lex_state = 38}, - [1647] = {.lex_state = 38}, - [1648] = {.lex_state = 48}, - [1649] = {.lex_state = 48}, - [1650] = {.lex_state = 48}, - [1651] = {.lex_state = 48}, - [1652] = {.lex_state = 48}, - [1653] = {.lex_state = 48}, - [1654] = {.lex_state = 48}, - [1655] = {.lex_state = 48}, - [1656] = {.lex_state = 48}, - [1657] = {.lex_state = 51}, - [1658] = {.lex_state = 51}, - [1659] = {.lex_state = 51}, - [1660] = {.lex_state = 51}, - [1661] = {.lex_state = 51}, - [1662] = {.lex_state = 51}, - [1663] = {.lex_state = 51}, - [1664] = {.lex_state = 51}, - [1665] = {.lex_state = 51}, - [1666] = {.lex_state = 51}, - [1667] = {.lex_state = 51}, - [1668] = {.lex_state = 51}, - [1669] = {.lex_state = 51}, - [1670] = {.lex_state = 51}, - [1671] = {.lex_state = 51}, - [1672] = {.lex_state = 39}, - [1673] = {.lex_state = 39}, - [1674] = {.lex_state = 51}, - [1675] = {.lex_state = 51}, - [1676] = {.lex_state = 51}, - [1677] = {.lex_state = 51}, - [1678] = {.lex_state = 51}, - [1679] = {.lex_state = 51}, - [1680] = {.lex_state = 51}, - [1681] = {.lex_state = 51}, - [1682] = {.lex_state = 51}, - [1683] = {.lex_state = 51}, - [1684] = {.lex_state = 51}, - [1685] = {.lex_state = 51}, - [1686] = {.lex_state = 51}, - [1687] = {.lex_state = 51}, - [1688] = {.lex_state = 51}, - [1689] = {.lex_state = 51}, - [1690] = {.lex_state = 51}, - [1691] = {.lex_state = 51}, - [1692] = {.lex_state = 35}, - [1693] = {.lex_state = 35}, - [1694] = {.lex_state = 35}, - [1695] = {.lex_state = 51}, - [1696] = {.lex_state = 206}, - [1697] = {.lex_state = 35}, - [1698] = {.lex_state = 35}, - [1699] = {.lex_state = 206}, - [1700] = {.lex_state = 35}, - [1701] = {.lex_state = 35}, - [1702] = {.lex_state = 35}, - [1703] = {.lex_state = 35}, - [1704] = {.lex_state = 39, .external_lex_state = 4}, - [1705] = {.lex_state = 39, .external_lex_state = 4}, - [1706] = {.lex_state = 35}, - [1707] = {.lex_state = 206}, - [1708] = {.lex_state = 35}, - [1709] = {.lex_state = 35}, - [1710] = {.lex_state = 39}, - [1711] = {.lex_state = 206, .external_lex_state = 4}, - [1712] = {.lex_state = 35}, - [1713] = {.lex_state = 206}, - [1714] = {.lex_state = 39}, - [1715] = {.lex_state = 35}, - [1716] = {.lex_state = 35}, - [1717] = {.lex_state = 35}, - [1718] = {.lex_state = 206, .external_lex_state = 4}, - [1719] = {.lex_state = 39}, - [1720] = {.lex_state = 206}, - [1721] = {.lex_state = 39}, - [1722] = {.lex_state = 35}, - [1723] = {.lex_state = 206}, - [1724] = {.lex_state = 35}, - [1725] = {.lex_state = 39}, - [1726] = {.lex_state = 206}, - [1727] = {.lex_state = 35}, - [1728] = {.lex_state = 206, .external_lex_state = 4}, - [1729] = {.lex_state = 39, .external_lex_state = 4}, - [1730] = {.lex_state = 206, .external_lex_state = 5}, - [1731] = {.lex_state = 206, .external_lex_state = 4}, - [1732] = {.lex_state = 206}, - [1733] = {.lex_state = 206, .external_lex_state = 4}, - [1734] = {.lex_state = 35}, - [1735] = {.lex_state = 206}, - [1736] = {.lex_state = 206, .external_lex_state = 4}, - [1737] = {.lex_state = 51}, - [1738] = {.lex_state = 51}, - [1739] = {.lex_state = 206}, - [1740] = {.lex_state = 39, .external_lex_state = 4}, - [1741] = {.lex_state = 31}, - [1742] = {.lex_state = 39, .external_lex_state = 4}, - [1743] = {.lex_state = 51}, - [1744] = {.lex_state = 39, .external_lex_state = 4}, - [1745] = {.lex_state = 35}, - [1746] = {.lex_state = 206}, - [1747] = {.lex_state = 35}, - [1748] = {.lex_state = 31}, - [1749] = {.lex_state = 206, .external_lex_state = 5}, - [1750] = {.lex_state = 206, .external_lex_state = 5}, - [1751] = {.lex_state = 39, .external_lex_state = 4}, - [1752] = {.lex_state = 39, .external_lex_state = 4}, - [1753] = {.lex_state = 206}, - [1754] = {.lex_state = 35}, - [1755] = {.lex_state = 206, .external_lex_state = 5}, - [1756] = {.lex_state = 35}, - [1757] = {.lex_state = 35}, - [1758] = {.lex_state = 206}, - [1759] = {.lex_state = 206}, - [1760] = {.lex_state = 206, .external_lex_state = 5}, - [1761] = {.lex_state = 206}, - [1762] = {.lex_state = 206}, - [1763] = {.lex_state = 206}, - [1764] = {.lex_state = 206}, - [1765] = {.lex_state = 35}, - [1766] = {.lex_state = 39, .external_lex_state = 4}, - [1767] = {.lex_state = 206}, - [1768] = {.lex_state = 39, .external_lex_state = 4}, - [1769] = {.lex_state = 206}, - [1770] = {.lex_state = 206}, - [1771] = {.lex_state = 35}, - [1772] = {.lex_state = 35}, - [1773] = {.lex_state = 206}, - [1774] = {.lex_state = 51}, - [1775] = {.lex_state = 52}, - [1776] = {.lex_state = 206}, - [1777] = {.lex_state = 52}, - [1778] = {.lex_state = 51}, - [1779] = {.lex_state = 35}, - [1780] = {.lex_state = 206}, - [1781] = {.lex_state = 206}, - [1782] = {.lex_state = 48}, - [1783] = {.lex_state = 35}, - [1784] = {.lex_state = 51}, - [1785] = {.lex_state = 52}, - [1786] = {.lex_state = 51}, - [1787] = {.lex_state = 52}, - [1788] = {.lex_state = 51}, - [1789] = {.lex_state = 52}, - [1790] = {.lex_state = 51}, - [1791] = {.lex_state = 51}, - [1792] = {.lex_state = 51}, - [1793] = {.lex_state = 206}, - [1794] = {.lex_state = 51}, - [1795] = {.lex_state = 51}, - [1796] = {.lex_state = 48}, - [1797] = {.lex_state = 48}, - [1798] = {.lex_state = 206}, - [1799] = {.lex_state = 48}, - [1800] = {.lex_state = 52}, - [1801] = {.lex_state = 52}, - [1802] = {.lex_state = 48}, - [1803] = {.lex_state = 51}, - [1804] = {.lex_state = 52}, - [1805] = {.lex_state = 51}, - [1806] = {.lex_state = 51}, - [1807] = {.lex_state = 206}, - [1808] = {.lex_state = 206}, - [1809] = {.lex_state = 52}, - [1810] = {.lex_state = 48}, - [1811] = {.lex_state = 52}, - [1812] = {.lex_state = 51}, - [1813] = {.lex_state = 206, .external_lex_state = 4}, - [1814] = {.lex_state = 206}, - [1815] = {.lex_state = 51}, - [1816] = {.lex_state = 52}, - [1817] = {.lex_state = 48}, - [1818] = {.lex_state = 48}, - [1819] = {.lex_state = 48}, - [1820] = {.lex_state = 51}, - [1821] = {.lex_state = 35}, - [1822] = {.lex_state = 48}, - [1823] = {.lex_state = 48}, - [1824] = {.lex_state = 51}, - [1825] = {.lex_state = 48}, - [1826] = {.lex_state = 51}, - [1827] = {.lex_state = 206}, - [1828] = {.lex_state = 35}, - [1829] = {.lex_state = 52}, - [1830] = {.lex_state = 52}, - [1831] = {.lex_state = 39, .external_lex_state = 4}, - [1832] = {.lex_state = 51}, - [1833] = {.lex_state = 206}, - [1834] = {.lex_state = 48}, - [1835] = {.lex_state = 51}, - [1836] = {.lex_state = 51}, - [1837] = {.lex_state = 48}, - [1838] = {.lex_state = 51}, - [1839] = {.lex_state = 48}, - [1840] = {.lex_state = 48}, - [1841] = {.lex_state = 51}, - [1842] = {.lex_state = 206}, - [1843] = {.lex_state = 48}, - [1844] = {.lex_state = 206}, - [1845] = {.lex_state = 51}, - [1846] = {.lex_state = 48}, - [1847] = {.lex_state = 206}, - [1848] = {.lex_state = 52}, - [1849] = {.lex_state = 206}, - [1850] = {.lex_state = 3}, - [1851] = {.lex_state = 39}, - [1852] = {.lex_state = 206}, - [1853] = {.lex_state = 39}, - [1854] = {.lex_state = 39}, - [1855] = {.lex_state = 206}, - [1856] = {.lex_state = 42}, - [1857] = {.lex_state = 41}, - [1858] = {.lex_state = 206}, - [1859] = {.lex_state = 42}, - [1860] = {.lex_state = 41}, - [1861] = {.lex_state = 41}, - [1862] = {.lex_state = 206}, - [1863] = {.lex_state = 206, .external_lex_state = 4}, - [1864] = {.lex_state = 206, .external_lex_state = 4}, - [1865] = {.lex_state = 42}, - [1866] = {.lex_state = 206}, - [1867] = {.lex_state = 206, .external_lex_state = 4}, - [1868] = {.lex_state = 35}, - [1869] = {.lex_state = 206, .external_lex_state = 4}, - [1870] = {.lex_state = 206, .external_lex_state = 4}, - [1871] = {.lex_state = 206}, - [1872] = {.lex_state = 41}, - [1873] = {.lex_state = 42}, - [1874] = {.lex_state = 206}, - [1875] = {.lex_state = 206, .external_lex_state = 4}, - [1876] = {.lex_state = 206}, - [1877] = {.lex_state = 35}, - [1878] = {.lex_state = 3}, - [1879] = {.lex_state = 35}, - [1880] = {.lex_state = 35}, - [1881] = {.lex_state = 206}, - [1882] = {.lex_state = 3}, - [1883] = {.lex_state = 206}, - [1884] = {.lex_state = 206}, - [1885] = {.lex_state = 206}, - [1886] = {.lex_state = 206, .external_lex_state = 4}, - [1887] = {.lex_state = 3}, - [1888] = {.lex_state = 206}, - [1889] = {.lex_state = 206, .external_lex_state = 4}, - [1890] = {.lex_state = 42}, - [1891] = {.lex_state = 206}, - [1892] = {.lex_state = 35}, - [1893] = {.lex_state = 41}, - [1894] = {.lex_state = 206}, - [1895] = {.lex_state = 206}, - [1896] = {.lex_state = 206}, - [1897] = {.lex_state = 35}, - [1898] = {.lex_state = 206, .external_lex_state = 4}, - [1899] = {.lex_state = 206, .external_lex_state = 4}, - [1900] = {.lex_state = 206}, - [1901] = {.lex_state = 206}, - [1902] = {.lex_state = 206, .external_lex_state = 4}, - [1903] = {.lex_state = 206, .external_lex_state = 4}, - [1904] = {.lex_state = 206, .external_lex_state = 4}, - [1905] = {.lex_state = 206}, - [1906] = {.lex_state = 206, .external_lex_state = 4}, - [1907] = {.lex_state = 206, .external_lex_state = 4}, - [1908] = {.lex_state = 35}, - [1909] = {.lex_state = 35}, - [1910] = {.lex_state = 206}, - [1911] = {.lex_state = 206, .external_lex_state = 4}, - [1912] = {.lex_state = 206, .external_lex_state = 4}, - [1913] = {.lex_state = 206, .external_lex_state = 4}, - [1914] = {.lex_state = 206, .external_lex_state = 4}, - [1915] = {.lex_state = 42}, - [1916] = {.lex_state = 206}, - [1917] = {.lex_state = 206}, - [1918] = {.lex_state = 206, .external_lex_state = 4}, - [1919] = {.lex_state = 206, .external_lex_state = 4}, - [1920] = {.lex_state = 206, .external_lex_state = 4}, - [1921] = {.lex_state = 3}, - [1922] = {.lex_state = 206}, - [1923] = {.lex_state = 206}, - [1924] = {.lex_state = 206}, - [1925] = {.lex_state = 41}, - [1926] = {.lex_state = 206}, - [1927] = {.lex_state = 35}, - [1928] = {.lex_state = 42}, - [1929] = {.lex_state = 35}, - [1930] = {.lex_state = 41}, - [1931] = {.lex_state = 42}, - [1932] = {.lex_state = 206}, - [1933] = {.lex_state = 206}, - [1934] = {.lex_state = 42}, - [1935] = {.lex_state = 41}, - [1936] = {.lex_state = 206, .external_lex_state = 5}, - [1937] = {.lex_state = 206}, - [1938] = {.lex_state = 206, .external_lex_state = 4}, - [1939] = {.lex_state = 35}, - [1940] = {.lex_state = 206, .external_lex_state = 4}, - [1941] = {.lex_state = 41}, - [1942] = {.lex_state = 42}, - [1943] = {.lex_state = 206, .external_lex_state = 4}, - [1944] = {.lex_state = 206}, - [1945] = {.lex_state = 206}, - [1946] = {.lex_state = 35}, - [1947] = {.lex_state = 206}, - [1948] = {.lex_state = 35}, - [1949] = {.lex_state = 41}, - [1950] = {.lex_state = 42}, - [1951] = {.lex_state = 206}, - [1952] = {.lex_state = 206}, - [1953] = {.lex_state = 206, .external_lex_state = 4}, - [1954] = {.lex_state = 206}, - [1955] = {.lex_state = 41}, - [1956] = {.lex_state = 206, .external_lex_state = 4}, - [1957] = {.lex_state = 206}, - [1958] = {.lex_state = 206}, - [1959] = {.lex_state = 206}, - [1960] = {.lex_state = 206}, - [1961] = {.lex_state = 3}, - [1962] = {.lex_state = 206}, - [1963] = {.lex_state = 39}, - [1964] = {.lex_state = 206, .external_lex_state = 4}, - [1965] = {.lex_state = 206, .external_lex_state = 4}, - [1966] = {.lex_state = 206, .external_lex_state = 4}, - [1967] = {.lex_state = 206, .external_lex_state = 4}, - [1968] = {.lex_state = 206, .external_lex_state = 4}, - [1969] = {.lex_state = 206, .external_lex_state = 4}, - [1970] = {.lex_state = 206}, - [1971] = {.lex_state = 206, .external_lex_state = 4}, - [1972] = {.lex_state = 35}, - [1973] = {.lex_state = 206}, - [1974] = {.lex_state = 206}, - [1975] = {.lex_state = 206}, - [1976] = {.lex_state = 206}, - [1977] = {.lex_state = 206}, - [1978] = {.lex_state = 206}, - [1979] = {.lex_state = 206}, - [1980] = {.lex_state = 206}, - [1981] = {.lex_state = 206}, - [1982] = {.lex_state = 31}, - [1983] = {.lex_state = 206}, - [1984] = {.lex_state = 206}, - [1985] = {.lex_state = 206}, - [1986] = {.lex_state = 206}, - [1987] = {.lex_state = 39}, - [1988] = {.lex_state = 206}, - [1989] = {.lex_state = 206}, - [1990] = {.lex_state = 206}, - [1991] = {.lex_state = 206}, - [1992] = {.lex_state = 206}, - [1993] = {.lex_state = 206}, - [1994] = {.lex_state = 206}, - [1995] = {.lex_state = 206}, - [1996] = {.lex_state = 206}, - [1997] = {.lex_state = 206}, - [1998] = {.lex_state = 35}, - [1999] = {.lex_state = 35, .external_lex_state = 4}, - [2000] = {.lex_state = 35, .external_lex_state = 4}, - [2001] = {.lex_state = 39}, - [2002] = {.lex_state = 31}, - [2003] = {.lex_state = 206}, - [2004] = {.lex_state = 206}, - [2005] = {.lex_state = 206, .external_lex_state = 4}, - [2006] = {.lex_state = 206}, - [2007] = {.lex_state = 206}, - [2008] = {.lex_state = 206, .external_lex_state = 4}, - [2009] = {.lex_state = 206}, - [2010] = {.lex_state = 206}, - [2011] = {.lex_state = 206}, - [2012] = {.lex_state = 206}, - [2013] = {.lex_state = 35}, - [2014] = {.lex_state = 206}, - [2015] = {.lex_state = 31}, - [2016] = {.lex_state = 206}, - [2017] = {.lex_state = 206}, - [2018] = {.lex_state = 206}, - [2019] = {.lex_state = 206}, - [2020] = {.lex_state = 31}, - [2021] = {.lex_state = 206}, - [2022] = {.lex_state = 39}, - [2023] = {.lex_state = 35}, - [2024] = {.lex_state = 206}, - [2025] = {.lex_state = 35}, - [2026] = {.lex_state = 35, .external_lex_state = 4}, - [2027] = {.lex_state = 35, .external_lex_state = 4}, - [2028] = {.lex_state = 206}, - [2029] = {.lex_state = 35}, - [2030] = {.lex_state = 206}, - [2031] = {.lex_state = 206}, - [2032] = {.lex_state = 206}, - [2033] = {.lex_state = 206}, - [2034] = {.lex_state = 206}, - [2035] = {.lex_state = 3}, - [2036] = {.lex_state = 35}, - [2037] = {.lex_state = 39}, - [2038] = {.lex_state = 35, .external_lex_state = 4}, - [2039] = {.lex_state = 206, .external_lex_state = 4}, - [2040] = {.lex_state = 206}, - [2041] = {.lex_state = 206}, - [2042] = {.lex_state = 206, .external_lex_state = 4}, - [2043] = {.lex_state = 206}, - [2044] = {.lex_state = 206, .external_lex_state = 4}, - [2045] = {.lex_state = 35, .external_lex_state = 4}, - [2046] = {.lex_state = 31}, - [2047] = {.lex_state = 206, .external_lex_state = 4}, - [2048] = {.lex_state = 35}, - [2049] = {.lex_state = 35}, - [2050] = {.lex_state = 35}, - [2051] = {.lex_state = 35}, - [2052] = {.lex_state = 35}, - [2053] = {.lex_state = 206}, - [2054] = {.lex_state = 206}, - [2055] = {.lex_state = 206}, - [2056] = {.lex_state = 206}, - [2057] = {.lex_state = 31}, - [2058] = {.lex_state = 206}, - [2059] = {.lex_state = 39}, - [2060] = {.lex_state = 35, .external_lex_state = 4}, - [2061] = {.lex_state = 35, .external_lex_state = 4}, - [2062] = {.lex_state = 206}, - [2063] = {.lex_state = 206}, - [2064] = {.lex_state = 206}, - [2065] = {.lex_state = 206, .external_lex_state = 4}, - [2066] = {.lex_state = 206, .external_lex_state = 4}, - [2067] = {.lex_state = 206}, - [2068] = {.lex_state = 206, .external_lex_state = 4}, - [2069] = {.lex_state = 39}, - [2070] = {.lex_state = 206}, - [2071] = {.lex_state = 35}, - [2072] = {.lex_state = 206}, - [2073] = {.lex_state = 206}, - [2074] = {.lex_state = 35}, - [2075] = {.lex_state = 206}, - [2076] = {.lex_state = 206, .external_lex_state = 4}, - [2077] = {.lex_state = 206}, - [2078] = {.lex_state = 35}, - [2079] = {.lex_state = 206}, - [2080] = {.lex_state = 206}, - [2081] = {.lex_state = 39}, - [2082] = {.lex_state = 206}, - [2083] = {.lex_state = 206, .external_lex_state = 4}, - [2084] = {.lex_state = 206, .external_lex_state = 4}, - [2085] = {.lex_state = 206}, - [2086] = {.lex_state = 206}, - [2087] = {.lex_state = 206}, - [2088] = {.lex_state = 206, .external_lex_state = 4}, - [2089] = {.lex_state = 35}, - [2090] = {.lex_state = 206}, - [2091] = {.lex_state = 206, .external_lex_state = 4}, - [2092] = {.lex_state = 206, .external_lex_state = 4}, - [2093] = {.lex_state = 35}, - [2094] = {.lex_state = 206, .external_lex_state = 4}, - [2095] = {.lex_state = 35, .external_lex_state = 4}, - [2096] = {.lex_state = 206, .external_lex_state = 4}, - [2097] = {.lex_state = 35, .external_lex_state = 4}, - [2098] = {.lex_state = 206}, - [2099] = {.lex_state = 206}, - [2100] = {.lex_state = 206}, - [2101] = {.lex_state = 206}, - [2102] = {.lex_state = 35}, - [2103] = {.lex_state = 206, .external_lex_state = 4}, - [2104] = {.lex_state = 35}, - [2105] = {.lex_state = 206, .external_lex_state = 4}, - [2106] = {.lex_state = 206}, - [2107] = {.lex_state = 206}, - [2108] = {.lex_state = 206}, - [2109] = {.lex_state = 35}, - [2110] = {.lex_state = 206}, - [2111] = {.lex_state = 206}, - [2112] = {.lex_state = 206}, - [2113] = {.lex_state = 206}, - [2114] = {.lex_state = 206, .external_lex_state = 4}, - [2115] = {.lex_state = 206}, - [2116] = {.lex_state = 206}, - [2117] = {.lex_state = 206}, - [2118] = {.lex_state = 206}, - [2119] = {.lex_state = 206}, - [2120] = {.lex_state = 206}, - [2121] = {.lex_state = 31}, - [2122] = {.lex_state = 206}, - [2123] = {.lex_state = 206}, - [2124] = {.lex_state = 206}, - [2125] = {.lex_state = 206, .external_lex_state = 4}, - [2126] = {.lex_state = 206}, - [2127] = {.lex_state = 206}, - [2128] = {.lex_state = 35}, - [2129] = {.lex_state = 206}, - [2130] = {.lex_state = 206}, - [2131] = {.lex_state = 206}, - [2132] = {.lex_state = 206}, - [2133] = {.lex_state = 206}, - [2134] = {.lex_state = 206}, - [2135] = {.lex_state = 206}, - [2136] = {.lex_state = 206}, - [2137] = {.lex_state = 206}, - [2138] = {.lex_state = 206}, - [2139] = {.lex_state = 206}, - [2140] = {.lex_state = 206}, - [2141] = {.lex_state = 206}, - [2142] = {.lex_state = 206}, - [2143] = {.lex_state = 206, .external_lex_state = 4}, - [2144] = {.lex_state = 206}, - [2145] = {.lex_state = 206}, - [2146] = {.lex_state = 206}, - [2147] = {.lex_state = 206}, - [2148] = {.lex_state = 206}, - [2149] = {.lex_state = 206}, - [2150] = {.lex_state = 206}, - [2151] = {.lex_state = 206}, - [2152] = {.lex_state = 206}, - [2153] = {.lex_state = 206}, - [2154] = {.lex_state = 206}, - [2155] = {.lex_state = 206}, - [2156] = {.lex_state = 206}, - [2157] = {.lex_state = 206}, - [2158] = {.lex_state = 206}, - [2159] = {.lex_state = 206}, - [2160] = {.lex_state = 206}, - [2161] = {.lex_state = 206, .external_lex_state = 4}, - [2162] = {.lex_state = 206}, - [2163] = {.lex_state = 206}, - [2164] = {.lex_state = 206}, - [2165] = {.lex_state = 206}, - [2166] = {.lex_state = 206}, - [2167] = {.lex_state = 206}, - [2168] = {.lex_state = 206}, - [2169] = {.lex_state = 35}, - [2170] = {.lex_state = 206}, - [2171] = {.lex_state = 206, .external_lex_state = 4}, - [2172] = {.lex_state = 206}, - [2173] = {.lex_state = 206}, - [2174] = {.lex_state = 35}, - [2175] = {.lex_state = 206}, - [2176] = {.lex_state = 206}, - [2177] = {.lex_state = 206}, - [2178] = {.lex_state = 206}, - [2179] = {.lex_state = 206}, - [2180] = {.lex_state = 206}, - [2181] = {.lex_state = 206}, - [2182] = {.lex_state = 206, .external_lex_state = 4}, - [2183] = {.lex_state = 206, .external_lex_state = 4}, - [2184] = {.lex_state = 206}, - [2185] = {.lex_state = 206, .external_lex_state = 4}, - [2186] = {.lex_state = 206}, - [2187] = {.lex_state = 206, .external_lex_state = 4}, - [2188] = {.lex_state = 206}, - [2189] = {.lex_state = 206}, - [2190] = {.lex_state = 206}, - [2191] = {.lex_state = 206}, - [2192] = {.lex_state = 206}, - [2193] = {.lex_state = 206}, - [2194] = {.lex_state = 206}, - [2195] = {.lex_state = 206}, - [2196] = {.lex_state = 35}, - [2197] = {.lex_state = 206}, - [2198] = {.lex_state = 206}, - [2199] = {.lex_state = 206}, - [2200] = {.lex_state = 206}, - [2201] = {.lex_state = 206}, - [2202] = {.lex_state = 206}, - [2203] = {.lex_state = 206}, - [2204] = {.lex_state = 206, .external_lex_state = 4}, - [2205] = {.lex_state = 206}, - [2206] = {.lex_state = 206}, - [2207] = {.lex_state = 206, .external_lex_state = 4}, - [2208] = {.lex_state = 206, .external_lex_state = 4}, - [2209] = {.lex_state = 206, .external_lex_state = 4}, - [2210] = {.lex_state = 206}, - [2211] = {.lex_state = 206}, - [2212] = {.lex_state = 206}, - [2213] = {.lex_state = 206}, - [2214] = {.lex_state = 206}, - [2215] = {.lex_state = 206}, - [2216] = {.lex_state = 206}, - [2217] = {.lex_state = 206}, - [2218] = {.lex_state = 206}, - [2219] = {.lex_state = 206}, - [2220] = {.lex_state = 35}, - [2221] = {.lex_state = 39}, - [2222] = {.lex_state = 39}, - [2223] = {.lex_state = 206}, - [2224] = {.lex_state = 206}, - [2225] = {.lex_state = 206}, - [2226] = {.lex_state = 206}, - [2227] = {.lex_state = 35}, - [2228] = {.lex_state = 206}, - [2229] = {.lex_state = 206}, - [2230] = {.lex_state = 206}, - [2231] = {.lex_state = 206}, - [2232] = {.lex_state = 39}, - [2233] = {.lex_state = 206}, - [2234] = {.lex_state = 39}, - [2235] = {.lex_state = 206}, - [2236] = {.lex_state = 39}, - [2237] = {.lex_state = 51}, - [2238] = {.lex_state = 206}, - [2239] = {.lex_state = 206}, - [2240] = {.lex_state = 206}, - [2241] = {.lex_state = 206}, - [2242] = {.lex_state = 35}, - [2243] = {.lex_state = 206}, - [2244] = {.lex_state = 206}, - [2245] = {.lex_state = 206, .external_lex_state = 4}, - [2246] = {.lex_state = 206}, - [2247] = {.lex_state = 206}, - [2248] = {.lex_state = 206}, - [2249] = {.lex_state = 206}, - [2250] = {.lex_state = 206}, - [2251] = {.lex_state = 206, .external_lex_state = 4}, - [2252] = {.lex_state = 206}, - [2253] = {.lex_state = 206}, - [2254] = {.lex_state = 206}, - [2255] = {.lex_state = 206}, - [2256] = {.lex_state = 206, .external_lex_state = 4}, - [2257] = {.lex_state = 206, .external_lex_state = 4}, - [2258] = {.lex_state = 206}, - [2259] = {.lex_state = 206}, - [2260] = {.lex_state = 206}, - [2261] = {.lex_state = 206, .external_lex_state = 4}, - [2262] = {.lex_state = 206, .external_lex_state = 4}, - [2263] = {.lex_state = 206}, - [2264] = {.lex_state = 206}, - [2265] = {.lex_state = 206}, - [2266] = {.lex_state = 206}, - [2267] = {.lex_state = 51}, - [2268] = {.lex_state = 206, .external_lex_state = 4}, - [2269] = {.lex_state = 206}, - [2270] = {.lex_state = 35}, - [2271] = {.lex_state = 206}, - [2272] = {.lex_state = 206}, - [2273] = {.lex_state = 206}, - [2274] = {.lex_state = 206}, - [2275] = {.lex_state = 206}, - [2276] = {.lex_state = 206}, - [2277] = {.lex_state = 206}, - [2278] = {.lex_state = 206, .external_lex_state = 4}, - [2279] = {.lex_state = 206, .external_lex_state = 4}, - [2280] = {.lex_state = 206, .external_lex_state = 4}, - [2281] = {.lex_state = 206}, - [2282] = {.lex_state = 206, .external_lex_state = 4}, - [2283] = {.lex_state = 206}, - [2284] = {.lex_state = 206, .external_lex_state = 4}, - [2285] = {.lex_state = 206, .external_lex_state = 4}, - [2286] = {.lex_state = 206}, - [2287] = {.lex_state = 206, .external_lex_state = 4}, - [2288] = {.lex_state = 206}, - [2289] = {.lex_state = 206}, - [2290] = {.lex_state = 206}, - [2291] = {.lex_state = 206}, - [2292] = {.lex_state = 206}, - [2293] = {.lex_state = 206, .external_lex_state = 4}, - [2294] = {.lex_state = 206, .external_lex_state = 4}, - [2295] = {.lex_state = 206}, - [2296] = {.lex_state = 206}, - [2297] = {.lex_state = 206, .external_lex_state = 4}, - [2298] = {.lex_state = 206, .external_lex_state = 4}, - [2299] = {.lex_state = 206, .external_lex_state = 4}, - [2300] = {.lex_state = 206}, - [2301] = {.lex_state = 206, .external_lex_state = 4}, - [2302] = {.lex_state = 206}, - [2303] = {.lex_state = 206, .external_lex_state = 4}, - [2304] = {.lex_state = 206}, - [2305] = {.lex_state = 206}, - [2306] = {.lex_state = 206}, - [2307] = {.lex_state = 206, .external_lex_state = 4}, - [2308] = {.lex_state = 206}, - [2309] = {.lex_state = 206}, - [2310] = {.lex_state = 206}, - [2311] = {.lex_state = 206}, - [2312] = {.lex_state = 206}, - [2313] = {.lex_state = 206}, - [2314] = {.lex_state = 206}, - [2315] = {.lex_state = 206}, - [2316] = {.lex_state = 206}, - [2317] = {.lex_state = 206}, - [2318] = {.lex_state = 206}, - [2319] = {.lex_state = 206}, - [2320] = {.lex_state = 206, .external_lex_state = 4}, - [2321] = {.lex_state = 206, .external_lex_state = 4}, - [2322] = {.lex_state = 206}, - [2323] = {.lex_state = 206, .external_lex_state = 4}, - [2324] = {.lex_state = 206, .external_lex_state = 4}, - [2325] = {.lex_state = 206, .external_lex_state = 4}, - [2326] = {.lex_state = 206}, - [2327] = {.lex_state = 39}, - [2328] = {.lex_state = 39}, - [2329] = {.lex_state = 206}, - [2330] = {.lex_state = 206}, - [2331] = {.lex_state = 206}, - [2332] = {.lex_state = 206, .external_lex_state = 4}, - [2333] = {.lex_state = 206}, - [2334] = {.lex_state = 206}, - [2335] = {.lex_state = 206}, - [2336] = {.lex_state = 206}, - [2337] = {.lex_state = 206}, - [2338] = {.lex_state = 206}, - [2339] = {.lex_state = 206}, - [2340] = {.lex_state = 206}, - [2341] = {.lex_state = 206}, - [2342] = {.lex_state = 206}, - [2343] = {.lex_state = 206}, - [2344] = {.lex_state = 206}, - [2345] = {.lex_state = 206}, - [2346] = {.lex_state = 206}, - [2347] = {.lex_state = 39}, - [2348] = {.lex_state = 206}, - [2349] = {.lex_state = 39}, - [2350] = {.lex_state = 206}, - [2351] = {.lex_state = 206}, - [2352] = {.lex_state = 206}, - [2353] = {.lex_state = 206}, - [2354] = {.lex_state = 206}, - [2355] = {.lex_state = 206}, - [2356] = {.lex_state = 206}, - [2357] = {.lex_state = 206}, - [2358] = {.lex_state = 206}, - [2359] = {.lex_state = 206}, - [2360] = {.lex_state = 206}, - [2361] = {.lex_state = 35}, - [2362] = {.lex_state = 206}, - [2363] = {.lex_state = 206}, - [2364] = {.lex_state = 206}, - [2365] = {.lex_state = 206}, - [2366] = {.lex_state = 206, .external_lex_state = 4}, - [2367] = {.lex_state = 206}, - [2368] = {.lex_state = 206}, - [2369] = {.lex_state = 206}, - [2370] = {.lex_state = 206}, - [2371] = {.lex_state = 35}, - [2372] = {.lex_state = 206}, - [2373] = {.lex_state = 3}, - [2374] = {.lex_state = 206}, - [2375] = {.lex_state = 206}, - [2376] = {.lex_state = 206}, - [2377] = {.lex_state = 206}, - [2378] = {.lex_state = 206}, - [2379] = {.lex_state = 206}, - [2380] = {.lex_state = 206, .external_lex_state = 4}, - [2381] = {.lex_state = 206}, - [2382] = {.lex_state = 206}, - [2383] = {.lex_state = 206}, - [2384] = {.lex_state = 206}, - [2385] = {.lex_state = 206, .external_lex_state = 4}, - [2386] = {.lex_state = 206}, - [2387] = {.lex_state = 206}, - [2388] = {.lex_state = 206}, - [2389] = {.lex_state = 206, .external_lex_state = 4}, - [2390] = {.lex_state = 206}, - [2391] = {.lex_state = 206}, - [2392] = {.lex_state = 206}, - [2393] = {.lex_state = 206, .external_lex_state = 4}, - [2394] = {.lex_state = 35}, - [2395] = {.lex_state = 206}, - [2396] = {.lex_state = 206}, - [2397] = {.lex_state = 206}, - [2398] = {.lex_state = 206, .external_lex_state = 4}, - [2399] = {.lex_state = 206}, - [2400] = {.lex_state = 206}, - [2401] = {.lex_state = 206}, - [2402] = {.lex_state = 206}, - [2403] = {.lex_state = 206}, - [2404] = {.lex_state = 206}, - [2405] = {.lex_state = 206}, - [2406] = {.lex_state = 206}, - [2407] = {.lex_state = 206, .external_lex_state = 4}, - [2408] = {.lex_state = 206, .external_lex_state = 4}, - [2409] = {.lex_state = 206}, - [2410] = {.lex_state = 206, .external_lex_state = 4}, - [2411] = {.lex_state = 206}, - [2412] = {.lex_state = 206, .external_lex_state = 4}, - [2413] = {.lex_state = 206}, - [2414] = {.lex_state = 206}, - [2415] = {.lex_state = 206}, - [2416] = {.lex_state = 206}, - [2417] = {.lex_state = 206}, - [2418] = {.lex_state = 206}, - [2419] = {.lex_state = 206}, - [2420] = {.lex_state = 206}, - [2421] = {.lex_state = 206}, - [2422] = {.lex_state = 206, .external_lex_state = 4}, - [2423] = {.lex_state = 206}, - [2424] = {.lex_state = 206}, - [2425] = {.lex_state = 206, .external_lex_state = 4}, - [2426] = {.lex_state = 206, .external_lex_state = 4}, - [2427] = {.lex_state = 206, .external_lex_state = 4}, - [2428] = {.lex_state = 206}, - [2429] = {.lex_state = 206}, - [2430] = {.lex_state = 206}, - [2431] = {.lex_state = 206}, - [2432] = {.lex_state = 206}, - [2433] = {.lex_state = 206}, - [2434] = {.lex_state = 206}, - [2435] = {.lex_state = 206}, - [2436] = {.lex_state = 206}, - [2437] = {.lex_state = 206}, - [2438] = {.lex_state = 206}, - [2439] = {.lex_state = 206}, - [2440] = {.lex_state = 206}, - [2441] = {.lex_state = 206}, - [2442] = {.lex_state = 206}, - [2443] = {.lex_state = 206}, - [2444] = {.lex_state = 206}, - [2445] = {.lex_state = 206}, - [2446] = {.lex_state = 206}, - [2447] = {.lex_state = 206}, - [2448] = {.lex_state = 206}, - [2449] = {.lex_state = 206}, - [2450] = {.lex_state = 206}, - [2451] = {.lex_state = 206}, - [2452] = {.lex_state = 206}, - [2453] = {.lex_state = 206}, - [2454] = {.lex_state = 206}, - [2455] = {.lex_state = 206}, - [2456] = {.lex_state = 206}, - [2457] = {.lex_state = 206}, - [2458] = {.lex_state = 206}, - [2459] = {.lex_state = 206}, - [2460] = {.lex_state = 206}, - [2461] = {.lex_state = 206}, - [2462] = {.lex_state = 206}, - [2463] = {.lex_state = 206}, - [2464] = {.lex_state = 206}, - [2465] = {.lex_state = 206}, - [2466] = {.lex_state = 206}, - [2467] = {.lex_state = 206}, - [2468] = {.lex_state = 206, .external_lex_state = 4}, - [2469] = {.lex_state = 39}, - [2470] = {.lex_state = 206}, - [2471] = {.lex_state = 206}, - [2472] = {.lex_state = 206}, - [2473] = {.lex_state = 206}, - [2474] = {.lex_state = 206}, - [2475] = {.lex_state = 206}, - [2476] = {.lex_state = 206}, - [2477] = {.lex_state = 206, .external_lex_state = 4}, - [2478] = {.lex_state = 206, .external_lex_state = 4}, - [2479] = {.lex_state = 206}, - [2480] = {.lex_state = 206}, - [2481] = {.lex_state = 206}, - [2482] = {.lex_state = 206}, - [2483] = {.lex_state = 206}, - [2484] = {.lex_state = 206}, - [2485] = {.lex_state = 206}, - [2486] = {.lex_state = 206}, - [2487] = {.lex_state = 206}, - [2488] = {.lex_state = 206}, - [2489] = {.lex_state = 206}, - [2490] = {.lex_state = 206}, - [2491] = {.lex_state = 206}, - [2492] = {.lex_state = 206}, - [2493] = {.lex_state = 206}, - [2494] = {.lex_state = 206, .external_lex_state = 4}, - [2495] = {.lex_state = 206, .external_lex_state = 4}, - [2496] = {.lex_state = 206}, - [2497] = {.lex_state = 206}, - [2498] = {.lex_state = 206, .external_lex_state = 4}, - [2499] = {.lex_state = 206}, - [2500] = {.lex_state = 206}, - [2501] = {.lex_state = 206}, - [2502] = {.lex_state = 206}, - [2503] = {.lex_state = 206}, - [2504] = {.lex_state = 206}, - [2505] = {.lex_state = 206}, - [2506] = {.lex_state = 206}, - [2507] = {.lex_state = 206}, - [2508] = {.lex_state = 206}, - [2509] = {.lex_state = 206}, - [2510] = {.lex_state = 206}, - [2511] = {.lex_state = 206}, - [2512] = {.lex_state = 206}, - [2513] = {.lex_state = 206}, - [2514] = {.lex_state = 39}, - [2515] = {.lex_state = 206}, - [2516] = {.lex_state = 206}, - [2517] = {.lex_state = 206, .external_lex_state = 4}, - [2518] = {.lex_state = 206}, - [2519] = {.lex_state = 206}, - [2520] = {.lex_state = 206}, - [2521] = {.lex_state = 206}, - [2522] = {.lex_state = 206}, - [2523] = {.lex_state = 206}, - [2524] = {.lex_state = 206, .external_lex_state = 4}, - [2525] = {.lex_state = 206}, - [2526] = {.lex_state = 206}, - [2527] = {.lex_state = 206}, - [2528] = {.lex_state = 206}, - [2529] = {.lex_state = 206}, - [2530] = {.lex_state = 206}, - [2531] = {.lex_state = 206}, - [2532] = {.lex_state = 206}, - [2533] = {.lex_state = 206}, - [2534] = {.lex_state = 206}, - [2535] = {.lex_state = 206}, - [2536] = {.lex_state = 206}, - [2537] = {.lex_state = 206}, - [2538] = {.lex_state = 206}, - [2539] = {.lex_state = 206}, - [2540] = {.lex_state = 206}, - [2541] = {.lex_state = 206}, - [2542] = {.lex_state = 206}, - [2543] = {.lex_state = 206}, - [2544] = {.lex_state = 206}, - [2545] = {.lex_state = 206}, - [2546] = {.lex_state = 206}, - [2547] = {.lex_state = 206}, - [2548] = {.lex_state = 206}, - [2549] = {.lex_state = 206}, - [2550] = {.lex_state = 206}, - [2551] = {.lex_state = 206}, - [2552] = {.lex_state = 206}, - [2553] = {.lex_state = 206}, - [2554] = {.lex_state = 206}, - [2555] = {.lex_state = 206}, - [2556] = {.lex_state = 206}, - [2557] = {.lex_state = 206}, - [2558] = {.lex_state = 206}, - [2559] = {.lex_state = 206}, - [2560] = {.lex_state = 206}, - [2561] = {.lex_state = 206}, - [2562] = {.lex_state = 206}, - [2563] = {.lex_state = 206}, - [2564] = {.lex_state = 206}, - [2565] = {.lex_state = 206}, - [2566] = {.lex_state = 35}, - [2567] = {.lex_state = 206}, - [2568] = {.lex_state = 206}, - [2569] = {.lex_state = 206}, - [2570] = {.lex_state = 206}, - [2571] = {.lex_state = 206}, - [2572] = {.lex_state = 206}, - [2573] = {.lex_state = 206}, - [2574] = {.lex_state = 206}, - [2575] = {.lex_state = 206}, - [2576] = {.lex_state = 206}, - [2577] = {.lex_state = 206}, - [2578] = {.lex_state = 206}, - [2579] = {.lex_state = 206}, - [2580] = {.lex_state = 206}, - [2581] = {.lex_state = 206}, - [2582] = {.lex_state = 206}, - [2583] = {.lex_state = 206}, - [2584] = {.lex_state = 206}, - [2585] = {.lex_state = 206}, - [2586] = {.lex_state = 206}, - [2587] = {.lex_state = 206}, - [2588] = {.lex_state = 206}, - [2589] = {.lex_state = 206}, - [2590] = {.lex_state = 206}, - [2591] = {.lex_state = 206}, - [2592] = {.lex_state = 206}, - [2593] = {.lex_state = 206}, - [2594] = {.lex_state = 206}, - [2595] = {.lex_state = 206}, - [2596] = {.lex_state = 206}, - [2597] = {.lex_state = 206}, - [2598] = {.lex_state = 206}, - [2599] = {.lex_state = 206}, - [2600] = {.lex_state = 206}, - [2601] = {.lex_state = 206}, - [2602] = {.lex_state = 206}, - [2603] = {.lex_state = 206}, - [2604] = {.lex_state = 206}, - [2605] = {.lex_state = 206}, - [2606] = {.lex_state = 206}, - [2607] = {.lex_state = 206}, - [2608] = {.lex_state = 206}, - [2609] = {.lex_state = 206}, - [2610] = {.lex_state = 206}, - [2611] = {.lex_state = 206}, - [2612] = {.lex_state = 206}, - [2613] = {.lex_state = 206}, - [2614] = {.lex_state = 206}, - [2615] = {.lex_state = 206}, - [2616] = {.lex_state = 206}, - [2617] = {.lex_state = 206}, - [2618] = {.lex_state = 206}, - [2619] = {.lex_state = 206}, - [2620] = {.lex_state = 206}, - [2621] = {.lex_state = 206}, - [2622] = {.lex_state = 206}, - [2623] = {.lex_state = 206}, - [2624] = {.lex_state = 206}, - [2625] = {.lex_state = 206}, - [2626] = {.lex_state = 206}, - [2627] = {.lex_state = 206, .external_lex_state = 4}, - [2628] = {.lex_state = 206}, - [2629] = {.lex_state = 206}, - [2630] = {.lex_state = 206}, - [2631] = {.lex_state = 206}, - [2632] = {.lex_state = 206}, - [2633] = {.lex_state = 206}, - [2634] = {.lex_state = 206}, - [2635] = {.lex_state = 206}, - [2636] = {.lex_state = 206}, - [2637] = {.lex_state = 206}, - [2638] = {.lex_state = 206}, - [2639] = {.lex_state = 206}, - [2640] = {.lex_state = 206}, - [2641] = {.lex_state = 206}, - [2642] = {.lex_state = 206}, - [2643] = {.lex_state = 206}, - [2644] = {.lex_state = 206}, - [2645] = {.lex_state = 206}, - [2646] = {.lex_state = 206}, - [2647] = {.lex_state = 206}, - [2648] = {.lex_state = 206}, - [2649] = {.lex_state = 206}, - [2650] = {.lex_state = 206}, - [2651] = {.lex_state = 206}, - [2652] = {.lex_state = 4}, - [2653] = {.lex_state = 206}, - [2654] = {.lex_state = 35}, - [2655] = {.lex_state = 35}, - [2656] = {.lex_state = 206}, - [2657] = {.lex_state = 206}, - [2658] = {.lex_state = 35}, - [2659] = {.lex_state = 206}, - [2660] = {.lex_state = 4}, - [2661] = {.lex_state = 39}, - [2662] = {.lex_state = 206}, - [2663] = {.lex_state = 206}, - [2664] = {.lex_state = 35}, - [2665] = {.lex_state = 35}, - [2666] = {.lex_state = 206}, - [2667] = {.lex_state = 35}, - [2668] = {.lex_state = 206}, - [2669] = {.lex_state = 35}, - [2670] = {.lex_state = 206}, - [2671] = {.lex_state = 206}, - [2672] = {.lex_state = 4}, - [2673] = {.lex_state = 206}, - [2674] = {.lex_state = 206}, - [2675] = {.lex_state = 31}, - [2676] = {.lex_state = 206}, - [2677] = {.lex_state = 206}, - [2678] = {.lex_state = 206}, - [2679] = {.lex_state = 206}, - [2680] = {.lex_state = 206}, - [2681] = {.lex_state = 206}, - [2682] = {.lex_state = 35}, - [2683] = {.lex_state = 206}, - [2684] = {.lex_state = 206}, - [2685] = {.lex_state = 4}, - [2686] = {.lex_state = 206}, - [2687] = {.lex_state = 206}, - [2688] = {.lex_state = 206}, - [2689] = {.lex_state = 206}, - [2690] = {.lex_state = 206}, - [2691] = {.lex_state = 206}, - [2692] = {.lex_state = 35}, - [2693] = {.lex_state = 206}, - [2694] = {.lex_state = 206}, - [2695] = {.lex_state = 206}, - [2696] = {.lex_state = 206}, - [2697] = {.lex_state = 206}, - [2698] = {.lex_state = 206}, - [2699] = {.lex_state = 206}, - [2700] = {.lex_state = 206}, - [2701] = {.lex_state = 206}, - [2702] = {.lex_state = 206}, - [2703] = {.lex_state = 206}, - [2704] = {.lex_state = 206}, - [2705] = {.lex_state = 206}, - [2706] = {.lex_state = 39}, - [2707] = {.lex_state = 39}, - [2708] = {.lex_state = 206}, - [2709] = {.lex_state = 206}, - [2710] = {.lex_state = 206}, - [2711] = {.lex_state = 35}, - [2712] = {.lex_state = 206}, - [2713] = {.lex_state = 35}, - [2714] = {.lex_state = 206}, - [2715] = {.lex_state = 39}, - [2716] = {.lex_state = 35}, - [2717] = {.lex_state = 206}, - [2718] = {.lex_state = 39}, - [2719] = {.lex_state = 206}, - [2720] = {.lex_state = 35}, - [2721] = {.lex_state = 206}, - [2722] = {.lex_state = 35}, - [2723] = {.lex_state = 206}, - [2724] = {.lex_state = 39}, - [2725] = {.lex_state = 206}, - [2726] = {.lex_state = 206}, - [2727] = {.lex_state = 206}, - [2728] = {.lex_state = 206}, - [2729] = {.lex_state = 206}, - [2730] = {.lex_state = 206}, - [2731] = {.lex_state = 206}, - [2732] = {.lex_state = 35}, - [2733] = {.lex_state = 206}, - [2734] = {.lex_state = 206}, - [2735] = {.lex_state = 39}, - [2736] = {.lex_state = 206}, - [2737] = {.lex_state = 206}, - [2738] = {.lex_state = 206}, - [2739] = {.lex_state = 206}, - [2740] = {.lex_state = 206}, - [2741] = {.lex_state = 39}, - [2742] = {.lex_state = 39}, - [2743] = {.lex_state = 206}, - [2744] = {.lex_state = 35}, - [2745] = {.lex_state = 206}, - [2746] = {.lex_state = 35}, - [2747] = {.lex_state = 35}, - [2748] = {.lex_state = 39}, - [2749] = {.lex_state = 35}, - [2750] = {.lex_state = 35}, - [2751] = {.lex_state = 39}, - [2752] = {.lex_state = 35}, - [2753] = {.lex_state = 35}, - [2754] = {.lex_state = 206}, - [2755] = {.lex_state = 206}, - [2756] = {.lex_state = 206}, - [2757] = {.lex_state = 206}, - [2758] = {.lex_state = 39}, - [2759] = {.lex_state = 206}, - [2760] = {.lex_state = 35}, - [2761] = {.lex_state = 206}, - [2762] = {.lex_state = 35}, - [2763] = {.lex_state = 206}, - [2764] = {.lex_state = 206}, - [2765] = {.lex_state = 206}, - [2766] = {.lex_state = 206}, - [2767] = {.lex_state = 206}, - [2768] = {.lex_state = 206}, - [2769] = {.lex_state = 39}, - [2770] = {.lex_state = 39}, - [2771] = {.lex_state = 35}, - [2772] = {.lex_state = 206}, - [2773] = {.lex_state = 35}, - [2774] = {.lex_state = 206}, - [2775] = {.lex_state = 35}, - [2776] = {.lex_state = 31}, - [2777] = {.lex_state = 206}, - [2778] = {.lex_state = 206}, - [2779] = {.lex_state = 206}, - [2780] = {.lex_state = 206}, -}; - -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, - }, + [1] = {.lex_state = 252, .external_lex_state = 2}, + [2] = {.lex_state = 13, .external_lex_state = 2}, + [3] = {.lex_state = 13, .external_lex_state = 2}, + [4] = {.lex_state = 13, .external_lex_state = 2}, + [5] = {.lex_state = 13, .external_lex_state = 2}, + [6] = {.lex_state = 13, .external_lex_state = 2}, + [7] = {.lex_state = 13, .external_lex_state = 2}, + [8] = {.lex_state = 13, .external_lex_state = 2}, + [9] = {.lex_state = 13, .external_lex_state = 2}, + [10] = {.lex_state = 19, .external_lex_state = 2}, + [11] = {.lex_state = 19, .external_lex_state = 2}, + [12] = {.lex_state = 19, .external_lex_state = 2}, + [13] = {.lex_state = 19, .external_lex_state = 2}, + [14] = {.lex_state = 19, .external_lex_state = 2}, + [15] = {.lex_state = 252, .external_lex_state = 2}, + [16] = {.lex_state = 252, .external_lex_state = 2}, + [17] = {.lex_state = 252, .external_lex_state = 2}, + [18] = {.lex_state = 252, .external_lex_state = 2}, + [19] = {.lex_state = 252, .external_lex_state = 2}, + [20] = {.lex_state = 252, .external_lex_state = 2}, + [21] = {.lex_state = 252, .external_lex_state = 2}, + [22] = {.lex_state = 252, .external_lex_state = 2}, + [23] = {.lex_state = 252, .external_lex_state = 2}, + [24] = {.lex_state = 252, .external_lex_state = 2}, + [25] = {.lex_state = 252, .external_lex_state = 2}, + [26] = {.lex_state = 252, .external_lex_state = 2}, + [27] = {.lex_state = 252, .external_lex_state = 2}, + [28] = {.lex_state = 252, .external_lex_state = 2}, + [29] = {.lex_state = 252, .external_lex_state = 2}, + [30] = {.lex_state = 252, .external_lex_state = 2}, + [31] = {.lex_state = 252, .external_lex_state = 2}, + [32] = {.lex_state = 252, .external_lex_state = 2}, + [33] = {.lex_state = 252, .external_lex_state = 2}, + [34] = {.lex_state = 252, .external_lex_state = 2}, + [35] = {.lex_state = 252, .external_lex_state = 2}, + [36] = {.lex_state = 252, .external_lex_state = 2}, + [37] = {.lex_state = 252, .external_lex_state = 2}, + [38] = {.lex_state = 252, .external_lex_state = 2}, + [39] = {.lex_state = 252, .external_lex_state = 2}, + [40] = {.lex_state = 252, .external_lex_state = 2}, + [41] = {.lex_state = 252, .external_lex_state = 2}, + [42] = {.lex_state = 252, .external_lex_state = 2}, + [43] = {.lex_state = 252, .external_lex_state = 2}, + [44] = {.lex_state = 252, .external_lex_state = 2}, + [45] = {.lex_state = 252, .external_lex_state = 2}, + [46] = {.lex_state = 252, .external_lex_state = 2}, + [47] = {.lex_state = 252, .external_lex_state = 2}, + [48] = {.lex_state = 252, .external_lex_state = 2}, + [49] = {.lex_state = 252, .external_lex_state = 2}, + [50] = {.lex_state = 252, .external_lex_state = 2}, + [51] = {.lex_state = 252, .external_lex_state = 2}, + [52] = {.lex_state = 252, .external_lex_state = 2}, + [53] = {.lex_state = 252, .external_lex_state = 2}, + [54] = {.lex_state = 252, .external_lex_state = 2}, + [55] = {.lex_state = 252, .external_lex_state = 2}, + [56] = {.lex_state = 252, .external_lex_state = 2}, + [57] = {.lex_state = 252, .external_lex_state = 2}, + [58] = {.lex_state = 252, .external_lex_state = 2}, + [59] = {.lex_state = 252, .external_lex_state = 2}, + [60] = {.lex_state = 252, .external_lex_state = 2}, + [61] = {.lex_state = 252, .external_lex_state = 2}, + [62] = {.lex_state = 252, .external_lex_state = 2}, + [63] = {.lex_state = 252, .external_lex_state = 2}, + [64] = {.lex_state = 252, .external_lex_state = 2}, + [65] = {.lex_state = 252, .external_lex_state = 2}, + [66] = {.lex_state = 252, .external_lex_state = 2}, + [67] = {.lex_state = 252, .external_lex_state = 2}, + [68] = {.lex_state = 252, .external_lex_state = 2}, + [69] = {.lex_state = 252, .external_lex_state = 2}, + [70] = {.lex_state = 252, .external_lex_state = 2}, + [71] = {.lex_state = 252, .external_lex_state = 2}, + [72] = {.lex_state = 252, .external_lex_state = 2}, + [73] = {.lex_state = 252, .external_lex_state = 2}, + [74] = {.lex_state = 252, .external_lex_state = 2}, + [75] = {.lex_state = 252, .external_lex_state = 2}, + [76] = {.lex_state = 252, .external_lex_state = 2}, + [77] = {.lex_state = 252, .external_lex_state = 2}, + [78] = {.lex_state = 252, .external_lex_state = 2}, + [79] = {.lex_state = 252, .external_lex_state = 2}, + [80] = {.lex_state = 252, .external_lex_state = 2}, + [81] = {.lex_state = 252, .external_lex_state = 2}, + [82] = {.lex_state = 252, .external_lex_state = 2}, + [83] = {.lex_state = 252, .external_lex_state = 2}, + [84] = {.lex_state = 252, .external_lex_state = 2}, + [85] = {.lex_state = 252, .external_lex_state = 2}, + [86] = {.lex_state = 252, .external_lex_state = 2}, + [87] = {.lex_state = 252, .external_lex_state = 2}, + [88] = {.lex_state = 252, .external_lex_state = 2}, + [89] = {.lex_state = 252, .external_lex_state = 2}, + [90] = {.lex_state = 252, .external_lex_state = 2}, + [91] = {.lex_state = 252, .external_lex_state = 2}, + [92] = {.lex_state = 252, .external_lex_state = 2}, + [93] = {.lex_state = 252, .external_lex_state = 2}, + [94] = {.lex_state = 252, .external_lex_state = 2}, + [95] = {.lex_state = 252, .external_lex_state = 2}, + [96] = {.lex_state = 252, .external_lex_state = 2}, + [97] = {.lex_state = 252, .external_lex_state = 2}, + [98] = {.lex_state = 252, .external_lex_state = 2}, + [99] = {.lex_state = 252, .external_lex_state = 2}, + [100] = {.lex_state = 252, .external_lex_state = 2}, + [101] = {.lex_state = 252, .external_lex_state = 2}, + [102] = {.lex_state = 252, .external_lex_state = 2}, + [103] = {.lex_state = 252, .external_lex_state = 2}, + [104] = {.lex_state = 252, .external_lex_state = 2}, + [105] = {.lex_state = 252, .external_lex_state = 2}, + [106] = {.lex_state = 252, .external_lex_state = 2}, + [107] = {.lex_state = 252, .external_lex_state = 2}, + [108] = {.lex_state = 252, .external_lex_state = 2}, + [109] = {.lex_state = 252, .external_lex_state = 2}, + [110] = {.lex_state = 252, .external_lex_state = 2}, + [111] = {.lex_state = 252, .external_lex_state = 2}, + [112] = {.lex_state = 252, .external_lex_state = 2}, + [113] = {.lex_state = 252, .external_lex_state = 2}, + [114] = {.lex_state = 252, .external_lex_state = 2}, + [115] = {.lex_state = 252, .external_lex_state = 2}, + [116] = {.lex_state = 252, .external_lex_state = 2}, + [117] = {.lex_state = 252, .external_lex_state = 2}, + [118] = {.lex_state = 252, .external_lex_state = 2}, + [119] = {.lex_state = 7, .external_lex_state = 3}, + [120] = {.lex_state = 8, .external_lex_state = 4}, + [121] = {.lex_state = 7, .external_lex_state = 4}, + [122] = {.lex_state = 7, .external_lex_state = 3}, + [123] = {.lex_state = 8, .external_lex_state = 3}, + [124] = {.lex_state = 12, .external_lex_state = 2}, + [125] = {.lex_state = 12, .external_lex_state = 2}, + [126] = {.lex_state = 12, .external_lex_state = 2}, + [127] = {.lex_state = 12, .external_lex_state = 2}, + [128] = {.lex_state = 12, .external_lex_state = 2}, + [129] = {.lex_state = 12, .external_lex_state = 2}, + [130] = {.lex_state = 12, .external_lex_state = 2}, + [131] = {.lex_state = 12, .external_lex_state = 2}, + [132] = {.lex_state = 17, .external_lex_state = 2}, + [133] = {.lex_state = 17, .external_lex_state = 2}, + [134] = {.lex_state = 17, .external_lex_state = 2}, + [135] = {.lex_state = 17, .external_lex_state = 2}, + [136] = {.lex_state = 17, .external_lex_state = 2}, + [137] = {.lex_state = 17, .external_lex_state = 2}, + [138] = {.lex_state = 17, .external_lex_state = 2}, + [139] = {.lex_state = 17, .external_lex_state = 2}, + [140] = {.lex_state = 17, .external_lex_state = 2}, + [141] = {.lex_state = 17, .external_lex_state = 2}, + [142] = {.lex_state = 17, .external_lex_state = 2}, + [143] = {.lex_state = 10, .external_lex_state = 4}, + [144] = {.lex_state = 17, .external_lex_state = 2}, + [145] = {.lex_state = 17, .external_lex_state = 2}, + [146] = {.lex_state = 17, .external_lex_state = 2}, + [147] = {.lex_state = 17, .external_lex_state = 2}, + [148] = {.lex_state = 10, .external_lex_state = 4}, + [149] = {.lex_state = 10, .external_lex_state = 4}, + [150] = {.lex_state = 12, .external_lex_state = 2}, + [151] = {.lex_state = 251, .external_lex_state = 4}, + [152] = {.lex_state = 10, .external_lex_state = 4}, + [153] = {.lex_state = 10, .external_lex_state = 4}, + [154] = {.lex_state = 10, .external_lex_state = 4}, + [155] = {.lex_state = 12, .external_lex_state = 2}, + [156] = {.lex_state = 10, .external_lex_state = 4}, + [157] = {.lex_state = 10, .external_lex_state = 4}, + [158] = {.lex_state = 10, .external_lex_state = 4}, + [159] = {.lex_state = 10, .external_lex_state = 4}, + [160] = {.lex_state = 9, .external_lex_state = 4}, + [161] = {.lex_state = 10, .external_lex_state = 4}, + [162] = {.lex_state = 10, .external_lex_state = 4}, + [163] = {.lex_state = 10, .external_lex_state = 4}, + [164] = {.lex_state = 12, .external_lex_state = 2}, + [165] = {.lex_state = 10, .external_lex_state = 4}, + [166] = {.lex_state = 12, .external_lex_state = 2}, + [167] = {.lex_state = 10, .external_lex_state = 4}, + [168] = {.lex_state = 251, .external_lex_state = 4}, + [169] = {.lex_state = 251, .external_lex_state = 4}, + [170] = {.lex_state = 9, .external_lex_state = 4}, + [171] = {.lex_state = 251, .external_lex_state = 4}, + [172] = {.lex_state = 251, .external_lex_state = 4}, + [173] = {.lex_state = 251, .external_lex_state = 4}, + [174] = {.lex_state = 9, .external_lex_state = 4}, + [175] = {.lex_state = 12, .external_lex_state = 2}, + [176] = {.lex_state = 251, .external_lex_state = 4}, + [177] = {.lex_state = 9, .external_lex_state = 4}, + [178] = {.lex_state = 251, .external_lex_state = 4}, + [179] = {.lex_state = 251, .external_lex_state = 4}, + [180] = {.lex_state = 9, .external_lex_state = 4}, + [181] = {.lex_state = 9, .external_lex_state = 4}, + [182] = {.lex_state = 251, .external_lex_state = 4}, + [183] = {.lex_state = 9, .external_lex_state = 4}, + [184] = {.lex_state = 9, .external_lex_state = 4}, + [185] = {.lex_state = 9, .external_lex_state = 4}, + [186] = {.lex_state = 9, .external_lex_state = 4}, + [187] = {.lex_state = 251, .external_lex_state = 4}, + [188] = {.lex_state = 9, .external_lex_state = 4}, + [189] = {.lex_state = 9, .external_lex_state = 4}, + [190] = {.lex_state = 9, .external_lex_state = 4}, + [191] = {.lex_state = 251, .external_lex_state = 4}, + [192] = {.lex_state = 250, .external_lex_state = 4}, + [193] = {.lex_state = 251, .external_lex_state = 4}, + [194] = {.lex_state = 12, .external_lex_state = 2}, + [195] = {.lex_state = 251, .external_lex_state = 4}, + [196] = {.lex_state = 12, .external_lex_state = 2}, + [197] = {.lex_state = 9, .external_lex_state = 4}, + [198] = {.lex_state = 251, .external_lex_state = 4}, + [199] = {.lex_state = 9, .external_lex_state = 4}, + [200] = {.lex_state = 12, .external_lex_state = 2}, + [201] = {.lex_state = 250, .external_lex_state = 4}, + [202] = {.lex_state = 250, .external_lex_state = 4}, + [203] = {.lex_state = 250, .external_lex_state = 4}, + [204] = {.lex_state = 250, .external_lex_state = 4}, + [205] = {.lex_state = 250, .external_lex_state = 4}, + [206] = {.lex_state = 12, .external_lex_state = 2}, + [207] = {.lex_state = 250, .external_lex_state = 4}, + [208] = {.lex_state = 12, .external_lex_state = 2}, + [209] = {.lex_state = 250, .external_lex_state = 4}, + [210] = {.lex_state = 250, .external_lex_state = 4}, + [211] = {.lex_state = 12, .external_lex_state = 2}, + [212] = {.lex_state = 250, .external_lex_state = 4}, + [213] = {.lex_state = 12, .external_lex_state = 2}, + [214] = {.lex_state = 250, .external_lex_state = 4}, + [215] = {.lex_state = 12, .external_lex_state = 2}, + [216] = {.lex_state = 12, .external_lex_state = 2}, + [217] = {.lex_state = 250, .external_lex_state = 4}, + [218] = {.lex_state = 250, .external_lex_state = 4}, + [219] = {.lex_state = 12, .external_lex_state = 2}, + [220] = {.lex_state = 250, .external_lex_state = 4}, + [221] = {.lex_state = 12, .external_lex_state = 2}, + [222] = {.lex_state = 250, .external_lex_state = 4}, + [223] = {.lex_state = 12, .external_lex_state = 2}, + [224] = {.lex_state = 12, .external_lex_state = 2}, + [225] = {.lex_state = 12, .external_lex_state = 2}, + [226] = {.lex_state = 12, .external_lex_state = 2}, + [227] = {.lex_state = 12, .external_lex_state = 2}, + [228] = {.lex_state = 12, .external_lex_state = 2}, + [229] = {.lex_state = 12, .external_lex_state = 2}, + [230] = {.lex_state = 12, .external_lex_state = 2}, + [231] = {.lex_state = 12, .external_lex_state = 2}, + [232] = {.lex_state = 12, .external_lex_state = 2}, + [233] = {.lex_state = 12, .external_lex_state = 5}, + [234] = {.lex_state = 12, .external_lex_state = 5}, + [235] = {.lex_state = 12, .external_lex_state = 5}, + [236] = {.lex_state = 12, .external_lex_state = 5}, + [237] = {.lex_state = 12, .external_lex_state = 5}, + [238] = {.lex_state = 12, .external_lex_state = 2}, + [239] = {.lex_state = 12, .external_lex_state = 2}, + [240] = {.lex_state = 12, .external_lex_state = 2}, + [241] = {.lex_state = 12, .external_lex_state = 2}, + [242] = {.lex_state = 17, .external_lex_state = 2}, + [243] = {.lex_state = 12, .external_lex_state = 2}, + [244] = {.lex_state = 12, .external_lex_state = 2}, + [245] = {.lex_state = 12, .external_lex_state = 2}, + [246] = {.lex_state = 12, .external_lex_state = 2}, + [247] = {.lex_state = 12, .external_lex_state = 2}, + [248] = {.lex_state = 12, .external_lex_state = 2}, + [249] = {.lex_state = 12, .external_lex_state = 2}, + [250] = {.lex_state = 12, .external_lex_state = 2}, + [251] = {.lex_state = 12, .external_lex_state = 2}, + [252] = {.lex_state = 12, .external_lex_state = 2}, + [253] = {.lex_state = 12, .external_lex_state = 2}, + [254] = {.lex_state = 12, .external_lex_state = 2}, + [255] = {.lex_state = 12, .external_lex_state = 2}, + [256] = {.lex_state = 14, .external_lex_state = 2}, + [257] = {.lex_state = 12, .external_lex_state = 2}, + [258] = {.lex_state = 12, .external_lex_state = 2}, + [259] = {.lex_state = 12, .external_lex_state = 2}, + [260] = {.lex_state = 12, .external_lex_state = 2}, + [261] = {.lex_state = 12, .external_lex_state = 2}, + [262] = {.lex_state = 12, .external_lex_state = 2}, + [263] = {.lex_state = 12, .external_lex_state = 2}, + [264] = {.lex_state = 12, .external_lex_state = 2}, + [265] = {.lex_state = 14, .external_lex_state = 2}, + [266] = {.lex_state = 12, .external_lex_state = 2}, + [267] = {.lex_state = 14, .external_lex_state = 2}, + [268] = {.lex_state = 12, .external_lex_state = 2}, + [269] = {.lex_state = 14, .external_lex_state = 2}, + [270] = {.lex_state = 12, .external_lex_state = 2}, + [271] = {.lex_state = 12, .external_lex_state = 2}, + [272] = {.lex_state = 12, .external_lex_state = 2}, + [273] = {.lex_state = 12, .external_lex_state = 2}, + [274] = {.lex_state = 12, .external_lex_state = 2}, + [275] = {.lex_state = 12, .external_lex_state = 2}, + [276] = {.lex_state = 12, .external_lex_state = 2}, + [277] = {.lex_state = 12, .external_lex_state = 2}, + [278] = {.lex_state = 12, .external_lex_state = 2}, + [279] = {.lex_state = 12, .external_lex_state = 2}, + [280] = {.lex_state = 12, .external_lex_state = 2}, + [281] = {.lex_state = 14, .external_lex_state = 2}, + [282] = {.lex_state = 12, .external_lex_state = 2}, + [283] = {.lex_state = 12, .external_lex_state = 2}, + [284] = {.lex_state = 12, .external_lex_state = 2}, + [285] = {.lex_state = 12, .external_lex_state = 2}, + [286] = {.lex_state = 12, .external_lex_state = 2}, + [287] = {.lex_state = 12, .external_lex_state = 2}, + [288] = {.lex_state = 12, .external_lex_state = 2}, + [289] = {.lex_state = 12, .external_lex_state = 2}, + [290] = {.lex_state = 12, .external_lex_state = 2}, + [291] = {.lex_state = 12, .external_lex_state = 2}, + [292] = {.lex_state = 12, .external_lex_state = 2}, + [293] = {.lex_state = 12, .external_lex_state = 2}, + [294] = {.lex_state = 12, .external_lex_state = 2}, + [295] = {.lex_state = 12, .external_lex_state = 2}, + [296] = {.lex_state = 12, .external_lex_state = 2}, + [297] = {.lex_state = 12, .external_lex_state = 2}, + [298] = {.lex_state = 12, .external_lex_state = 2}, + [299] = {.lex_state = 12, .external_lex_state = 2}, + [300] = {.lex_state = 12, .external_lex_state = 2}, + [301] = {.lex_state = 12, .external_lex_state = 2}, + [302] = {.lex_state = 12, .external_lex_state = 2}, + [303] = {.lex_state = 12, .external_lex_state = 2}, + [304] = {.lex_state = 12, .external_lex_state = 2}, + [305] = {.lex_state = 12, .external_lex_state = 2}, + [306] = {.lex_state = 12, .external_lex_state = 2}, + [307] = {.lex_state = 12, .external_lex_state = 2}, + [308] = {.lex_state = 12, .external_lex_state = 2}, + [309] = {.lex_state = 12, .external_lex_state = 2}, + [310] = {.lex_state = 12, .external_lex_state = 2}, + [311] = {.lex_state = 12, .external_lex_state = 2}, + [312] = {.lex_state = 12, .external_lex_state = 2}, + [313] = {.lex_state = 12, .external_lex_state = 2}, + [314] = {.lex_state = 12, .external_lex_state = 2}, + [315] = {.lex_state = 12, .external_lex_state = 2}, + [316] = {.lex_state = 12, .external_lex_state = 2}, + [317] = {.lex_state = 12, .external_lex_state = 2}, + [318] = {.lex_state = 12, .external_lex_state = 2}, + [319] = {.lex_state = 12, .external_lex_state = 2}, + [320] = {.lex_state = 12, .external_lex_state = 2}, + [321] = {.lex_state = 12, .external_lex_state = 2}, + [322] = {.lex_state = 12, .external_lex_state = 2}, + [323] = {.lex_state = 12, .external_lex_state = 2}, + [324] = {.lex_state = 12, .external_lex_state = 2}, + [325] = {.lex_state = 12, .external_lex_state = 2}, + [326] = {.lex_state = 12, .external_lex_state = 2}, + [327] = {.lex_state = 12, .external_lex_state = 2}, + [328] = {.lex_state = 12, .external_lex_state = 2}, + [329] = {.lex_state = 12, .external_lex_state = 2}, + [330] = {.lex_state = 12, .external_lex_state = 2}, + [331] = {.lex_state = 12, .external_lex_state = 2}, + [332] = {.lex_state = 12, .external_lex_state = 2}, + [333] = {.lex_state = 12, .external_lex_state = 2}, + [334] = {.lex_state = 12, .external_lex_state = 2}, + [335] = {.lex_state = 12, .external_lex_state = 2}, + [336] = {.lex_state = 12, .external_lex_state = 2}, + [337] = {.lex_state = 12, .external_lex_state = 2}, + [338] = {.lex_state = 12, .external_lex_state = 2}, + [339] = {.lex_state = 12, .external_lex_state = 2}, + [340] = {.lex_state = 12, .external_lex_state = 2}, + [341] = {.lex_state = 12, .external_lex_state = 2}, + [342] = {.lex_state = 12, .external_lex_state = 2}, + [343] = {.lex_state = 12, .external_lex_state = 2}, + [344] = {.lex_state = 12, .external_lex_state = 2}, + [345] = {.lex_state = 12, .external_lex_state = 2}, + [346] = {.lex_state = 12, .external_lex_state = 2}, + [347] = {.lex_state = 12, .external_lex_state = 2}, + [348] = {.lex_state = 12, .external_lex_state = 2}, + [349] = {.lex_state = 12, .external_lex_state = 2}, + [350] = {.lex_state = 12, .external_lex_state = 2}, + [351] = {.lex_state = 12, .external_lex_state = 2}, + [352] = {.lex_state = 12, .external_lex_state = 2}, + [353] = {.lex_state = 12, .external_lex_state = 2}, + [354] = {.lex_state = 12, .external_lex_state = 2}, + [355] = {.lex_state = 12, .external_lex_state = 2}, + [356] = {.lex_state = 12, .external_lex_state = 2}, + [357] = {.lex_state = 12, .external_lex_state = 2}, + [358] = {.lex_state = 12, .external_lex_state = 2}, + [359] = {.lex_state = 12, .external_lex_state = 2}, + [360] = {.lex_state = 12, .external_lex_state = 2}, + [361] = {.lex_state = 12, .external_lex_state = 2}, + [362] = {.lex_state = 12, .external_lex_state = 2}, + [363] = {.lex_state = 12, .external_lex_state = 2}, + [364] = {.lex_state = 12, .external_lex_state = 2}, + [365] = {.lex_state = 12, .external_lex_state = 2}, + [366] = {.lex_state = 12, .external_lex_state = 2}, + [367] = {.lex_state = 12, .external_lex_state = 2}, + [368] = {.lex_state = 12, .external_lex_state = 2}, + [369] = {.lex_state = 12, .external_lex_state = 2}, + [370] = {.lex_state = 12, .external_lex_state = 2}, + [371] = {.lex_state = 12, .external_lex_state = 2}, + [372] = {.lex_state = 12, .external_lex_state = 2}, + [373] = {.lex_state = 12, .external_lex_state = 2}, + [374] = {.lex_state = 12, .external_lex_state = 2}, + [375] = {.lex_state = 12, .external_lex_state = 2}, + [376] = {.lex_state = 12, .external_lex_state = 2}, + [377] = {.lex_state = 12, .external_lex_state = 2}, + [378] = {.lex_state = 12, .external_lex_state = 2}, + [379] = {.lex_state = 12, .external_lex_state = 2}, + [380] = {.lex_state = 12, .external_lex_state = 2}, + [381] = {.lex_state = 12, .external_lex_state = 2}, + [382] = {.lex_state = 12, .external_lex_state = 2}, + [383] = {.lex_state = 12, .external_lex_state = 2}, + [384] = {.lex_state = 12, .external_lex_state = 2}, + [385] = {.lex_state = 12, .external_lex_state = 2}, + [386] = {.lex_state = 12, .external_lex_state = 2}, + [387] = {.lex_state = 12, .external_lex_state = 2}, + [388] = {.lex_state = 12, .external_lex_state = 2}, + [389] = {.lex_state = 12, .external_lex_state = 2}, + [390] = {.lex_state = 12, .external_lex_state = 2}, + [391] = {.lex_state = 12, .external_lex_state = 2}, + [392] = {.lex_state = 12, .external_lex_state = 2}, + [393] = {.lex_state = 12, .external_lex_state = 2}, + [394] = {.lex_state = 12, .external_lex_state = 2}, + [395] = {.lex_state = 12, .external_lex_state = 2}, + [396] = {.lex_state = 12, .external_lex_state = 2}, + [397] = {.lex_state = 12, .external_lex_state = 2}, + [398] = {.lex_state = 12, .external_lex_state = 2}, + [399] = {.lex_state = 12, .external_lex_state = 2}, + [400] = {.lex_state = 12, .external_lex_state = 2}, + [401] = {.lex_state = 12, .external_lex_state = 2}, + [402] = {.lex_state = 12, .external_lex_state = 2}, + [403] = {.lex_state = 12, .external_lex_state = 2}, + [404] = {.lex_state = 12, .external_lex_state = 2}, + [405] = {.lex_state = 12, .external_lex_state = 2}, + [406] = {.lex_state = 12, .external_lex_state = 2}, + [407] = {.lex_state = 12, .external_lex_state = 2}, + [408] = {.lex_state = 12, .external_lex_state = 2}, + [409] = {.lex_state = 12, .external_lex_state = 2}, + [410] = {.lex_state = 12, .external_lex_state = 2}, + [411] = {.lex_state = 12, .external_lex_state = 2}, + [412] = {.lex_state = 12, .external_lex_state = 2}, + [413] = {.lex_state = 12, .external_lex_state = 2}, + [414] = {.lex_state = 12, .external_lex_state = 2}, + [415] = {.lex_state = 12, .external_lex_state = 2}, + [416] = {.lex_state = 12, .external_lex_state = 2}, + [417] = {.lex_state = 12, .external_lex_state = 2}, + [418] = {.lex_state = 12, .external_lex_state = 2}, + [419] = {.lex_state = 12, .external_lex_state = 2}, + [420] = {.lex_state = 12, .external_lex_state = 2}, + [421] = {.lex_state = 12, .external_lex_state = 2}, + [422] = {.lex_state = 12, .external_lex_state = 2}, + [423] = {.lex_state = 12, .external_lex_state = 2}, + [424] = {.lex_state = 12, .external_lex_state = 2}, + [425] = {.lex_state = 258, .external_lex_state = 4}, + [426] = {.lex_state = 258, .external_lex_state = 4}, + [427] = {.lex_state = 258, .external_lex_state = 4}, + [428] = {.lex_state = 258, .external_lex_state = 4}, + [429] = {.lex_state = 22, .external_lex_state = 4}, + [430] = {.lex_state = 258, .external_lex_state = 4}, + [431] = {.lex_state = 22, .external_lex_state = 4}, + [432] = {.lex_state = 258, .external_lex_state = 4}, + [433] = {.lex_state = 258, .external_lex_state = 4}, + [434] = {.lex_state = 22, .external_lex_state = 4}, + [435] = {.lex_state = 258, .external_lex_state = 4}, + [436] = {.lex_state = 23, .external_lex_state = 4}, + [437] = {.lex_state = 23, .external_lex_state = 4}, + [438] = {.lex_state = 23, .external_lex_state = 4}, + [439] = {.lex_state = 23, .external_lex_state = 4}, + [440] = {.lex_state = 23, .external_lex_state = 4}, + [441] = {.lex_state = 23, .external_lex_state = 4}, + [442] = {.lex_state = 24, .external_lex_state = 3}, + [443] = {.lex_state = 24, .external_lex_state = 3}, + [444] = {.lex_state = 24, .external_lex_state = 4}, + [445] = {.lex_state = 24, .external_lex_state = 3}, + [446] = {.lex_state = 16, .external_lex_state = 2}, + [447] = {.lex_state = 24, .external_lex_state = 4}, + [448] = {.lex_state = 24, .external_lex_state = 3}, + [449] = {.lex_state = 25, .external_lex_state = 4}, + [450] = {.lex_state = 26, .external_lex_state = 4}, + [451] = {.lex_state = 24, .external_lex_state = 4}, + [452] = {.lex_state = 24, .external_lex_state = 3}, + [453] = {.lex_state = 26, .external_lex_state = 4}, + [454] = {.lex_state = 24, .external_lex_state = 4}, + [455] = {.lex_state = 25, .external_lex_state = 4}, + [456] = {.lex_state = 24, .external_lex_state = 4}, + [457] = {.lex_state = 24, .external_lex_state = 4}, + [458] = {.lex_state = 26, .external_lex_state = 4}, + [459] = {.lex_state = 25, .external_lex_state = 4}, + [460] = {.lex_state = 24, .external_lex_state = 4}, + [461] = {.lex_state = 16, .external_lex_state = 5}, + [462] = {.lex_state = 257, .external_lex_state = 2}, + [463] = {.lex_state = 24, .external_lex_state = 3}, + [464] = {.lex_state = 16, .external_lex_state = 5}, + [465] = {.lex_state = 15, .external_lex_state = 2}, + [466] = {.lex_state = 20, .external_lex_state = 5}, + [467] = {.lex_state = 257, .external_lex_state = 5}, + [468] = {.lex_state = 24, .external_lex_state = 4}, + [469] = {.lex_state = 15, .external_lex_state = 5}, + [470] = {.lex_state = 24, .external_lex_state = 3}, + [471] = {.lex_state = 256, .external_lex_state = 2}, + [472] = {.lex_state = 257, .external_lex_state = 5}, + [473] = {.lex_state = 15, .external_lex_state = 5}, + [474] = {.lex_state = 24, .external_lex_state = 4}, + [475] = {.lex_state = 16, .external_lex_state = 2}, + [476] = {.lex_state = 20, .external_lex_state = 2}, + [477] = {.lex_state = 24, .external_lex_state = 4}, + [478] = {.lex_state = 24, .external_lex_state = 4}, + [479] = {.lex_state = 20, .external_lex_state = 5}, + [480] = {.lex_state = 24, .external_lex_state = 4}, + [481] = {.lex_state = 16, .external_lex_state = 2}, + [482] = {.lex_state = 24, .external_lex_state = 3}, + [483] = {.lex_state = 254, .external_lex_state = 5}, + [484] = {.lex_state = 21, .external_lex_state = 5}, + [485] = {.lex_state = 21, .external_lex_state = 5}, + [486] = {.lex_state = 254, .external_lex_state = 5}, + [487] = {.lex_state = 21, .external_lex_state = 2}, + [488] = {.lex_state = 20, .external_lex_state = 2}, + [489] = {.lex_state = 25, .external_lex_state = 4}, + [490] = {.lex_state = 21, .external_lex_state = 5}, + [491] = {.lex_state = 254, .external_lex_state = 2}, + [492] = {.lex_state = 256, .external_lex_state = 5}, + [493] = {.lex_state = 21, .external_lex_state = 5}, + [494] = {.lex_state = 21, .external_lex_state = 5}, + [495] = {.lex_state = 21, .external_lex_state = 2}, + [496] = {.lex_state = 25, .external_lex_state = 4}, + [497] = {.lex_state = 27, .external_lex_state = 4}, + [498] = {.lex_state = 26, .external_lex_state = 3}, + [499] = {.lex_state = 21, .external_lex_state = 5}, + [500] = {.lex_state = 21, .external_lex_state = 5}, + [501] = {.lex_state = 21, .external_lex_state = 5}, + [502] = {.lex_state = 21, .external_lex_state = 5}, + [503] = {.lex_state = 21, .external_lex_state = 5}, + [504] = {.lex_state = 257, .external_lex_state = 2}, + [505] = {.lex_state = 21, .external_lex_state = 5}, + [506] = {.lex_state = 21, .external_lex_state = 5}, + [507] = {.lex_state = 21, .external_lex_state = 5}, + [508] = {.lex_state = 257, .external_lex_state = 2}, + [509] = {.lex_state = 26, .external_lex_state = 3}, + [510] = {.lex_state = 20, .external_lex_state = 2}, + [511] = {.lex_state = 21, .external_lex_state = 5}, + [512] = {.lex_state = 18, .external_lex_state = 5}, + [513] = {.lex_state = 18, .external_lex_state = 2}, + [514] = {.lex_state = 20, .external_lex_state = 2}, + [515] = {.lex_state = 21, .external_lex_state = 5}, + [516] = {.lex_state = 15, .external_lex_state = 2}, + [517] = {.lex_state = 21, .external_lex_state = 5}, + [518] = {.lex_state = 18, .external_lex_state = 5}, + [519] = {.lex_state = 15, .external_lex_state = 2}, + [520] = {.lex_state = 20, .external_lex_state = 2}, + [521] = {.lex_state = 21, .external_lex_state = 5}, + [522] = {.lex_state = 256, .external_lex_state = 5}, + [523] = {.lex_state = 21, .external_lex_state = 5}, + [524] = {.lex_state = 25, .external_lex_state = 4}, + [525] = {.lex_state = 25, .external_lex_state = 4}, + [526] = {.lex_state = 26, .external_lex_state = 3}, + [527] = {.lex_state = 25, .external_lex_state = 4}, + [528] = {.lex_state = 21, .external_lex_state = 2}, + [529] = {.lex_state = 21, .external_lex_state = 2}, + [530] = {.lex_state = 253, .external_lex_state = 5}, + [531] = {.lex_state = 18, .external_lex_state = 2}, + [532] = {.lex_state = 19, .external_lex_state = 5}, + [533] = {.lex_state = 21, .external_lex_state = 2}, + [534] = {.lex_state = 18, .external_lex_state = 2}, + [535] = {.lex_state = 21, .external_lex_state = 2}, + [536] = {.lex_state = 19, .external_lex_state = 5}, + [537] = {.lex_state = 255, .external_lex_state = 5}, + [538] = {.lex_state = 255, .external_lex_state = 5}, + [539] = {.lex_state = 255, .external_lex_state = 5}, + [540] = {.lex_state = 19, .external_lex_state = 5}, + [541] = {.lex_state = 19, .external_lex_state = 5}, + [542] = {.lex_state = 21, .external_lex_state = 2}, + [543] = {.lex_state = 21, .external_lex_state = 2}, + [544] = {.lex_state = 255, .external_lex_state = 5}, + [545] = {.lex_state = 21, .external_lex_state = 2}, + [546] = {.lex_state = 255, .external_lex_state = 5}, + [547] = {.lex_state = 255, .external_lex_state = 5}, + [548] = {.lex_state = 21, .external_lex_state = 2}, + [549] = {.lex_state = 19, .external_lex_state = 5}, + [550] = {.lex_state = 21, .external_lex_state = 2}, + [551] = {.lex_state = 19, .external_lex_state = 5}, + [552] = {.lex_state = 21, .external_lex_state = 2}, + [553] = {.lex_state = 21, .external_lex_state = 2}, + [554] = {.lex_state = 21, .external_lex_state = 2}, + [555] = {.lex_state = 254, .external_lex_state = 2}, + [556] = {.lex_state = 19, .external_lex_state = 5}, + [557] = {.lex_state = 254, .external_lex_state = 2}, + [558] = {.lex_state = 255, .external_lex_state = 5}, + [559] = {.lex_state = 21, .external_lex_state = 2}, + [560] = {.lex_state = 255, .external_lex_state = 2}, + [561] = {.lex_state = 21, .external_lex_state = 2}, + [562] = {.lex_state = 21, .external_lex_state = 2}, + [563] = {.lex_state = 21, .external_lex_state = 2}, + [564] = {.lex_state = 19, .external_lex_state = 5}, + [565] = {.lex_state = 18, .external_lex_state = 2}, + [566] = {.lex_state = 21, .external_lex_state = 2}, + [567] = {.lex_state = 19, .external_lex_state = 5}, + [568] = {.lex_state = 21, .external_lex_state = 2}, + [569] = {.lex_state = 254, .external_lex_state = 2}, + [570] = {.lex_state = 21, .external_lex_state = 2}, + [571] = {.lex_state = 21, .external_lex_state = 2}, + [572] = {.lex_state = 21, .external_lex_state = 2}, + [573] = {.lex_state = 21, .external_lex_state = 2}, + [574] = {.lex_state = 255, .external_lex_state = 5}, + [575] = {.lex_state = 21, .external_lex_state = 2}, + [576] = {.lex_state = 21, .external_lex_state = 2}, + [577] = {.lex_state = 21, .external_lex_state = 2}, + [578] = {.lex_state = 19, .external_lex_state = 5}, + [579] = {.lex_state = 21, .external_lex_state = 2}, + [580] = {.lex_state = 21, .external_lex_state = 2}, + [581] = {.lex_state = 21, .external_lex_state = 2}, + [582] = {.lex_state = 21, .external_lex_state = 2}, + [583] = {.lex_state = 21, .external_lex_state = 2}, + [584] = {.lex_state = 19, .external_lex_state = 5}, + [585] = {.lex_state = 19, .external_lex_state = 5}, + [586] = {.lex_state = 21, .external_lex_state = 2}, + [587] = {.lex_state = 21, .external_lex_state = 2}, + [588] = {.lex_state = 21, .external_lex_state = 2}, + [589] = {.lex_state = 21, .external_lex_state = 2}, + [590] = {.lex_state = 21, .external_lex_state = 2}, + [591] = {.lex_state = 19, .external_lex_state = 5}, + [592] = {.lex_state = 255, .external_lex_state = 5}, + [593] = {.lex_state = 21, .external_lex_state = 2}, + [594] = {.lex_state = 21, .external_lex_state = 2}, + [595] = {.lex_state = 255, .external_lex_state = 5}, + [596] = {.lex_state = 255, .external_lex_state = 5}, + [597] = {.lex_state = 256, .external_lex_state = 2}, + [598] = {.lex_state = 21, .external_lex_state = 2}, + [599] = {.lex_state = 253, .external_lex_state = 5}, + [600] = {.lex_state = 21, .external_lex_state = 2}, + [601] = {.lex_state = 21, .external_lex_state = 2}, + [602] = {.lex_state = 21, .external_lex_state = 2}, + [603] = {.lex_state = 21, .external_lex_state = 2}, + [604] = {.lex_state = 21, .external_lex_state = 2}, + [605] = {.lex_state = 21, .external_lex_state = 2}, + [606] = {.lex_state = 21, .external_lex_state = 2}, + [607] = {.lex_state = 21, .external_lex_state = 2}, + [608] = {.lex_state = 21, .external_lex_state = 2}, + [609] = {.lex_state = 255, .external_lex_state = 2}, + [610] = {.lex_state = 21, .external_lex_state = 2}, + [611] = {.lex_state = 21, .external_lex_state = 2}, + [612] = {.lex_state = 21, .external_lex_state = 2}, + [613] = {.lex_state = 21, .external_lex_state = 2}, + [614] = {.lex_state = 21, .external_lex_state = 2}, + [615] = {.lex_state = 255, .external_lex_state = 5}, + [616] = {.lex_state = 21, .external_lex_state = 2}, + [617] = {.lex_state = 21, .external_lex_state = 2}, + [618] = {.lex_state = 21, .external_lex_state = 2}, + [619] = {.lex_state = 21, .external_lex_state = 2}, + [620] = {.lex_state = 21, .external_lex_state = 2}, + [621] = {.lex_state = 21, .external_lex_state = 2}, + [622] = {.lex_state = 253, .external_lex_state = 2}, + [623] = {.lex_state = 21, .external_lex_state = 2}, + [624] = {.lex_state = 21, .external_lex_state = 2}, + [625] = {.lex_state = 21, .external_lex_state = 2}, + [626] = {.lex_state = 21, .external_lex_state = 2}, + [627] = {.lex_state = 21, .external_lex_state = 2}, + [628] = {.lex_state = 21, .external_lex_state = 2}, + [629] = {.lex_state = 21, .external_lex_state = 2}, + [630] = {.lex_state = 21, .external_lex_state = 2}, + [631] = {.lex_state = 21, .external_lex_state = 2}, + [632] = {.lex_state = 21, .external_lex_state = 2}, + [633] = {.lex_state = 21, .external_lex_state = 2}, + [634] = {.lex_state = 21, .external_lex_state = 2}, + [635] = {.lex_state = 255, .external_lex_state = 5}, + [636] = {.lex_state = 21, .external_lex_state = 2}, + [637] = {.lex_state = 21, .external_lex_state = 2}, + [638] = {.lex_state = 21, .external_lex_state = 2}, + [639] = {.lex_state = 21, .external_lex_state = 2}, + [640] = {.lex_state = 21, .external_lex_state = 2}, + [641] = {.lex_state = 21, .external_lex_state = 2}, + [642] = {.lex_state = 21, .external_lex_state = 2}, + [643] = {.lex_state = 21, .external_lex_state = 2}, + [644] = {.lex_state = 21, .external_lex_state = 2}, + [645] = {.lex_state = 21, .external_lex_state = 2}, + [646] = {.lex_state = 255, .external_lex_state = 5}, + [647] = {.lex_state = 19, .external_lex_state = 5}, + [648] = {.lex_state = 255, .external_lex_state = 5}, + [649] = {.lex_state = 21, .external_lex_state = 2}, + [650] = {.lex_state = 21, .external_lex_state = 2}, + [651] = {.lex_state = 21, .external_lex_state = 2}, + [652] = {.lex_state = 21, .external_lex_state = 2}, + [653] = {.lex_state = 255, .external_lex_state = 5}, + [654] = {.lex_state = 19, .external_lex_state = 5}, + [655] = {.lex_state = 21, .external_lex_state = 2}, + [656] = {.lex_state = 19, .external_lex_state = 5}, + [657] = {.lex_state = 21, .external_lex_state = 2}, + [658] = {.lex_state = 255, .external_lex_state = 5}, + [659] = {.lex_state = 21, .external_lex_state = 2}, + [660] = {.lex_state = 21, .external_lex_state = 2}, + [661] = {.lex_state = 21, .external_lex_state = 2}, + [662] = {.lex_state = 21, .external_lex_state = 2}, + [663] = {.lex_state = 21, .external_lex_state = 2}, + [664] = {.lex_state = 254, .external_lex_state = 2}, + [665] = {.lex_state = 21, .external_lex_state = 2}, + [666] = {.lex_state = 19, .external_lex_state = 5}, + [667] = {.lex_state = 255, .external_lex_state = 5}, + [668] = {.lex_state = 21, .external_lex_state = 2}, + [669] = {.lex_state = 21, .external_lex_state = 2}, + [670] = {.lex_state = 19, .external_lex_state = 5}, + [671] = {.lex_state = 18, .external_lex_state = 2}, + [672] = {.lex_state = 21, .external_lex_state = 2}, + [673] = {.lex_state = 21, .external_lex_state = 2}, + [674] = {.lex_state = 256, .external_lex_state = 2}, + [675] = {.lex_state = 21, .external_lex_state = 2}, + [676] = {.lex_state = 21, .external_lex_state = 2}, + [677] = {.lex_state = 21, .external_lex_state = 2}, + [678] = {.lex_state = 19, .external_lex_state = 2}, + [679] = {.lex_state = 19, .external_lex_state = 2}, + [680] = {.lex_state = 255, .external_lex_state = 2}, + [681] = {.lex_state = 255, .external_lex_state = 2}, + [682] = {.lex_state = 255, .external_lex_state = 2}, + [683] = {.lex_state = 255, .external_lex_state = 2}, + [684] = {.lex_state = 255, .external_lex_state = 2}, + [685] = {.lex_state = 255, .external_lex_state = 2}, + [686] = {.lex_state = 255, .external_lex_state = 2}, + [687] = {.lex_state = 255, .external_lex_state = 2}, + [688] = {.lex_state = 255, .external_lex_state = 2}, + [689] = {.lex_state = 255, .external_lex_state = 2}, + [690] = {.lex_state = 255, .external_lex_state = 2}, + [691] = {.lex_state = 255, .external_lex_state = 2}, + [692] = {.lex_state = 255, .external_lex_state = 2}, + [693] = {.lex_state = 255, .external_lex_state = 2}, + [694] = {.lex_state = 255, .external_lex_state = 2}, + [695] = {.lex_state = 19, .external_lex_state = 2}, + [696] = {.lex_state = 255, .external_lex_state = 2}, + [697] = {.lex_state = 255, .external_lex_state = 2}, + [698] = {.lex_state = 255, .external_lex_state = 2}, + [699] = {.lex_state = 255, .external_lex_state = 2}, + [700] = {.lex_state = 255, .external_lex_state = 2}, + [701] = {.lex_state = 255, .external_lex_state = 2}, + [702] = {.lex_state = 255, .external_lex_state = 2}, + [703] = {.lex_state = 255, .external_lex_state = 2}, + [704] = {.lex_state = 19, .external_lex_state = 2}, + [705] = {.lex_state = 255, .external_lex_state = 2}, + [706] = {.lex_state = 19, .external_lex_state = 2}, + [707] = {.lex_state = 19, .external_lex_state = 2}, + [708] = {.lex_state = 19, .external_lex_state = 2}, + [709] = {.lex_state = 19, .external_lex_state = 2}, + [710] = {.lex_state = 19, .external_lex_state = 2}, + [711] = {.lex_state = 252, .external_lex_state = 5}, + [712] = {.lex_state = 19, .external_lex_state = 2}, + [713] = {.lex_state = 19, .external_lex_state = 2}, + [714] = {.lex_state = 255, .external_lex_state = 2}, + [715] = {.lex_state = 252, .external_lex_state = 5}, + [716] = {.lex_state = 255, .external_lex_state = 2}, + [717] = {.lex_state = 252, .external_lex_state = 5}, + [718] = {.lex_state = 255, .external_lex_state = 2}, + [719] = {.lex_state = 19, .external_lex_state = 2}, + [720] = {.lex_state = 255, .external_lex_state = 2}, + [721] = {.lex_state = 255, .external_lex_state = 2}, + [722] = {.lex_state = 255, .external_lex_state = 2}, + [723] = {.lex_state = 19, .external_lex_state = 2}, + [724] = {.lex_state = 19, .external_lex_state = 2}, + [725] = {.lex_state = 19, .external_lex_state = 2}, + [726] = {.lex_state = 255, .external_lex_state = 2}, + [727] = {.lex_state = 19, .external_lex_state = 2}, + [728] = {.lex_state = 255, .external_lex_state = 2}, + [729] = {.lex_state = 252, .external_lex_state = 5}, + [730] = {.lex_state = 255, .external_lex_state = 2}, + [731] = {.lex_state = 255, .external_lex_state = 2}, + [732] = {.lex_state = 255, .external_lex_state = 2}, + [733] = {.lex_state = 255, .external_lex_state = 2}, + [734] = {.lex_state = 25, .external_lex_state = 4}, + [735] = {.lex_state = 19, .external_lex_state = 2}, + [736] = {.lex_state = 19, .external_lex_state = 2}, + [737] = {.lex_state = 255, .external_lex_state = 2}, + [738] = {.lex_state = 19, .external_lex_state = 2}, + [739] = {.lex_state = 19, .external_lex_state = 2}, + [740] = {.lex_state = 19, .external_lex_state = 2}, + [741] = {.lex_state = 255, .external_lex_state = 2}, + [742] = {.lex_state = 19, .external_lex_state = 2}, + [743] = {.lex_state = 19, .external_lex_state = 2}, + [744] = {.lex_state = 255, .external_lex_state = 2}, + [745] = {.lex_state = 19, .external_lex_state = 2}, + [746] = {.lex_state = 19, .external_lex_state = 2}, + [747] = {.lex_state = 255, .external_lex_state = 2}, + [748] = {.lex_state = 255, .external_lex_state = 2}, + [749] = {.lex_state = 19, .external_lex_state = 2}, + [750] = {.lex_state = 19, .external_lex_state = 2}, + [751] = {.lex_state = 19, .external_lex_state = 2}, + [752] = {.lex_state = 19, .external_lex_state = 2}, + [753] = {.lex_state = 19, .external_lex_state = 2}, + [754] = {.lex_state = 19, .external_lex_state = 2}, + [755] = {.lex_state = 252, .external_lex_state = 5}, + [756] = {.lex_state = 255, .external_lex_state = 2}, + [757] = {.lex_state = 19, .external_lex_state = 2}, + [758] = {.lex_state = 19, .external_lex_state = 2}, + [759] = {.lex_state = 19, .external_lex_state = 2}, + [760] = {.lex_state = 253, .external_lex_state = 2}, + [761] = {.lex_state = 19, .external_lex_state = 2}, + [762] = {.lex_state = 19, .external_lex_state = 2}, + [763] = {.lex_state = 255, .external_lex_state = 2}, + [764] = {.lex_state = 255, .external_lex_state = 2}, + [765] = {.lex_state = 252, .external_lex_state = 5}, + [766] = {.lex_state = 255, .external_lex_state = 2}, + [767] = {.lex_state = 255, .external_lex_state = 2}, + [768] = {.lex_state = 19, .external_lex_state = 2}, + [769] = {.lex_state = 252, .external_lex_state = 5}, + [770] = {.lex_state = 255, .external_lex_state = 2}, + [771] = {.lex_state = 19, .external_lex_state = 2}, + [772] = {.lex_state = 19, .external_lex_state = 2}, + [773] = {.lex_state = 255, .external_lex_state = 2}, + [774] = {.lex_state = 19, .external_lex_state = 2}, + [775] = {.lex_state = 19, .external_lex_state = 2}, + [776] = {.lex_state = 19, .external_lex_state = 2}, + [777] = {.lex_state = 255, .external_lex_state = 2}, + [778] = {.lex_state = 255, .external_lex_state = 2}, + [779] = {.lex_state = 19, .external_lex_state = 2}, + [780] = {.lex_state = 255, .external_lex_state = 2}, + [781] = {.lex_state = 255, .external_lex_state = 2}, + [782] = {.lex_state = 19, .external_lex_state = 2}, + [783] = {.lex_state = 255, .external_lex_state = 2}, + [784] = {.lex_state = 19, .external_lex_state = 2}, + [785] = {.lex_state = 255, .external_lex_state = 2}, + [786] = {.lex_state = 19, .external_lex_state = 2}, + [787] = {.lex_state = 19, .external_lex_state = 2}, + [788] = {.lex_state = 255, .external_lex_state = 2}, + [789] = {.lex_state = 19, .external_lex_state = 2}, + [790] = {.lex_state = 19, .external_lex_state = 2}, + [791] = {.lex_state = 19, .external_lex_state = 2}, + [792] = {.lex_state = 19, .external_lex_state = 2}, + [793] = {.lex_state = 19, .external_lex_state = 2}, + [794] = {.lex_state = 19, .external_lex_state = 2}, + [795] = {.lex_state = 19, .external_lex_state = 2}, + [796] = {.lex_state = 19, .external_lex_state = 2}, + [797] = {.lex_state = 19, .external_lex_state = 2}, + [798] = {.lex_state = 255, .external_lex_state = 2}, + [799] = {.lex_state = 255, .external_lex_state = 2}, + [800] = {.lex_state = 255, .external_lex_state = 2}, + [801] = {.lex_state = 255, .external_lex_state = 2}, + [802] = {.lex_state = 19, .external_lex_state = 2}, + [803] = {.lex_state = 255, .external_lex_state = 2}, + [804] = {.lex_state = 19, .external_lex_state = 2}, + [805] = {.lex_state = 19, .external_lex_state = 2}, + [806] = {.lex_state = 19, .external_lex_state = 2}, + [807] = {.lex_state = 19, .external_lex_state = 2}, + [808] = {.lex_state = 19, .external_lex_state = 2}, + [809] = {.lex_state = 19, .external_lex_state = 2}, + [810] = {.lex_state = 19, .external_lex_state = 2}, + [811] = {.lex_state = 19, .external_lex_state = 2}, + [812] = {.lex_state = 252, .external_lex_state = 5}, + [813] = {.lex_state = 252, .external_lex_state = 5}, + [814] = {.lex_state = 252, .external_lex_state = 5}, + [815] = {.lex_state = 19, .external_lex_state = 2}, + [816] = {.lex_state = 19, .external_lex_state = 2}, + [817] = {.lex_state = 19, .external_lex_state = 2}, + [818] = {.lex_state = 19, .external_lex_state = 2}, + [819] = {.lex_state = 19, .external_lex_state = 2}, + [820] = {.lex_state = 19, .external_lex_state = 2}, + [821] = {.lex_state = 19, .external_lex_state = 2}, + [822] = {.lex_state = 19, .external_lex_state = 2}, + [823] = {.lex_state = 255, .external_lex_state = 2}, + [824] = {.lex_state = 19, .external_lex_state = 2}, + [825] = {.lex_state = 19, .external_lex_state = 2}, + [826] = {.lex_state = 19, .external_lex_state = 2}, + [827] = {.lex_state = 19, .external_lex_state = 2}, + [828] = {.lex_state = 19, .external_lex_state = 2}, + [829] = {.lex_state = 19, .external_lex_state = 2}, + [830] = {.lex_state = 19, .external_lex_state = 2}, + [831] = {.lex_state = 19, .external_lex_state = 2}, + [832] = {.lex_state = 255, .external_lex_state = 2}, + [833] = {.lex_state = 255, .external_lex_state = 2}, + [834] = {.lex_state = 19, .external_lex_state = 2}, + [835] = {.lex_state = 19, .external_lex_state = 2}, + [836] = {.lex_state = 19, .external_lex_state = 2}, + [837] = {.lex_state = 255, .external_lex_state = 2}, + [838] = {.lex_state = 19, .external_lex_state = 2}, + [839] = {.lex_state = 19, .external_lex_state = 2}, + [840] = {.lex_state = 19, .external_lex_state = 2}, + [841] = {.lex_state = 19, .external_lex_state = 2}, + [842] = {.lex_state = 255, .external_lex_state = 2}, + [843] = {.lex_state = 255, .external_lex_state = 2}, + [844] = {.lex_state = 255, .external_lex_state = 2}, + [845] = {.lex_state = 255, .external_lex_state = 2}, + [846] = {.lex_state = 255, .external_lex_state = 2}, + [847] = {.lex_state = 19, .external_lex_state = 2}, + [848] = {.lex_state = 19, .external_lex_state = 2}, + [849] = {.lex_state = 255, .external_lex_state = 2}, + [850] = {.lex_state = 255, .external_lex_state = 2}, + [851] = {.lex_state = 255, .external_lex_state = 2}, + [852] = {.lex_state = 255, .external_lex_state = 2}, + [853] = {.lex_state = 19, .external_lex_state = 2}, + [854] = {.lex_state = 255, .external_lex_state = 2}, + [855] = {.lex_state = 252, .external_lex_state = 5}, + [856] = {.lex_state = 255, .external_lex_state = 2}, + [857] = {.lex_state = 19, .external_lex_state = 2}, + [858] = {.lex_state = 255, .external_lex_state = 2}, + [859] = {.lex_state = 255, .external_lex_state = 2}, + [860] = {.lex_state = 255, .external_lex_state = 2}, + [861] = {.lex_state = 252, .external_lex_state = 5}, + [862] = {.lex_state = 255, .external_lex_state = 2}, + [863] = {.lex_state = 25, .external_lex_state = 4}, + [864] = {.lex_state = 255, .external_lex_state = 2}, + [865] = {.lex_state = 19, .external_lex_state = 2}, + [866] = {.lex_state = 252, .external_lex_state = 5}, + [867] = {.lex_state = 255, .external_lex_state = 2}, + [868] = {.lex_state = 255, .external_lex_state = 2}, + [869] = {.lex_state = 252, .external_lex_state = 5}, + [870] = {.lex_state = 19, .external_lex_state = 2}, + [871] = {.lex_state = 255, .external_lex_state = 2}, + [872] = {.lex_state = 255, .external_lex_state = 2}, + [873] = {.lex_state = 19, .external_lex_state = 2}, + [874] = {.lex_state = 19, .external_lex_state = 2}, + [875] = {.lex_state = 255, .external_lex_state = 2}, + [876] = {.lex_state = 252, .external_lex_state = 5}, + [877] = {.lex_state = 252, .external_lex_state = 5}, + [878] = {.lex_state = 255, .external_lex_state = 2}, + [879] = {.lex_state = 25, .external_lex_state = 4}, + [880] = {.lex_state = 25, .external_lex_state = 4}, + [881] = {.lex_state = 255, .external_lex_state = 2}, + [882] = {.lex_state = 255, .external_lex_state = 2}, + [883] = {.lex_state = 252, .external_lex_state = 5}, + [884] = {.lex_state = 255, .external_lex_state = 2}, + [885] = {.lex_state = 255, .external_lex_state = 2}, + [886] = {.lex_state = 255, .external_lex_state = 2}, + [887] = {.lex_state = 255, .external_lex_state = 2}, + [888] = {.lex_state = 255, .external_lex_state = 2}, + [889] = {.lex_state = 255, .external_lex_state = 2}, + [890] = {.lex_state = 255, .external_lex_state = 2}, + [891] = {.lex_state = 19, .external_lex_state = 2}, + [892] = {.lex_state = 253, .external_lex_state = 2}, + [893] = {.lex_state = 255, .external_lex_state = 2}, + [894] = {.lex_state = 255, .external_lex_state = 2}, + [895] = {.lex_state = 25, .external_lex_state = 4}, + [896] = {.lex_state = 253, .external_lex_state = 2}, + [897] = {.lex_state = 19, .external_lex_state = 2}, + [898] = {.lex_state = 252, .external_lex_state = 5}, + [899] = {.lex_state = 19, .external_lex_state = 2}, + [900] = {.lex_state = 255, .external_lex_state = 2}, + [901] = {.lex_state = 253, .external_lex_state = 2}, + [902] = {.lex_state = 255, .external_lex_state = 2}, + [903] = {.lex_state = 19, .external_lex_state = 2}, + [904] = {.lex_state = 252, .external_lex_state = 2}, + [905] = {.lex_state = 252, .external_lex_state = 2}, + [906] = {.lex_state = 252, .external_lex_state = 2}, + [907] = {.lex_state = 252, .external_lex_state = 2}, + [908] = {.lex_state = 258, .external_lex_state = 4}, + [909] = {.lex_state = 252, .external_lex_state = 2}, + [910] = {.lex_state = 252, .external_lex_state = 2}, + [911] = {.lex_state = 258, .external_lex_state = 4}, + [912] = {.lex_state = 252, .external_lex_state = 2}, + [913] = {.lex_state = 252, .external_lex_state = 2}, + [914] = {.lex_state = 252, .external_lex_state = 2}, + [915] = {.lex_state = 252, .external_lex_state = 2}, + [916] = {.lex_state = 252, .external_lex_state = 2}, + [917] = {.lex_state = 252, .external_lex_state = 2}, + [918] = {.lex_state = 252, .external_lex_state = 2}, + [919] = {.lex_state = 252, .external_lex_state = 2}, + [920] = {.lex_state = 252, .external_lex_state = 2}, + [921] = {.lex_state = 252, .external_lex_state = 2}, + [922] = {.lex_state = 252, .external_lex_state = 2}, + [923] = {.lex_state = 252, .external_lex_state = 2}, + [924] = {.lex_state = 252, .external_lex_state = 2}, + [925] = {.lex_state = 252, .external_lex_state = 2}, + [926] = {.lex_state = 252, .external_lex_state = 2}, + [927] = {.lex_state = 252, .external_lex_state = 2}, + [928] = {.lex_state = 252, .external_lex_state = 2}, + [929] = {.lex_state = 252, .external_lex_state = 2}, + [930] = {.lex_state = 252, .external_lex_state = 2}, + [931] = {.lex_state = 252, .external_lex_state = 2}, + [932] = {.lex_state = 252, .external_lex_state = 2}, + [933] = {.lex_state = 252, .external_lex_state = 2}, + [934] = {.lex_state = 252, .external_lex_state = 2}, + [935] = {.lex_state = 252, .external_lex_state = 2}, + [936] = {.lex_state = 252, .external_lex_state = 2}, + [937] = {.lex_state = 252, .external_lex_state = 2}, + [938] = {.lex_state = 252, .external_lex_state = 2}, + [939] = {.lex_state = 252, .external_lex_state = 2}, + [940] = {.lex_state = 252, .external_lex_state = 2}, + [941] = {.lex_state = 252, .external_lex_state = 2}, + [942] = {.lex_state = 252, .external_lex_state = 2}, + [943] = {.lex_state = 252, .external_lex_state = 2}, + [944] = {.lex_state = 252, .external_lex_state = 2}, + [945] = {.lex_state = 252, .external_lex_state = 2}, + [946] = {.lex_state = 252, .external_lex_state = 2}, + [947] = {.lex_state = 252, .external_lex_state = 2}, + [948] = {.lex_state = 252, .external_lex_state = 2}, + [949] = {.lex_state = 252, .external_lex_state = 2}, + [950] = {.lex_state = 252, .external_lex_state = 2}, + [951] = {.lex_state = 252, .external_lex_state = 2}, + [952] = {.lex_state = 252, .external_lex_state = 2}, + [953] = {.lex_state = 252, .external_lex_state = 2}, + [954] = {.lex_state = 252, .external_lex_state = 2}, + [955] = {.lex_state = 252, .external_lex_state = 2}, + [956] = {.lex_state = 252, .external_lex_state = 2}, + [957] = {.lex_state = 252, .external_lex_state = 2}, + [958] = {.lex_state = 252, .external_lex_state = 2}, + [959] = {.lex_state = 252, .external_lex_state = 2}, + [960] = {.lex_state = 252, .external_lex_state = 2}, + [961] = {.lex_state = 252, .external_lex_state = 2}, + [962] = {.lex_state = 252, .external_lex_state = 2}, + [963] = {.lex_state = 252, .external_lex_state = 2}, + [964] = {.lex_state = 252, .external_lex_state = 2}, + [965] = {.lex_state = 252, .external_lex_state = 2}, + [966] = {.lex_state = 252, .external_lex_state = 2}, + [967] = {.lex_state = 252, .external_lex_state = 2}, + [968] = {.lex_state = 252, .external_lex_state = 2}, + [969] = {.lex_state = 252, .external_lex_state = 2}, + [970] = {.lex_state = 252, .external_lex_state = 2}, + [971] = {.lex_state = 252, .external_lex_state = 2}, + [972] = {.lex_state = 252, .external_lex_state = 2}, + [973] = {.lex_state = 252, .external_lex_state = 2}, + [974] = {.lex_state = 252, .external_lex_state = 2}, + [975] = {.lex_state = 252, .external_lex_state = 2}, + [976] = {.lex_state = 252, .external_lex_state = 2}, + [977] = {.lex_state = 252, .external_lex_state = 2}, + [978] = {.lex_state = 258, .external_lex_state = 4}, + [979] = {.lex_state = 252, .external_lex_state = 2}, + [980] = {.lex_state = 252, .external_lex_state = 2}, + [981] = {.lex_state = 252, .external_lex_state = 2}, + [982] = {.lex_state = 252, .external_lex_state = 2}, + [983] = {.lex_state = 252, .external_lex_state = 2}, + [984] = {.lex_state = 252, .external_lex_state = 2}, + [985] = {.lex_state = 252, .external_lex_state = 2}, + [986] = {.lex_state = 252, .external_lex_state = 2}, + [987] = {.lex_state = 252, .external_lex_state = 2}, + [988] = {.lex_state = 252, .external_lex_state = 2}, + [989] = {.lex_state = 252, .external_lex_state = 2}, + [990] = {.lex_state = 252, .external_lex_state = 2}, + [991] = {.lex_state = 252, .external_lex_state = 2}, + [992] = {.lex_state = 252, .external_lex_state = 2}, + [993] = {.lex_state = 252, .external_lex_state = 2}, + [994] = {.lex_state = 252, .external_lex_state = 2}, + [995] = {.lex_state = 252, .external_lex_state = 2}, + [996] = {.lex_state = 252, .external_lex_state = 2}, + [997] = {.lex_state = 252, .external_lex_state = 2}, + [998] = {.lex_state = 252, .external_lex_state = 2}, + [999] = {.lex_state = 252, .external_lex_state = 2}, + [1000] = {.lex_state = 252, .external_lex_state = 2}, + [1001] = {.lex_state = 252, .external_lex_state = 2}, + [1002] = {.lex_state = 252, .external_lex_state = 2}, + [1003] = {.lex_state = 252, .external_lex_state = 2}, + [1004] = {.lex_state = 252, .external_lex_state = 2}, + [1005] = {.lex_state = 252, .external_lex_state = 2}, + [1006] = {.lex_state = 252, .external_lex_state = 2}, + [1007] = {.lex_state = 258, .external_lex_state = 3}, + [1008] = {.lex_state = 258, .external_lex_state = 3}, + [1009] = {.lex_state = 258, .external_lex_state = 3}, + [1010] = {.lex_state = 258, .external_lex_state = 3}, + [1011] = {.lex_state = 27, .external_lex_state = 3}, + [1012] = {.lex_state = 258, .external_lex_state = 3}, + [1013] = {.lex_state = 258, .external_lex_state = 3}, + [1014] = {.lex_state = 258, .external_lex_state = 3}, + [1015] = {.lex_state = 258, .external_lex_state = 3}, + [1016] = {.lex_state = 252, .external_lex_state = 2}, + [1017] = {.lex_state = 258, .external_lex_state = 3}, + [1018] = {.lex_state = 252, .external_lex_state = 2}, + [1019] = {.lex_state = 258, .external_lex_state = 3}, + [1020] = {.lex_state = 258, .external_lex_state = 3}, + [1021] = {.lex_state = 252, .external_lex_state = 2}, + [1022] = {.lex_state = 258, .external_lex_state = 3}, + [1023] = {.lex_state = 252, .external_lex_state = 2}, + [1024] = {.lex_state = 252, .external_lex_state = 2}, + [1025] = {.lex_state = 252, .external_lex_state = 2}, + [1026] = {.lex_state = 252, .external_lex_state = 2}, + [1027] = {.lex_state = 252, .external_lex_state = 2}, + [1028] = {.lex_state = 258, .external_lex_state = 4}, + [1029] = {.lex_state = 258, .external_lex_state = 3}, + [1030] = {.lex_state = 258, .external_lex_state = 3}, + [1031] = {.lex_state = 258, .external_lex_state = 4}, + [1032] = {.lex_state = 258, .external_lex_state = 4}, + [1033] = {.lex_state = 258, .external_lex_state = 3}, + [1034] = {.lex_state = 258, .external_lex_state = 4}, + [1035] = {.lex_state = 258, .external_lex_state = 4}, + [1036] = {.lex_state = 258, .external_lex_state = 4}, + [1037] = {.lex_state = 258, .external_lex_state = 4}, + [1038] = {.lex_state = 258, .external_lex_state = 4}, + [1039] = {.lex_state = 258, .external_lex_state = 4}, + [1040] = {.lex_state = 258, .external_lex_state = 4}, + [1041] = {.lex_state = 258, .external_lex_state = 4}, + [1042] = {.lex_state = 258, .external_lex_state = 3}, + [1043] = {.lex_state = 258, .external_lex_state = 3}, + [1044] = {.lex_state = 258, .external_lex_state = 4}, + [1045] = {.lex_state = 258, .external_lex_state = 4}, + [1046] = {.lex_state = 258, .external_lex_state = 4}, + [1047] = {.lex_state = 258, .external_lex_state = 4}, + [1048] = {.lex_state = 258, .external_lex_state = 4}, + [1049] = {.lex_state = 258, .external_lex_state = 3}, + [1050] = {.lex_state = 258, .external_lex_state = 4}, + [1051] = {.lex_state = 258, .external_lex_state = 4}, + [1052] = {.lex_state = 258, .external_lex_state = 4}, + [1053] = {.lex_state = 258, .external_lex_state = 4}, + [1054] = {.lex_state = 258, .external_lex_state = 4}, + [1055] = {.lex_state = 258, .external_lex_state = 3}, + [1056] = {.lex_state = 258, .external_lex_state = 4}, + [1057] = {.lex_state = 258, .external_lex_state = 4}, + [1058] = {.lex_state = 258, .external_lex_state = 4}, + [1059] = {.lex_state = 258, .external_lex_state = 4}, + [1060] = {.lex_state = 258, .external_lex_state = 4}, + [1061] = {.lex_state = 258, .external_lex_state = 4}, + [1062] = {.lex_state = 258, .external_lex_state = 4}, + [1063] = {.lex_state = 258, .external_lex_state = 3}, + [1064] = {.lex_state = 258, .external_lex_state = 3}, + [1065] = {.lex_state = 258, .external_lex_state = 4}, + [1066] = {.lex_state = 258, .external_lex_state = 3}, + [1067] = {.lex_state = 258, .external_lex_state = 3}, + [1068] = {.lex_state = 258, .external_lex_state = 4}, + [1069] = {.lex_state = 258, .external_lex_state = 3}, + [1070] = {.lex_state = 258, .external_lex_state = 4}, + [1071] = {.lex_state = 258, .external_lex_state = 3}, + [1072] = {.lex_state = 258, .external_lex_state = 3}, + [1073] = {.lex_state = 258, .external_lex_state = 3}, + [1074] = {.lex_state = 258, .external_lex_state = 3}, + [1075] = {.lex_state = 258, .external_lex_state = 3}, + [1076] = {.lex_state = 258, .external_lex_state = 3}, + [1077] = {.lex_state = 258, .external_lex_state = 3}, + [1078] = {.lex_state = 258, .external_lex_state = 3}, + [1079] = {.lex_state = 258, .external_lex_state = 3}, + [1080] = {.lex_state = 258, .external_lex_state = 3}, + [1081] = {.lex_state = 258, .external_lex_state = 3}, + [1082] = {.lex_state = 258, .external_lex_state = 3}, + [1083] = {.lex_state = 258, .external_lex_state = 3}, + [1084] = {.lex_state = 258, .external_lex_state = 3}, + [1085] = {.lex_state = 30, .external_lex_state = 4}, + [1086] = {.lex_state = 30, .external_lex_state = 3}, + [1087] = {.lex_state = 30, .external_lex_state = 3}, + [1088] = {.lex_state = 30, .external_lex_state = 3}, + [1089] = {.lex_state = 12, .external_lex_state = 2}, + [1090] = {.lex_state = 12, .external_lex_state = 2}, + [1091] = {.lex_state = 30, .external_lex_state = 3}, + [1092] = {.lex_state = 12, .external_lex_state = 2}, + [1093] = {.lex_state = 30, .external_lex_state = 3}, + [1094] = {.lex_state = 30, .external_lex_state = 3}, + [1095] = {.lex_state = 12, .external_lex_state = 2}, + [1096] = {.lex_state = 30, .external_lex_state = 3}, + [1097] = {.lex_state = 12, .external_lex_state = 2}, + [1098] = {.lex_state = 30, .external_lex_state = 3}, + [1099] = {.lex_state = 30, .external_lex_state = 3}, + [1100] = {.lex_state = 12, .external_lex_state = 2}, + [1101] = {.lex_state = 30, .external_lex_state = 4}, + [1102] = {.lex_state = 30, .external_lex_state = 4}, + [1103] = {.lex_state = 30, .external_lex_state = 3}, + [1104] = {.lex_state = 30, .external_lex_state = 3}, + [1105] = {.lex_state = 30, .external_lex_state = 3}, + [1106] = {.lex_state = 30, .external_lex_state = 3}, + [1107] = {.lex_state = 30, .external_lex_state = 3}, + [1108] = {.lex_state = 30, .external_lex_state = 3}, + [1109] = {.lex_state = 30, .external_lex_state = 3}, + [1110] = {.lex_state = 30, .external_lex_state = 3}, + [1111] = {.lex_state = 30, .external_lex_state = 3}, + [1112] = {.lex_state = 30, .external_lex_state = 3}, + [1113] = {.lex_state = 30, .external_lex_state = 3}, + [1114] = {.lex_state = 30, .external_lex_state = 3}, + [1115] = {.lex_state = 30, .external_lex_state = 3}, + [1116] = {.lex_state = 30, .external_lex_state = 3}, + [1117] = {.lex_state = 30, .external_lex_state = 3}, + [1118] = {.lex_state = 30, .external_lex_state = 3}, + [1119] = {.lex_state = 30, .external_lex_state = 3}, + [1120] = {.lex_state = 30, .external_lex_state = 3}, + [1121] = {.lex_state = 30, .external_lex_state = 3}, + [1122] = {.lex_state = 30, .external_lex_state = 4}, + [1123] = {.lex_state = 30, .external_lex_state = 3}, + [1124] = {.lex_state = 30, .external_lex_state = 3}, + [1125] = {.lex_state = 30, .external_lex_state = 4}, + [1126] = {.lex_state = 30, .external_lex_state = 3}, + [1127] = {.lex_state = 30, .external_lex_state = 3}, + [1128] = {.lex_state = 30, .external_lex_state = 3}, + [1129] = {.lex_state = 30, .external_lex_state = 3}, + [1130] = {.lex_state = 30, .external_lex_state = 3}, + [1131] = {.lex_state = 30, .external_lex_state = 3}, + [1132] = {.lex_state = 30, .external_lex_state = 3}, + [1133] = {.lex_state = 30, .external_lex_state = 3}, + [1134] = {.lex_state = 30, .external_lex_state = 3}, + [1135] = {.lex_state = 30, .external_lex_state = 3}, + [1136] = {.lex_state = 30, .external_lex_state = 3}, + [1137] = {.lex_state = 30, .external_lex_state = 3}, + [1138] = {.lex_state = 30, .external_lex_state = 3}, + [1139] = {.lex_state = 30, .external_lex_state = 3}, + [1140] = {.lex_state = 30, .external_lex_state = 3}, + [1141] = {.lex_state = 30, .external_lex_state = 3}, + [1142] = {.lex_state = 30, .external_lex_state = 3}, + [1143] = {.lex_state = 30, .external_lex_state = 3}, + [1144] = {.lex_state = 30, .external_lex_state = 3}, + [1145] = {.lex_state = 30, .external_lex_state = 3}, + [1146] = {.lex_state = 29, .external_lex_state = 3}, + [1147] = {.lex_state = 30, .external_lex_state = 3}, + [1148] = {.lex_state = 30, .external_lex_state = 3}, + [1149] = {.lex_state = 30, .external_lex_state = 3}, + [1150] = {.lex_state = 30, .external_lex_state = 3}, + [1151] = {.lex_state = 30, .external_lex_state = 3}, + [1152] = {.lex_state = 30, .external_lex_state = 3}, + [1153] = {.lex_state = 30, .external_lex_state = 4}, + [1154] = {.lex_state = 30, .external_lex_state = 4}, + [1155] = {.lex_state = 30, .external_lex_state = 3}, + [1156] = {.lex_state = 30, .external_lex_state = 4}, + [1157] = {.lex_state = 30, .external_lex_state = 4}, + [1158] = {.lex_state = 30, .external_lex_state = 3}, + [1159] = {.lex_state = 30, .external_lex_state = 3}, + [1160] = {.lex_state = 30, .external_lex_state = 3}, + [1161] = {.lex_state = 30, .external_lex_state = 3}, + [1162] = {.lex_state = 30, .external_lex_state = 3}, + [1163] = {.lex_state = 30, .external_lex_state = 3}, + [1164] = {.lex_state = 30, .external_lex_state = 3}, + [1165] = {.lex_state = 30, .external_lex_state = 3}, + [1166] = {.lex_state = 30, .external_lex_state = 3}, + [1167] = {.lex_state = 30, .external_lex_state = 3}, + [1168] = {.lex_state = 30, .external_lex_state = 3}, + [1169] = {.lex_state = 30, .external_lex_state = 3}, + [1170] = {.lex_state = 30, .external_lex_state = 3}, + [1171] = {.lex_state = 30, .external_lex_state = 3}, + [1172] = {.lex_state = 30, .external_lex_state = 3}, + [1173] = {.lex_state = 30, .external_lex_state = 3}, + [1174] = {.lex_state = 30, .external_lex_state = 3}, + [1175] = {.lex_state = 30, .external_lex_state = 3}, + [1176] = {.lex_state = 30, .external_lex_state = 3}, + [1177] = {.lex_state = 30, .external_lex_state = 3}, + [1178] = {.lex_state = 30, .external_lex_state = 3}, + [1179] = {.lex_state = 30, .external_lex_state = 3}, + [1180] = {.lex_state = 30, .external_lex_state = 3}, + [1181] = {.lex_state = 30, .external_lex_state = 3}, + [1182] = {.lex_state = 30, .external_lex_state = 3}, + [1183] = {.lex_state = 30, .external_lex_state = 3}, + [1184] = {.lex_state = 30, .external_lex_state = 3}, + [1185] = {.lex_state = 30, .external_lex_state = 3}, + [1186] = {.lex_state = 30, .external_lex_state = 3}, + [1187] = {.lex_state = 30, .external_lex_state = 3}, + [1188] = {.lex_state = 30, .external_lex_state = 3}, + [1189] = {.lex_state = 30, .external_lex_state = 3}, + [1190] = {.lex_state = 30, .external_lex_state = 3}, + [1191] = {.lex_state = 30, .external_lex_state = 3}, + [1192] = {.lex_state = 30, .external_lex_state = 4}, + [1193] = {.lex_state = 30, .external_lex_state = 4}, + [1194] = {.lex_state = 30, .external_lex_state = 4}, + [1195] = {.lex_state = 30, .external_lex_state = 3}, + [1196] = {.lex_state = 30, .external_lex_state = 3}, + [1197] = {.lex_state = 30, .external_lex_state = 4}, + [1198] = {.lex_state = 30, .external_lex_state = 4}, + [1199] = {.lex_state = 30, .external_lex_state = 4}, + [1200] = {.lex_state = 30, .external_lex_state = 4}, + [1201] = {.lex_state = 30, .external_lex_state = 4}, + [1202] = {.lex_state = 30, .external_lex_state = 4}, + [1203] = {.lex_state = 30, .external_lex_state = 4}, + [1204] = {.lex_state = 30, .external_lex_state = 4}, + [1205] = {.lex_state = 30, .external_lex_state = 4}, + [1206] = {.lex_state = 30, .external_lex_state = 4}, + [1207] = {.lex_state = 30, .external_lex_state = 4}, + [1208] = {.lex_state = 30, .external_lex_state = 4}, + [1209] = {.lex_state = 30, .external_lex_state = 4}, + [1210] = {.lex_state = 30, .external_lex_state = 4}, + [1211] = {.lex_state = 30, .external_lex_state = 3}, + [1212] = {.lex_state = 30, .external_lex_state = 4}, + [1213] = {.lex_state = 30, .external_lex_state = 4}, + [1214] = {.lex_state = 30, .external_lex_state = 3}, + [1215] = {.lex_state = 30, .external_lex_state = 4}, + [1216] = {.lex_state = 30, .external_lex_state = 4}, + [1217] = {.lex_state = 30, .external_lex_state = 4}, + [1218] = {.lex_state = 30, .external_lex_state = 4}, + [1219] = {.lex_state = 30, .external_lex_state = 4}, + [1220] = {.lex_state = 30, .external_lex_state = 4}, + [1221] = {.lex_state = 30, .external_lex_state = 4}, + [1222] = {.lex_state = 30, .external_lex_state = 4}, + [1223] = {.lex_state = 30, .external_lex_state = 4}, + [1224] = {.lex_state = 30, .external_lex_state = 4}, + [1225] = {.lex_state = 30, .external_lex_state = 4}, + [1226] = {.lex_state = 30, .external_lex_state = 4}, + [1227] = {.lex_state = 30, .external_lex_state = 4}, + [1228] = {.lex_state = 30, .external_lex_state = 4}, + [1229] = {.lex_state = 30, .external_lex_state = 4}, + [1230] = {.lex_state = 30, .external_lex_state = 4}, + [1231] = {.lex_state = 30, .external_lex_state = 4}, + [1232] = {.lex_state = 30, .external_lex_state = 3}, + [1233] = {.lex_state = 30, .external_lex_state = 3}, + [1234] = {.lex_state = 30, .external_lex_state = 4}, + [1235] = {.lex_state = 30, .external_lex_state = 4}, + [1236] = {.lex_state = 30, .external_lex_state = 4}, + [1237] = {.lex_state = 30, .external_lex_state = 4}, + [1238] = {.lex_state = 30, .external_lex_state = 4}, + [1239] = {.lex_state = 30, .external_lex_state = 4}, + [1240] = {.lex_state = 30, .external_lex_state = 4}, + [1241] = {.lex_state = 30, .external_lex_state = 4}, + [1242] = {.lex_state = 30, .external_lex_state = 4}, + [1243] = {.lex_state = 30, .external_lex_state = 4}, + [1244] = {.lex_state = 30, .external_lex_state = 4}, + [1245] = {.lex_state = 30, .external_lex_state = 4}, + [1246] = {.lex_state = 30, .external_lex_state = 4}, + [1247] = {.lex_state = 30, .external_lex_state = 4}, + [1248] = {.lex_state = 30, .external_lex_state = 4}, + [1249] = {.lex_state = 30, .external_lex_state = 4}, + [1250] = {.lex_state = 30, .external_lex_state = 4}, + [1251] = {.lex_state = 30, .external_lex_state = 4}, + [1252] = {.lex_state = 30, .external_lex_state = 4}, + [1253] = {.lex_state = 30, .external_lex_state = 4}, + [1254] = {.lex_state = 30, .external_lex_state = 4}, + [1255] = {.lex_state = 30, .external_lex_state = 4}, + [1256] = {.lex_state = 30, .external_lex_state = 4}, + [1257] = {.lex_state = 30, .external_lex_state = 3}, + [1258] = {.lex_state = 30, .external_lex_state = 4}, + [1259] = {.lex_state = 30, .external_lex_state = 4}, + [1260] = {.lex_state = 30, .external_lex_state = 4}, + [1261] = {.lex_state = 30, .external_lex_state = 4}, + [1262] = {.lex_state = 30, .external_lex_state = 4}, + [1263] = {.lex_state = 30, .external_lex_state = 4}, + [1264] = {.lex_state = 30, .external_lex_state = 4}, + [1265] = {.lex_state = 30, .external_lex_state = 3}, + [1266] = {.lex_state = 30, .external_lex_state = 4}, + [1267] = {.lex_state = 30, .external_lex_state = 4}, + [1268] = {.lex_state = 30, .external_lex_state = 4}, + [1269] = {.lex_state = 30, .external_lex_state = 4}, + [1270] = {.lex_state = 30, .external_lex_state = 4}, + [1271] = {.lex_state = 30, .external_lex_state = 4}, + [1272] = {.lex_state = 30, .external_lex_state = 4}, + [1273] = {.lex_state = 30, .external_lex_state = 4}, + [1274] = {.lex_state = 30, .external_lex_state = 4}, + [1275] = {.lex_state = 30, .external_lex_state = 4}, + [1276] = {.lex_state = 30, .external_lex_state = 4}, + [1277] = {.lex_state = 30, .external_lex_state = 4}, + [1278] = {.lex_state = 30, .external_lex_state = 4}, + [1279] = {.lex_state = 30, .external_lex_state = 4}, + [1280] = {.lex_state = 30, .external_lex_state = 4}, + [1281] = {.lex_state = 30, .external_lex_state = 4}, + [1282] = {.lex_state = 30, .external_lex_state = 4}, + [1283] = {.lex_state = 30, .external_lex_state = 3}, + [1284] = {.lex_state = 30, .external_lex_state = 3}, + [1285] = {.lex_state = 30, .external_lex_state = 4}, + [1286] = {.lex_state = 30, .external_lex_state = 3}, + [1287] = {.lex_state = 30, .external_lex_state = 4}, + [1288] = {.lex_state = 30, .external_lex_state = 4}, + [1289] = {.lex_state = 30, .external_lex_state = 3}, + [1290] = {.lex_state = 30, .external_lex_state = 3}, + [1291] = {.lex_state = 30, .external_lex_state = 3}, + [1292] = {.lex_state = 30, .external_lex_state = 3}, + [1293] = {.lex_state = 30, .external_lex_state = 4}, + [1294] = {.lex_state = 30, .external_lex_state = 4}, + [1295] = {.lex_state = 30, .external_lex_state = 4}, + [1296] = {.lex_state = 30, .external_lex_state = 4}, + [1297] = {.lex_state = 30, .external_lex_state = 4}, + [1298] = {.lex_state = 30, .external_lex_state = 3}, + [1299] = {.lex_state = 30, .external_lex_state = 3}, + [1300] = {.lex_state = 30, .external_lex_state = 4}, + [1301] = {.lex_state = 30, .external_lex_state = 3}, + [1302] = {.lex_state = 30, .external_lex_state = 3}, + [1303] = {.lex_state = 30, .external_lex_state = 4}, + [1304] = {.lex_state = 30, .external_lex_state = 4}, + [1305] = {.lex_state = 30, .external_lex_state = 4}, + [1306] = {.lex_state = 30, .external_lex_state = 3}, + [1307] = {.lex_state = 30, .external_lex_state = 3}, + [1308] = {.lex_state = 29, .external_lex_state = 4}, + [1309] = {.lex_state = 30, .external_lex_state = 3}, + [1310] = {.lex_state = 30, .external_lex_state = 4}, + [1311] = {.lex_state = 30, .external_lex_state = 3}, + [1312] = {.lex_state = 30, .external_lex_state = 4}, + [1313] = {.lex_state = 30, .external_lex_state = 3}, + [1314] = {.lex_state = 30, .external_lex_state = 4}, + [1315] = {.lex_state = 30, .external_lex_state = 4}, + [1316] = {.lex_state = 30, .external_lex_state = 3}, + [1317] = {.lex_state = 30, .external_lex_state = 4}, + [1318] = {.lex_state = 30, .external_lex_state = 4}, + [1319] = {.lex_state = 30, .external_lex_state = 3}, + [1320] = {.lex_state = 30, .external_lex_state = 4}, + [1321] = {.lex_state = 30, .external_lex_state = 4}, + [1322] = {.lex_state = 30, .external_lex_state = 4}, + [1323] = {.lex_state = 30, .external_lex_state = 4}, + [1324] = {.lex_state = 30, .external_lex_state = 4}, + [1325] = {.lex_state = 30, .external_lex_state = 3}, + [1326] = {.lex_state = 30, .external_lex_state = 4}, + [1327] = {.lex_state = 30, .external_lex_state = 3}, + [1328] = {.lex_state = 30, .external_lex_state = 3}, + [1329] = {.lex_state = 30, .external_lex_state = 4}, + [1330] = {.lex_state = 30, .external_lex_state = 4}, + [1331] = {.lex_state = 30, .external_lex_state = 4}, + [1332] = {.lex_state = 30, .external_lex_state = 3}, + [1333] = {.lex_state = 30, .external_lex_state = 4}, + [1334] = {.lex_state = 30, .external_lex_state = 4}, + [1335] = {.lex_state = 30, .external_lex_state = 4}, + [1336] = {.lex_state = 30, .external_lex_state = 4}, + [1337] = {.lex_state = 30, .external_lex_state = 4}, + [1338] = {.lex_state = 30, .external_lex_state = 4}, + [1339] = {.lex_state = 30, .external_lex_state = 4}, + [1340] = {.lex_state = 30, .external_lex_state = 4}, + [1341] = {.lex_state = 30, .external_lex_state = 3}, + [1342] = {.lex_state = 30, .external_lex_state = 3}, + [1343] = {.lex_state = 30, .external_lex_state = 3}, + [1344] = {.lex_state = 30, .external_lex_state = 3}, + [1345] = {.lex_state = 30, .external_lex_state = 4}, + [1346] = {.lex_state = 30, .external_lex_state = 4}, + [1347] = {.lex_state = 30, .external_lex_state = 4}, + [1348] = {.lex_state = 30, .external_lex_state = 3}, + [1349] = {.lex_state = 30, .external_lex_state = 4}, + [1350] = {.lex_state = 30, .external_lex_state = 3}, + [1351] = {.lex_state = 30, .external_lex_state = 4}, + [1352] = {.lex_state = 30, .external_lex_state = 4}, + [1353] = {.lex_state = 30, .external_lex_state = 4}, + [1354] = {.lex_state = 30, .external_lex_state = 4}, + [1355] = {.lex_state = 30, .external_lex_state = 4}, + [1356] = {.lex_state = 30, .external_lex_state = 4}, + [1357] = {.lex_state = 30, .external_lex_state = 4}, + [1358] = {.lex_state = 30, .external_lex_state = 4}, + [1359] = {.lex_state = 30, .external_lex_state = 4}, + [1360] = {.lex_state = 30, .external_lex_state = 3}, + [1361] = {.lex_state = 30, .external_lex_state = 3}, + [1362] = {.lex_state = 30, .external_lex_state = 3}, + [1363] = {.lex_state = 30, .external_lex_state = 4}, + [1364] = {.lex_state = 30, .external_lex_state = 4}, + [1365] = {.lex_state = 30, .external_lex_state = 3}, + [1366] = {.lex_state = 32, .external_lex_state = 4}, + [1367] = {.lex_state = 30, .external_lex_state = 3}, + [1368] = {.lex_state = 30, .external_lex_state = 3}, + [1369] = {.lex_state = 30, .external_lex_state = 3}, + [1370] = {.lex_state = 30, .external_lex_state = 4}, + [1371] = {.lex_state = 30, .external_lex_state = 3}, + [1372] = {.lex_state = 30, .external_lex_state = 4}, + [1373] = {.lex_state = 30, .external_lex_state = 4}, + [1374] = {.lex_state = 30, .external_lex_state = 3}, + [1375] = {.lex_state = 30, .external_lex_state = 4}, + [1376] = {.lex_state = 30, .external_lex_state = 4}, + [1377] = {.lex_state = 30, .external_lex_state = 3}, + [1378] = {.lex_state = 30, .external_lex_state = 4}, + [1379] = {.lex_state = 30, .external_lex_state = 4}, + [1380] = {.lex_state = 30, .external_lex_state = 4}, + [1381] = {.lex_state = 30, .external_lex_state = 3}, + [1382] = {.lex_state = 30, .external_lex_state = 3}, + [1383] = {.lex_state = 30, .external_lex_state = 3}, + [1384] = {.lex_state = 30, .external_lex_state = 4}, + [1385] = {.lex_state = 30, .external_lex_state = 4}, + [1386] = {.lex_state = 30, .external_lex_state = 4}, + [1387] = {.lex_state = 30, .external_lex_state = 3}, + [1388] = {.lex_state = 30, .external_lex_state = 4}, + [1389] = {.lex_state = 30, .external_lex_state = 4}, + [1390] = {.lex_state = 30, .external_lex_state = 4}, + [1391] = {.lex_state = 30, .external_lex_state = 4}, + [1392] = {.lex_state = 30, .external_lex_state = 4}, + [1393] = {.lex_state = 30, .external_lex_state = 4}, + [1394] = {.lex_state = 30, .external_lex_state = 4}, + [1395] = {.lex_state = 30, .external_lex_state = 4}, + [1396] = {.lex_state = 30, .external_lex_state = 3}, + [1397] = {.lex_state = 30, .external_lex_state = 3}, + [1398] = {.lex_state = 30, .external_lex_state = 4}, + [1399] = {.lex_state = 30, .external_lex_state = 4}, + [1400] = {.lex_state = 30, .external_lex_state = 4}, + [1401] = {.lex_state = 30, .external_lex_state = 4}, + [1402] = {.lex_state = 30, .external_lex_state = 4}, + [1403] = {.lex_state = 30, .external_lex_state = 4}, + [1404] = {.lex_state = 30, .external_lex_state = 4}, + [1405] = {.lex_state = 30, .external_lex_state = 3}, + [1406] = {.lex_state = 30, .external_lex_state = 3}, + [1407] = {.lex_state = 30, .external_lex_state = 3}, + [1408] = {.lex_state = 30, .external_lex_state = 3}, + [1409] = {.lex_state = 30, .external_lex_state = 3}, + [1410] = {.lex_state = 30, .external_lex_state = 3}, + [1411] = {.lex_state = 30, .external_lex_state = 3}, + [1412] = {.lex_state = 30, .external_lex_state = 3}, + [1413] = {.lex_state = 30, .external_lex_state = 3}, + [1414] = {.lex_state = 30, .external_lex_state = 3}, + [1415] = {.lex_state = 30, .external_lex_state = 4}, + [1416] = {.lex_state = 30, .external_lex_state = 3}, + [1417] = {.lex_state = 30, .external_lex_state = 3}, + [1418] = {.lex_state = 30, .external_lex_state = 3}, + [1419] = {.lex_state = 30, .external_lex_state = 3}, + [1420] = {.lex_state = 30, .external_lex_state = 3}, + [1421] = {.lex_state = 30, .external_lex_state = 3}, + [1422] = {.lex_state = 30, .external_lex_state = 3}, + [1423] = {.lex_state = 30, .external_lex_state = 3}, + [1424] = {.lex_state = 30, .external_lex_state = 4}, + [1425] = {.lex_state = 30, .external_lex_state = 3}, + [1426] = {.lex_state = 30, .external_lex_state = 4}, + [1427] = {.lex_state = 30, .external_lex_state = 3}, + [1428] = {.lex_state = 30, .external_lex_state = 3}, + [1429] = {.lex_state = 30, .external_lex_state = 3}, + [1430] = {.lex_state = 30, .external_lex_state = 3}, + [1431] = {.lex_state = 30, .external_lex_state = 3}, + [1432] = {.lex_state = 30, .external_lex_state = 3}, + [1433] = {.lex_state = 30, .external_lex_state = 3}, + [1434] = {.lex_state = 30, .external_lex_state = 3}, + [1435] = {.lex_state = 30, .external_lex_state = 3}, + [1436] = {.lex_state = 30, .external_lex_state = 3}, + [1437] = {.lex_state = 30, .external_lex_state = 3}, + [1438] = {.lex_state = 30, .external_lex_state = 3}, + [1439] = {.lex_state = 30, .external_lex_state = 3}, + [1440] = {.lex_state = 30, .external_lex_state = 3}, + [1441] = {.lex_state = 30, .external_lex_state = 3}, + [1442] = {.lex_state = 30, .external_lex_state = 3}, + [1443] = {.lex_state = 30, .external_lex_state = 3}, + [1444] = {.lex_state = 30, .external_lex_state = 3}, + [1445] = {.lex_state = 30, .external_lex_state = 3}, + [1446] = {.lex_state = 30, .external_lex_state = 3}, + [1447] = {.lex_state = 30, .external_lex_state = 3}, + [1448] = {.lex_state = 30, .external_lex_state = 3}, + [1449] = {.lex_state = 30, .external_lex_state = 3}, + [1450] = {.lex_state = 30, .external_lex_state = 3}, + [1451] = {.lex_state = 30, .external_lex_state = 3}, + [1452] = {.lex_state = 30, .external_lex_state = 3}, + [1453] = {.lex_state = 30, .external_lex_state = 3}, + [1454] = {.lex_state = 30, .external_lex_state = 3}, + [1455] = {.lex_state = 30, .external_lex_state = 3}, + [1456] = {.lex_state = 30, .external_lex_state = 3}, + [1457] = {.lex_state = 30, .external_lex_state = 3}, + [1458] = {.lex_state = 30, .external_lex_state = 3}, + [1459] = {.lex_state = 30, .external_lex_state = 3}, + [1460] = {.lex_state = 30, .external_lex_state = 3}, + [1461] = {.lex_state = 30, .external_lex_state = 3}, + [1462] = {.lex_state = 30, .external_lex_state = 3}, + [1463] = {.lex_state = 30, .external_lex_state = 3}, + [1464] = {.lex_state = 30, .external_lex_state = 3}, + [1465] = {.lex_state = 30, .external_lex_state = 3}, + [1466] = {.lex_state = 30, .external_lex_state = 3}, + [1467] = {.lex_state = 30, .external_lex_state = 3}, + [1468] = {.lex_state = 30, .external_lex_state = 3}, + [1469] = {.lex_state = 30, .external_lex_state = 3}, + [1470] = {.lex_state = 30, .external_lex_state = 3}, + [1471] = {.lex_state = 37, .external_lex_state = 2}, + [1472] = {.lex_state = 37, .external_lex_state = 2}, + [1473] = {.lex_state = 32, .external_lex_state = 3}, + [1474] = {.lex_state = 30, .external_lex_state = 3}, + [1475] = {.lex_state = 30, .external_lex_state = 3}, + [1476] = {.lex_state = 30, .external_lex_state = 3}, + [1477] = {.lex_state = 30, .external_lex_state = 3}, + [1478] = {.lex_state = 30, .external_lex_state = 3}, + [1479] = {.lex_state = 30, .external_lex_state = 3}, + [1480] = {.lex_state = 30, .external_lex_state = 3}, + [1481] = {.lex_state = 37, .external_lex_state = 2}, + [1482] = {.lex_state = 37, .external_lex_state = 2}, + [1483] = {.lex_state = 37, .external_lex_state = 2}, + [1484] = {.lex_state = 37, .external_lex_state = 2}, + [1485] = {.lex_state = 37, .external_lex_state = 2}, + [1486] = {.lex_state = 37, .external_lex_state = 2}, + [1487] = {.lex_state = 37, .external_lex_state = 2}, + [1488] = {.lex_state = 37, .external_lex_state = 2}, + [1489] = {.lex_state = 37, .external_lex_state = 2}, + [1490] = {.lex_state = 37, .external_lex_state = 2}, + [1491] = {.lex_state = 37, .external_lex_state = 2}, + [1492] = {.lex_state = 37, .external_lex_state = 2}, + [1493] = {.lex_state = 37, .external_lex_state = 2}, + [1494] = {.lex_state = 37, .external_lex_state = 2}, + [1495] = {.lex_state = 37, .external_lex_state = 2}, + [1496] = {.lex_state = 37, .external_lex_state = 2}, + [1497] = {.lex_state = 37, .external_lex_state = 2}, + [1498] = {.lex_state = 37, .external_lex_state = 2}, + [1499] = {.lex_state = 37, .external_lex_state = 2}, + [1500] = {.lex_state = 37, .external_lex_state = 2}, + [1501] = {.lex_state = 37, .external_lex_state = 2}, + [1502] = {.lex_state = 37, .external_lex_state = 2}, + [1503] = {.lex_state = 37, .external_lex_state = 2}, + [1504] = {.lex_state = 37, .external_lex_state = 2}, + [1505] = {.lex_state = 37, .external_lex_state = 2}, + [1506] = {.lex_state = 37, .external_lex_state = 2}, + [1507] = {.lex_state = 37, .external_lex_state = 2}, + [1508] = {.lex_state = 37, .external_lex_state = 2}, + [1509] = {.lex_state = 37, .external_lex_state = 2}, + [1510] = {.lex_state = 37, .external_lex_state = 2}, + [1511] = {.lex_state = 33, .external_lex_state = 2}, + [1512] = {.lex_state = 37, .external_lex_state = 2}, + [1513] = {.lex_state = 33, .external_lex_state = 2}, + [1514] = {.lex_state = 33, .external_lex_state = 2}, + [1515] = {.lex_state = 33, .external_lex_state = 2}, + [1516] = {.lex_state = 33, .external_lex_state = 2}, + [1517] = {.lex_state = 33, .external_lex_state = 2}, + [1518] = {.lex_state = 33, .external_lex_state = 2}, + [1519] = {.lex_state = 33, .external_lex_state = 2}, + [1520] = {.lex_state = 33, .external_lex_state = 2}, + [1521] = {.lex_state = 33, .external_lex_state = 2}, + [1522] = {.lex_state = 33, .external_lex_state = 2}, + [1523] = {.lex_state = 33, .external_lex_state = 2}, + [1524] = {.lex_state = 33, .external_lex_state = 2}, + [1525] = {.lex_state = 33, .external_lex_state = 2}, + [1526] = {.lex_state = 33, .external_lex_state = 2}, + [1527] = {.lex_state = 33, .external_lex_state = 2}, + [1528] = {.lex_state = 33, .external_lex_state = 2}, + [1529] = {.lex_state = 33, .external_lex_state = 2}, + [1530] = {.lex_state = 33, .external_lex_state = 2}, + [1531] = {.lex_state = 33, .external_lex_state = 2}, + [1532] = {.lex_state = 33, .external_lex_state = 2}, + [1533] = {.lex_state = 33, .external_lex_state = 2}, + [1534] = {.lex_state = 33, .external_lex_state = 2}, + [1535] = {.lex_state = 33, .external_lex_state = 2}, + [1536] = {.lex_state = 33, .external_lex_state = 5}, + [1537] = {.lex_state = 33, .external_lex_state = 2}, + [1538] = {.lex_state = 33, .external_lex_state = 2}, + [1539] = {.lex_state = 33, .external_lex_state = 2}, + [1540] = {.lex_state = 35, .external_lex_state = 2}, + [1541] = {.lex_state = 33, .external_lex_state = 2}, + [1542] = {.lex_state = 33, .external_lex_state = 2}, + [1543] = {.lex_state = 33, .external_lex_state = 5}, + [1544] = {.lex_state = 33, .external_lex_state = 5}, + [1545] = {.lex_state = 33, .external_lex_state = 2}, + [1546] = {.lex_state = 33, .external_lex_state = 2}, + [1547] = {.lex_state = 37, .external_lex_state = 2}, + [1548] = {.lex_state = 33, .external_lex_state = 5}, + [1549] = {.lex_state = 33, .external_lex_state = 5}, + [1550] = {.lex_state = 33, .external_lex_state = 5}, + [1551] = {.lex_state = 33, .external_lex_state = 2}, + [1552] = {.lex_state = 37, .external_lex_state = 2}, + [1553] = {.lex_state = 33, .external_lex_state = 2}, + [1554] = {.lex_state = 33, .external_lex_state = 5}, + [1555] = {.lex_state = 33, .external_lex_state = 5}, + [1556] = {.lex_state = 35, .external_lex_state = 2}, + [1557] = {.lex_state = 33, .external_lex_state = 5}, + [1558] = {.lex_state = 33, .external_lex_state = 5}, + [1559] = {.lex_state = 37, .external_lex_state = 5}, + [1560] = {.lex_state = 37, .external_lex_state = 5}, + [1561] = {.lex_state = 33, .external_lex_state = 5}, + [1562] = {.lex_state = 33, .external_lex_state = 5}, + [1563] = {.lex_state = 37, .external_lex_state = 2}, + [1564] = {.lex_state = 37, .external_lex_state = 2}, + [1565] = {.lex_state = 37, .external_lex_state = 2}, + [1566] = {.lex_state = 37, .external_lex_state = 2}, + [1567] = {.lex_state = 35, .external_lex_state = 2}, + [1568] = {.lex_state = 37, .external_lex_state = 2}, + [1569] = {.lex_state = 37, .external_lex_state = 2}, + [1570] = {.lex_state = 37, .external_lex_state = 2}, + [1571] = {.lex_state = 37, .external_lex_state = 2}, + [1572] = {.lex_state = 37, .external_lex_state = 2}, + [1573] = {.lex_state = 37, .external_lex_state = 2}, + [1574] = {.lex_state = 37, .external_lex_state = 2}, + [1575] = {.lex_state = 37, .external_lex_state = 2}, + [1576] = {.lex_state = 37, .external_lex_state = 2}, + [1577] = {.lex_state = 37, .external_lex_state = 2}, + [1578] = {.lex_state = 36, .external_lex_state = 2}, + [1579] = {.lex_state = 35, .external_lex_state = 2}, + [1580] = {.lex_state = 37, .external_lex_state = 2}, + [1581] = {.lex_state = 37, .external_lex_state = 2}, + [1582] = {.lex_state = 37, .external_lex_state = 2}, + [1583] = {.lex_state = 37, .external_lex_state = 2}, + [1584] = {.lex_state = 37, .external_lex_state = 2}, + [1585] = {.lex_state = 37, .external_lex_state = 2}, + [1586] = {.lex_state = 37, .external_lex_state = 2}, + [1587] = {.lex_state = 37, .external_lex_state = 2}, + [1588] = {.lex_state = 37, .external_lex_state = 2}, + [1589] = {.lex_state = 37, .external_lex_state = 2}, + [1590] = {.lex_state = 37, .external_lex_state = 2}, + [1591] = {.lex_state = 37, .external_lex_state = 2}, + [1592] = {.lex_state = 37, .external_lex_state = 2}, + [1593] = {.lex_state = 37, .external_lex_state = 2}, + [1594] = {.lex_state = 37, .external_lex_state = 2}, + [1595] = {.lex_state = 37, .external_lex_state = 2}, + [1596] = {.lex_state = 37, .external_lex_state = 2}, + [1597] = {.lex_state = 37, .external_lex_state = 2}, + [1598] = {.lex_state = 37, .external_lex_state = 2}, + [1599] = {.lex_state = 37, .external_lex_state = 2}, + [1600] = {.lex_state = 37, .external_lex_state = 2}, + [1601] = {.lex_state = 37, .external_lex_state = 2}, + [1602] = {.lex_state = 37, .external_lex_state = 2}, + [1603] = {.lex_state = 37, .external_lex_state = 2}, + [1604] = {.lex_state = 37, .external_lex_state = 2}, + [1605] = {.lex_state = 36, .external_lex_state = 2}, + [1606] = {.lex_state = 33, .external_lex_state = 2}, + [1607] = {.lex_state = 258, .external_lex_state = 2}, + [1608] = {.lex_state = 33, .external_lex_state = 2}, + [1609] = {.lex_state = 33, .external_lex_state = 2}, + [1610] = {.lex_state = 33, .external_lex_state = 2}, + [1611] = {.lex_state = 37, .external_lex_state = 2}, + [1612] = {.lex_state = 33, .external_lex_state = 2}, + [1613] = {.lex_state = 33, .external_lex_state = 2}, + [1614] = {.lex_state = 33, .external_lex_state = 2}, + [1615] = {.lex_state = 33, .external_lex_state = 2}, + [1616] = {.lex_state = 33, .external_lex_state = 2}, + [1617] = {.lex_state = 33, .external_lex_state = 2}, + [1618] = {.lex_state = 33, .external_lex_state = 2}, + [1619] = {.lex_state = 33, .external_lex_state = 2}, + [1620] = {.lex_state = 33, .external_lex_state = 2}, + [1621] = {.lex_state = 258, .external_lex_state = 2}, + [1622] = {.lex_state = 33, .external_lex_state = 2}, + [1623] = {.lex_state = 35, .external_lex_state = 2}, + [1624] = {.lex_state = 33, .external_lex_state = 2}, + [1625] = {.lex_state = 33, .external_lex_state = 2}, + [1626] = {.lex_state = 33, .external_lex_state = 2}, + [1627] = {.lex_state = 33, .external_lex_state = 2}, + [1628] = {.lex_state = 33, .external_lex_state = 2}, + [1629] = {.lex_state = 33, .external_lex_state = 2}, + [1630] = {.lex_state = 33, .external_lex_state = 2}, + [1631] = {.lex_state = 33, .external_lex_state = 2}, + [1632] = {.lex_state = 33, .external_lex_state = 2}, + [1633] = {.lex_state = 33, .external_lex_state = 2}, + [1634] = {.lex_state = 33, .external_lex_state = 2}, + [1635] = {.lex_state = 35, .external_lex_state = 2}, + [1636] = {.lex_state = 258, .external_lex_state = 2}, + [1637] = {.lex_state = 33, .external_lex_state = 2}, + [1638] = {.lex_state = 33, .external_lex_state = 2}, + [1639] = {.lex_state = 35, .external_lex_state = 2}, + [1640] = {.lex_state = 33, .external_lex_state = 2}, + [1641] = {.lex_state = 33, .external_lex_state = 2}, + [1642] = {.lex_state = 33, .external_lex_state = 2}, + [1643] = {.lex_state = 35, .external_lex_state = 2}, + [1644] = {.lex_state = 33, .external_lex_state = 2}, + [1645] = {.lex_state = 33, .external_lex_state = 2}, + [1646] = {.lex_state = 258, .external_lex_state = 2}, + [1647] = {.lex_state = 33, .external_lex_state = 2}, + [1648] = {.lex_state = 35, .external_lex_state = 2}, + [1649] = {.lex_state = 35, .external_lex_state = 2}, + [1650] = {.lex_state = 33, .external_lex_state = 2}, + [1651] = {.lex_state = 258, .external_lex_state = 2}, + [1652] = {.lex_state = 33, .external_lex_state = 2}, + [1653] = {.lex_state = 258, .external_lex_state = 2}, + [1654] = {.lex_state = 33, .external_lex_state = 2}, + [1655] = {.lex_state = 33, .external_lex_state = 2}, + [1656] = {.lex_state = 258, .external_lex_state = 2}, + [1657] = {.lex_state = 37, .external_lex_state = 2}, + [1658] = {.lex_state = 33, .external_lex_state = 2}, + [1659] = {.lex_state = 33, .external_lex_state = 2}, + [1660] = {.lex_state = 33, .external_lex_state = 2}, + [1661] = {.lex_state = 33, .external_lex_state = 2}, + [1662] = {.lex_state = 258, .external_lex_state = 2}, + [1663] = {.lex_state = 37, .external_lex_state = 2}, + [1664] = {.lex_state = 33, .external_lex_state = 2}, + [1665] = {.lex_state = 37, .external_lex_state = 2}, + [1666] = {.lex_state = 258, .external_lex_state = 2}, + [1667] = {.lex_state = 258, .external_lex_state = 2}, + [1668] = {.lex_state = 33, .external_lex_state = 2}, + [1669] = {.lex_state = 33, .external_lex_state = 2}, + [1670] = {.lex_state = 33, .external_lex_state = 2}, + [1671] = {.lex_state = 33, .external_lex_state = 2}, + [1672] = {.lex_state = 33, .external_lex_state = 2}, + [1673] = {.lex_state = 37, .external_lex_state = 2}, + [1674] = {.lex_state = 33, .external_lex_state = 2}, + [1675] = {.lex_state = 33, .external_lex_state = 2}, + [1676] = {.lex_state = 33, .external_lex_state = 2}, + [1677] = {.lex_state = 33, .external_lex_state = 2}, + [1678] = {.lex_state = 33, .external_lex_state = 2}, + [1679] = {.lex_state = 37, .external_lex_state = 2}, + [1680] = {.lex_state = 258, .external_lex_state = 2}, + [1681] = {.lex_state = 37, .external_lex_state = 2}, + [1682] = {.lex_state = 33, .external_lex_state = 2}, + [1683] = {.lex_state = 33, .external_lex_state = 2}, + [1684] = {.lex_state = 34, .external_lex_state = 2}, + [1685] = {.lex_state = 34, .external_lex_state = 2}, + [1686] = {.lex_state = 34, .external_lex_state = 2}, + [1687] = {.lex_state = 45, .external_lex_state = 2}, + [1688] = {.lex_state = 45, .external_lex_state = 2}, + [1689] = {.lex_state = 45, .external_lex_state = 2}, + [1690] = {.lex_state = 45, .external_lex_state = 2}, + [1691] = {.lex_state = 45, .external_lex_state = 2}, + [1692] = {.lex_state = 34, .external_lex_state = 2}, + [1693] = {.lex_state = 45, .external_lex_state = 2}, + [1694] = {.lex_state = 45, .external_lex_state = 2}, + [1695] = {.lex_state = 45, .external_lex_state = 2}, + [1696] = {.lex_state = 34, .external_lex_state = 2}, + [1697] = {.lex_state = 45, .external_lex_state = 2}, + [1698] = {.lex_state = 60, .external_lex_state = 2}, + [1699] = {.lex_state = 60, .external_lex_state = 2}, + [1700] = {.lex_state = 60, .external_lex_state = 2}, + [1701] = {.lex_state = 60, .external_lex_state = 2}, + [1702] = {.lex_state = 60, .external_lex_state = 2}, + [1703] = {.lex_state = 60, .external_lex_state = 2}, + [1704] = {.lex_state = 60, .external_lex_state = 2}, + [1705] = {.lex_state = 60, .external_lex_state = 2}, + [1706] = {.lex_state = 60, .external_lex_state = 2}, + [1707] = {.lex_state = 60, .external_lex_state = 2}, + [1708] = {.lex_state = 60, .external_lex_state = 2}, + [1709] = {.lex_state = 60, .external_lex_state = 2}, + [1710] = {.lex_state = 60, .external_lex_state = 2}, + [1711] = {.lex_state = 39, .external_lex_state = 2}, + [1712] = {.lex_state = 60, .external_lex_state = 2}, + [1713] = {.lex_state = 60, .external_lex_state = 2}, + [1714] = {.lex_state = 60, .external_lex_state = 2}, + [1715] = {.lex_state = 60, .external_lex_state = 2}, + [1716] = {.lex_state = 60, .external_lex_state = 2}, + [1717] = {.lex_state = 60, .external_lex_state = 2}, + [1718] = {.lex_state = 60, .external_lex_state = 2}, + [1719] = {.lex_state = 60, .external_lex_state = 2}, + [1720] = {.lex_state = 39, .external_lex_state = 2}, + [1721] = {.lex_state = 60, .external_lex_state = 2}, + [1722] = {.lex_state = 60, .external_lex_state = 2}, + [1723] = {.lex_state = 60, .external_lex_state = 2}, + [1724] = {.lex_state = 60, .external_lex_state = 2}, + [1725] = {.lex_state = 60, .external_lex_state = 2}, + [1726] = {.lex_state = 60, .external_lex_state = 2}, + [1727] = {.lex_state = 60, .external_lex_state = 2}, + [1728] = {.lex_state = 60, .external_lex_state = 2}, + [1729] = {.lex_state = 60, .external_lex_state = 2}, + [1730] = {.lex_state = 60, .external_lex_state = 2}, + [1731] = {.lex_state = 60, .external_lex_state = 2}, + [1732] = {.lex_state = 60, .external_lex_state = 2}, + [1733] = {.lex_state = 34, .external_lex_state = 2}, + [1734] = {.lex_state = 34, .external_lex_state = 2}, + [1735] = {.lex_state = 258, .external_lex_state = 2}, + [1736] = {.lex_state = 34, .external_lex_state = 2}, + [1737] = {.lex_state = 39, .external_lex_state = 2}, + [1738] = {.lex_state = 60, .external_lex_state = 2}, + [1739] = {.lex_state = 258, .external_lex_state = 2}, + [1740] = {.lex_state = 34, .external_lex_state = 2}, + [1741] = {.lex_state = 258, .external_lex_state = 2}, + [1742] = {.lex_state = 39, .external_lex_state = 2}, + [1743] = {.lex_state = 34, .external_lex_state = 2}, + [1744] = {.lex_state = 34, .external_lex_state = 2}, + [1745] = {.lex_state = 34, .external_lex_state = 2}, + [1746] = {.lex_state = 39, .external_lex_state = 2}, + [1747] = {.lex_state = 34, .external_lex_state = 2}, + [1748] = {.lex_state = 258, .external_lex_state = 2}, + [1749] = {.lex_state = 34, .external_lex_state = 2}, + [1750] = {.lex_state = 258, .external_lex_state = 2}, + [1751] = {.lex_state = 39, .external_lex_state = 2}, + [1752] = {.lex_state = 34, .external_lex_state = 2}, + [1753] = {.lex_state = 258, .external_lex_state = 5}, + [1754] = {.lex_state = 34, .external_lex_state = 2}, + [1755] = {.lex_state = 39, .external_lex_state = 2}, + [1756] = {.lex_state = 34, .external_lex_state = 2}, + [1757] = {.lex_state = 34, .external_lex_state = 2}, + [1758] = {.lex_state = 39, .external_lex_state = 5}, + [1759] = {.lex_state = 39, .external_lex_state = 5}, + [1760] = {.lex_state = 258, .external_lex_state = 2}, + [1761] = {.lex_state = 34, .external_lex_state = 2}, + [1762] = {.lex_state = 258, .external_lex_state = 5}, + [1763] = {.lex_state = 34, .external_lex_state = 2}, + [1764] = {.lex_state = 34, .external_lex_state = 2}, + [1765] = {.lex_state = 34, .external_lex_state = 2}, + [1766] = {.lex_state = 258, .external_lex_state = 2}, + [1767] = {.lex_state = 39, .external_lex_state = 2}, + [1768] = {.lex_state = 34, .external_lex_state = 2}, + [1769] = {.lex_state = 34, .external_lex_state = 2}, + [1770] = {.lex_state = 45, .external_lex_state = 2}, + [1771] = {.lex_state = 34, .external_lex_state = 2}, + [1772] = {.lex_state = 45, .external_lex_state = 2}, + [1773] = {.lex_state = 30, .external_lex_state = 2}, + [1774] = {.lex_state = 45, .external_lex_state = 2}, + [1775] = {.lex_state = 45, .external_lex_state = 2}, + [1776] = {.lex_state = 39, .external_lex_state = 5}, + [1777] = {.lex_state = 258, .external_lex_state = 2}, + [1778] = {.lex_state = 45, .external_lex_state = 2}, + [1779] = {.lex_state = 258, .external_lex_state = 2}, + [1780] = {.lex_state = 258, .external_lex_state = 6}, + [1781] = {.lex_state = 258, .external_lex_state = 6}, + [1782] = {.lex_state = 258, .external_lex_state = 2}, + [1783] = {.lex_state = 258, .external_lex_state = 2}, + [1784] = {.lex_state = 39, .external_lex_state = 5}, + [1785] = {.lex_state = 258, .external_lex_state = 2}, + [1786] = {.lex_state = 45, .external_lex_state = 2}, + [1787] = {.lex_state = 45, .external_lex_state = 2}, + [1788] = {.lex_state = 258, .external_lex_state = 5}, + [1789] = {.lex_state = 34, .external_lex_state = 2}, + [1790] = {.lex_state = 258, .external_lex_state = 5}, + [1791] = {.lex_state = 45, .external_lex_state = 2}, + [1792] = {.lex_state = 45, .external_lex_state = 2}, + [1793] = {.lex_state = 45, .external_lex_state = 2}, + [1794] = {.lex_state = 45, .external_lex_state = 2}, + [1795] = {.lex_state = 45, .external_lex_state = 2}, + [1796] = {.lex_state = 45, .external_lex_state = 2}, + [1797] = {.lex_state = 45, .external_lex_state = 2}, + [1798] = {.lex_state = 258, .external_lex_state = 2}, + [1799] = {.lex_state = 60, .external_lex_state = 2}, + [1800] = {.lex_state = 258, .external_lex_state = 2}, + [1801] = {.lex_state = 45, .external_lex_state = 2}, + [1802] = {.lex_state = 60, .external_lex_state = 2}, + [1803] = {.lex_state = 34, .external_lex_state = 2}, + [1804] = {.lex_state = 34, .external_lex_state = 2}, + [1805] = {.lex_state = 39, .external_lex_state = 5}, + [1806] = {.lex_state = 45, .external_lex_state = 2}, + [1807] = {.lex_state = 258, .external_lex_state = 5}, + [1808] = {.lex_state = 34, .external_lex_state = 2}, + [1809] = {.lex_state = 39, .external_lex_state = 5}, + [1810] = {.lex_state = 34, .external_lex_state = 2}, + [1811] = {.lex_state = 34, .external_lex_state = 2}, + [1812] = {.lex_state = 258, .external_lex_state = 2}, + [1813] = {.lex_state = 34, .external_lex_state = 2}, + [1814] = {.lex_state = 258, .external_lex_state = 2}, + [1815] = {.lex_state = 39, .external_lex_state = 5}, + [1816] = {.lex_state = 39, .external_lex_state = 5}, + [1817] = {.lex_state = 258, .external_lex_state = 2}, + [1818] = {.lex_state = 258, .external_lex_state = 2}, + [1819] = {.lex_state = 45, .external_lex_state = 2}, + [1820] = {.lex_state = 45, .external_lex_state = 2}, + [1821] = {.lex_state = 258, .external_lex_state = 2}, + [1822] = {.lex_state = 258, .external_lex_state = 2}, + [1823] = {.lex_state = 258, .external_lex_state = 6}, + [1824] = {.lex_state = 258, .external_lex_state = 2}, + [1825] = {.lex_state = 39, .external_lex_state = 5}, + [1826] = {.lex_state = 39, .external_lex_state = 5}, + [1827] = {.lex_state = 258, .external_lex_state = 5}, + [1828] = {.lex_state = 258, .external_lex_state = 2}, + [1829] = {.lex_state = 39, .external_lex_state = 5}, + [1830] = {.lex_state = 258, .external_lex_state = 6}, + [1831] = {.lex_state = 60, .external_lex_state = 2}, + [1832] = {.lex_state = 258, .external_lex_state = 2}, + [1833] = {.lex_state = 45, .external_lex_state = 2}, + [1834] = {.lex_state = 34, .external_lex_state = 2}, + [1835] = {.lex_state = 30, .external_lex_state = 2}, + [1836] = {.lex_state = 258, .external_lex_state = 6}, + [1837] = {.lex_state = 258, .external_lex_state = 2}, + [1838] = {.lex_state = 258, .external_lex_state = 2}, + [1839] = {.lex_state = 258, .external_lex_state = 2}, + [1840] = {.lex_state = 60, .external_lex_state = 2}, + [1841] = {.lex_state = 62, .external_lex_state = 2}, + [1842] = {.lex_state = 258, .external_lex_state = 2}, + [1843] = {.lex_state = 258, .external_lex_state = 2}, + [1844] = {.lex_state = 62, .external_lex_state = 2}, + [1845] = {.lex_state = 60, .external_lex_state = 2}, + [1846] = {.lex_state = 60, .external_lex_state = 2}, + [1847] = {.lex_state = 34, .external_lex_state = 2}, + [1848] = {.lex_state = 62, .external_lex_state = 2}, + [1849] = {.lex_state = 60, .external_lex_state = 2}, + [1850] = {.lex_state = 60, .external_lex_state = 2}, + [1851] = {.lex_state = 258, .external_lex_state = 2}, + [1852] = {.lex_state = 39, .external_lex_state = 5}, + [1853] = {.lex_state = 258, .external_lex_state = 2}, + [1854] = {.lex_state = 62, .external_lex_state = 2}, + [1855] = {.lex_state = 62, .external_lex_state = 2}, + [1856] = {.lex_state = 60, .external_lex_state = 2}, + [1857] = {.lex_state = 34, .external_lex_state = 2}, + [1858] = {.lex_state = 258, .external_lex_state = 2}, + [1859] = {.lex_state = 62, .external_lex_state = 2}, + [1860] = {.lex_state = 258, .external_lex_state = 2}, + [1861] = {.lex_state = 62, .external_lex_state = 2}, + [1862] = {.lex_state = 60, .external_lex_state = 2}, + [1863] = {.lex_state = 60, .external_lex_state = 2}, + [1864] = {.lex_state = 62, .external_lex_state = 2}, + [1865] = {.lex_state = 34, .external_lex_state = 2}, + [1866] = {.lex_state = 60, .external_lex_state = 2}, + [1867] = {.lex_state = 60, .external_lex_state = 2}, + [1868] = {.lex_state = 60, .external_lex_state = 2}, + [1869] = {.lex_state = 34, .external_lex_state = 2}, + [1870] = {.lex_state = 258, .external_lex_state = 2}, + [1871] = {.lex_state = 62, .external_lex_state = 2}, + [1872] = {.lex_state = 60, .external_lex_state = 2}, + [1873] = {.lex_state = 60, .external_lex_state = 2}, + [1874] = {.lex_state = 258, .external_lex_state = 5}, + [1875] = {.lex_state = 258, .external_lex_state = 2}, + [1876] = {.lex_state = 258, .external_lex_state = 2}, + [1877] = {.lex_state = 60, .external_lex_state = 2}, + [1878] = {.lex_state = 258, .external_lex_state = 2}, + [1879] = {.lex_state = 258, .external_lex_state = 5}, + [1880] = {.lex_state = 60, .external_lex_state = 2}, + [1881] = {.lex_state = 60, .external_lex_state = 2}, + [1882] = {.lex_state = 60, .external_lex_state = 2}, + [1883] = {.lex_state = 62, .external_lex_state = 2}, + [1884] = {.lex_state = 62, .external_lex_state = 2}, + [1885] = {.lex_state = 60, .external_lex_state = 2}, + [1886] = {.lex_state = 258, .external_lex_state = 2}, + [1887] = {.lex_state = 60, .external_lex_state = 2}, + [1888] = {.lex_state = 258, .external_lex_state = 5}, + [1889] = {.lex_state = 62, .external_lex_state = 2}, + [1890] = {.lex_state = 60, .external_lex_state = 2}, + [1891] = {.lex_state = 60, .external_lex_state = 2}, + [1892] = {.lex_state = 60, .external_lex_state = 2}, + [1893] = {.lex_state = 60, .external_lex_state = 2}, + [1894] = {.lex_state = 60, .external_lex_state = 2}, + [1895] = {.lex_state = 258, .external_lex_state = 2}, + [1896] = {.lex_state = 258, .external_lex_state = 2}, + [1897] = {.lex_state = 62, .external_lex_state = 2}, + [1898] = {.lex_state = 258, .external_lex_state = 2}, + [1899] = {.lex_state = 258, .external_lex_state = 2}, + [1900] = {.lex_state = 62, .external_lex_state = 2}, + [1901] = {.lex_state = 258, .external_lex_state = 2}, + [1902] = {.lex_state = 258, .external_lex_state = 5}, + [1903] = {.lex_state = 34, .external_lex_state = 2}, + [1904] = {.lex_state = 258, .external_lex_state = 2}, + [1905] = {.lex_state = 48, .external_lex_state = 7}, + [1906] = {.lex_state = 41, .external_lex_state = 7}, + [1907] = {.lex_state = 258, .external_lex_state = 2}, + [1908] = {.lex_state = 38, .external_lex_state = 2}, + [1909] = {.lex_state = 34, .external_lex_state = 2}, + [1910] = {.lex_state = 258, .external_lex_state = 2}, + [1911] = {.lex_state = 3, .external_lex_state = 2}, + [1912] = {.lex_state = 258, .external_lex_state = 6}, + [1913] = {.lex_state = 3, .external_lex_state = 2}, + [1914] = {.lex_state = 258, .external_lex_state = 5}, + [1915] = {.lex_state = 34, .external_lex_state = 2}, + [1916] = {.lex_state = 39, .external_lex_state = 2}, + [1917] = {.lex_state = 39, .external_lex_state = 2}, + [1918] = {.lex_state = 258, .external_lex_state = 5}, + [1919] = {.lex_state = 258, .external_lex_state = 2}, + [1920] = {.lex_state = 258, .external_lex_state = 2}, + [1921] = {.lex_state = 258, .external_lex_state = 2}, + [1922] = {.lex_state = 258, .external_lex_state = 5}, + [1923] = {.lex_state = 258, .external_lex_state = 5}, + [1924] = {.lex_state = 34, .external_lex_state = 2}, + [1925] = {.lex_state = 258, .external_lex_state = 5}, + [1926] = {.lex_state = 3, .external_lex_state = 2}, + [1927] = {.lex_state = 41, .external_lex_state = 7}, + [1928] = {.lex_state = 34, .external_lex_state = 2}, + [1929] = {.lex_state = 258, .external_lex_state = 5}, + [1930] = {.lex_state = 258, .external_lex_state = 5}, + [1931] = {.lex_state = 48, .external_lex_state = 7}, + [1932] = {.lex_state = 258, .external_lex_state = 2}, + [1933] = {.lex_state = 39, .external_lex_state = 2}, + [1934] = {.lex_state = 258, .external_lex_state = 2}, + [1935] = {.lex_state = 34, .external_lex_state = 2}, + [1936] = {.lex_state = 258, .external_lex_state = 2}, + [1937] = {.lex_state = 41, .external_lex_state = 7}, + [1938] = {.lex_state = 41, .external_lex_state = 7}, + [1939] = {.lex_state = 48, .external_lex_state = 7}, + [1940] = {.lex_state = 258, .external_lex_state = 6}, + [1941] = {.lex_state = 38, .external_lex_state = 2}, + [1942] = {.lex_state = 258, .external_lex_state = 2}, + [1943] = {.lex_state = 46, .external_lex_state = 2}, + [1944] = {.lex_state = 48, .external_lex_state = 7}, + [1945] = {.lex_state = 258, .external_lex_state = 2}, + [1946] = {.lex_state = 34, .external_lex_state = 2}, + [1947] = {.lex_state = 258, .external_lex_state = 5}, + [1948] = {.lex_state = 258, .external_lex_state = 2}, + [1949] = {.lex_state = 258, .external_lex_state = 2}, + [1950] = {.lex_state = 258, .external_lex_state = 5}, + [1951] = {.lex_state = 3, .external_lex_state = 2}, + [1952] = {.lex_state = 258, .external_lex_state = 5}, + [1953] = {.lex_state = 258, .external_lex_state = 2}, + [1954] = {.lex_state = 3, .external_lex_state = 2}, + [1955] = {.lex_state = 34, .external_lex_state = 2}, + [1956] = {.lex_state = 258, .external_lex_state = 5}, + [1957] = {.lex_state = 258, .external_lex_state = 2}, + [1958] = {.lex_state = 258, .external_lex_state = 5}, + [1959] = {.lex_state = 258, .external_lex_state = 2}, + [1960] = {.lex_state = 39, .external_lex_state = 2}, + [1961] = {.lex_state = 258, .external_lex_state = 5}, + [1962] = {.lex_state = 258, .external_lex_state = 5}, + [1963] = {.lex_state = 258, .external_lex_state = 2}, + [1964] = {.lex_state = 46, .external_lex_state = 2}, + [1965] = {.lex_state = 258, .external_lex_state = 5}, + [1966] = {.lex_state = 258, .external_lex_state = 5}, + [1967] = {.lex_state = 258, .external_lex_state = 2}, + [1968] = {.lex_state = 34, .external_lex_state = 2}, + [1969] = {.lex_state = 258, .external_lex_state = 2}, + [1970] = {.lex_state = 258, .external_lex_state = 5}, + [1971] = {.lex_state = 258, .external_lex_state = 2}, + [1972] = {.lex_state = 30, .external_lex_state = 2}, + [1973] = {.lex_state = 258, .external_lex_state = 5}, + [1974] = {.lex_state = 258, .external_lex_state = 5}, + [1975] = {.lex_state = 41, .external_lex_state = 7}, + [1976] = {.lex_state = 48, .external_lex_state = 7}, + [1977] = {.lex_state = 258, .external_lex_state = 2}, + [1978] = {.lex_state = 258, .external_lex_state = 2}, + [1979] = {.lex_state = 258, .external_lex_state = 5}, + [1980] = {.lex_state = 258, .external_lex_state = 2}, + [1981] = {.lex_state = 258, .external_lex_state = 5}, + [1982] = {.lex_state = 258, .external_lex_state = 2}, + [1983] = {.lex_state = 258, .external_lex_state = 2}, + [1984] = {.lex_state = 258, .external_lex_state = 5}, + [1985] = {.lex_state = 258, .external_lex_state = 5}, + [1986] = {.lex_state = 258, .external_lex_state = 2}, + [1987] = {.lex_state = 258, .external_lex_state = 5}, + [1988] = {.lex_state = 258, .external_lex_state = 5}, + [1989] = {.lex_state = 41, .external_lex_state = 7}, + [1990] = {.lex_state = 258, .external_lex_state = 5}, + [1991] = {.lex_state = 258, .external_lex_state = 5}, + [1992] = {.lex_state = 48, .external_lex_state = 7}, + [1993] = {.lex_state = 258, .external_lex_state = 5}, + [1994] = {.lex_state = 258, .external_lex_state = 2}, + [1995] = {.lex_state = 258, .external_lex_state = 2}, + [1996] = {.lex_state = 258, .external_lex_state = 5}, + [1997] = {.lex_state = 258, .external_lex_state = 2}, + [1998] = {.lex_state = 258, .external_lex_state = 5}, + [1999] = {.lex_state = 258, .external_lex_state = 2}, + [2000] = {.lex_state = 258, .external_lex_state = 5}, + [2001] = {.lex_state = 41, .external_lex_state = 7}, + [2002] = {.lex_state = 48, .external_lex_state = 7}, + [2003] = {.lex_state = 258, .external_lex_state = 5}, + [2004] = {.lex_state = 258, .external_lex_state = 2}, + [2005] = {.lex_state = 258, .external_lex_state = 5}, + [2006] = {.lex_state = 258, .external_lex_state = 2}, + [2007] = {.lex_state = 258, .external_lex_state = 2}, + [2008] = {.lex_state = 34, .external_lex_state = 2}, + [2009] = {.lex_state = 41, .external_lex_state = 7}, + [2010] = {.lex_state = 48, .external_lex_state = 7}, + [2011] = {.lex_state = 258, .external_lex_state = 2}, + [2012] = {.lex_state = 34, .external_lex_state = 2}, + [2013] = {.lex_state = 258, .external_lex_state = 2}, + [2014] = {.lex_state = 258, .external_lex_state = 2}, + [2015] = {.lex_state = 258, .external_lex_state = 2}, + [2016] = {.lex_state = 258, .external_lex_state = 5}, + [2017] = {.lex_state = 258, .external_lex_state = 5}, + [2018] = {.lex_state = 258, .external_lex_state = 2}, + [2019] = {.lex_state = 258, .external_lex_state = 5}, + [2020] = {.lex_state = 258, .external_lex_state = 5}, + [2021] = {.lex_state = 34, .external_lex_state = 2}, + [2022] = {.lex_state = 258, .external_lex_state = 2}, + [2023] = {.lex_state = 258, .external_lex_state = 5}, + [2024] = {.lex_state = 258, .external_lex_state = 5}, + [2025] = {.lex_state = 46, .external_lex_state = 2}, + [2026] = {.lex_state = 258, .external_lex_state = 2}, + [2027] = {.lex_state = 258, .external_lex_state = 5}, + [2028] = {.lex_state = 258, .external_lex_state = 2}, + [2029] = {.lex_state = 48, .external_lex_state = 7}, + [2030] = {.lex_state = 41, .external_lex_state = 7}, + [2031] = {.lex_state = 34, .external_lex_state = 2}, + [2032] = {.lex_state = 258, .external_lex_state = 2}, + [2033] = {.lex_state = 258, .external_lex_state = 5}, + [2034] = {.lex_state = 258, .external_lex_state = 2}, + [2035] = {.lex_state = 258, .external_lex_state = 5}, + [2036] = {.lex_state = 258, .external_lex_state = 5}, + [2037] = {.lex_state = 38, .external_lex_state = 2}, + [2038] = {.lex_state = 34, .external_lex_state = 2}, + [2039] = {.lex_state = 258, .external_lex_state = 2}, + [2040] = {.lex_state = 258, .external_lex_state = 2}, + [2041] = {.lex_state = 3, .external_lex_state = 2}, + [2042] = {.lex_state = 258, .external_lex_state = 5}, + [2043] = {.lex_state = 258, .external_lex_state = 5}, + [2044] = {.lex_state = 258, .external_lex_state = 5}, + [2045] = {.lex_state = 258, .external_lex_state = 2}, + [2046] = {.lex_state = 258, .external_lex_state = 2}, + [2047] = {.lex_state = 34, .external_lex_state = 2}, + [2048] = {.lex_state = 34, .external_lex_state = 2}, + [2049] = {.lex_state = 258, .external_lex_state = 2}, + [2050] = {.lex_state = 34, .external_lex_state = 2}, + [2051] = {.lex_state = 258, .external_lex_state = 2}, + [2052] = {.lex_state = 258, .external_lex_state = 2}, + [2053] = {.lex_state = 34, .external_lex_state = 2}, + [2054] = {.lex_state = 258, .external_lex_state = 2}, + [2055] = {.lex_state = 38, .external_lex_state = 2}, + [2056] = {.lex_state = 39, .external_lex_state = 2}, + [2057] = {.lex_state = 258, .external_lex_state = 2}, + [2058] = {.lex_state = 258, .external_lex_state = 5}, + [2059] = {.lex_state = 46, .external_lex_state = 2}, + [2060] = {.lex_state = 258, .external_lex_state = 2}, + [2061] = {.lex_state = 258, .external_lex_state = 2}, + [2062] = {.lex_state = 258, .external_lex_state = 2}, + [2063] = {.lex_state = 258, .external_lex_state = 2}, + [2064] = {.lex_state = 258, .external_lex_state = 2}, + [2065] = {.lex_state = 258, .external_lex_state = 2}, + [2066] = {.lex_state = 258, .external_lex_state = 2}, + [2067] = {.lex_state = 258, .external_lex_state = 2}, + [2068] = {.lex_state = 34, .external_lex_state = 5}, + [2069] = {.lex_state = 34, .external_lex_state = 5}, + [2070] = {.lex_state = 258, .external_lex_state = 2}, + [2071] = {.lex_state = 258, .external_lex_state = 2}, + [2072] = {.lex_state = 258, .external_lex_state = 5}, + [2073] = {.lex_state = 258, .external_lex_state = 2}, + [2074] = {.lex_state = 39, .external_lex_state = 2}, + [2075] = {.lex_state = 258, .external_lex_state = 2}, + [2076] = {.lex_state = 258, .external_lex_state = 2}, + [2077] = {.lex_state = 258, .external_lex_state = 2}, + [2078] = {.lex_state = 258, .external_lex_state = 2}, + [2079] = {.lex_state = 34, .external_lex_state = 2}, + [2080] = {.lex_state = 34, .external_lex_state = 2}, + [2081] = {.lex_state = 258, .external_lex_state = 5}, + [2082] = {.lex_state = 258, .external_lex_state = 2}, + [2083] = {.lex_state = 258, .external_lex_state = 2}, + [2084] = {.lex_state = 39, .external_lex_state = 2}, + [2085] = {.lex_state = 258, .external_lex_state = 2}, + [2086] = {.lex_state = 258, .external_lex_state = 2}, + [2087] = {.lex_state = 258, .external_lex_state = 2}, + [2088] = {.lex_state = 34, .external_lex_state = 2}, + [2089] = {.lex_state = 258, .external_lex_state = 2}, + [2090] = {.lex_state = 39, .external_lex_state = 2}, + [2091] = {.lex_state = 258, .external_lex_state = 2}, + [2092] = {.lex_state = 258, .external_lex_state = 2}, + [2093] = {.lex_state = 258, .external_lex_state = 5}, + [2094] = {.lex_state = 258, .external_lex_state = 2}, + [2095] = {.lex_state = 258, .external_lex_state = 2}, + [2096] = {.lex_state = 258, .external_lex_state = 2}, + [2097] = {.lex_state = 258, .external_lex_state = 2}, + [2098] = {.lex_state = 258, .external_lex_state = 5}, + [2099] = {.lex_state = 258, .external_lex_state = 2}, + [2100] = {.lex_state = 258, .external_lex_state = 2}, + [2101] = {.lex_state = 258, .external_lex_state = 2}, + [2102] = {.lex_state = 30, .external_lex_state = 2}, + [2103] = {.lex_state = 258, .external_lex_state = 5}, + [2104] = {.lex_state = 3, .external_lex_state = 2}, + [2105] = {.lex_state = 258, .external_lex_state = 2}, + [2106] = {.lex_state = 258, .external_lex_state = 2}, + [2107] = {.lex_state = 258, .external_lex_state = 2}, + [2108] = {.lex_state = 258, .external_lex_state = 2}, + [2109] = {.lex_state = 39, .external_lex_state = 2}, + [2110] = {.lex_state = 258, .external_lex_state = 2}, + [2111] = {.lex_state = 258, .external_lex_state = 5}, + [2112] = {.lex_state = 258, .external_lex_state = 5}, + [2113] = {.lex_state = 258, .external_lex_state = 2}, + [2114] = {.lex_state = 258, .external_lex_state = 2}, + [2115] = {.lex_state = 258, .external_lex_state = 2}, + [2116] = {.lex_state = 258, .external_lex_state = 2}, + [2117] = {.lex_state = 258, .external_lex_state = 2}, + [2118] = {.lex_state = 258, .external_lex_state = 2}, + [2119] = {.lex_state = 258, .external_lex_state = 2}, + [2120] = {.lex_state = 34, .external_lex_state = 2}, + [2121] = {.lex_state = 30, .external_lex_state = 2}, + [2122] = {.lex_state = 30, .external_lex_state = 2}, + [2123] = {.lex_state = 34, .external_lex_state = 5}, + [2124] = {.lex_state = 34, .external_lex_state = 5}, + [2125] = {.lex_state = 258, .external_lex_state = 2}, + [2126] = {.lex_state = 258, .external_lex_state = 2}, + [2127] = {.lex_state = 258, .external_lex_state = 2}, + [2128] = {.lex_state = 258, .external_lex_state = 2}, + [2129] = {.lex_state = 34, .external_lex_state = 5}, + [2130] = {.lex_state = 258, .external_lex_state = 5}, + [2131] = {.lex_state = 258, .external_lex_state = 2}, + [2132] = {.lex_state = 258, .external_lex_state = 2}, + [2133] = {.lex_state = 39, .external_lex_state = 2}, + [2134] = {.lex_state = 258, .external_lex_state = 2}, + [2135] = {.lex_state = 258, .external_lex_state = 2}, + [2136] = {.lex_state = 258, .external_lex_state = 2}, + [2137] = {.lex_state = 258, .external_lex_state = 2}, + [2138] = {.lex_state = 34, .external_lex_state = 2}, + [2139] = {.lex_state = 258, .external_lex_state = 5}, + [2140] = {.lex_state = 30, .external_lex_state = 2}, + [2141] = {.lex_state = 34, .external_lex_state = 5}, + [2142] = {.lex_state = 258, .external_lex_state = 2}, + [2143] = {.lex_state = 258, .external_lex_state = 2}, + [2144] = {.lex_state = 258, .external_lex_state = 2}, + [2145] = {.lex_state = 258, .external_lex_state = 2}, + [2146] = {.lex_state = 258, .external_lex_state = 2}, + [2147] = {.lex_state = 258, .external_lex_state = 2}, + [2148] = {.lex_state = 258, .external_lex_state = 2}, + [2149] = {.lex_state = 34, .external_lex_state = 2}, + [2150] = {.lex_state = 258, .external_lex_state = 2}, + [2151] = {.lex_state = 30, .external_lex_state = 2}, + [2152] = {.lex_state = 258, .external_lex_state = 5}, + [2153] = {.lex_state = 258, .external_lex_state = 5}, + [2154] = {.lex_state = 258, .external_lex_state = 5}, + [2155] = {.lex_state = 34, .external_lex_state = 2}, + [2156] = {.lex_state = 34, .external_lex_state = 2}, + [2157] = {.lex_state = 258, .external_lex_state = 5}, + [2158] = {.lex_state = 258, .external_lex_state = 5}, + [2159] = {.lex_state = 258, .external_lex_state = 5}, + [2160] = {.lex_state = 34, .external_lex_state = 2}, + [2161] = {.lex_state = 258, .external_lex_state = 2}, + [2162] = {.lex_state = 30, .external_lex_state = 2}, + [2163] = {.lex_state = 258, .external_lex_state = 2}, + [2164] = {.lex_state = 34, .external_lex_state = 2}, + [2165] = {.lex_state = 258, .external_lex_state = 5}, + [2166] = {.lex_state = 258, .external_lex_state = 2}, + [2167] = {.lex_state = 258, .external_lex_state = 5}, + [2168] = {.lex_state = 258, .external_lex_state = 2}, + [2169] = {.lex_state = 34, .external_lex_state = 2}, + [2170] = {.lex_state = 258, .external_lex_state = 5}, + [2171] = {.lex_state = 34, .external_lex_state = 5}, + [2172] = {.lex_state = 34, .external_lex_state = 5}, + [2173] = {.lex_state = 48, .external_lex_state = 7}, + [2174] = {.lex_state = 258, .external_lex_state = 2}, + [2175] = {.lex_state = 258, .external_lex_state = 2}, + [2176] = {.lex_state = 41, .external_lex_state = 7}, + [2177] = {.lex_state = 258, .external_lex_state = 2}, + [2178] = {.lex_state = 258, .external_lex_state = 2}, + [2179] = {.lex_state = 258, .external_lex_state = 2}, + [2180] = {.lex_state = 258, .external_lex_state = 2}, + [2181] = {.lex_state = 34, .external_lex_state = 2}, + [2182] = {.lex_state = 258, .external_lex_state = 5}, + [2183] = {.lex_state = 34, .external_lex_state = 2}, + [2184] = {.lex_state = 258, .external_lex_state = 2}, + [2185] = {.lex_state = 34, .external_lex_state = 2}, + [2186] = {.lex_state = 30, .external_lex_state = 2}, + [2187] = {.lex_state = 258, .external_lex_state = 2}, + [2188] = {.lex_state = 258, .external_lex_state = 2}, + [2189] = {.lex_state = 258, .external_lex_state = 2}, + [2190] = {.lex_state = 258, .external_lex_state = 2}, + [2191] = {.lex_state = 258, .external_lex_state = 2}, + [2192] = {.lex_state = 34, .external_lex_state = 5}, + [2193] = {.lex_state = 34, .external_lex_state = 5}, + [2194] = {.lex_state = 258, .external_lex_state = 2}, + [2195] = {.lex_state = 258, .external_lex_state = 2}, + [2196] = {.lex_state = 258, .external_lex_state = 5}, + [2197] = {.lex_state = 39, .external_lex_state = 2}, + [2198] = {.lex_state = 258, .external_lex_state = 2}, + [2199] = {.lex_state = 34, .external_lex_state = 2}, + [2200] = {.lex_state = 258, .external_lex_state = 2}, + [2201] = {.lex_state = 258, .external_lex_state = 2}, + [2202] = {.lex_state = 258, .external_lex_state = 2}, + [2203] = {.lex_state = 258, .external_lex_state = 2}, + [2204] = {.lex_state = 258, .external_lex_state = 2}, + [2205] = {.lex_state = 258, .external_lex_state = 2}, + [2206] = {.lex_state = 258, .external_lex_state = 2}, + [2207] = {.lex_state = 258, .external_lex_state = 2}, + [2208] = {.lex_state = 258, .external_lex_state = 2}, + [2209] = {.lex_state = 258, .external_lex_state = 2}, + [2210] = {.lex_state = 258, .external_lex_state = 2}, + [2211] = {.lex_state = 258, .external_lex_state = 2}, + [2212] = {.lex_state = 258, .external_lex_state = 2}, + [2213] = {.lex_state = 258, .external_lex_state = 2}, + [2214] = {.lex_state = 258, .external_lex_state = 2}, + [2215] = {.lex_state = 258, .external_lex_state = 2}, + [2216] = {.lex_state = 258, .external_lex_state = 2}, + [2217] = {.lex_state = 258, .external_lex_state = 2}, + [2218] = {.lex_state = 258, .external_lex_state = 2}, + [2219] = {.lex_state = 258, .external_lex_state = 2}, + [2220] = {.lex_state = 258, .external_lex_state = 2}, + [2221] = {.lex_state = 258, .external_lex_state = 2}, + [2222] = {.lex_state = 258, .external_lex_state = 2}, + [2223] = {.lex_state = 258, .external_lex_state = 2}, + [2224] = {.lex_state = 258, .external_lex_state = 2}, + [2225] = {.lex_state = 258, .external_lex_state = 2}, + [2226] = {.lex_state = 258, .external_lex_state = 5}, + [2227] = {.lex_state = 258, .external_lex_state = 2}, + [2228] = {.lex_state = 258, .external_lex_state = 2}, + [2229] = {.lex_state = 258, .external_lex_state = 5}, + [2230] = {.lex_state = 34, .external_lex_state = 2}, + [2231] = {.lex_state = 258, .external_lex_state = 2}, + [2232] = {.lex_state = 258, .external_lex_state = 2}, + [2233] = {.lex_state = 258, .external_lex_state = 2}, + [2234] = {.lex_state = 258, .external_lex_state = 2}, + [2235] = {.lex_state = 258, .external_lex_state = 2}, + [2236] = {.lex_state = 258, .external_lex_state = 5}, + [2237] = {.lex_state = 258, .external_lex_state = 5}, + [2238] = {.lex_state = 258, .external_lex_state = 2}, + [2239] = {.lex_state = 258, .external_lex_state = 2}, + [2240] = {.lex_state = 258, .external_lex_state = 2}, + [2241] = {.lex_state = 258, .external_lex_state = 5}, + [2242] = {.lex_state = 258, .external_lex_state = 2}, + [2243] = {.lex_state = 258, .external_lex_state = 2}, + [2244] = {.lex_state = 258, .external_lex_state = 2}, + [2245] = {.lex_state = 258, .external_lex_state = 2}, + [2246] = {.lex_state = 258, .external_lex_state = 2}, + [2247] = {.lex_state = 258, .external_lex_state = 5}, + [2248] = {.lex_state = 258, .external_lex_state = 2}, + [2249] = {.lex_state = 258, .external_lex_state = 2}, + [2250] = {.lex_state = 34, .external_lex_state = 2}, + [2251] = {.lex_state = 258, .external_lex_state = 2}, + [2252] = {.lex_state = 258, .external_lex_state = 2}, + [2253] = {.lex_state = 258, .external_lex_state = 2}, + [2254] = {.lex_state = 258, .external_lex_state = 2}, + [2255] = {.lex_state = 39, .external_lex_state = 2}, + [2256] = {.lex_state = 258, .external_lex_state = 2}, + [2257] = {.lex_state = 258, .external_lex_state = 2}, + [2258] = {.lex_state = 258, .external_lex_state = 2}, + [2259] = {.lex_state = 258, .external_lex_state = 2}, + [2260] = {.lex_state = 258, .external_lex_state = 5}, + [2261] = {.lex_state = 258, .external_lex_state = 5}, + [2262] = {.lex_state = 258, .external_lex_state = 2}, + [2263] = {.lex_state = 258, .external_lex_state = 5}, + [2264] = {.lex_state = 258, .external_lex_state = 2}, + [2265] = {.lex_state = 258, .external_lex_state = 5}, + [2266] = {.lex_state = 258, .external_lex_state = 2}, + [2267] = {.lex_state = 258, .external_lex_state = 2}, + [2268] = {.lex_state = 258, .external_lex_state = 2}, + [2269] = {.lex_state = 258, .external_lex_state = 2}, + [2270] = {.lex_state = 258, .external_lex_state = 2}, + [2271] = {.lex_state = 258, .external_lex_state = 2}, + [2272] = {.lex_state = 258, .external_lex_state = 5}, + [2273] = {.lex_state = 258, .external_lex_state = 5}, + [2274] = {.lex_state = 258, .external_lex_state = 2}, + [2275] = {.lex_state = 34, .external_lex_state = 2}, + [2276] = {.lex_state = 258, .external_lex_state = 2}, + [2277] = {.lex_state = 258, .external_lex_state = 2}, + [2278] = {.lex_state = 258, .external_lex_state = 2}, + [2279] = {.lex_state = 258, .external_lex_state = 2}, + [2280] = {.lex_state = 258, .external_lex_state = 2}, + [2281] = {.lex_state = 258, .external_lex_state = 2}, + [2282] = {.lex_state = 258, .external_lex_state = 5}, + [2283] = {.lex_state = 258, .external_lex_state = 2}, + [2284] = {.lex_state = 258, .external_lex_state = 2}, + [2285] = {.lex_state = 258, .external_lex_state = 2}, + [2286] = {.lex_state = 258, .external_lex_state = 5}, + [2287] = {.lex_state = 258, .external_lex_state = 5}, + [2288] = {.lex_state = 258, .external_lex_state = 2}, + [2289] = {.lex_state = 258, .external_lex_state = 2}, + [2290] = {.lex_state = 258, .external_lex_state = 2}, + [2291] = {.lex_state = 258, .external_lex_state = 5}, + [2292] = {.lex_state = 258, .external_lex_state = 2}, + [2293] = {.lex_state = 258, .external_lex_state = 2}, + [2294] = {.lex_state = 258, .external_lex_state = 2}, + [2295] = {.lex_state = 258, .external_lex_state = 2}, + [2296] = {.lex_state = 258, .external_lex_state = 2}, + [2297] = {.lex_state = 258, .external_lex_state = 2}, + [2298] = {.lex_state = 258, .external_lex_state = 2}, + [2299] = {.lex_state = 258, .external_lex_state = 2}, + [2300] = {.lex_state = 258, .external_lex_state = 2}, + [2301] = {.lex_state = 258, .external_lex_state = 2}, + [2302] = {.lex_state = 258, .external_lex_state = 5}, + [2303] = {.lex_state = 258, .external_lex_state = 5}, + [2304] = {.lex_state = 258, .external_lex_state = 2}, + [2305] = {.lex_state = 258, .external_lex_state = 2}, + [2306] = {.lex_state = 258, .external_lex_state = 2}, + [2307] = {.lex_state = 258, .external_lex_state = 2}, + [2308] = {.lex_state = 258, .external_lex_state = 2}, + [2309] = {.lex_state = 34, .external_lex_state = 2}, + [2310] = {.lex_state = 258, .external_lex_state = 2}, + [2311] = {.lex_state = 258, .external_lex_state = 2}, + [2312] = {.lex_state = 258, .external_lex_state = 2}, + [2313] = {.lex_state = 258, .external_lex_state = 2}, + [2314] = {.lex_state = 39, .external_lex_state = 2}, + [2315] = {.lex_state = 258, .external_lex_state = 2}, + [2316] = {.lex_state = 39, .external_lex_state = 2}, + [2317] = {.lex_state = 258, .external_lex_state = 2}, + [2318] = {.lex_state = 258, .external_lex_state = 2}, + [2319] = {.lex_state = 258, .external_lex_state = 2}, + [2320] = {.lex_state = 258, .external_lex_state = 2}, + [2321] = {.lex_state = 258, .external_lex_state = 2}, + [2322] = {.lex_state = 258, .external_lex_state = 2}, + [2323] = {.lex_state = 258, .external_lex_state = 5}, + [2324] = {.lex_state = 258, .external_lex_state = 2}, + [2325] = {.lex_state = 258, .external_lex_state = 2}, + [2326] = {.lex_state = 258, .external_lex_state = 2}, + [2327] = {.lex_state = 258, .external_lex_state = 2}, + [2328] = {.lex_state = 258, .external_lex_state = 2}, + [2329] = {.lex_state = 258, .external_lex_state = 2}, + [2330] = {.lex_state = 258, .external_lex_state = 2}, + [2331] = {.lex_state = 258, .external_lex_state = 2}, + [2332] = {.lex_state = 258, .external_lex_state = 2}, + [2333] = {.lex_state = 258, .external_lex_state = 2}, + [2334] = {.lex_state = 258, .external_lex_state = 2}, + [2335] = {.lex_state = 258, .external_lex_state = 2}, + [2336] = {.lex_state = 258, .external_lex_state = 2}, + [2337] = {.lex_state = 258, .external_lex_state = 2}, + [2338] = {.lex_state = 258, .external_lex_state = 2}, + [2339] = {.lex_state = 258, .external_lex_state = 2}, + [2340] = {.lex_state = 258, .external_lex_state = 2}, + [2341] = {.lex_state = 258, .external_lex_state = 2}, + [2342] = {.lex_state = 258, .external_lex_state = 2}, + [2343] = {.lex_state = 258, .external_lex_state = 2}, + [2344] = {.lex_state = 258, .external_lex_state = 2}, + [2345] = {.lex_state = 258, .external_lex_state = 2}, + [2346] = {.lex_state = 258, .external_lex_state = 2}, + [2347] = {.lex_state = 258, .external_lex_state = 2}, + [2348] = {.lex_state = 258, .external_lex_state = 2}, + [2349] = {.lex_state = 258, .external_lex_state = 2}, + [2350] = {.lex_state = 258, .external_lex_state = 2}, + [2351] = {.lex_state = 258, .external_lex_state = 2}, + [2352] = {.lex_state = 258, .external_lex_state = 5}, + [2353] = {.lex_state = 258, .external_lex_state = 2}, + [2354] = {.lex_state = 258, .external_lex_state = 2}, + [2355] = {.lex_state = 258, .external_lex_state = 2}, + [2356] = {.lex_state = 258, .external_lex_state = 2}, + [2357] = {.lex_state = 258, .external_lex_state = 2}, + [2358] = {.lex_state = 258, .external_lex_state = 2}, + [2359] = {.lex_state = 34, .external_lex_state = 2}, + [2360] = {.lex_state = 258, .external_lex_state = 2}, + [2361] = {.lex_state = 258, .external_lex_state = 2}, + [2362] = {.lex_state = 258, .external_lex_state = 2}, + [2363] = {.lex_state = 258, .external_lex_state = 2}, + [2364] = {.lex_state = 258, .external_lex_state = 2}, + [2365] = {.lex_state = 258, .external_lex_state = 2}, + [2366] = {.lex_state = 258, .external_lex_state = 5}, + [2367] = {.lex_state = 258, .external_lex_state = 2}, + [2368] = {.lex_state = 258, .external_lex_state = 2}, + [2369] = {.lex_state = 258, .external_lex_state = 2}, + [2370] = {.lex_state = 258, .external_lex_state = 2}, + [2371] = {.lex_state = 258, .external_lex_state = 2}, + [2372] = {.lex_state = 258, .external_lex_state = 2}, + [2373] = {.lex_state = 258, .external_lex_state = 2}, + [2374] = {.lex_state = 258, .external_lex_state = 2}, + [2375] = {.lex_state = 258, .external_lex_state = 2}, + [2376] = {.lex_state = 258, .external_lex_state = 2}, + [2377] = {.lex_state = 258, .external_lex_state = 2}, + [2378] = {.lex_state = 258, .external_lex_state = 2}, + [2379] = {.lex_state = 258, .external_lex_state = 2}, + [2380] = {.lex_state = 34, .external_lex_state = 2}, + [2381] = {.lex_state = 258, .external_lex_state = 2}, + [2382] = {.lex_state = 258, .external_lex_state = 5}, + [2383] = {.lex_state = 258, .external_lex_state = 5}, + [2384] = {.lex_state = 258, .external_lex_state = 2}, + [2385] = {.lex_state = 258, .external_lex_state = 5}, + [2386] = {.lex_state = 258, .external_lex_state = 5}, + [2387] = {.lex_state = 258, .external_lex_state = 5}, + [2388] = {.lex_state = 39, .external_lex_state = 2}, + [2389] = {.lex_state = 258, .external_lex_state = 2}, + [2390] = {.lex_state = 39, .external_lex_state = 2}, + [2391] = {.lex_state = 3, .external_lex_state = 2}, + [2392] = {.lex_state = 258, .external_lex_state = 2}, + [2393] = {.lex_state = 258, .external_lex_state = 2}, + [2394] = {.lex_state = 258, .external_lex_state = 2}, + [2395] = {.lex_state = 258, .external_lex_state = 2}, + [2396] = {.lex_state = 39, .external_lex_state = 2}, + [2397] = {.lex_state = 258, .external_lex_state = 2}, + [2398] = {.lex_state = 258, .external_lex_state = 2}, + [2399] = {.lex_state = 258, .external_lex_state = 2}, + [2400] = {.lex_state = 258, .external_lex_state = 2}, + [2401] = {.lex_state = 258, .external_lex_state = 2}, + [2402] = {.lex_state = 258, .external_lex_state = 2}, + [2403] = {.lex_state = 258, .external_lex_state = 2}, + [2404] = {.lex_state = 258, .external_lex_state = 5}, + [2405] = {.lex_state = 258, .external_lex_state = 2}, + [2406] = {.lex_state = 258, .external_lex_state = 2}, + [2407] = {.lex_state = 258, .external_lex_state = 2}, + [2408] = {.lex_state = 258, .external_lex_state = 5}, + [2409] = {.lex_state = 258, .external_lex_state = 5}, + [2410] = {.lex_state = 258, .external_lex_state = 2}, + [2411] = {.lex_state = 258, .external_lex_state = 5}, + [2412] = {.lex_state = 258, .external_lex_state = 2}, + [2413] = {.lex_state = 258, .external_lex_state = 2}, + [2414] = {.lex_state = 258, .external_lex_state = 2}, + [2415] = {.lex_state = 258, .external_lex_state = 2}, + [2416] = {.lex_state = 258, .external_lex_state = 2}, + [2417] = {.lex_state = 258, .external_lex_state = 2}, + [2418] = {.lex_state = 258, .external_lex_state = 2}, + [2419] = {.lex_state = 258, .external_lex_state = 2}, + [2420] = {.lex_state = 258, .external_lex_state = 2}, + [2421] = {.lex_state = 258, .external_lex_state = 2}, + [2422] = {.lex_state = 258, .external_lex_state = 2}, + [2423] = {.lex_state = 258, .external_lex_state = 2}, + [2424] = {.lex_state = 258, .external_lex_state = 2}, + [2425] = {.lex_state = 258, .external_lex_state = 2}, + [2426] = {.lex_state = 258, .external_lex_state = 2}, + [2427] = {.lex_state = 258, .external_lex_state = 2}, + [2428] = {.lex_state = 258, .external_lex_state = 2}, + [2429] = {.lex_state = 258, .external_lex_state = 2}, + [2430] = {.lex_state = 258, .external_lex_state = 2}, + [2431] = {.lex_state = 258, .external_lex_state = 5}, + [2432] = {.lex_state = 258, .external_lex_state = 2}, + [2433] = {.lex_state = 39, .external_lex_state = 2}, + [2434] = {.lex_state = 258, .external_lex_state = 2}, + [2435] = {.lex_state = 39, .external_lex_state = 2}, + [2436] = {.lex_state = 258, .external_lex_state = 2}, + [2437] = {.lex_state = 258, .external_lex_state = 2}, + [2438] = {.lex_state = 258, .external_lex_state = 2}, + [2439] = {.lex_state = 258, .external_lex_state = 2}, + [2440] = {.lex_state = 258, .external_lex_state = 2}, + [2441] = {.lex_state = 258, .external_lex_state = 2}, + [2442] = {.lex_state = 258, .external_lex_state = 5}, + [2443] = {.lex_state = 258, .external_lex_state = 2}, + [2444] = {.lex_state = 258, .external_lex_state = 5}, + [2445] = {.lex_state = 258, .external_lex_state = 2}, + [2446] = {.lex_state = 258, .external_lex_state = 2}, + [2447] = {.lex_state = 258, .external_lex_state = 2}, + [2448] = {.lex_state = 258, .external_lex_state = 2}, + [2449] = {.lex_state = 258, .external_lex_state = 2}, + [2450] = {.lex_state = 258, .external_lex_state = 2}, + [2451] = {.lex_state = 258, .external_lex_state = 2}, + [2452] = {.lex_state = 258, .external_lex_state = 2}, + [2453] = {.lex_state = 258, .external_lex_state = 5}, + [2454] = {.lex_state = 258, .external_lex_state = 2}, + [2455] = {.lex_state = 258, .external_lex_state = 2}, + [2456] = {.lex_state = 258, .external_lex_state = 2}, + [2457] = {.lex_state = 258, .external_lex_state = 2}, + [2458] = {.lex_state = 258, .external_lex_state = 2}, + [2459] = {.lex_state = 39, .external_lex_state = 2}, + [2460] = {.lex_state = 258, .external_lex_state = 2}, + [2461] = {.lex_state = 39, .external_lex_state = 2}, + [2462] = {.lex_state = 258, .external_lex_state = 2}, + [2463] = {.lex_state = 258, .external_lex_state = 2}, + [2464] = {.lex_state = 258, .external_lex_state = 2}, + [2465] = {.lex_state = 258, .external_lex_state = 2}, + [2466] = {.lex_state = 258, .external_lex_state = 2}, + [2467] = {.lex_state = 258, .external_lex_state = 2}, + [2468] = {.lex_state = 258, .external_lex_state = 5}, + [2469] = {.lex_state = 60, .external_lex_state = 2}, + [2470] = {.lex_state = 258, .external_lex_state = 2}, + [2471] = {.lex_state = 258, .external_lex_state = 2}, + [2472] = {.lex_state = 34, .external_lex_state = 2}, + [2473] = {.lex_state = 258, .external_lex_state = 2}, + [2474] = {.lex_state = 34, .external_lex_state = 2}, + [2475] = {.lex_state = 258, .external_lex_state = 2}, + [2476] = {.lex_state = 258, .external_lex_state = 2}, + [2477] = {.lex_state = 258, .external_lex_state = 2}, + [2478] = {.lex_state = 258, .external_lex_state = 2}, + [2479] = {.lex_state = 258, .external_lex_state = 5}, + [2480] = {.lex_state = 258, .external_lex_state = 2}, + [2481] = {.lex_state = 258, .external_lex_state = 2}, + [2482] = {.lex_state = 258, .external_lex_state = 2}, + [2483] = {.lex_state = 258, .external_lex_state = 2}, + [2484] = {.lex_state = 258, .external_lex_state = 5}, + [2485] = {.lex_state = 258, .external_lex_state = 2}, + [2486] = {.lex_state = 258, .external_lex_state = 2}, + [2487] = {.lex_state = 258, .external_lex_state = 2}, + [2488] = {.lex_state = 258, .external_lex_state = 2}, + [2489] = {.lex_state = 258, .external_lex_state = 2}, + [2490] = {.lex_state = 39, .external_lex_state = 2}, + [2491] = {.lex_state = 258, .external_lex_state = 2}, + [2492] = {.lex_state = 60, .external_lex_state = 2}, + [2493] = {.lex_state = 258, .external_lex_state = 5}, + [2494] = {.lex_state = 258, .external_lex_state = 5}, + [2495] = {.lex_state = 258, .external_lex_state = 2}, + [2496] = {.lex_state = 258, .external_lex_state = 5}, + [2497] = {.lex_state = 34, .external_lex_state = 2}, + [2498] = {.lex_state = 258, .external_lex_state = 5}, + [2499] = {.lex_state = 258, .external_lex_state = 2}, + [2500] = {.lex_state = 258, .external_lex_state = 2}, + [2501] = {.lex_state = 258, .external_lex_state = 2}, + [2502] = {.lex_state = 34, .external_lex_state = 2}, + [2503] = {.lex_state = 258, .external_lex_state = 2}, + [2504] = {.lex_state = 258, .external_lex_state = 2}, + [2505] = {.lex_state = 258, .external_lex_state = 2}, + [2506] = {.lex_state = 258, .external_lex_state = 5}, + [2507] = {.lex_state = 258, .external_lex_state = 5}, + [2508] = {.lex_state = 258, .external_lex_state = 2}, + [2509] = {.lex_state = 258, .external_lex_state = 5}, + [2510] = {.lex_state = 258, .external_lex_state = 5}, + [2511] = {.lex_state = 258, .external_lex_state = 5}, + [2512] = {.lex_state = 258, .external_lex_state = 5}, + [2513] = {.lex_state = 258, .external_lex_state = 5}, + [2514] = {.lex_state = 258, .external_lex_state = 5}, + [2515] = {.lex_state = 258, .external_lex_state = 5}, + [2516] = {.lex_state = 258, .external_lex_state = 2}, + [2517] = {.lex_state = 258, .external_lex_state = 2}, + [2518] = {.lex_state = 258, .external_lex_state = 2}, + [2519] = {.lex_state = 34, .external_lex_state = 2}, + [2520] = {.lex_state = 258, .external_lex_state = 2}, + [2521] = {.lex_state = 34, .external_lex_state = 2}, + [2522] = {.lex_state = 258, .external_lex_state = 2}, + [2523] = {.lex_state = 258, .external_lex_state = 2}, + [2524] = {.lex_state = 258, .external_lex_state = 2}, + [2525] = {.lex_state = 258, .external_lex_state = 2}, + [2526] = {.lex_state = 258, .external_lex_state = 2}, + [2527] = {.lex_state = 258, .external_lex_state = 2}, + [2528] = {.lex_state = 258, .external_lex_state = 2}, + [2529] = {.lex_state = 258, .external_lex_state = 2}, + [2530] = {.lex_state = 258, .external_lex_state = 2}, + [2531] = {.lex_state = 258, .external_lex_state = 2}, + [2532] = {.lex_state = 258, .external_lex_state = 2}, + [2533] = {.lex_state = 258, .external_lex_state = 2}, + [2534] = {.lex_state = 258, .external_lex_state = 2}, + [2535] = {.lex_state = 258, .external_lex_state = 5}, + [2536] = {.lex_state = 258, .external_lex_state = 2}, + [2537] = {.lex_state = 258, .external_lex_state = 5}, + [2538] = {.lex_state = 258, .external_lex_state = 2}, + [2539] = {.lex_state = 258, .external_lex_state = 2}, + [2540] = {.lex_state = 258, .external_lex_state = 2}, + [2541] = {.lex_state = 258, .external_lex_state = 2}, + [2542] = {.lex_state = 258, .external_lex_state = 2}, + [2543] = {.lex_state = 258, .external_lex_state = 2}, + [2544] = {.lex_state = 258, .external_lex_state = 2}, + [2545] = {.lex_state = 258, .external_lex_state = 2}, + [2546] = {.lex_state = 258, .external_lex_state = 2}, + [2547] = {.lex_state = 258, .external_lex_state = 2}, + [2548] = {.lex_state = 258, .external_lex_state = 2}, + [2549] = {.lex_state = 258, .external_lex_state = 2}, + [2550] = {.lex_state = 258, .external_lex_state = 2}, + [2551] = {.lex_state = 258, .external_lex_state = 2}, + [2552] = {.lex_state = 258, .external_lex_state = 2}, + [2553] = {.lex_state = 258, .external_lex_state = 2}, + [2554] = {.lex_state = 258, .external_lex_state = 5}, + [2555] = {.lex_state = 258, .external_lex_state = 2}, + [2556] = {.lex_state = 258, .external_lex_state = 2}, + [2557] = {.lex_state = 258, .external_lex_state = 2}, + [2558] = {.lex_state = 258, .external_lex_state = 2}, + [2559] = {.lex_state = 258, .external_lex_state = 2}, + [2560] = {.lex_state = 258, .external_lex_state = 2}, + [2561] = {.lex_state = 258, .external_lex_state = 2}, + [2562] = {.lex_state = 258, .external_lex_state = 2}, + [2563] = {.lex_state = 258, .external_lex_state = 5}, + [2564] = {.lex_state = 258, .external_lex_state = 2}, + [2565] = {.lex_state = 258, .external_lex_state = 5}, + [2566] = {.lex_state = 258, .external_lex_state = 2}, + [2567] = {.lex_state = 258, .external_lex_state = 2}, + [2568] = {.lex_state = 258, .external_lex_state = 2}, + [2569] = {.lex_state = 258, .external_lex_state = 5}, + [2570] = {.lex_state = 258, .external_lex_state = 5}, + [2571] = {.lex_state = 258, .external_lex_state = 2}, + [2572] = {.lex_state = 258, .external_lex_state = 2}, + [2573] = {.lex_state = 258, .external_lex_state = 2}, + [2574] = {.lex_state = 258, .external_lex_state = 2}, + [2575] = {.lex_state = 258, .external_lex_state = 2}, + [2576] = {.lex_state = 258, .external_lex_state = 2}, + [2577] = {.lex_state = 258, .external_lex_state = 2}, + [2578] = {.lex_state = 258, .external_lex_state = 2}, + [2579] = {.lex_state = 258, .external_lex_state = 2}, + [2580] = {.lex_state = 258, .external_lex_state = 2}, + [2581] = {.lex_state = 258, .external_lex_state = 2}, + [2582] = {.lex_state = 258, .external_lex_state = 2}, + [2583] = {.lex_state = 258, .external_lex_state = 2}, + [2584] = {.lex_state = 258, .external_lex_state = 5}, + [2585] = {.lex_state = 258, .external_lex_state = 5}, + [2586] = {.lex_state = 258, .external_lex_state = 2}, + [2587] = {.lex_state = 258, .external_lex_state = 2}, + [2588] = {.lex_state = 258, .external_lex_state = 2}, + [2589] = {.lex_state = 258, .external_lex_state = 2}, + [2590] = {.lex_state = 258, .external_lex_state = 2}, + [2591] = {.lex_state = 258, .external_lex_state = 2}, + [2592] = {.lex_state = 258, .external_lex_state = 2}, + [2593] = {.lex_state = 258, .external_lex_state = 2}, + [2594] = {.lex_state = 258, .external_lex_state = 2}, + [2595] = {.lex_state = 258, .external_lex_state = 2}, + [2596] = {.lex_state = 258, .external_lex_state = 2}, + [2597] = {.lex_state = 258, .external_lex_state = 5}, + [2598] = {.lex_state = 258, .external_lex_state = 2}, + [2599] = {.lex_state = 258, .external_lex_state = 2}, + [2600] = {.lex_state = 258, .external_lex_state = 2}, + [2601] = {.lex_state = 258, .external_lex_state = 2}, + [2602] = {.lex_state = 258, .external_lex_state = 2}, + [2603] = {.lex_state = 258, .external_lex_state = 2}, + [2604] = {.lex_state = 258, .external_lex_state = 2}, + [2605] = {.lex_state = 258, .external_lex_state = 5}, + [2606] = {.lex_state = 3, .external_lex_state = 2}, + [2607] = {.lex_state = 258, .external_lex_state = 2}, + [2608] = {.lex_state = 258, .external_lex_state = 2}, + [2609] = {.lex_state = 258, .external_lex_state = 2}, + [2610] = {.lex_state = 34, .external_lex_state = 2}, + [2611] = {.lex_state = 34, .external_lex_state = 2}, + [2612] = {.lex_state = 258, .external_lex_state = 2}, + [2613] = {.lex_state = 258, .external_lex_state = 2}, + [2614] = {.lex_state = 258, .external_lex_state = 2}, + [2615] = {.lex_state = 258, .external_lex_state = 2}, + [2616] = {.lex_state = 258, .external_lex_state = 2}, + [2617] = {.lex_state = 258, .external_lex_state = 2}, + [2618] = {.lex_state = 258, .external_lex_state = 2}, + [2619] = {.lex_state = 258, .external_lex_state = 2}, + [2620] = {.lex_state = 258, .external_lex_state = 2}, + [2621] = {.lex_state = 258, .external_lex_state = 2}, + [2622] = {.lex_state = 258, .external_lex_state = 2}, + [2623] = {.lex_state = 258, .external_lex_state = 2}, + [2624] = {.lex_state = 258, .external_lex_state = 2}, + [2625] = {.lex_state = 258, .external_lex_state = 2}, + [2626] = {.lex_state = 258, .external_lex_state = 5}, + [2627] = {.lex_state = 258, .external_lex_state = 2}, + [2628] = {.lex_state = 258, .external_lex_state = 2}, + [2629] = {.lex_state = 258, .external_lex_state = 2}, + [2630] = {.lex_state = 258, .external_lex_state = 2}, + [2631] = {.lex_state = 258, .external_lex_state = 2}, + [2632] = {.lex_state = 258, .external_lex_state = 2}, + [2633] = {.lex_state = 258, .external_lex_state = 2}, + [2634] = {.lex_state = 258, .external_lex_state = 2}, + [2635] = {.lex_state = 258, .external_lex_state = 2}, + [2636] = {.lex_state = 258, .external_lex_state = 2}, + [2637] = {.lex_state = 258, .external_lex_state = 2}, + [2638] = {.lex_state = 258, .external_lex_state = 2}, + [2639] = {.lex_state = 258, .external_lex_state = 2}, + [2640] = {.lex_state = 258, .external_lex_state = 2}, + [2641] = {.lex_state = 258, .external_lex_state = 2}, + [2642] = {.lex_state = 258, .external_lex_state = 2}, + [2643] = {.lex_state = 258, .external_lex_state = 2}, + [2644] = {.lex_state = 258, .external_lex_state = 2}, + [2645] = {.lex_state = 258, .external_lex_state = 2}, + [2646] = {.lex_state = 258, .external_lex_state = 2}, + [2647] = {.lex_state = 258, .external_lex_state = 2}, + [2648] = {.lex_state = 258, .external_lex_state = 2}, + [2649] = {.lex_state = 258, .external_lex_state = 2}, + [2650] = {.lex_state = 258, .external_lex_state = 2}, + [2651] = {.lex_state = 258, .external_lex_state = 2}, + [2652] = {.lex_state = 258, .external_lex_state = 2}, + [2653] = {.lex_state = 258, .external_lex_state = 2}, + [2654] = {.lex_state = 258, .external_lex_state = 2}, + [2655] = {.lex_state = 258, .external_lex_state = 2}, + [2656] = {.lex_state = 258, .external_lex_state = 5}, + [2657] = {.lex_state = 258, .external_lex_state = 2}, + [2658] = {.lex_state = 258, .external_lex_state = 2}, + [2659] = {.lex_state = 258, .external_lex_state = 5}, + [2660] = {.lex_state = 258, .external_lex_state = 2}, + [2661] = {.lex_state = 258, .external_lex_state = 2}, + [2662] = {.lex_state = 258, .external_lex_state = 2}, + [2663] = {.lex_state = 258, .external_lex_state = 2}, + [2664] = {.lex_state = 258, .external_lex_state = 2}, + [2665] = {.lex_state = 258, .external_lex_state = 5}, + [2666] = {.lex_state = 258, .external_lex_state = 2}, + [2667] = {.lex_state = 258, .external_lex_state = 2}, + [2668] = {.lex_state = 258, .external_lex_state = 2}, + [2669] = {.lex_state = 258, .external_lex_state = 2}, + [2670] = {.lex_state = 258, .external_lex_state = 2}, + [2671] = {.lex_state = 258, .external_lex_state = 2}, + [2672] = {.lex_state = 258, .external_lex_state = 2}, + [2673] = {.lex_state = 258, .external_lex_state = 2}, + [2674] = {.lex_state = 258, .external_lex_state = 2}, + [2675] = {.lex_state = 258, .external_lex_state = 2}, + [2676] = {.lex_state = 258, .external_lex_state = 2}, + [2677] = {.lex_state = 258, .external_lex_state = 2}, + [2678] = {.lex_state = 258, .external_lex_state = 2}, + [2679] = {.lex_state = 258, .external_lex_state = 2}, + [2680] = {.lex_state = 258, .external_lex_state = 2}, + [2681] = {.lex_state = 258, .external_lex_state = 2}, + [2682] = {.lex_state = 258, .external_lex_state = 2}, + [2683] = {.lex_state = 258, .external_lex_state = 2}, + [2684] = {.lex_state = 258, .external_lex_state = 2}, + [2685] = {.lex_state = 258, .external_lex_state = 2}, + [2686] = {.lex_state = 258, .external_lex_state = 2}, + [2687] = {.lex_state = 258, .external_lex_state = 2}, + [2688] = {.lex_state = 258, .external_lex_state = 2}, + [2689] = {.lex_state = 258, .external_lex_state = 2}, + [2690] = {.lex_state = 258, .external_lex_state = 2}, + [2691] = {.lex_state = 258, .external_lex_state = 2}, + [2692] = {.lex_state = 258, .external_lex_state = 2}, + [2693] = {.lex_state = 258, .external_lex_state = 2}, + [2694] = {.lex_state = 258, .external_lex_state = 2}, + [2695] = {.lex_state = 258, .external_lex_state = 2}, + [2696] = {.lex_state = 258, .external_lex_state = 2}, + [2697] = {.lex_state = 258, .external_lex_state = 2}, + [2698] = {.lex_state = 258, .external_lex_state = 2}, + [2699] = {.lex_state = 258, .external_lex_state = 5}, + [2700] = {.lex_state = 258, .external_lex_state = 2}, + [2701] = {.lex_state = 258, .external_lex_state = 2}, + [2702] = {.lex_state = 258, .external_lex_state = 2}, + [2703] = {.lex_state = 258, .external_lex_state = 2}, + [2704] = {.lex_state = 258, .external_lex_state = 2}, + [2705] = {.lex_state = 258, .external_lex_state = 2}, + [2706] = {.lex_state = 258, .external_lex_state = 2}, + [2707] = {.lex_state = 258, .external_lex_state = 2}, + [2708] = {.lex_state = 258, .external_lex_state = 2}, + [2709] = {.lex_state = 258, .external_lex_state = 2}, + [2710] = {.lex_state = 258, .external_lex_state = 2}, + [2711] = {.lex_state = 258, .external_lex_state = 2}, + [2712] = {.lex_state = 258, .external_lex_state = 2}, + [2713] = {.lex_state = 258, .external_lex_state = 2}, + [2714] = {.lex_state = 258, .external_lex_state = 2}, + [2715] = {.lex_state = 258, .external_lex_state = 2}, + [2716] = {.lex_state = 258, .external_lex_state = 2}, + [2717] = {.lex_state = 258, .external_lex_state = 2}, + [2718] = {.lex_state = 258, .external_lex_state = 2}, + [2719] = {.lex_state = 258, .external_lex_state = 2}, + [2720] = {.lex_state = 258, .external_lex_state = 2}, + [2721] = {.lex_state = 258, .external_lex_state = 2}, + [2722] = {.lex_state = 258, .external_lex_state = 2}, + [2723] = {.lex_state = 258, .external_lex_state = 2}, + [2724] = {.lex_state = 258, .external_lex_state = 2}, + [2725] = {.lex_state = 258, .external_lex_state = 5}, + [2726] = {.lex_state = 258, .external_lex_state = 2}, + [2727] = {.lex_state = 258, .external_lex_state = 2}, + [2728] = {.lex_state = 258, .external_lex_state = 2}, + [2729] = {.lex_state = 258, .external_lex_state = 2}, + [2730] = {.lex_state = 258, .external_lex_state = 2}, + [2731] = {.lex_state = 258, .external_lex_state = 2}, + [2732] = {.lex_state = 258, .external_lex_state = 2}, + [2733] = {.lex_state = 258, .external_lex_state = 2}, + [2734] = {.lex_state = 258, .external_lex_state = 2}, + [2735] = {.lex_state = 258, .external_lex_state = 2}, + [2736] = {.lex_state = 258, .external_lex_state = 2}, + [2737] = {.lex_state = 258, .external_lex_state = 2}, + [2738] = {.lex_state = 258, .external_lex_state = 2}, + [2739] = {.lex_state = 258, .external_lex_state = 2}, + [2740] = {.lex_state = 34, .external_lex_state = 2}, + [2741] = {.lex_state = 258, .external_lex_state = 2}, + [2742] = {.lex_state = 34, .external_lex_state = 2}, + [2743] = {.lex_state = 4, .external_lex_state = 8}, + [2744] = {.lex_state = 258, .external_lex_state = 2}, + [2745] = {.lex_state = 34, .external_lex_state = 2}, + [2746] = {.lex_state = 34, .external_lex_state = 2}, + [2747] = {.lex_state = 4, .external_lex_state = 8}, + [2748] = {.lex_state = 258, .external_lex_state = 2}, + [2749] = {.lex_state = 258, .external_lex_state = 2}, + [2750] = {.lex_state = 258, .external_lex_state = 2}, + [2751] = {.lex_state = 258, .external_lex_state = 2}, + [2752] = {.lex_state = 258, .external_lex_state = 2}, + [2753] = {.lex_state = 34, .external_lex_state = 2}, + [2754] = {.lex_state = 258, .external_lex_state = 2}, + [2755] = {.lex_state = 34, .external_lex_state = 2}, + [2756] = {.lex_state = 34, .external_lex_state = 2}, + [2757] = {.lex_state = 4, .external_lex_state = 8}, + [2758] = {.lex_state = 258, .external_lex_state = 2}, + [2759] = {.lex_state = 258, .external_lex_state = 2}, + [2760] = {.lex_state = 258, .external_lex_state = 2}, + [2761] = {.lex_state = 258, .external_lex_state = 2}, + [2762] = {.lex_state = 61, .external_lex_state = 2}, + [2763] = {.lex_state = 39, .external_lex_state = 2}, + [2764] = {.lex_state = 258, .external_lex_state = 2}, + [2765] = {.lex_state = 258, .external_lex_state = 2}, + [2766] = {.lex_state = 30, .external_lex_state = 2}, + [2767] = {.lex_state = 258, .external_lex_state = 2}, + [2768] = {.lex_state = 258, .external_lex_state = 2}, + [2769] = {.lex_state = 258, .external_lex_state = 2}, + [2770] = {.lex_state = 258, .external_lex_state = 2}, + [2771] = {.lex_state = 258, .external_lex_state = 2}, + [2772] = {.lex_state = 34, .external_lex_state = 2}, + [2773] = {.lex_state = 34, .external_lex_state = 2}, + [2774] = {.lex_state = 34, .external_lex_state = 2}, + [2775] = {.lex_state = 258, .external_lex_state = 2}, + [2776] = {.lex_state = 258, .external_lex_state = 2}, + [2777] = {.lex_state = 258, .external_lex_state = 2}, + [2778] = {.lex_state = 258, .external_lex_state = 2}, + [2779] = {.lex_state = 258, .external_lex_state = 2}, + [2780] = {.lex_state = 258, .external_lex_state = 2}, + [2781] = {.lex_state = 34, .external_lex_state = 2}, + [2782] = {.lex_state = 258, .external_lex_state = 2}, + [2783] = {.lex_state = 34, .external_lex_state = 2}, + [2784] = {.lex_state = 258, .external_lex_state = 2}, + [2785] = {.lex_state = 258, .external_lex_state = 2}, + [2786] = {.lex_state = 30, .external_lex_state = 2}, + [2787] = {.lex_state = 258, .external_lex_state = 2}, + [2788] = {.lex_state = 258, .external_lex_state = 2}, + [2789] = {.lex_state = 258, .external_lex_state = 2}, + [2790] = {.lex_state = 258, .external_lex_state = 2}, + [2791] = {.lex_state = 258, .external_lex_state = 2}, + [2792] = {.lex_state = 258, .external_lex_state = 2}, + [2793] = {.lex_state = 258, .external_lex_state = 2}, + [2794] = {.lex_state = 61, .external_lex_state = 2}, + [2795] = {.lex_state = 258, .external_lex_state = 2}, + [2796] = {.lex_state = 258, .external_lex_state = 2}, + [2797] = {.lex_state = 258, .external_lex_state = 2}, + [2798] = {.lex_state = 258, .external_lex_state = 2}, + [2799] = {.lex_state = 258, .external_lex_state = 2}, + [2800] = {.lex_state = 258, .external_lex_state = 2}, + [2801] = {.lex_state = 258, .external_lex_state = 2}, + [2802] = {.lex_state = 258, .external_lex_state = 2}, + [2803] = {.lex_state = 258, .external_lex_state = 2}, + [2804] = {.lex_state = 34, .external_lex_state = 2}, + [2805] = {.lex_state = 34, .external_lex_state = 2}, + [2806] = {.lex_state = 39, .external_lex_state = 2}, + [2807] = {.lex_state = 258, .external_lex_state = 2}, + [2808] = {.lex_state = 258, .external_lex_state = 2}, + [2809] = {.lex_state = 258, .external_lex_state = 2}, + [2810] = {.lex_state = 258, .external_lex_state = 2}, + [2811] = {.lex_state = 258, .external_lex_state = 2}, + [2812] = {.lex_state = 34, .external_lex_state = 2}, + [2813] = {.lex_state = 34, .external_lex_state = 2}, + [2814] = {.lex_state = 258, .external_lex_state = 2}, + [2815] = {.lex_state = 39, .external_lex_state = 2}, + [2816] = {.lex_state = 258, .external_lex_state = 2}, + [2817] = {.lex_state = 39, .external_lex_state = 2}, + [2818] = {.lex_state = 258, .external_lex_state = 2}, + [2819] = {.lex_state = 258, .external_lex_state = 2}, + [2820] = {.lex_state = 34, .external_lex_state = 2}, + [2821] = {.lex_state = 39, .external_lex_state = 2}, + [2822] = {.lex_state = 258, .external_lex_state = 2}, + [2823] = {.lex_state = 4, .external_lex_state = 8}, + [2824] = {.lex_state = 258, .external_lex_state = 2}, + [2825] = {.lex_state = 61, .external_lex_state = 2}, + [2826] = {.lex_state = 258, .external_lex_state = 2}, + [2827] = {.lex_state = 258, .external_lex_state = 2}, + [2828] = {.lex_state = 39, .external_lex_state = 2}, + [2829] = {.lex_state = 258, .external_lex_state = 2}, + [2830] = {.lex_state = 258, .external_lex_state = 2}, + [2831] = {.lex_state = 39, .external_lex_state = 2}, + [2832] = {.lex_state = 258, .external_lex_state = 2}, + [2833] = {.lex_state = 258, .external_lex_state = 2}, + [2834] = {.lex_state = 258, .external_lex_state = 2}, + [2835] = {.lex_state = 258, .external_lex_state = 2}, + [2836] = {.lex_state = 258, .external_lex_state = 2}, + [2837] = {.lex_state = 34, .external_lex_state = 2}, + [2838] = {.lex_state = 39, .external_lex_state = 2}, + [2839] = {.lex_state = 34, .external_lex_state = 2}, + [2840] = {.lex_state = 34, .external_lex_state = 2}, + [2841] = {.lex_state = 258, .external_lex_state = 2}, + [2842] = {.lex_state = 34, .external_lex_state = 2}, + [2843] = {.lex_state = 39, .external_lex_state = 2}, + [2844] = {.lex_state = 258, .external_lex_state = 2}, + [2845] = {.lex_state = 258, .external_lex_state = 2}, + [2846] = {.lex_state = 34, .external_lex_state = 2}, + [2847] = {.lex_state = 34, .external_lex_state = 2}, + [2848] = {.lex_state = 258, .external_lex_state = 2}, + [2849] = {.lex_state = 258, .external_lex_state = 2}, + [2850] = {.lex_state = 61, .external_lex_state = 2}, + [2851] = {.lex_state = 258, .external_lex_state = 2}, + [2852] = {.lex_state = 258, .external_lex_state = 2}, + [2853] = {.lex_state = 34, .external_lex_state = 2}, + [2854] = {.lex_state = 258, .external_lex_state = 2}, + [2855] = {.lex_state = 34, .external_lex_state = 2}, + [2856] = {.lex_state = 258, .external_lex_state = 2}, + [2857] = {.lex_state = 258, .external_lex_state = 2}, + [2858] = {.lex_state = 258, .external_lex_state = 2}, + [2859] = {.lex_state = 258, .external_lex_state = 2}, + [2860] = {.lex_state = 258, .external_lex_state = 2}, + [2861] = {.lex_state = 258, .external_lex_state = 2}, + [2862] = {.lex_state = 258, .external_lex_state = 2}, + [2863] = {.lex_state = 258, .external_lex_state = 2}, + [2864] = {.lex_state = 258, .external_lex_state = 2}, + [2865] = {.lex_state = 258, .external_lex_state = 2}, + [2866] = {.lex_state = 34, .external_lex_state = 2}, + [2867] = {.lex_state = 258, .external_lex_state = 2}, + [2868] = {.lex_state = 34, .external_lex_state = 2}, + [2869] = {.lex_state = 39, .external_lex_state = 2}, + [2870] = {.lex_state = 258, .external_lex_state = 2}, + [2871] = {.lex_state = 258, .external_lex_state = 2}, + [2872] = {.lex_state = 258, .external_lex_state = 2}, + [2873] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { + [sym_comment] = STATE(0), [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [sym_hash_bang_line] = ACTIONS(1), @@ -13197,6 +13706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), [anon_sym_from] = ACTIONS(1), + [anon_sym_with] = ACTIONS(1), [anon_sym_var] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), @@ -13212,7 +13722,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -13232,6 +13741,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_LT_SLASH] = ACTIONS(1), + [anon_sym_DQUOTE] = ACTIONS(1), + [anon_sym_SQUOTE] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_extends] = ACTIONS(1), [anon_sym_function] = ACTIONS(1), @@ -13241,6 +13752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), + [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), @@ -13281,10 +13793,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(1), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), [anon_sym_SLASH2] = ACTIONS(1), @@ -13305,18488 +13815,18014 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__automatic_semicolon] = ACTIONS(1), [sym__template_chars] = ACTIONS(1), [sym__ternary_qmark] = ACTIONS(1), + [sym_html_comment] = ACTIONS(5), }, [1] = { - [sym_program] = STATE(2651), - [sym_export_statement] = STATE(58), - [sym_declaration] = STATE(58), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_for_in_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_try_statement] = STATE(58), - [sym_with_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_debugger_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_throw_statement] = STATE(58), - [sym_empty_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(58), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_program] = STATE(2819), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(1), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(61), + [aux_sym_export_statement_repeat1] = STATE(1843), + [ts_builtin_sym_end] = ACTIONS(7), + [sym_identifier] = ACTIONS(9), + [sym_hash_bang_line] = ACTIONS(11), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [2] = { - [sym_export_statement] = STATE(20), - [sym_declaration] = STATE(20), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_for_in_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_try_statement] = STATE(20), - [sym_with_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_debugger_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_throw_statement] = STATE(20), - [sym_empty_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2018), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2018), - [sym_pair] = STATE(2018), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2017), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(89), - [anon_sym_export] = ACTIONS(91), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(97), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(101), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(111), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(115), - [anon_sym_set] = ACTIONS(115), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(2), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(34), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(101), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [3] = { - [sym_export_statement] = STATE(20), - [sym_declaration] = STATE(20), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_for_in_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_try_statement] = STATE(20), - [sym_with_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_debugger_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_throw_statement] = STATE(20), - [sym_empty_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2018), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2018), - [sym_pair] = STATE(2018), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2017), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(117), - [anon_sym_export] = ACTIONS(119), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(97), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(121), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(123), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(125), - [anon_sym_set] = ACTIONS(125), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(3), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(22), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(123), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [4] = { - [sym_export_statement] = STATE(43), - [sym_declaration] = STATE(43), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(43), - [sym_expression_statement] = STATE(43), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_for_in_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_try_statement] = STATE(43), - [sym_with_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_debugger_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_throw_statement] = STATE(43), - [sym_empty_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(43), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(4), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(48), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(125), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [5] = { - [sym_export_statement] = STATE(35), - [sym_declaration] = STATE(35), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(35), - [sym_expression_statement] = STATE(35), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(35), - [sym_if_statement] = STATE(35), - [sym_switch_statement] = STATE(35), - [sym_for_statement] = STATE(35), - [sym_for_in_statement] = STATE(35), - [sym_while_statement] = STATE(35), - [sym_do_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_with_statement] = STATE(35), - [sym_break_statement] = STATE(35), - [sym_continue_statement] = STATE(35), - [sym_debugger_statement] = STATE(35), - [sym_return_statement] = STATE(35), - [sym_throw_statement] = STATE(35), - [sym_empty_statement] = STATE(35), - [sym_labeled_statement] = STATE(35), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(35), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(139), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(5), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(40), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [6] = { - [sym_export_statement] = STATE(47), - [sym_declaration] = STATE(47), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_for_in_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_try_statement] = STATE(47), - [sym_with_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_debugger_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_throw_statement] = STATE(47), - [sym_empty_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(47), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(141), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(6), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(18), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [7] = { - [sym_export_statement] = STATE(22), - [sym_declaration] = STATE(22), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(22), - [sym_expression_statement] = STATE(22), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(22), - [sym_if_statement] = STATE(22), - [sym_switch_statement] = STATE(22), - [sym_for_statement] = STATE(22), - [sym_for_in_statement] = STATE(22), - [sym_while_statement] = STATE(22), - [sym_do_statement] = STATE(22), - [sym_try_statement] = STATE(22), - [sym_with_statement] = STATE(22), - [sym_break_statement] = STATE(22), - [sym_continue_statement] = STATE(22), - [sym_debugger_statement] = STATE(22), - [sym_return_statement] = STATE(22), - [sym_throw_statement] = STATE(22), - [sym_empty_statement] = STATE(22), - [sym_labeled_statement] = STATE(22), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(22), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(143), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2142), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(7), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2142), + [sym_pair] = STATE(2142), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(26), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2132), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(131), + [anon_sym_export] = ACTIONS(133), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(135), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(137), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(139), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(141), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(143), + [anon_sym_set] = ACTIONS(143), + [sym_html_comment] = ACTIONS(5), }, [8] = { - [sym_export_statement] = STATE(37), - [sym_declaration] = STATE(37), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(37), - [sym_expression_statement] = STATE(37), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(37), - [sym_if_statement] = STATE(37), - [sym_switch_statement] = STATE(37), - [sym_for_statement] = STATE(37), - [sym_for_in_statement] = STATE(37), - [sym_while_statement] = STATE(37), - [sym_do_statement] = STATE(37), - [sym_try_statement] = STATE(37), - [sym_with_statement] = STATE(37), - [sym_break_statement] = STATE(37), - [sym_continue_statement] = STATE(37), - [sym_debugger_statement] = STATE(37), - [sym_return_statement] = STATE(37), - [sym_throw_statement] = STATE(37), - [sym_empty_statement] = STATE(37), - [sym_labeled_statement] = STATE(37), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(37), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(145), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2142), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(8), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2142), + [sym_pair] = STATE(2142), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(26), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2132), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(145), + [anon_sym_export] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(135), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(149), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(151), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(153), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(155), + [anon_sym_set] = ACTIONS(155), + [sym_html_comment] = ACTIONS(5), }, [9] = { - [sym_export_statement] = STATE(41), - [sym_declaration] = STATE(41), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_for_in_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_with_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_debugger_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_throw_statement] = STATE(41), - [sym_empty_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2674), - [sym_object_assignment_pattern] = STATE(1977), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2674), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2674), - [sym_spread_element] = STATE(2073), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1358), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(1592), - [sym_formal_parameters] = STATE(2662), - [sym_rest_pattern] = STATE(1977), - [sym_method_definition] = STATE(2073), - [sym_pair] = STATE(2073), - [sym_pair_pattern] = STATE(1977), - [sym__property_name] = STATE(2087), - [sym_computed_property_name] = STATE(2087), - [aux_sym_program_repeat1] = STATE(41), - [aux_sym_export_statement_repeat1] = STATE(1507), - [aux_sym_object_repeat1] = STATE(2082), - [aux_sym_object_pattern_repeat1] = STATE(2085), - [sym_identifier] = ACTIONS(127), - [anon_sym_export] = ACTIONS(129), - [anon_sym_STAR] = ACTIONS(93), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_COMMA] = ACTIONS(95), - [anon_sym_RBRACE] = ACTIONS(147), - [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(99), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(133), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(105), - [sym_private_property_identifier] = ACTIONS(107), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(109), - [anon_sym_static] = ACTIONS(135), - [aux_sym_method_definition_token1] = ACTIONS(113), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(137), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_object_assignment_pattern] = STATE(2094), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2792), + [sym_spread_element] = STATE(2096), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1424), + [sym_comment] = STATE(9), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(1643), + [sym_formal_parameters] = STATE(2811), + [sym_rest_pattern] = STATE(2094), + [sym_method_definition] = STATE(2096), + [sym_pair] = STATE(2096), + [sym_pair_pattern] = STATE(2094), + [sym__property_name] = STATE(2119), + [sym_computed_property_name] = STATE(2581), + [aux_sym_program_repeat1] = STATE(20), + [aux_sym_export_statement_repeat1] = STATE(1540), + [aux_sym_object_repeat1] = STATE(2147), + [aux_sym_object_pattern_repeat1] = STATE(2150), + [sym_identifier] = ACTIONS(93), + [anon_sym_export] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(97), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_COMMA] = ACTIONS(99), + [anon_sym_RBRACE] = ACTIONS(157), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(103), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(105), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(107), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(111), + [sym_private_property_identifier] = ACTIONS(113), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(115), + [anon_sym_static] = ACTIONS(117), + [aux_sym_method_definition_token1] = ACTIONS(119), + [anon_sym_get] = ACTIONS(121), + [anon_sym_set] = ACTIONS(121), + [sym_html_comment] = ACTIONS(5), }, [10] = { - [sym_export_statement] = STATE(14), - [sym_declaration] = STATE(14), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [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(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(14), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_default] = ACTIONS(153), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_RBRACE] = ACTIONS(153), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_case] = ACTIONS(153), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(791), + [sym_declaration] = STATE(791), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(791), + [sym_expression_statement] = STATE(791), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(791), + [sym_switch_statement] = STATE(791), + [sym_for_statement] = STATE(791), + [sym_for_in_statement] = STATE(791), + [sym_while_statement] = STATE(791), + [sym_do_statement] = STATE(791), + [sym_try_statement] = STATE(791), + [sym_with_statement] = STATE(791), + [sym_break_statement] = STATE(791), + [sym_continue_statement] = STATE(791), + [sym_debugger_statement] = STATE(791), + [sym_return_statement] = STATE(791), + [sym_throw_statement] = STATE(791), + [sym_empty_statement] = STATE(791), + [sym_labeled_statement] = STATE(791), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(10), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(159), + [anon_sym_export] = ACTIONS(162), + [anon_sym_default] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_import] = ACTIONS(170), + [anon_sym_with] = ACTIONS(173), + [anon_sym_var] = ACTIONS(176), + [anon_sym_let] = ACTIONS(179), + [anon_sym_const] = ACTIONS(182), + [anon_sym_if] = ACTIONS(185), + [anon_sym_switch] = ACTIONS(188), + [anon_sym_for] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_await] = ACTIONS(197), + [anon_sym_while] = ACTIONS(200), + [anon_sym_do] = ACTIONS(203), + [anon_sym_try] = ACTIONS(206), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(212), + [anon_sym_debugger] = ACTIONS(215), + [anon_sym_return] = ACTIONS(218), + [anon_sym_throw] = ACTIONS(221), + [anon_sym_SEMI] = ACTIONS(224), + [anon_sym_case] = ACTIONS(165), + [anon_sym_yield] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(230), + [anon_sym_LTtemplate_GT] = ACTIONS(233), + [anon_sym_LT] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(239), + [anon_sym_SQUOTE] = ACTIONS(242), + [anon_sym_class] = ACTIONS(245), + [anon_sym_async] = ACTIONS(248), + [anon_sym_function] = ACTIONS(251), + [anon_sym_new] = ACTIONS(254), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_SLASH] = ACTIONS(260), + [anon_sym_BANG] = ACTIONS(257), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_typeof] = ACTIONS(257), + [anon_sym_void] = ACTIONS(257), + [anon_sym_delete] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(263), + [anon_sym_DASH_DASH] = ACTIONS(263), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(266), + [sym_number] = ACTIONS(269), + [sym_private_property_identifier] = ACTIONS(272), + [sym_this] = ACTIONS(269), + [sym_super] = ACTIONS(269), + [sym_true] = ACTIONS(269), + [sym_false] = ACTIONS(269), + [sym_null] = ACTIONS(269), + [sym_undefined] = ACTIONS(275), + [anon_sym_AT] = ACTIONS(278), + [anon_sym_static] = ACTIONS(281), + [anon_sym_get] = ACTIONS(281), + [anon_sym_set] = ACTIONS(281), + [sym_html_comment] = ACTIONS(5), }, [11] = { - [sym_export_statement] = STATE(14), - [sym_declaration] = STATE(14), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [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(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(14), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_default] = ACTIONS(197), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_RBRACE] = ACTIONS(197), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_case] = ACTIONS(197), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(791), + [sym_declaration] = STATE(791), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(791), + [sym_expression_statement] = STATE(791), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(791), + [sym_switch_statement] = STATE(791), + [sym_for_statement] = STATE(791), + [sym_for_in_statement] = STATE(791), + [sym_while_statement] = STATE(791), + [sym_do_statement] = STATE(791), + [sym_try_statement] = STATE(791), + [sym_with_statement] = STATE(791), + [sym_break_statement] = STATE(791), + [sym_continue_statement] = STATE(791), + [sym_debugger_statement] = STATE(791), + [sym_return_statement] = STATE(791), + [sym_throw_statement] = STATE(791), + [sym_empty_statement] = STATE(791), + [sym_labeled_statement] = STATE(791), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(11), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_default] = ACTIONS(288), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_RBRACE] = ACTIONS(288), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_case] = ACTIONS(288), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [12] = { - [sym_export_statement] = STATE(10), - [sym_declaration] = STATE(10), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(10), - [sym_expression_statement] = STATE(10), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [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(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(10), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_default] = ACTIONS(199), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_RBRACE] = ACTIONS(199), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_case] = ACTIONS(199), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(791), + [sym_declaration] = STATE(791), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(791), + [sym_expression_statement] = STATE(791), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(791), + [sym_switch_statement] = STATE(791), + [sym_for_statement] = STATE(791), + [sym_for_in_statement] = STATE(791), + [sym_while_statement] = STATE(791), + [sym_do_statement] = STATE(791), + [sym_try_statement] = STATE(791), + [sym_with_statement] = STATE(791), + [sym_break_statement] = STATE(791), + [sym_continue_statement] = STATE(791), + [sym_debugger_statement] = STATE(791), + [sym_return_statement] = STATE(791), + [sym_throw_statement] = STATE(791), + [sym_empty_statement] = STATE(791), + [sym_labeled_statement] = STATE(791), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(12), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(11), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_default] = ACTIONS(334), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_RBRACE] = ACTIONS(334), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_case] = ACTIONS(334), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [13] = { - [sym_export_statement] = STATE(11), - [sym_declaration] = STATE(11), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(11), - [sym_expression_statement] = STATE(11), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(11), - [sym_if_statement] = STATE(11), - [sym_switch_statement] = STATE(11), - [sym_for_statement] = STATE(11), - [sym_for_in_statement] = STATE(11), - [sym_while_statement] = STATE(11), - [sym_do_statement] = STATE(11), - [sym_try_statement] = STATE(11), - [sym_with_statement] = STATE(11), - [sym_break_statement] = STATE(11), - [sym_continue_statement] = STATE(11), - [sym_debugger_statement] = STATE(11), - [sym_return_statement] = STATE(11), - [sym_throw_statement] = STATE(11), - [sym_empty_statement] = STATE(11), - [sym_labeled_statement] = STATE(11), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(11), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_default] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_RBRACE] = ACTIONS(201), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_case] = ACTIONS(201), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(791), + [sym_declaration] = STATE(791), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(791), + [sym_expression_statement] = STATE(791), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(791), + [sym_switch_statement] = STATE(791), + [sym_for_statement] = STATE(791), + [sym_for_in_statement] = STATE(791), + [sym_while_statement] = STATE(791), + [sym_do_statement] = STATE(791), + [sym_try_statement] = STATE(791), + [sym_with_statement] = STATE(791), + [sym_break_statement] = STATE(791), + [sym_continue_statement] = STATE(791), + [sym_debugger_statement] = STATE(791), + [sym_return_statement] = STATE(791), + [sym_throw_statement] = STATE(791), + [sym_empty_statement] = STATE(791), + [sym_labeled_statement] = STATE(791), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(13), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_default] = ACTIONS(336), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_RBRACE] = ACTIONS(336), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_case] = ACTIONS(336), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [14] = { - [sym_export_statement] = STATE(14), - [sym_declaration] = STATE(14), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [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(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(14), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(203), - [anon_sym_export] = ACTIONS(206), - [anon_sym_default] = ACTIONS(209), - [anon_sym_LBRACE] = ACTIONS(211), - [anon_sym_RBRACE] = ACTIONS(209), - [anon_sym_import] = ACTIONS(214), - [anon_sym_var] = ACTIONS(217), - [anon_sym_let] = ACTIONS(220), - [anon_sym_const] = ACTIONS(220), - [anon_sym_if] = ACTIONS(223), - [anon_sym_switch] = ACTIONS(226), - [anon_sym_for] = ACTIONS(229), - [anon_sym_LPAREN] = ACTIONS(232), - [anon_sym_await] = ACTIONS(235), - [anon_sym_while] = ACTIONS(238), - [anon_sym_do] = ACTIONS(241), - [anon_sym_try] = ACTIONS(244), - [anon_sym_with] = ACTIONS(247), - [anon_sym_break] = ACTIONS(250), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_debugger] = ACTIONS(256), - [anon_sym_return] = ACTIONS(259), - [anon_sym_throw] = ACTIONS(262), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_case] = ACTIONS(209), - [anon_sym_yield] = ACTIONS(268), - [anon_sym_LBRACK] = ACTIONS(271), - [anon_sym_LTtemplate_GT] = ACTIONS(274), - [anon_sym_LT] = ACTIONS(277), - [anon_sym_class] = ACTIONS(280), - [anon_sym_async] = ACTIONS(283), - [anon_sym_function] = ACTIONS(286), - [anon_sym_new] = ACTIONS(289), - [anon_sym_PLUS] = ACTIONS(292), - [anon_sym_DASH] = ACTIONS(292), - [anon_sym_SLASH] = ACTIONS(295), - [anon_sym_BANG] = ACTIONS(292), - [anon_sym_TILDE] = ACTIONS(292), - [anon_sym_typeof] = ACTIONS(292), - [anon_sym_void] = ACTIONS(292), - [anon_sym_delete] = ACTIONS(292), - [anon_sym_PLUS_PLUS] = ACTIONS(298), - [anon_sym_DASH_DASH] = ACTIONS(298), - [anon_sym_DQUOTE] = ACTIONS(301), - [anon_sym_SQUOTE] = ACTIONS(304), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(307), - [sym_number] = ACTIONS(310), - [sym_private_property_identifier] = ACTIONS(313), - [sym_this] = ACTIONS(310), - [sym_super] = ACTIONS(310), - [sym_true] = ACTIONS(310), - [sym_false] = ACTIONS(310), - [sym_null] = ACTIONS(310), - [sym_undefined] = ACTIONS(316), - [anon_sym_AT] = ACTIONS(319), - [anon_sym_static] = ACTIONS(322), - [anon_sym_get] = ACTIONS(322), - [anon_sym_set] = ACTIONS(322), + [sym_export_statement] = STATE(791), + [sym_declaration] = STATE(791), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(791), + [sym_expression_statement] = STATE(791), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(791), + [sym_if_statement] = STATE(791), + [sym_switch_statement] = STATE(791), + [sym_for_statement] = STATE(791), + [sym_for_in_statement] = STATE(791), + [sym_while_statement] = STATE(791), + [sym_do_statement] = STATE(791), + [sym_try_statement] = STATE(791), + [sym_with_statement] = STATE(791), + [sym_break_statement] = STATE(791), + [sym_continue_statement] = STATE(791), + [sym_debugger_statement] = STATE(791), + [sym_return_statement] = STATE(791), + [sym_throw_statement] = STATE(791), + [sym_empty_statement] = STATE(791), + [sym_labeled_statement] = STATE(791), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(14), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(13), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_default] = ACTIONS(338), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_RBRACE] = ACTIONS(338), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_case] = ACTIONS(338), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [15] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(15), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [ts_builtin_sym_end] = ACTIONS(325), - [sym_identifier] = ACTIONS(327), - [anon_sym_export] = ACTIONS(330), - [anon_sym_LBRACE] = ACTIONS(333), - [anon_sym_RBRACE] = ACTIONS(209), - [anon_sym_import] = ACTIONS(336), - [anon_sym_var] = ACTIONS(339), - [anon_sym_let] = ACTIONS(342), - [anon_sym_const] = ACTIONS(342), - [anon_sym_if] = ACTIONS(345), - [anon_sym_switch] = ACTIONS(348), - [anon_sym_for] = ACTIONS(351), - [anon_sym_LPAREN] = ACTIONS(232), - [anon_sym_await] = ACTIONS(235), - [anon_sym_while] = ACTIONS(354), - [anon_sym_do] = ACTIONS(357), - [anon_sym_try] = ACTIONS(360), - [anon_sym_with] = ACTIONS(363), - [anon_sym_break] = ACTIONS(366), - [anon_sym_continue] = ACTIONS(369), - [anon_sym_debugger] = ACTIONS(372), - [anon_sym_return] = ACTIONS(375), - [anon_sym_throw] = ACTIONS(378), - [anon_sym_SEMI] = ACTIONS(381), - [anon_sym_yield] = ACTIONS(268), - [anon_sym_LBRACK] = ACTIONS(271), - [anon_sym_LTtemplate_GT] = ACTIONS(274), - [anon_sym_LT] = ACTIONS(277), - [anon_sym_class] = ACTIONS(384), - [anon_sym_async] = ACTIONS(387), - [anon_sym_function] = ACTIONS(390), - [anon_sym_new] = ACTIONS(289), - [anon_sym_PLUS] = ACTIONS(292), - [anon_sym_DASH] = ACTIONS(292), - [anon_sym_SLASH] = ACTIONS(295), - [anon_sym_BANG] = ACTIONS(292), - [anon_sym_TILDE] = ACTIONS(292), - [anon_sym_typeof] = ACTIONS(292), - [anon_sym_void] = ACTIONS(292), - [anon_sym_delete] = ACTIONS(292), - [anon_sym_PLUS_PLUS] = ACTIONS(298), - [anon_sym_DASH_DASH] = ACTIONS(298), - [anon_sym_DQUOTE] = ACTIONS(301), - [anon_sym_SQUOTE] = ACTIONS(304), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(307), - [sym_number] = ACTIONS(310), - [sym_private_property_identifier] = ACTIONS(313), - [sym_this] = ACTIONS(310), - [sym_super] = ACTIONS(310), - [sym_true] = ACTIONS(310), - [sym_false] = ACTIONS(310), - [sym_null] = ACTIONS(310), - [sym_undefined] = ACTIONS(316), - [anon_sym_AT] = ACTIONS(319), - [anon_sym_static] = ACTIONS(393), - [anon_sym_get] = ACTIONS(393), - [anon_sym_set] = ACTIONS(393), + [aux_sym_export_statement_repeat1] = STATE(1843), + [ts_builtin_sym_end] = ACTIONS(340), + [sym_identifier] = ACTIONS(342), + [anon_sym_export] = ACTIONS(345), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_import] = ACTIONS(351), + [anon_sym_with] = ACTIONS(354), + [anon_sym_var] = ACTIONS(357), + [anon_sym_let] = ACTIONS(360), + [anon_sym_const] = ACTIONS(363), + [anon_sym_if] = ACTIONS(366), + [anon_sym_switch] = ACTIONS(369), + [anon_sym_for] = ACTIONS(372), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_await] = ACTIONS(197), + [anon_sym_while] = ACTIONS(375), + [anon_sym_do] = ACTIONS(378), + [anon_sym_try] = ACTIONS(381), + [anon_sym_break] = ACTIONS(384), + [anon_sym_continue] = ACTIONS(387), + [anon_sym_debugger] = ACTIONS(390), + [anon_sym_return] = ACTIONS(393), + [anon_sym_throw] = ACTIONS(396), + [anon_sym_SEMI] = ACTIONS(399), + [anon_sym_yield] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(230), + [anon_sym_LTtemplate_GT] = ACTIONS(233), + [anon_sym_LT] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(239), + [anon_sym_SQUOTE] = ACTIONS(242), + [anon_sym_class] = ACTIONS(402), + [anon_sym_async] = ACTIONS(405), + [anon_sym_function] = ACTIONS(408), + [anon_sym_new] = ACTIONS(254), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_SLASH] = ACTIONS(260), + [anon_sym_BANG] = ACTIONS(257), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_typeof] = ACTIONS(257), + [anon_sym_void] = ACTIONS(257), + [anon_sym_delete] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(263), + [anon_sym_DASH_DASH] = ACTIONS(263), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(266), + [sym_number] = ACTIONS(269), + [sym_private_property_identifier] = ACTIONS(272), + [sym_this] = ACTIONS(269), + [sym_super] = ACTIONS(269), + [sym_true] = ACTIONS(269), + [sym_false] = ACTIONS(269), + [sym_null] = ACTIONS(269), + [sym_undefined] = ACTIONS(275), + [anon_sym_AT] = ACTIONS(278), + [anon_sym_static] = ACTIONS(411), + [anon_sym_get] = ACTIONS(411), + [anon_sym_set] = ACTIONS(411), + [sym_html_comment] = ACTIONS(5), }, [16] = { - [sym_export_statement] = STATE(32), - [sym_declaration] = STATE(32), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(32), - [sym_expression_statement] = STATE(32), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(32), - [sym_if_statement] = STATE(32), - [sym_switch_statement] = STATE(32), - [sym_for_statement] = STATE(32), - [sym_for_in_statement] = STATE(32), - [sym_while_statement] = STATE(32), - [sym_do_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_with_statement] = STATE(32), - [sym_break_statement] = STATE(32), - [sym_continue_statement] = STATE(32), - [sym_debugger_statement] = STATE(32), - [sym_return_statement] = STATE(32), - [sym_throw_statement] = STATE(32), - [sym_empty_statement] = STATE(32), - [sym_labeled_statement] = STATE(32), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(32), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(396), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(16), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(67), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [17] = { - [sym_export_statement] = STATE(37), - [sym_declaration] = STATE(37), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(37), - [sym_expression_statement] = STATE(37), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(37), - [sym_if_statement] = STATE(37), - [sym_switch_statement] = STATE(37), - [sym_for_statement] = STATE(37), - [sym_for_in_statement] = STATE(37), - [sym_while_statement] = STATE(37), - [sym_do_statement] = STATE(37), - [sym_try_statement] = STATE(37), - [sym_with_statement] = STATE(37), - [sym_break_statement] = STATE(37), - [sym_continue_statement] = STATE(37), - [sym_debugger_statement] = STATE(37), - [sym_return_statement] = STATE(37), - [sym_throw_statement] = STATE(37), - [sym_empty_statement] = STATE(37), - [sym_labeled_statement] = STATE(37), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(37), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(398), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(17), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(42), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(416), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [18] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(18), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(400), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(418), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [19] = { - [sym_export_statement] = STATE(24), - [sym_declaration] = STATE(24), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(24), - [sym_expression_statement] = STATE(24), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [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(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(24), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(402), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(19), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(23), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(420), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [20] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(20), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(404), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(422), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [21] = { - [sym_export_statement] = STATE(43), - [sym_declaration] = STATE(43), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(43), - [sym_expression_statement] = STATE(43), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_for_in_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_try_statement] = STATE(43), - [sym_with_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_debugger_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_throw_statement] = STATE(43), - [sym_empty_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(43), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(406), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(21), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(26), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(424), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [22] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(22), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(408), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(426), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [23] = { - [sym_export_statement] = STATE(20), - [sym_declaration] = STATE(20), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_for_in_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_try_statement] = STATE(20), - [sym_with_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_debugger_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_throw_statement] = STATE(20), - [sym_empty_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(410), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(23), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(428), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [24] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(412), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(24), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(29), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(430), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [25] = { - [sym_export_statement] = STATE(26), - [sym_declaration] = STATE(26), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(26), - [sym_expression_statement] = STATE(26), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_switch_statement] = STATE(26), - [sym_for_statement] = STATE(26), - [sym_for_in_statement] = STATE(26), - [sym_while_statement] = STATE(26), - [sym_do_statement] = STATE(26), - [sym_try_statement] = STATE(26), - [sym_with_statement] = STATE(26), - [sym_break_statement] = STATE(26), - [sym_continue_statement] = STATE(26), - [sym_debugger_statement] = STATE(26), - [sym_return_statement] = STATE(26), - [sym_throw_statement] = STATE(26), - [sym_empty_statement] = STATE(26), - [sym_labeled_statement] = STATE(26), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(26), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(414), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(25), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(432), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [26] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(26), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(416), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(434), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [27] = { - [sym_export_statement] = STATE(65), - [sym_declaration] = STATE(65), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(65), - [sym_expression_statement] = STATE(65), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(65), - [sym_if_statement] = STATE(65), - [sym_switch_statement] = STATE(65), - [sym_for_statement] = STATE(65), - [sym_for_in_statement] = STATE(65), - [sym_while_statement] = STATE(65), - [sym_do_statement] = STATE(65), - [sym_try_statement] = STATE(65), - [sym_with_statement] = STATE(65), - [sym_break_statement] = STATE(65), - [sym_continue_statement] = STATE(65), - [sym_debugger_statement] = STATE(65), - [sym_return_statement] = STATE(65), - [sym_throw_statement] = STATE(65), - [sym_empty_statement] = STATE(65), - [sym_labeled_statement] = STATE(65), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(65), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(418), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(27), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(22), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(436), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [28] = { - [sym_export_statement] = STATE(30), - [sym_declaration] = STATE(30), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(30), - [sym_if_statement] = STATE(30), - [sym_switch_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_for_in_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_do_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_with_statement] = STATE(30), - [sym_break_statement] = STATE(30), - [sym_continue_statement] = STATE(30), - [sym_debugger_statement] = STATE(30), - [sym_return_statement] = STATE(30), - [sym_throw_statement] = STATE(30), - [sym_empty_statement] = STATE(30), - [sym_labeled_statement] = STATE(30), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(30), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(420), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(28), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(34), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(438), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [29] = { - [sym_export_statement] = STATE(18), - [sym_declaration] = STATE(18), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(18), - [sym_expression_statement] = STATE(18), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [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(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(18), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(422), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(29), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(440), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [30] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(424), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(30), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(31), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(442), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [31] = { - [sym_export_statement] = STATE(67), - [sym_declaration] = STATE(67), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(67), - [sym_expression_statement] = STATE(67), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(67), - [sym_if_statement] = STATE(67), - [sym_switch_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_for_in_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_do_statement] = STATE(67), - [sym_try_statement] = STATE(67), - [sym_with_statement] = STATE(67), - [sym_break_statement] = STATE(67), - [sym_continue_statement] = STATE(67), - [sym_debugger_statement] = STATE(67), - [sym_return_statement] = STATE(67), - [sym_throw_statement] = STATE(67), - [sym_empty_statement] = STATE(67), - [sym_labeled_statement] = STATE(67), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(67), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(426), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(31), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(444), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [32] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(428), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(32), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(33), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(446), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [33] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(33), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(430), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(448), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [34] = { - [sym_export_statement] = STATE(22), - [sym_declaration] = STATE(22), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(22), - [sym_expression_statement] = STATE(22), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(22), - [sym_if_statement] = STATE(22), - [sym_switch_statement] = STATE(22), - [sym_for_statement] = STATE(22), - [sym_for_in_statement] = STATE(22), - [sym_while_statement] = STATE(22), - [sym_do_statement] = STATE(22), - [sym_try_statement] = STATE(22), - [sym_with_statement] = STATE(22), - [sym_break_statement] = STATE(22), - [sym_continue_statement] = STATE(22), - [sym_debugger_statement] = STATE(22), - [sym_return_statement] = STATE(22), - [sym_throw_statement] = STATE(22), - [sym_empty_statement] = STATE(22), - [sym_labeled_statement] = STATE(22), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(22), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(432), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(34), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(450), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [35] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(35), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(434), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(452), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [36] = { - [sym_export_statement] = STATE(33), - [sym_declaration] = STATE(33), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(33), - [sym_expression_statement] = STATE(33), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(33), - [sym_if_statement] = STATE(33), - [sym_switch_statement] = STATE(33), - [sym_for_statement] = STATE(33), - [sym_for_in_statement] = STATE(33), - [sym_while_statement] = STATE(33), - [sym_do_statement] = STATE(33), - [sym_try_statement] = STATE(33), - [sym_with_statement] = STATE(33), - [sym_break_statement] = STATE(33), - [sym_continue_statement] = STATE(33), - [sym_debugger_statement] = STATE(33), - [sym_return_statement] = STATE(33), - [sym_throw_statement] = STATE(33), - [sym_empty_statement] = STATE(33), - [sym_labeled_statement] = STATE(33), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(33), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(436), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(36), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(35), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(454), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [37] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(37), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(438), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(456), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [38] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(440), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(38), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(63), + [aux_sym_export_statement_repeat1] = STATE(1843), + [ts_builtin_sym_end] = ACTIONS(458), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [39] = { - [sym_export_statement] = STATE(38), - [sym_declaration] = STATE(38), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(38), - [sym_expression_statement] = STATE(38), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(38), - [sym_if_statement] = STATE(38), - [sym_switch_statement] = STATE(38), - [sym_for_statement] = STATE(38), - [sym_for_in_statement] = STATE(38), - [sym_while_statement] = STATE(38), - [sym_do_statement] = STATE(38), - [sym_try_statement] = STATE(38), - [sym_with_statement] = STATE(38), - [sym_break_statement] = STATE(38), - [sym_continue_statement] = STATE(38), - [sym_debugger_statement] = STATE(38), - [sym_return_statement] = STATE(38), - [sym_throw_statement] = STATE(38), - [sym_empty_statement] = STATE(38), - [sym_labeled_statement] = STATE(38), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(38), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(442), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(39), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(20), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(460), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [40] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(40), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(444), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(462), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [41] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(446), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(41), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(37), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(464), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [42] = { - [sym_export_statement] = STATE(40), - [sym_declaration] = STATE(40), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_for_in_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_try_statement] = STATE(40), - [sym_with_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_debugger_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_throw_statement] = STATE(40), - [sym_empty_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(40), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(448), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(42), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(466), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [43] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(450), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(43), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(18), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(468), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [44] = { - [sym_export_statement] = STATE(41), - [sym_declaration] = STATE(41), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_for_in_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_with_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_debugger_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_throw_statement] = STATE(41), - [sym_empty_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(41), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(452), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(44), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(470), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [45] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(454), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(45), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(44), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(472), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [46] = { - [sym_export_statement] = STATE(45), - [sym_declaration] = STATE(45), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(45), - [sym_expression_statement] = STATE(45), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_switch_statement] = STATE(45), - [sym_for_statement] = STATE(45), - [sym_for_in_statement] = STATE(45), - [sym_while_statement] = STATE(45), - [sym_do_statement] = STATE(45), - [sym_try_statement] = STATE(45), - [sym_with_statement] = STATE(45), - [sym_break_statement] = STATE(45), - [sym_continue_statement] = STATE(45), - [sym_debugger_statement] = STATE(45), - [sym_return_statement] = STATE(45), - [sym_throw_statement] = STATE(45), - [sym_empty_statement] = STATE(45), - [sym_labeled_statement] = STATE(45), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(45), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(456), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(46), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(474), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [47] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(458), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(47), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(46), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(476), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [48] = { - [sym_export_statement] = STATE(62), - [sym_declaration] = STATE(62), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(62), - [sym_expression_statement] = STATE(62), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(62), - [sym_if_statement] = STATE(62), - [sym_switch_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_for_in_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_do_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_with_statement] = STATE(62), - [sym_break_statement] = STATE(62), - [sym_continue_statement] = STATE(62), - [sym_debugger_statement] = STATE(62), - [sym_return_statement] = STATE(62), - [sym_throw_statement] = STATE(62), - [sym_empty_statement] = STATE(62), - [sym_labeled_statement] = STATE(62), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(62), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(460), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(48), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(478), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [49] = { - [sym_export_statement] = STATE(60), - [sym_declaration] = STATE(60), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(60), - [sym_expression_statement] = STATE(60), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(60), - [sym_if_statement] = STATE(60), - [sym_switch_statement] = STATE(60), - [sym_for_statement] = STATE(60), - [sym_for_in_statement] = STATE(60), - [sym_while_statement] = STATE(60), - [sym_do_statement] = STATE(60), - [sym_try_statement] = STATE(60), - [sym_with_statement] = STATE(60), - [sym_break_statement] = STATE(60), - [sym_continue_statement] = STATE(60), - [sym_debugger_statement] = STATE(60), - [sym_return_statement] = STATE(60), - [sym_throw_statement] = STATE(60), - [sym_empty_statement] = STATE(60), - [sym_labeled_statement] = STATE(60), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(60), - [aux_sym_export_statement_repeat1] = STATE(1827), - [ts_builtin_sym_end] = ACTIONS(462), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(49), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(50), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(480), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [50] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(50), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(464), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(482), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [51] = { - [sym_export_statement] = STATE(61), - [sym_declaration] = STATE(61), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_for_in_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_with_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_debugger_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_throw_statement] = STATE(61), - [sym_empty_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(61), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(466), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(51), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(52), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(484), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [52] = { - [sym_export_statement] = STATE(53), - [sym_declaration] = STATE(53), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(53), - [sym_expression_statement] = STATE(53), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(53), - [sym_if_statement] = STATE(53), - [sym_switch_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_for_in_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_do_statement] = STATE(53), - [sym_try_statement] = STATE(53), - [sym_with_statement] = STATE(53), - [sym_break_statement] = STATE(53), - [sym_continue_statement] = STATE(53), - [sym_debugger_statement] = STATE(53), - [sym_return_statement] = STATE(53), - [sym_throw_statement] = STATE(53), - [sym_empty_statement] = STATE(53), - [sym_labeled_statement] = STATE(53), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(53), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(468), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(52), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(486), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [53] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(470), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(53), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(40), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(488), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [54] = { - [sym_export_statement] = STATE(35), - [sym_declaration] = STATE(35), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(35), - [sym_expression_statement] = STATE(35), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(35), - [sym_if_statement] = STATE(35), - [sym_switch_statement] = STATE(35), - [sym_for_statement] = STATE(35), - [sym_for_in_statement] = STATE(35), - [sym_while_statement] = STATE(35), - [sym_do_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_with_statement] = STATE(35), - [sym_break_statement] = STATE(35), - [sym_continue_statement] = STATE(35), - [sym_debugger_statement] = STATE(35), - [sym_return_statement] = STATE(35), - [sym_throw_statement] = STATE(35), - [sym_empty_statement] = STATE(35), - [sym_labeled_statement] = STATE(35), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(35), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(472), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(54), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(490), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [55] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(474), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(55), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(54), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(492), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [56] = { - [sym_export_statement] = STATE(55), - [sym_declaration] = STATE(55), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_for_in_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_with_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_debugger_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_empty_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(55), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(476), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(56), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(494), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [57] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(478), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(57), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(56), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(496), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [58] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(58), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [ts_builtin_sym_end] = ACTIONS(462), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(498), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [59] = { - [sym_export_statement] = STATE(57), - [sym_declaration] = STATE(57), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_for_in_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_try_statement] = STATE(57), - [sym_with_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_debugger_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_throw_statement] = STATE(57), - [sym_empty_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(57), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(480), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(59), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(58), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(500), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [60] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(60), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [ts_builtin_sym_end] = ACTIONS(482), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(502), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [61] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(61), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(484), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [ts_builtin_sym_end] = ACTIONS(458), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [62] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(486), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(62), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(48), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(504), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [63] = { - [sym_export_statement] = STATE(68), - [sym_declaration] = STATE(68), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_for_in_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_try_statement] = STATE(68), - [sym_with_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_debugger_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_throw_statement] = STATE(68), - [sym_empty_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(68), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(488), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(63), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [ts_builtin_sym_end] = ACTIONS(506), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [64] = { - [sym_export_statement] = STATE(47), - [sym_declaration] = STATE(47), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_for_in_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_try_statement] = STATE(47), - [sym_with_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_debugger_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_throw_statement] = STATE(47), - [sym_empty_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(47), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(490), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(64), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(508), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [65] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(492), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(65), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(60), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(510), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [66] = { - [sym_export_statement] = STATE(50), - [sym_declaration] = STATE(50), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_for_in_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_with_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_debugger_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_throw_statement] = STATE(50), - [sym_empty_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(50), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(494), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(66), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(64), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(512), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [67] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(67), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(496), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(514), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [68] = { - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(15), - [sym_if_statement] = STATE(15), - [sym_switch_statement] = STATE(15), - [sym_for_statement] = STATE(15), - [sym_for_in_statement] = STATE(15), - [sym_while_statement] = STATE(15), - [sym_do_statement] = STATE(15), - [sym_try_statement] = STATE(15), - [sym_with_statement] = STATE(15), - [sym_break_statement] = STATE(15), - [sym_continue_statement] = STATE(15), - [sym_debugger_statement] = STATE(15), - [sym_return_statement] = STATE(15), - [sym_throw_statement] = STATE(15), - [sym_empty_statement] = STATE(15), - [sym_labeled_statement] = STATE(15), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(1827), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_LBRACE] = ACTIONS(13), - [anon_sym_RBRACE] = ACTIONS(498), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(958), + [sym_declaration] = STATE(958), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(958), + [sym_expression_statement] = STATE(958), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(958), + [sym_if_statement] = STATE(958), + [sym_switch_statement] = STATE(958), + [sym_for_statement] = STATE(958), + [sym_for_in_statement] = STATE(958), + [sym_while_statement] = STATE(958), + [sym_do_statement] = STATE(958), + [sym_try_statement] = STATE(958), + [sym_with_statement] = STATE(958), + [sym_break_statement] = STATE(958), + [sym_continue_statement] = STATE(958), + [sym_debugger_statement] = STATE(958), + [sym_return_statement] = STATE(958), + [sym_throw_statement] = STATE(958), + [sym_empty_statement] = STATE(958), + [sym_labeled_statement] = STATE(958), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(68), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_program_repeat1] = STATE(25), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_RBRACE] = ACTIONS(516), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [69] = { - [sym_export_statement] = STATE(809), - [sym_declaration] = STATE(809), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(809), - [sym_expression_statement] = STATE(809), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(809), - [sym_if_statement] = STATE(809), - [sym_switch_statement] = STATE(809), - [sym_for_statement] = STATE(809), - [sym_for_in_statement] = STATE(809), - [sym_while_statement] = STATE(809), - [sym_do_statement] = STATE(809), - [sym_try_statement] = STATE(809), - [sym_with_statement] = STATE(809), - [sym_break_statement] = STATE(809), - [sym_continue_statement] = STATE(809), - [sym_debugger_statement] = STATE(809), - [sym_return_statement] = STATE(809), - [sym_throw_statement] = STATE(809), - [sym_empty_statement] = STATE(809), - [sym_labeled_statement] = STATE(809), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(748), + [sym_declaration] = STATE(748), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(748), + [sym_expression_statement] = STATE(748), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(748), + [sym_if_statement] = STATE(748), + [sym_switch_statement] = STATE(748), + [sym_for_statement] = STATE(748), + [sym_for_in_statement] = STATE(748), + [sym_while_statement] = STATE(748), + [sym_do_statement] = STATE(748), + [sym_try_statement] = STATE(748), + [sym_with_statement] = STATE(748), + [sym_break_statement] = STATE(748), + [sym_continue_statement] = STATE(748), + [sym_debugger_statement] = STATE(748), + [sym_return_statement] = STATE(748), + [sym_throw_statement] = STATE(748), + [sym_empty_statement] = STATE(748), + [sym_labeled_statement] = STATE(748), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(69), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [70] = { - [sym_export_statement] = STATE(2612), - [sym_declaration] = STATE(2612), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2612), - [sym_expression_statement] = STATE(2612), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2612), - [sym_if_statement] = STATE(2612), - [sym_switch_statement] = STATE(2612), - [sym_for_statement] = STATE(2612), - [sym_for_in_statement] = STATE(2612), - [sym_while_statement] = STATE(2612), - [sym_do_statement] = STATE(2612), - [sym_try_statement] = STATE(2612), - [sym_with_statement] = STATE(2612), - [sym_break_statement] = STATE(2612), - [sym_continue_statement] = STATE(2612), - [sym_debugger_statement] = STATE(2612), - [sym_return_statement] = STATE(2612), - [sym_throw_statement] = STATE(2612), - [sym_empty_statement] = STATE(2612), - [sym_labeled_statement] = STATE(2612), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(2713), + [sym_declaration] = STATE(2713), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2713), + [sym_expression_statement] = STATE(2713), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2713), + [sym_if_statement] = STATE(2713), + [sym_switch_statement] = STATE(2713), + [sym_for_statement] = STATE(2713), + [sym_for_in_statement] = STATE(2713), + [sym_while_statement] = STATE(2713), + [sym_do_statement] = STATE(2713), + [sym_try_statement] = STATE(2713), + [sym_with_statement] = STATE(2713), + [sym_break_statement] = STATE(2713), + [sym_continue_statement] = STATE(2713), + [sym_debugger_statement] = STATE(2713), + [sym_return_statement] = STATE(2713), + [sym_throw_statement] = STATE(2713), + [sym_empty_statement] = STATE(2713), + [sym_labeled_statement] = STATE(2713), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(70), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [71] = { - [sym_export_statement] = STATE(876), - [sym_declaration] = STATE(876), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(876), - [sym_expression_statement] = STATE(876), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(876), - [sym_if_statement] = STATE(876), - [sym_switch_statement] = STATE(876), - [sym_for_statement] = STATE(876), - [sym_for_in_statement] = STATE(876), - [sym_while_statement] = STATE(876), - [sym_do_statement] = STATE(876), - [sym_try_statement] = STATE(876), - [sym_with_statement] = STATE(876), - [sym_break_statement] = STATE(876), - [sym_continue_statement] = STATE(876), - [sym_debugger_statement] = STATE(876), - [sym_return_statement] = STATE(876), - [sym_throw_statement] = STATE(876), - [sym_empty_statement] = STATE(876), - [sym_labeled_statement] = STATE(876), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(950), + [sym_declaration] = STATE(951), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(904), + [sym_expression_statement] = STATE(960), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(962), + [sym_if_statement] = STATE(964), + [sym_switch_statement] = STATE(905), + [sym_for_statement] = STATE(970), + [sym_for_in_statement] = STATE(972), + [sym_while_statement] = STATE(975), + [sym_do_statement] = STATE(977), + [sym_try_statement] = STATE(980), + [sym_with_statement] = STATE(982), + [sym_break_statement] = STATE(983), + [sym_continue_statement] = STATE(987), + [sym_debugger_statement] = STATE(989), + [sym_return_statement] = STATE(993), + [sym_throw_statement] = STATE(996), + [sym_empty_statement] = STATE(997), + [sym_labeled_statement] = STATE(1001), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(71), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [72] = { - [sym_export_statement] = STATE(555), - [sym_declaration] = STATE(556), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(557), - [sym_expression_statement] = STATE(559), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(563), - [sym_if_statement] = STATE(565), - [sym_switch_statement] = STATE(570), - [sym_for_statement] = STATE(572), - [sym_for_in_statement] = STATE(573), - [sym_while_statement] = STATE(575), - [sym_do_statement] = STATE(577), - [sym_try_statement] = STATE(578), - [sym_with_statement] = STATE(580), - [sym_break_statement] = STATE(581), - [sym_continue_statement] = STATE(584), - [sym_debugger_statement] = STATE(585), - [sym_return_statement] = STATE(587), - [sym_throw_statement] = STATE(589), - [sym_empty_statement] = STATE(590), - [sym_labeled_statement] = STATE(591), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(2574), + [sym_declaration] = STATE(2561), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2559), + [sym_expression_statement] = STATE(2529), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2526), + [sym_if_statement] = STATE(2503), + [sym_switch_statement] = STATE(2501), + [sym_for_statement] = STATE(2491), + [sym_for_in_statement] = STATE(2485), + [sym_while_statement] = STATE(2480), + [sym_do_statement] = STATE(2478), + [sym_try_statement] = STATE(2466), + [sym_with_statement] = STATE(2462), + [sym_break_statement] = STATE(2458), + [sym_continue_statement] = STATE(2454), + [sym_debugger_statement] = STATE(2399), + [sym_return_statement] = STATE(2418), + [sym_throw_statement] = STATE(2416), + [sym_empty_statement] = STATE(2412), + [sym_labeled_statement] = STATE(2403), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(72), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [73] = { - [sym_export_statement] = STATE(593), - [sym_declaration] = STATE(593), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(593), - [sym_if_statement] = STATE(593), - [sym_switch_statement] = STATE(593), - [sym_for_statement] = STATE(593), - [sym_for_in_statement] = STATE(593), - [sym_while_statement] = STATE(593), - [sym_do_statement] = STATE(593), - [sym_try_statement] = STATE(593), - [sym_with_statement] = STATE(593), - [sym_break_statement] = STATE(593), - [sym_continue_statement] = STATE(593), - [sym_debugger_statement] = STATE(593), - [sym_return_statement] = STATE(593), - [sym_throw_statement] = STATE(593), - [sym_empty_statement] = STATE(593), - [sym_labeled_statement] = STATE(593), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(2754), + [sym_declaration] = STATE(2754), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2754), + [sym_expression_statement] = STATE(2754), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2754), + [sym_if_statement] = STATE(2754), + [sym_switch_statement] = STATE(2754), + [sym_for_statement] = STATE(2754), + [sym_for_in_statement] = STATE(2754), + [sym_while_statement] = STATE(2754), + [sym_do_statement] = STATE(2754), + [sym_try_statement] = STATE(2754), + [sym_with_statement] = STATE(2754), + [sym_break_statement] = STATE(2754), + [sym_continue_statement] = STATE(2754), + [sym_debugger_statement] = STATE(2754), + [sym_return_statement] = STATE(2754), + [sym_throw_statement] = STATE(2754), + [sym_empty_statement] = STATE(2754), + [sym_labeled_statement] = STATE(2754), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(73), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [74] = { - [sym_export_statement] = STATE(596), - [sym_declaration] = STATE(596), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(596), - [sym_expression_statement] = STATE(596), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(596), - [sym_if_statement] = STATE(596), - [sym_switch_statement] = STATE(596), - [sym_for_statement] = STATE(596), - [sym_for_in_statement] = STATE(596), - [sym_while_statement] = STATE(596), - [sym_do_statement] = STATE(596), - [sym_try_statement] = STATE(596), - [sym_with_statement] = STATE(596), - [sym_break_statement] = STATE(596), - [sym_continue_statement] = STATE(596), - [sym_debugger_statement] = STATE(596), - [sym_return_statement] = STATE(596), - [sym_throw_statement] = STATE(596), - [sym_empty_statement] = STATE(596), - [sym_labeled_statement] = STATE(596), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(2744), + [sym_declaration] = STATE(2744), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2744), + [sym_expression_statement] = STATE(2744), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2744), + [sym_if_statement] = STATE(2744), + [sym_switch_statement] = STATE(2744), + [sym_for_statement] = STATE(2744), + [sym_for_in_statement] = STATE(2744), + [sym_while_statement] = STATE(2744), + [sym_do_statement] = STATE(2744), + [sym_try_statement] = STATE(2744), + [sym_with_statement] = STATE(2744), + [sym_break_statement] = STATE(2744), + [sym_continue_statement] = STATE(2744), + [sym_debugger_statement] = STATE(2744), + [sym_return_statement] = STATE(2744), + [sym_throw_statement] = STATE(2744), + [sym_empty_statement] = STATE(2744), + [sym_labeled_statement] = STATE(2744), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(74), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [75] = { - [sym_export_statement] = STATE(624), - [sym_declaration] = STATE(625), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(626), - [sym_expression_statement] = STATE(630), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(571), - [sym_if_statement] = STATE(514), - [sym_switch_statement] = STATE(515), - [sym_for_statement] = STATE(636), - [sym_for_in_statement] = STATE(637), - [sym_while_statement] = STATE(638), - [sym_do_statement] = STATE(513), - [sym_try_statement] = STATE(658), - [sym_with_statement] = STATE(657), - [sym_break_statement] = STATE(656), - [sym_continue_statement] = STATE(655), - [sym_debugger_statement] = STATE(654), - [sym_return_statement] = STATE(652), - [sym_throw_statement] = STATE(651), - [sym_empty_statement] = STATE(650), - [sym_labeled_statement] = STATE(512), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(817), + [sym_declaration] = STATE(810), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(808), + [sym_expression_statement] = STATE(805), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(804), + [sym_if_statement] = STATE(796), + [sym_switch_statement] = STATE(787), + [sym_for_statement] = STATE(774), + [sym_for_in_statement] = STATE(772), + [sym_while_statement] = STATE(761), + [sym_do_statement] = STATE(758), + [sym_try_statement] = STATE(754), + [sym_with_statement] = STATE(749), + [sym_break_statement] = STATE(740), + [sym_continue_statement] = STATE(738), + [sym_debugger_statement] = STATE(725), + [sym_return_statement] = STATE(695), + [sym_throw_statement] = STATE(899), + [sym_empty_statement] = STATE(707), + [sym_labeled_statement] = STATE(825), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(75), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [76] = { - [sym_export_statement] = STATE(642), - [sym_declaration] = STATE(642), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(642), - [sym_expression_statement] = STATE(642), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(642), - [sym_if_statement] = STATE(642), - [sym_switch_statement] = STATE(642), - [sym_for_statement] = STATE(642), - [sym_for_in_statement] = STATE(642), - [sym_while_statement] = STATE(642), - [sym_do_statement] = STATE(642), - [sym_try_statement] = STATE(642), - [sym_with_statement] = STATE(642), - [sym_break_statement] = STATE(642), - [sym_continue_statement] = STATE(642), - [sym_debugger_statement] = STATE(642), - [sym_return_statement] = STATE(642), - [sym_throw_statement] = STATE(642), - [sym_empty_statement] = STATE(642), - [sym_labeled_statement] = STATE(642), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(720), + [sym_declaration] = STATE(720), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(720), + [sym_expression_statement] = STATE(720), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(720), + [sym_if_statement] = STATE(720), + [sym_switch_statement] = STATE(720), + [sym_for_statement] = STATE(720), + [sym_for_in_statement] = STATE(720), + [sym_while_statement] = STATE(720), + [sym_do_statement] = STATE(720), + [sym_try_statement] = STATE(720), + [sym_with_statement] = STATE(720), + [sym_break_statement] = STATE(720), + [sym_continue_statement] = STATE(720), + [sym_debugger_statement] = STATE(720), + [sym_return_statement] = STATE(720), + [sym_throw_statement] = STATE(720), + [sym_empty_statement] = STATE(720), + [sym_labeled_statement] = STATE(720), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(76), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [77] = { - [sym_export_statement] = STATE(620), - [sym_declaration] = STATE(620), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(620), - [sym_expression_statement] = STATE(620), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(620), - [sym_if_statement] = STATE(620), - [sym_switch_statement] = STATE(620), - [sym_for_statement] = STATE(620), - [sym_for_in_statement] = STATE(620), - [sym_while_statement] = STATE(620), - [sym_do_statement] = STATE(620), - [sym_try_statement] = STATE(620), - [sym_with_statement] = STATE(620), - [sym_break_statement] = STATE(620), - [sym_continue_statement] = STATE(620), - [sym_debugger_statement] = STATE(620), - [sym_return_statement] = STATE(620), - [sym_throw_statement] = STATE(620), - [sym_empty_statement] = STATE(620), - [sym_labeled_statement] = STATE(620), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(956), + [sym_declaration] = STATE(956), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(956), + [sym_expression_statement] = STATE(956), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(956), + [sym_if_statement] = STATE(956), + [sym_switch_statement] = STATE(956), + [sym_for_statement] = STATE(956), + [sym_for_in_statement] = STATE(956), + [sym_while_statement] = STATE(956), + [sym_do_statement] = STATE(956), + [sym_try_statement] = STATE(956), + [sym_with_statement] = STATE(956), + [sym_break_statement] = STATE(956), + [sym_continue_statement] = STATE(956), + [sym_debugger_statement] = STATE(956), + [sym_return_statement] = STATE(956), + [sym_throw_statement] = STATE(956), + [sym_empty_statement] = STATE(956), + [sym_labeled_statement] = STATE(956), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(77), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [78] = { - [sym_export_statement] = STATE(601), - [sym_declaration] = STATE(601), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(601), - [sym_expression_statement] = STATE(601), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(601), - [sym_if_statement] = STATE(601), - [sym_switch_statement] = STATE(601), - [sym_for_statement] = STATE(601), - [sym_for_in_statement] = STATE(601), - [sym_while_statement] = STATE(601), - [sym_do_statement] = STATE(601), - [sym_try_statement] = STATE(601), - [sym_with_statement] = STATE(601), - [sym_break_statement] = STATE(601), - [sym_continue_statement] = STATE(601), - [sym_debugger_statement] = STATE(601), - [sym_return_statement] = STATE(601), - [sym_throw_statement] = STATE(601), - [sym_empty_statement] = STATE(601), - [sym_labeled_statement] = STATE(601), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(733), + [sym_declaration] = STATE(733), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(733), + [sym_expression_statement] = STATE(733), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(733), + [sym_if_statement] = STATE(733), + [sym_switch_statement] = STATE(733), + [sym_for_statement] = STATE(733), + [sym_for_in_statement] = STATE(733), + [sym_while_statement] = STATE(733), + [sym_do_statement] = STATE(733), + [sym_try_statement] = STATE(733), + [sym_with_statement] = STATE(733), + [sym_break_statement] = STATE(733), + [sym_continue_statement] = STATE(733), + [sym_debugger_statement] = STATE(733), + [sym_return_statement] = STATE(733), + [sym_throw_statement] = STATE(733), + [sym_empty_statement] = STATE(733), + [sym_labeled_statement] = STATE(733), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(78), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [79] = { - [sym_export_statement] = STATE(612), - [sym_declaration] = STATE(612), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(612), - [sym_expression_statement] = STATE(612), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(612), - [sym_if_statement] = STATE(612), - [sym_switch_statement] = STATE(612), - [sym_for_statement] = STATE(612), - [sym_for_in_statement] = STATE(612), - [sym_while_statement] = STATE(612), - [sym_do_statement] = STATE(612), - [sym_try_statement] = STATE(612), - [sym_with_statement] = STATE(612), - [sym_break_statement] = STATE(612), - [sym_continue_statement] = STATE(612), - [sym_debugger_statement] = STATE(612), - [sym_return_statement] = STATE(612), - [sym_throw_statement] = STATE(612), - [sym_empty_statement] = STATE(612), - [sym_labeled_statement] = STATE(612), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(2777), + [sym_declaration] = STATE(2777), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2777), + [sym_expression_statement] = STATE(2777), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2777), + [sym_if_statement] = STATE(2777), + [sym_switch_statement] = STATE(2777), + [sym_for_statement] = STATE(2777), + [sym_for_in_statement] = STATE(2777), + [sym_while_statement] = STATE(2777), + [sym_do_statement] = STATE(2777), + [sym_try_statement] = STATE(2777), + [sym_with_statement] = STATE(2777), + [sym_break_statement] = STATE(2777), + [sym_continue_statement] = STATE(2777), + [sym_debugger_statement] = STATE(2777), + [sym_return_statement] = STATE(2777), + [sym_throw_statement] = STATE(2777), + [sym_empty_statement] = STATE(2777), + [sym_labeled_statement] = STATE(2777), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(79), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [80] = { - [sym_export_statement] = STATE(754), - [sym_declaration] = STATE(754), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(754), - [sym_expression_statement] = STATE(754), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(754), - [sym_if_statement] = STATE(754), - [sym_switch_statement] = STATE(754), - [sym_for_statement] = STATE(754), - [sym_for_in_statement] = STATE(754), - [sym_while_statement] = STATE(754), - [sym_do_statement] = STATE(754), - [sym_try_statement] = STATE(754), - [sym_with_statement] = STATE(754), - [sym_break_statement] = STATE(754), - [sym_continue_statement] = STATE(754), - [sym_debugger_statement] = STATE(754), - [sym_return_statement] = STATE(754), - [sym_throw_statement] = STATE(754), - [sym_empty_statement] = STATE(754), - [sym_labeled_statement] = STATE(754), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(2276), + [sym_declaration] = STATE(2276), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2276), + [sym_expression_statement] = STATE(2276), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2276), + [sym_if_statement] = STATE(2276), + [sym_switch_statement] = STATE(2276), + [sym_for_statement] = STATE(2276), + [sym_for_in_statement] = STATE(2276), + [sym_while_statement] = STATE(2276), + [sym_do_statement] = STATE(2276), + [sym_try_statement] = STATE(2276), + [sym_with_statement] = STATE(2276), + [sym_break_statement] = STATE(2276), + [sym_continue_statement] = STATE(2276), + [sym_debugger_statement] = STATE(2276), + [sym_return_statement] = STATE(2276), + [sym_throw_statement] = STATE(2276), + [sym_empty_statement] = STATE(2276), + [sym_labeled_statement] = STATE(2276), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(80), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [81] = { - [sym_export_statement] = STATE(836), - [sym_declaration] = STATE(836), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(836), - [sym_expression_statement] = STATE(836), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(836), - [sym_if_statement] = STATE(836), - [sym_switch_statement] = STATE(836), - [sym_for_statement] = STATE(836), - [sym_for_in_statement] = STATE(836), - [sym_while_statement] = STATE(836), - [sym_do_statement] = STATE(836), - [sym_try_statement] = STATE(836), - [sym_with_statement] = STATE(836), - [sym_break_statement] = STATE(836), - [sym_continue_statement] = STATE(836), - [sym_debugger_statement] = STATE(836), - [sym_return_statement] = STATE(836), - [sym_throw_statement] = STATE(836), - [sym_empty_statement] = STATE(836), - [sym_labeled_statement] = STATE(836), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(820), + [sym_declaration] = STATE(820), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(820), + [sym_expression_statement] = STATE(820), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(820), + [sym_if_statement] = STATE(820), + [sym_switch_statement] = STATE(820), + [sym_for_statement] = STATE(820), + [sym_for_in_statement] = STATE(820), + [sym_while_statement] = STATE(820), + [sym_do_statement] = STATE(820), + [sym_try_statement] = STATE(820), + [sym_with_statement] = STATE(820), + [sym_break_statement] = STATE(820), + [sym_continue_statement] = STATE(820), + [sym_debugger_statement] = STATE(820), + [sym_return_statement] = STATE(820), + [sym_throw_statement] = STATE(820), + [sym_empty_statement] = STATE(820), + [sym_labeled_statement] = STATE(820), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(81), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [82] = { - [sym_export_statement] = STATE(744), - [sym_declaration] = STATE(744), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(744), - [sym_expression_statement] = STATE(744), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(744), - [sym_if_statement] = STATE(744), - [sym_switch_statement] = STATE(744), - [sym_for_statement] = STATE(744), - [sym_for_in_statement] = STATE(744), - [sym_while_statement] = STATE(744), - [sym_do_statement] = STATE(744), - [sym_try_statement] = STATE(744), - [sym_with_statement] = STATE(744), - [sym_break_statement] = STATE(744), - [sym_continue_statement] = STATE(744), - [sym_debugger_statement] = STATE(744), - [sym_return_statement] = STATE(744), - [sym_throw_statement] = STATE(744), - [sym_empty_statement] = STATE(744), - [sym_labeled_statement] = STATE(744), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(762), + [sym_declaration] = STATE(768), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(776), + [sym_expression_statement] = STATE(771), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(678), + [sym_if_statement] = STATE(782), + [sym_switch_statement] = STATE(784), + [sym_for_statement] = STATE(786), + [sym_for_in_statement] = STATE(789), + [sym_while_statement] = STATE(790), + [sym_do_statement] = STATE(679), + [sym_try_statement] = STATE(792), + [sym_with_statement] = STATE(793), + [sym_break_statement] = STATE(795), + [sym_continue_statement] = STATE(797), + [sym_debugger_statement] = STATE(802), + [sym_return_statement] = STATE(809), + [sym_throw_statement] = STATE(811), + [sym_empty_statement] = STATE(815), + [sym_labeled_statement] = STATE(816), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(82), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [83] = { - [sym_export_statement] = STATE(2659), - [sym_declaration] = STATE(2659), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2659), - [sym_expression_statement] = STATE(2659), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2659), - [sym_if_statement] = STATE(2659), - [sym_switch_statement] = STATE(2659), - [sym_for_statement] = STATE(2659), - [sym_for_in_statement] = STATE(2659), - [sym_while_statement] = STATE(2659), - [sym_do_statement] = STATE(2659), - [sym_try_statement] = STATE(2659), - [sym_with_statement] = STATE(2659), - [sym_break_statement] = STATE(2659), - [sym_continue_statement] = STATE(2659), - [sym_debugger_statement] = STATE(2659), - [sym_return_statement] = STATE(2659), - [sym_throw_statement] = STATE(2659), - [sym_empty_statement] = STATE(2659), - [sym_labeled_statement] = STATE(2659), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(990), + [sym_declaration] = STATE(990), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(990), + [sym_expression_statement] = STATE(990), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_switch_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_for_in_statement] = STATE(990), + [sym_while_statement] = STATE(990), + [sym_do_statement] = STATE(990), + [sym_try_statement] = STATE(990), + [sym_with_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_debugger_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_throw_statement] = STATE(990), + [sym_empty_statement] = STATE(990), + [sym_labeled_statement] = STATE(990), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(83), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [84] = { - [sym_export_statement] = STATE(2322), - [sym_declaration] = STATE(2319), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2318), - [sym_expression_statement] = STATE(2313), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2312), - [sym_if_statement] = STATE(2311), - [sym_switch_statement] = STATE(2310), - [sym_for_statement] = STATE(2300), - [sym_for_in_statement] = STATE(2296), - [sym_while_statement] = STATE(2295), - [sym_do_statement] = STATE(2288), - [sym_try_statement] = STATE(2286), - [sym_with_statement] = STATE(2283), - [sym_break_statement] = STATE(2281), - [sym_continue_statement] = STATE(2276), - [sym_debugger_statement] = STATE(2275), - [sym_return_statement] = STATE(2274), - [sym_throw_statement] = STATE(2273), - [sym_empty_statement] = STATE(2272), - [sym_labeled_statement] = STATE(2269), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(757), + [sym_declaration] = STATE(757), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(757), + [sym_expression_statement] = STATE(757), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(757), + [sym_if_statement] = STATE(757), + [sym_switch_statement] = STATE(757), + [sym_for_statement] = STATE(757), + [sym_for_in_statement] = STATE(757), + [sym_while_statement] = STATE(757), + [sym_do_statement] = STATE(757), + [sym_try_statement] = STATE(757), + [sym_with_statement] = STATE(757), + [sym_break_statement] = STATE(757), + [sym_continue_statement] = STATE(757), + [sym_debugger_statement] = STATE(757), + [sym_return_statement] = STATE(757), + [sym_throw_statement] = STATE(757), + [sym_empty_statement] = STATE(757), + [sym_labeled_statement] = STATE(757), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(84), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [85] = { - [sym_export_statement] = STATE(487), - [sym_declaration] = STATE(487), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(487), - [sym_expression_statement] = STATE(487), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(487), - [sym_if_statement] = STATE(487), - [sym_switch_statement] = STATE(487), - [sym_for_statement] = STATE(487), - [sym_for_in_statement] = STATE(487), - [sym_while_statement] = STATE(487), - [sym_do_statement] = STATE(487), - [sym_try_statement] = STATE(487), - [sym_with_statement] = STATE(487), - [sym_break_statement] = STATE(487), - [sym_continue_statement] = STATE(487), - [sym_debugger_statement] = STATE(487), - [sym_return_statement] = STATE(487), - [sym_throw_statement] = STATE(487), - [sym_empty_statement] = STATE(487), - [sym_labeled_statement] = STATE(487), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(903), + [sym_declaration] = STATE(903), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(903), + [sym_expression_statement] = STATE(903), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(903), + [sym_if_statement] = STATE(903), + [sym_switch_statement] = STATE(903), + [sym_for_statement] = STATE(903), + [sym_for_in_statement] = STATE(903), + [sym_while_statement] = STATE(903), + [sym_do_statement] = STATE(903), + [sym_try_statement] = STATE(903), + [sym_with_statement] = STATE(903), + [sym_break_statement] = STATE(903), + [sym_continue_statement] = STATE(903), + [sym_debugger_statement] = STATE(903), + [sym_return_statement] = STATE(903), + [sym_throw_statement] = STATE(903), + [sym_empty_statement] = STATE(903), + [sym_labeled_statement] = STATE(903), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(85), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [86] = { - [sym_export_statement] = STATE(807), - [sym_declaration] = STATE(814), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(834), - [sym_expression_statement] = STATE(840), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(842), - [sym_if_statement] = STATE(846), - [sym_switch_statement] = STATE(672), - [sym_for_statement] = STATE(872), - [sym_for_in_statement] = STATE(871), - [sym_while_statement] = STATE(870), - [sym_do_statement] = STATE(869), - [sym_try_statement] = STATE(867), - [sym_with_statement] = STATE(866), - [sym_break_statement] = STATE(864), - [sym_continue_statement] = STATE(862), - [sym_debugger_statement] = STATE(693), - [sym_return_statement] = STATE(860), - [sym_throw_statement] = STATE(859), - [sym_empty_statement] = STATE(858), - [sym_labeled_statement] = STATE(857), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(751), + [sym_declaration] = STATE(751), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(751), + [sym_expression_statement] = STATE(751), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(751), + [sym_if_statement] = STATE(751), + [sym_switch_statement] = STATE(751), + [sym_for_statement] = STATE(751), + [sym_for_in_statement] = STATE(751), + [sym_while_statement] = STATE(751), + [sym_do_statement] = STATE(751), + [sym_try_statement] = STATE(751), + [sym_with_statement] = STATE(751), + [sym_break_statement] = STATE(751), + [sym_continue_statement] = STATE(751), + [sym_debugger_statement] = STATE(751), + [sym_return_statement] = STATE(751), + [sym_throw_statement] = STATE(751), + [sym_empty_statement] = STATE(751), + [sym_labeled_statement] = STATE(751), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(86), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [87] = { - [sym_export_statement] = STATE(2680), - [sym_declaration] = STATE(2680), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2680), - [sym_expression_statement] = STATE(2680), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2680), - [sym_if_statement] = STATE(2680), - [sym_switch_statement] = STATE(2680), - [sym_for_statement] = STATE(2680), - [sym_for_in_statement] = STATE(2680), - [sym_while_statement] = STATE(2680), - [sym_do_statement] = STATE(2680), - [sym_try_statement] = STATE(2680), - [sym_with_statement] = STATE(2680), - [sym_break_statement] = STATE(2680), - [sym_continue_statement] = STATE(2680), - [sym_debugger_statement] = STATE(2680), - [sym_return_statement] = STATE(2680), - [sym_throw_statement] = STATE(2680), - [sym_empty_statement] = STATE(2680), - [sym_labeled_statement] = STATE(2680), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(2364), + [sym_declaration] = STATE(2364), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2364), + [sym_expression_statement] = STATE(2364), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2364), + [sym_if_statement] = STATE(2364), + [sym_switch_statement] = STATE(2364), + [sym_for_statement] = STATE(2364), + [sym_for_in_statement] = STATE(2364), + [sym_while_statement] = STATE(2364), + [sym_do_statement] = STATE(2364), + [sym_try_statement] = STATE(2364), + [sym_with_statement] = STATE(2364), + [sym_break_statement] = STATE(2364), + [sym_continue_statement] = STATE(2364), + [sym_debugger_statement] = STATE(2364), + [sym_return_statement] = STATE(2364), + [sym_throw_statement] = STATE(2364), + [sym_empty_statement] = STATE(2364), + [sym_labeled_statement] = STATE(2364), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(87), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [88] = { - [sym_export_statement] = STATE(2127), - [sym_declaration] = STATE(2127), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2127), - [sym_expression_statement] = STATE(2127), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2127), - [sym_if_statement] = STATE(2127), - [sym_switch_statement] = STATE(2127), - [sym_for_statement] = STATE(2127), - [sym_for_in_statement] = STATE(2127), - [sym_while_statement] = STATE(2127), - [sym_do_statement] = STATE(2127), - [sym_try_statement] = STATE(2127), - [sym_with_statement] = STATE(2127), - [sym_break_statement] = STATE(2127), - [sym_continue_statement] = STATE(2127), - [sym_debugger_statement] = STATE(2127), - [sym_return_statement] = STATE(2127), - [sym_throw_statement] = STATE(2127), - [sym_empty_statement] = STATE(2127), - [sym_labeled_statement] = STATE(2127), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(726), + [sym_declaration] = STATE(726), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(726), + [sym_expression_statement] = STATE(726), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(726), + [sym_if_statement] = STATE(726), + [sym_switch_statement] = STATE(726), + [sym_for_statement] = STATE(726), + [sym_for_in_statement] = STATE(726), + [sym_while_statement] = STATE(726), + [sym_do_statement] = STATE(726), + [sym_try_statement] = STATE(726), + [sym_with_statement] = STATE(726), + [sym_break_statement] = STATE(726), + [sym_continue_statement] = STATE(726), + [sym_debugger_statement] = STATE(726), + [sym_return_statement] = STATE(726), + [sym_throw_statement] = STATE(726), + [sym_empty_statement] = STATE(726), + [sym_labeled_statement] = STATE(726), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(88), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [89] = { - [sym_export_statement] = STATE(2657), - [sym_declaration] = STATE(2657), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2657), - [sym_expression_statement] = STATE(2657), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2657), - [sym_if_statement] = STATE(2657), - [sym_switch_statement] = STATE(2657), - [sym_for_statement] = STATE(2657), - [sym_for_in_statement] = STATE(2657), - [sym_while_statement] = STATE(2657), - [sym_do_statement] = STATE(2657), - [sym_try_statement] = STATE(2657), - [sym_with_statement] = STATE(2657), - [sym_break_statement] = STATE(2657), - [sym_continue_statement] = STATE(2657), - [sym_debugger_statement] = STATE(2657), - [sym_return_statement] = STATE(2657), - [sym_throw_statement] = STATE(2657), - [sym_empty_statement] = STATE(2657), - [sym_labeled_statement] = STATE(2657), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(712), + [sym_declaration] = STATE(712), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(712), + [sym_expression_statement] = STATE(712), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(712), + [sym_if_statement] = STATE(712), + [sym_switch_statement] = STATE(712), + [sym_for_statement] = STATE(712), + [sym_for_in_statement] = STATE(712), + [sym_while_statement] = STATE(712), + [sym_do_statement] = STATE(712), + [sym_try_statement] = STATE(712), + [sym_with_statement] = STATE(712), + [sym_break_statement] = STATE(712), + [sym_continue_statement] = STATE(712), + [sym_debugger_statement] = STATE(712), + [sym_return_statement] = STATE(712), + [sym_throw_statement] = STATE(712), + [sym_empty_statement] = STATE(712), + [sym_labeled_statement] = STATE(712), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(89), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [90] = { - [sym_export_statement] = STATE(799), - [sym_declaration] = STATE(799), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(799), - [sym_expression_statement] = STATE(799), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(799), - [sym_if_statement] = STATE(799), - [sym_switch_statement] = STATE(799), - [sym_for_statement] = STATE(799), - [sym_for_in_statement] = STATE(799), - [sym_while_statement] = STATE(799), - [sym_do_statement] = STATE(799), - [sym_try_statement] = STATE(799), - [sym_with_statement] = STATE(799), - [sym_break_statement] = STATE(799), - [sym_continue_statement] = STATE(799), - [sym_debugger_statement] = STATE(799), - [sym_return_statement] = STATE(799), - [sym_throw_statement] = STATE(799), - [sym_empty_statement] = STATE(799), - [sym_labeled_statement] = STATE(799), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(495), + [sym_declaration] = STATE(495), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(495), + [sym_expression_statement] = STATE(495), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(495), + [sym_if_statement] = STATE(495), + [sym_switch_statement] = STATE(495), + [sym_for_statement] = STATE(495), + [sym_for_in_statement] = STATE(495), + [sym_while_statement] = STATE(495), + [sym_do_statement] = STATE(495), + [sym_try_statement] = STATE(495), + [sym_with_statement] = STATE(495), + [sym_break_statement] = STATE(495), + [sym_continue_statement] = STATE(495), + [sym_debugger_statement] = STATE(495), + [sym_return_statement] = STATE(495), + [sym_throw_statement] = STATE(495), + [sym_empty_statement] = STATE(495), + [sym_labeled_statement] = STATE(495), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(90), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [91] = { - [sym_export_statement] = STATE(2162), - [sym_declaration] = STATE(2162), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2162), - [sym_expression_statement] = STATE(2162), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2162), - [sym_if_statement] = STATE(2162), - [sym_switch_statement] = STATE(2162), - [sym_for_statement] = STATE(2162), - [sym_for_in_statement] = STATE(2162), - [sym_while_statement] = STATE(2162), - [sym_do_statement] = STATE(2162), - [sym_try_statement] = STATE(2162), - [sym_with_statement] = STATE(2162), - [sym_break_statement] = STATE(2162), - [sym_continue_statement] = STATE(2162), - [sym_debugger_statement] = STATE(2162), - [sym_return_statement] = STATE(2162), - [sym_throw_statement] = STATE(2162), - [sym_empty_statement] = STATE(2162), - [sym_labeled_statement] = STATE(2162), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(959), + [sym_declaration] = STATE(959), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(959), + [sym_expression_statement] = STATE(959), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(959), + [sym_if_statement] = STATE(959), + [sym_switch_statement] = STATE(959), + [sym_for_statement] = STATE(959), + [sym_for_in_statement] = STATE(959), + [sym_while_statement] = STATE(959), + [sym_do_statement] = STATE(959), + [sym_try_statement] = STATE(959), + [sym_with_statement] = STATE(959), + [sym_break_statement] = STATE(959), + [sym_continue_statement] = STATE(959), + [sym_debugger_statement] = STATE(959), + [sym_return_statement] = STATE(959), + [sym_throw_statement] = STATE(959), + [sym_empty_statement] = STATE(959), + [sym_labeled_statement] = STATE(959), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(91), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [92] = { - [sym_export_statement] = STATE(2510), - [sym_declaration] = STATE(2510), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2510), - [sym_expression_statement] = STATE(2510), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2510), - [sym_if_statement] = STATE(2510), - [sym_switch_statement] = STATE(2510), - [sym_for_statement] = STATE(2510), - [sym_for_in_statement] = STATE(2510), - [sym_while_statement] = STATE(2510), - [sym_do_statement] = STATE(2510), - [sym_try_statement] = STATE(2510), - [sym_with_statement] = STATE(2510), - [sym_break_statement] = STATE(2510), - [sym_continue_statement] = STATE(2510), - [sym_debugger_statement] = STATE(2510), - [sym_return_statement] = STATE(2510), - [sym_throw_statement] = STATE(2510), - [sym_empty_statement] = STATE(2510), - [sym_labeled_statement] = STATE(2510), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(2749), + [sym_declaration] = STATE(2749), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2749), + [sym_expression_statement] = STATE(2749), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2749), + [sym_if_statement] = STATE(2749), + [sym_switch_statement] = STATE(2749), + [sym_for_statement] = STATE(2749), + [sym_for_in_statement] = STATE(2749), + [sym_while_statement] = STATE(2749), + [sym_do_statement] = STATE(2749), + [sym_try_statement] = STATE(2749), + [sym_with_statement] = STATE(2749), + [sym_break_statement] = STATE(2749), + [sym_continue_statement] = STATE(2749), + [sym_debugger_statement] = STATE(2749), + [sym_return_statement] = STATE(2749), + [sym_throw_statement] = STATE(2749), + [sym_empty_statement] = STATE(2749), + [sym_labeled_statement] = STATE(2749), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(92), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [93] = { - [sym_export_statement] = STATE(2525), - [sym_declaration] = STATE(2525), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2525), - [sym_expression_statement] = STATE(2525), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2525), - [sym_if_statement] = STATE(2525), - [sym_switch_statement] = STATE(2525), - [sym_for_statement] = STATE(2525), - [sym_for_in_statement] = STATE(2525), - [sym_while_statement] = STATE(2525), - [sym_do_statement] = STATE(2525), - [sym_try_statement] = STATE(2525), - [sym_with_statement] = STATE(2525), - [sym_break_statement] = STATE(2525), - [sym_continue_statement] = STATE(2525), - [sym_debugger_statement] = STATE(2525), - [sym_return_statement] = STATE(2525), - [sym_throw_statement] = STATE(2525), - [sym_empty_statement] = STATE(2525), - [sym_labeled_statement] = STATE(2525), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(2750), + [sym_declaration] = STATE(2750), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2750), + [sym_expression_statement] = STATE(2750), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2750), + [sym_if_statement] = STATE(2750), + [sym_switch_statement] = STATE(2750), + [sym_for_statement] = STATE(2750), + [sym_for_in_statement] = STATE(2750), + [sym_while_statement] = STATE(2750), + [sym_do_statement] = STATE(2750), + [sym_try_statement] = STATE(2750), + [sym_with_statement] = STATE(2750), + [sym_break_statement] = STATE(2750), + [sym_continue_statement] = STATE(2750), + [sym_debugger_statement] = STATE(2750), + [sym_return_statement] = STATE(2750), + [sym_throw_statement] = STATE(2750), + [sym_empty_statement] = STATE(2750), + [sym_labeled_statement] = STATE(2750), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(93), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [94] = { - [sym_export_statement] = STATE(935), - [sym_declaration] = STATE(936), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(937), - [sym_expression_statement] = STATE(938), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(940), - [sym_if_statement] = STATE(941), - [sym_switch_statement] = STATE(945), - [sym_for_statement] = STATE(946), - [sym_for_in_statement] = STATE(947), - [sym_while_statement] = STATE(949), - [sym_do_statement] = STATE(951), - [sym_try_statement] = STATE(955), - [sym_with_statement] = STATE(956), - [sym_break_statement] = STATE(966), - [sym_continue_statement] = STATE(957), - [sym_debugger_statement] = STATE(962), - [sym_return_statement] = STATE(963), - [sym_throw_statement] = STATE(964), - [sym_empty_statement] = STATE(899), + [sym_export_statement] = STATE(900), + [sym_declaration] = STATE(900), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(900), + [sym_expression_statement] = STATE(900), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(900), + [sym_if_statement] = STATE(900), + [sym_switch_statement] = STATE(900), + [sym_for_statement] = STATE(900), + [sym_for_in_statement] = STATE(900), + [sym_while_statement] = STATE(900), + [sym_do_statement] = STATE(900), + [sym_try_statement] = STATE(900), + [sym_with_statement] = STATE(900), + [sym_break_statement] = STATE(900), + [sym_continue_statement] = STATE(900), + [sym_debugger_statement] = STATE(900), + [sym_return_statement] = STATE(900), + [sym_throw_statement] = STATE(900), + [sym_empty_statement] = STATE(900), [sym_labeled_statement] = STATE(900), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(94), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [95] = { - [sym_export_statement] = STATE(2622), - [sym_declaration] = STATE(2623), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2631), - [sym_expression_statement] = STATE(2632), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2635), - [sym_if_statement] = STATE(2643), - [sym_switch_statement] = STATE(2644), - [sym_for_statement] = STATE(2645), - [sym_for_in_statement] = STATE(2646), - [sym_while_statement] = STATE(2521), - [sym_do_statement] = STATE(2649), - [sym_try_statement] = STATE(2642), - [sym_with_statement] = STATE(2634), - [sym_break_statement] = STATE(2624), - [sym_continue_statement] = STATE(2613), - [sym_debugger_statement] = STATE(2602), - [sym_return_statement] = STATE(2569), - [sym_throw_statement] = STATE(2461), - [sym_empty_statement] = STATE(2650), - [sym_labeled_statement] = STATE(2529), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(727), + [sym_declaration] = STATE(727), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(727), + [sym_expression_statement] = STATE(727), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_statement_block] = STATE(727), + [sym_if_statement] = STATE(727), + [sym_switch_statement] = STATE(727), + [sym_for_statement] = STATE(727), + [sym_for_in_statement] = STATE(727), + [sym_while_statement] = STATE(727), + [sym_do_statement] = STATE(727), + [sym_try_statement] = STATE(727), + [sym_with_statement] = STATE(727), + [sym_break_statement] = STATE(727), + [sym_continue_statement] = STATE(727), + [sym_debugger_statement] = STATE(727), + [sym_return_statement] = STATE(727), + [sym_throw_statement] = STATE(727), + [sym_empty_statement] = STATE(727), + [sym_labeled_statement] = STATE(727), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2479), + [sym_string] = STATE(1384), + [sym_comment] = STATE(95), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1870), + [sym_identifier] = ACTIONS(284), + [anon_sym_export] = ACTIONS(286), + [anon_sym_LBRACE] = ACTIONS(290), + [anon_sym_import] = ACTIONS(292), + [anon_sym_with] = ACTIONS(294), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(298), + [anon_sym_const] = ACTIONS(300), + [anon_sym_if] = ACTIONS(302), + [anon_sym_switch] = ACTIONS(304), + [anon_sym_for] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(308), + [anon_sym_do] = ACTIONS(310), + [anon_sym_try] = ACTIONS(312), + [anon_sym_break] = ACTIONS(314), + [anon_sym_continue] = ACTIONS(316), + [anon_sym_debugger] = ACTIONS(318), + [anon_sym_return] = ACTIONS(320), + [anon_sym_throw] = ACTIONS(322), + [anon_sym_SEMI] = ACTIONS(324), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(328), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(332), + [anon_sym_get] = ACTIONS(332), + [anon_sym_set] = ACTIONS(332), + [sym_html_comment] = ACTIONS(5), }, [96] = { - [sym_export_statement] = STATE(2668), - [sym_declaration] = STATE(2668), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2668), - [sym_expression_statement] = STATE(2668), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2668), - [sym_if_statement] = STATE(2668), - [sym_switch_statement] = STATE(2668), - [sym_for_statement] = STATE(2668), - [sym_for_in_statement] = STATE(2668), - [sym_while_statement] = STATE(2668), - [sym_do_statement] = STATE(2668), - [sym_try_statement] = STATE(2668), - [sym_with_statement] = STATE(2668), - [sym_break_statement] = STATE(2668), - [sym_continue_statement] = STATE(2668), - [sym_debugger_statement] = STATE(2668), - [sym_return_statement] = STATE(2668), - [sym_throw_statement] = STATE(2668), - [sym_empty_statement] = STATE(2668), - [sym_labeled_statement] = STATE(2668), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(961), + [sym_declaration] = STATE(961), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(961), + [sym_expression_statement] = STATE(961), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(961), + [sym_if_statement] = STATE(961), + [sym_switch_statement] = STATE(961), + [sym_for_statement] = STATE(961), + [sym_for_in_statement] = STATE(961), + [sym_while_statement] = STATE(961), + [sym_do_statement] = STATE(961), + [sym_try_statement] = STATE(961), + [sym_with_statement] = STATE(961), + [sym_break_statement] = STATE(961), + [sym_continue_statement] = STATE(961), + [sym_debugger_statement] = STATE(961), + [sym_return_statement] = STATE(961), + [sym_throw_statement] = STATE(961), + [sym_empty_statement] = STATE(961), + [sym_labeled_statement] = STATE(961), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(96), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [97] = { - [sym_export_statement] = STATE(708), - [sym_declaration] = STATE(708), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(708), - [sym_expression_statement] = STATE(708), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(708), - [sym_if_statement] = STATE(708), - [sym_switch_statement] = STATE(708), - [sym_for_statement] = STATE(708), - [sym_for_in_statement] = STATE(708), - [sym_while_statement] = STATE(708), - [sym_do_statement] = STATE(708), - [sym_try_statement] = STATE(708), - [sym_with_statement] = STATE(708), - [sym_break_statement] = STATE(708), - [sym_continue_statement] = STATE(708), - [sym_debugger_statement] = STATE(708), - [sym_return_statement] = STATE(708), - [sym_throw_statement] = STATE(708), - [sym_empty_statement] = STATE(708), - [sym_labeled_statement] = STATE(708), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(487), + [sym_declaration] = STATE(487), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(487), + [sym_expression_statement] = STATE(487), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(487), + [sym_if_statement] = STATE(487), + [sym_switch_statement] = STATE(487), + [sym_for_statement] = STATE(487), + [sym_for_in_statement] = STATE(487), + [sym_while_statement] = STATE(487), + [sym_do_statement] = STATE(487), + [sym_try_statement] = STATE(487), + [sym_with_statement] = STATE(487), + [sym_break_statement] = STATE(487), + [sym_continue_statement] = STATE(487), + [sym_debugger_statement] = STATE(487), + [sym_return_statement] = STATE(487), + [sym_throw_statement] = STATE(487), + [sym_empty_statement] = STATE(487), + [sym_labeled_statement] = STATE(487), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(97), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [98] = { - [sym_export_statement] = STATE(706), - [sym_declaration] = STATE(710), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(738), - [sym_expression_statement] = STATE(739), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(741), - [sym_if_statement] = STATE(742), - [sym_switch_statement] = STATE(743), - [sym_for_statement] = STATE(748), - [sym_for_in_statement] = STATE(750), - [sym_while_statement] = STATE(755), - [sym_do_statement] = STATE(756), - [sym_try_statement] = STATE(758), - [sym_with_statement] = STATE(772), - [sym_break_statement] = STATE(774), - [sym_continue_statement] = STATE(781), - [sym_debugger_statement] = STATE(782), - [sym_return_statement] = STATE(786), - [sym_throw_statement] = STATE(787), - [sym_empty_statement] = STATE(789), - [sym_labeled_statement] = STATE(793), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(609), + [sym_declaration] = STATE(609), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(609), + [sym_expression_statement] = STATE(609), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(609), + [sym_if_statement] = STATE(609), + [sym_switch_statement] = STATE(609), + [sym_for_statement] = STATE(609), + [sym_for_in_statement] = STATE(609), + [sym_while_statement] = STATE(609), + [sym_do_statement] = STATE(609), + [sym_try_statement] = STATE(609), + [sym_with_statement] = STATE(609), + [sym_break_statement] = STATE(609), + [sym_continue_statement] = STATE(609), + [sym_debugger_statement] = STATE(609), + [sym_return_statement] = STATE(609), + [sym_throw_statement] = STATE(609), + [sym_empty_statement] = STATE(609), + [sym_labeled_statement] = STATE(609), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(98), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [99] = { - [sym_export_statement] = STATE(904), - [sym_declaration] = STATE(904), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(904), - [sym_expression_statement] = STATE(904), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(904), - [sym_if_statement] = STATE(904), - [sym_switch_statement] = STATE(904), - [sym_for_statement] = STATE(904), - [sym_for_in_statement] = STATE(904), - [sym_while_statement] = STATE(904), - [sym_do_statement] = STATE(904), - [sym_try_statement] = STATE(904), - [sym_with_statement] = STATE(904), - [sym_break_statement] = STATE(904), - [sym_continue_statement] = STATE(904), - [sym_debugger_statement] = STATE(904), - [sym_return_statement] = STATE(904), - [sym_throw_statement] = STATE(904), - [sym_empty_statement] = STATE(904), - [sym_labeled_statement] = STATE(904), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(887), + [sym_declaration] = STATE(886), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(885), + [sym_expression_statement] = STATE(882), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(881), + [sym_if_statement] = STATE(872), + [sym_switch_statement] = STATE(868), + [sym_for_statement] = STATE(867), + [sym_for_in_statement] = STATE(864), + [sym_while_statement] = STATE(860), + [sym_do_statement] = STATE(858), + [sym_try_statement] = STATE(856), + [sym_with_statement] = STATE(854), + [sym_break_statement] = STATE(851), + [sym_continue_statement] = STATE(850), + [sym_debugger_statement] = STATE(846), + [sym_return_statement] = STATE(845), + [sym_throw_statement] = STATE(844), + [sym_empty_statement] = STATE(843), + [sym_labeled_statement] = STATE(842), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(99), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [100] = { - [sym_export_statement] = STATE(2203), - [sym_declaration] = STATE(2203), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2203), - [sym_expression_statement] = STATE(2203), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2203), - [sym_if_statement] = STATE(2203), - [sym_switch_statement] = STATE(2203), - [sym_for_statement] = STATE(2203), - [sym_for_in_statement] = STATE(2203), - [sym_while_statement] = STATE(2203), - [sym_do_statement] = STATE(2203), - [sym_try_statement] = STATE(2203), - [sym_with_statement] = STATE(2203), - [sym_break_statement] = STATE(2203), - [sym_continue_statement] = STATE(2203), - [sym_debugger_statement] = STATE(2203), - [sym_return_statement] = STATE(2203), - [sym_throw_statement] = STATE(2203), - [sym_empty_statement] = STATE(2203), - [sym_labeled_statement] = STATE(2203), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(694), + [sym_declaration] = STATE(693), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(692), + [sym_expression_statement] = STATE(691), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(690), + [sym_if_statement] = STATE(688), + [sym_switch_statement] = STATE(687), + [sym_for_statement] = STATE(686), + [sym_for_in_statement] = STATE(685), + [sym_while_statement] = STATE(684), + [sym_do_statement] = STATE(683), + [sym_try_statement] = STATE(682), + [sym_with_statement] = STATE(681), + [sym_break_statement] = STATE(680), + [sym_continue_statement] = STATE(852), + [sym_debugger_statement] = STATE(744), + [sym_return_statement] = STATE(741), + [sym_throw_statement] = STATE(731), + [sym_empty_statement] = STATE(730), + [sym_labeled_statement] = STATE(728), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(100), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [101] = { - [sym_export_statement] = STATE(933), - [sym_declaration] = STATE(933), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(933), - [sym_expression_statement] = STATE(933), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(933), - [sym_if_statement] = STATE(933), - [sym_switch_statement] = STATE(933), - [sym_for_statement] = STATE(933), - [sym_for_in_statement] = STATE(933), - [sym_while_statement] = STATE(933), - [sym_do_statement] = STATE(933), - [sym_try_statement] = STATE(933), - [sym_with_statement] = STATE(933), - [sym_break_statement] = STATE(933), - [sym_continue_statement] = STATE(933), - [sym_debugger_statement] = STATE(933), - [sym_return_statement] = STATE(933), - [sym_throw_statement] = STATE(933), - [sym_empty_statement] = STATE(933), - [sym_labeled_statement] = STATE(933), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(926), + [sym_declaration] = STATE(926), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(926), + [sym_expression_statement] = STATE(926), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(926), + [sym_if_statement] = STATE(926), + [sym_switch_statement] = STATE(926), + [sym_for_statement] = STATE(926), + [sym_for_in_statement] = STATE(926), + [sym_while_statement] = STATE(926), + [sym_do_statement] = STATE(926), + [sym_try_statement] = STATE(926), + [sym_with_statement] = STATE(926), + [sym_break_statement] = STATE(926), + [sym_continue_statement] = STATE(926), + [sym_debugger_statement] = STATE(926), + [sym_return_statement] = STATE(926), + [sym_throw_statement] = STATE(926), + [sym_empty_statement] = STATE(926), + [sym_labeled_statement] = STATE(926), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(101), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [102] = { - [sym_export_statement] = STATE(2686), - [sym_declaration] = STATE(2686), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2686), - [sym_expression_statement] = STATE(2686), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2686), - [sym_if_statement] = STATE(2686), - [sym_switch_statement] = STATE(2686), - [sym_for_statement] = STATE(2686), - [sym_for_in_statement] = STATE(2686), - [sym_while_statement] = STATE(2686), - [sym_do_statement] = STATE(2686), - [sym_try_statement] = STATE(2686), - [sym_with_statement] = STATE(2686), - [sym_break_statement] = STATE(2686), - [sym_continue_statement] = STATE(2686), - [sym_debugger_statement] = STATE(2686), - [sym_return_statement] = STATE(2686), - [sym_throw_statement] = STATE(2686), - [sym_empty_statement] = STATE(2686), - [sym_labeled_statement] = STATE(2686), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(614), + [sym_declaration] = STATE(614), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(614), + [sym_expression_statement] = STATE(614), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(614), + [sym_if_statement] = STATE(614), + [sym_switch_statement] = STATE(614), + [sym_for_statement] = STATE(614), + [sym_for_in_statement] = STATE(614), + [sym_while_statement] = STATE(614), + [sym_do_statement] = STATE(614), + [sym_try_statement] = STATE(614), + [sym_with_statement] = STATE(614), + [sym_break_statement] = STATE(614), + [sym_continue_statement] = STATE(614), + [sym_debugger_statement] = STATE(614), + [sym_return_statement] = STATE(614), + [sym_throw_statement] = STATE(614), + [sym_empty_statement] = STATE(614), + [sym_labeled_statement] = STATE(614), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(102), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [103] = { - [sym_export_statement] = STATE(967), - [sym_declaration] = STATE(967), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(967), - [sym_expression_statement] = STATE(967), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(967), - [sym_if_statement] = STATE(967), - [sym_switch_statement] = STATE(967), - [sym_for_statement] = STATE(967), - [sym_for_in_statement] = STATE(967), - [sym_while_statement] = STATE(967), - [sym_do_statement] = STATE(967), - [sym_try_statement] = STATE(967), - [sym_with_statement] = STATE(967), - [sym_break_statement] = STATE(967), - [sym_continue_statement] = STATE(967), - [sym_debugger_statement] = STATE(967), - [sym_return_statement] = STATE(967), - [sym_throw_statement] = STATE(967), - [sym_empty_statement] = STATE(967), - [sym_labeled_statement] = STATE(967), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(620), + [sym_declaration] = STATE(620), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(620), + [sym_expression_statement] = STATE(620), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(620), + [sym_if_statement] = STATE(620), + [sym_switch_statement] = STATE(620), + [sym_for_statement] = STATE(620), + [sym_for_in_statement] = STATE(620), + [sym_while_statement] = STATE(620), + [sym_do_statement] = STATE(620), + [sym_try_statement] = STATE(620), + [sym_with_statement] = STATE(620), + [sym_break_statement] = STATE(620), + [sym_continue_statement] = STATE(620), + [sym_debugger_statement] = STATE(620), + [sym_return_statement] = STATE(620), + [sym_throw_statement] = STATE(620), + [sym_empty_statement] = STATE(620), + [sym_labeled_statement] = STATE(620), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(103), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [104] = { - [sym_export_statement] = STATE(545), - [sym_declaration] = STATE(545), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(545), - [sym_expression_statement] = STATE(545), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(545), - [sym_if_statement] = STATE(545), - [sym_switch_statement] = STATE(545), - [sym_for_statement] = STATE(545), - [sym_for_in_statement] = STATE(545), - [sym_while_statement] = STATE(545), - [sym_do_statement] = STATE(545), - [sym_try_statement] = STATE(545), - [sym_with_statement] = STATE(545), - [sym_break_statement] = STATE(545), - [sym_continue_statement] = STATE(545), - [sym_debugger_statement] = STATE(545), - [sym_return_statement] = STATE(545), - [sym_throw_statement] = STATE(545), - [sym_empty_statement] = STATE(545), - [sym_labeled_statement] = STATE(545), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(673), + [sym_declaration] = STATE(673), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(673), + [sym_expression_statement] = STATE(673), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(673), + [sym_if_statement] = STATE(673), + [sym_switch_statement] = STATE(673), + [sym_for_statement] = STATE(673), + [sym_for_in_statement] = STATE(673), + [sym_while_statement] = STATE(673), + [sym_do_statement] = STATE(673), + [sym_try_statement] = STATE(673), + [sym_with_statement] = STATE(673), + [sym_break_statement] = STATE(673), + [sym_continue_statement] = STATE(673), + [sym_debugger_statement] = STATE(673), + [sym_return_statement] = STATE(673), + [sym_throw_statement] = STATE(673), + [sym_empty_statement] = STATE(673), + [sym_labeled_statement] = STATE(673), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(104), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [105] = { - [sym_export_statement] = STATE(517), - [sym_declaration] = STATE(517), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(517), - [sym_expression_statement] = STATE(517), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(517), - [sym_if_statement] = STATE(517), - [sym_switch_statement] = STATE(517), - [sym_for_statement] = STATE(517), - [sym_for_in_statement] = STATE(517), - [sym_while_statement] = STATE(517), - [sym_do_statement] = STATE(517), - [sym_try_statement] = STATE(517), - [sym_with_statement] = STATE(517), - [sym_break_statement] = STATE(517), - [sym_continue_statement] = STATE(517), - [sym_debugger_statement] = STATE(517), - [sym_return_statement] = STATE(517), - [sym_throw_statement] = STATE(517), - [sym_empty_statement] = STATE(517), - [sym_labeled_statement] = STATE(517), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(610), + [sym_declaration] = STATE(528), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(657), + [sym_expression_statement] = STATE(651), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(650), + [sym_if_statement] = STATE(638), + [sym_switch_statement] = STATE(631), + [sym_for_statement] = STATE(621), + [sym_for_in_statement] = STATE(617), + [sym_while_statement] = STATE(594), + [sym_do_statement] = STATE(554), + [sym_try_statement] = STATE(598), + [sym_with_statement] = STATE(636), + [sym_break_statement] = STATE(550), + [sym_continue_statement] = STATE(604), + [sym_debugger_statement] = STATE(590), + [sym_return_statement] = STATE(568), + [sym_throw_statement] = STATE(561), + [sym_empty_statement] = STATE(562), + [sym_labeled_statement] = STATE(600), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(105), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [106] = { - [sym_export_statement] = STATE(724), - [sym_declaration] = STATE(724), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(724), - [sym_expression_statement] = STATE(724), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(724), - [sym_if_statement] = STATE(724), - [sym_switch_statement] = STATE(724), - [sym_for_statement] = STATE(724), - [sym_for_in_statement] = STATE(724), - [sym_while_statement] = STATE(724), - [sym_do_statement] = STATE(724), - [sym_try_statement] = STATE(724), - [sym_with_statement] = STATE(724), - [sym_break_statement] = STATE(724), - [sym_continue_statement] = STATE(724), - [sym_debugger_statement] = STATE(724), - [sym_return_statement] = STATE(724), - [sym_throw_statement] = STATE(724), - [sym_empty_statement] = STATE(724), - [sym_labeled_statement] = STATE(724), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(533), + [sym_declaration] = STATE(533), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(533), + [sym_expression_statement] = STATE(533), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(533), + [sym_if_statement] = STATE(533), + [sym_switch_statement] = STATE(533), + [sym_for_statement] = STATE(533), + [sym_for_in_statement] = STATE(533), + [sym_while_statement] = STATE(533), + [sym_do_statement] = STATE(533), + [sym_try_statement] = STATE(533), + [sym_with_statement] = STATE(533), + [sym_break_statement] = STATE(533), + [sym_continue_statement] = STATE(533), + [sym_debugger_statement] = STATE(533), + [sym_return_statement] = STATE(533), + [sym_throw_statement] = STATE(533), + [sym_empty_statement] = STATE(533), + [sym_labeled_statement] = STATE(533), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(106), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [107] = { - [sym_export_statement] = STATE(723), - [sym_declaration] = STATE(722), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(721), - [sym_expression_statement] = STATE(720), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(719), - [sym_if_statement] = STATE(718), - [sym_switch_statement] = STATE(659), - [sym_for_statement] = STATE(715), - [sym_for_in_statement] = STATE(714), - [sym_while_statement] = STATE(713), - [sym_do_statement] = STATE(711), - [sym_try_statement] = STATE(705), - [sym_with_statement] = STATE(701), - [sym_break_statement] = STATE(700), - [sym_continue_statement] = STATE(697), - [sym_debugger_statement] = STATE(690), - [sym_return_statement] = STATE(686), - [sym_throw_statement] = STATE(673), - [sym_empty_statement] = STATE(678), - [sym_labeled_statement] = STATE(682), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(984), + [sym_declaration] = STATE(984), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(984), + [sym_expression_statement] = STATE(984), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(984), + [sym_if_statement] = STATE(984), + [sym_switch_statement] = STATE(984), + [sym_for_statement] = STATE(984), + [sym_for_in_statement] = STATE(984), + [sym_while_statement] = STATE(984), + [sym_do_statement] = STATE(984), + [sym_try_statement] = STATE(984), + [sym_with_statement] = STATE(984), + [sym_break_statement] = STATE(984), + [sym_continue_statement] = STATE(984), + [sym_debugger_statement] = STATE(984), + [sym_return_statement] = STATE(984), + [sym_throw_statement] = STATE(984), + [sym_empty_statement] = STATE(984), + [sym_labeled_statement] = STATE(984), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(107), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [108] = { - [sym_export_statement] = STATE(944), - [sym_declaration] = STATE(944), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(944), - [sym_expression_statement] = STATE(944), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(944), - [sym_if_statement] = STATE(944), - [sym_switch_statement] = STATE(944), - [sym_for_statement] = STATE(944), - [sym_for_in_statement] = STATE(944), - [sym_while_statement] = STATE(944), - [sym_do_statement] = STATE(944), - [sym_try_statement] = STATE(944), - [sym_with_statement] = STATE(944), - [sym_break_statement] = STATE(944), - [sym_continue_statement] = STATE(944), - [sym_debugger_statement] = STATE(944), - [sym_return_statement] = STATE(944), - [sym_throw_statement] = STATE(944), - [sym_empty_statement] = STATE(944), - [sym_labeled_statement] = STATE(944), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(589), + [sym_declaration] = STATE(588), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(552), + [sym_expression_statement] = STATE(587), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(586), + [sym_if_statement] = STATE(583), + [sym_switch_statement] = STATE(582), + [sym_for_statement] = STATE(581), + [sym_for_in_statement] = STATE(580), + [sym_while_statement] = STATE(579), + [sym_do_statement] = STATE(576), + [sym_try_statement] = STATE(575), + [sym_with_statement] = STATE(573), + [sym_break_statement] = STATE(572), + [sym_continue_statement] = STATE(571), + [sym_debugger_statement] = STATE(570), + [sym_return_statement] = STATE(566), + [sym_throw_statement] = STATE(563), + [sym_empty_statement] = STATE(553), + [sym_labeled_statement] = STATE(543), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(108), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [109] = { - [sym_export_statement] = STATE(890), - [sym_declaration] = STATE(885), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(882), - [sym_expression_statement] = STATE(879), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(878), - [sym_if_statement] = STATE(877), - [sym_switch_statement] = STATE(894), - [sym_for_statement] = STATE(881), - [sym_for_in_statement] = STATE(880), - [sym_while_statement] = STATE(909), - [sym_do_statement] = STATE(912), - [sym_try_statement] = STATE(913), - [sym_with_statement] = STATE(914), - [sym_break_statement] = STATE(915), - [sym_continue_statement] = STATE(921), - [sym_debugger_statement] = STATE(922), - [sym_return_statement] = STATE(923), - [sym_throw_statement] = STATE(928), - [sym_empty_statement] = STATE(929), - [sym_labeled_statement] = STATE(932), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(607), + [sym_declaration] = STATE(607), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(607), + [sym_expression_statement] = STATE(607), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(607), + [sym_if_statement] = STATE(607), + [sym_switch_statement] = STATE(607), + [sym_for_statement] = STATE(607), + [sym_for_in_statement] = STATE(607), + [sym_while_statement] = STATE(607), + [sym_do_statement] = STATE(607), + [sym_try_statement] = STATE(607), + [sym_with_statement] = STATE(607), + [sym_break_statement] = STATE(607), + [sym_continue_statement] = STATE(607), + [sym_debugger_statement] = STATE(607), + [sym_return_statement] = STATE(607), + [sym_throw_statement] = STATE(607), + [sym_empty_statement] = STATE(607), + [sym_labeled_statement] = STATE(607), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(109), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [110] = { - [sym_export_statement] = STATE(810), - [sym_declaration] = STATE(810), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(810), - [sym_expression_statement] = STATE(810), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(810), - [sym_if_statement] = STATE(810), - [sym_switch_statement] = STATE(810), - [sym_for_statement] = STATE(810), - [sym_for_in_statement] = STATE(810), - [sym_while_statement] = STATE(810), - [sym_do_statement] = STATE(810), - [sym_try_statement] = STATE(810), - [sym_with_statement] = STATE(810), - [sym_break_statement] = STATE(810), - [sym_continue_statement] = STATE(810), - [sym_debugger_statement] = STATE(810), - [sym_return_statement] = STATE(810), - [sym_throw_statement] = STATE(810), - [sym_empty_statement] = STATE(810), - [sym_labeled_statement] = STATE(810), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(626), + [sym_declaration] = STATE(626), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(626), + [sym_expression_statement] = STATE(626), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_statement_block] = STATE(626), + [sym_if_statement] = STATE(626), + [sym_switch_statement] = STATE(626), + [sym_for_statement] = STATE(626), + [sym_for_in_statement] = STATE(626), + [sym_while_statement] = STATE(626), + [sym_do_statement] = STATE(626), + [sym_try_statement] = STATE(626), + [sym_with_statement] = STATE(626), + [sym_break_statement] = STATE(626), + [sym_continue_statement] = STATE(626), + [sym_debugger_statement] = STATE(626), + [sym_return_statement] = STATE(626), + [sym_throw_statement] = STATE(626), + [sym_empty_statement] = STATE(626), + [sym_labeled_statement] = STATE(626), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1219), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2554), + [sym_string] = STATE(1384), + [sym_comment] = STATE(110), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1858), + [sym_identifier] = ACTIONS(614), + [anon_sym_export] = ACTIONS(616), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_import] = ACTIONS(620), + [anon_sym_with] = ACTIONS(622), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(626), + [anon_sym_const] = ACTIONS(628), + [anon_sym_if] = ACTIONS(630), + [anon_sym_switch] = ACTIONS(632), + [anon_sym_for] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(636), + [anon_sym_do] = ACTIONS(638), + [anon_sym_try] = ACTIONS(640), + [anon_sym_break] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(644), + [anon_sym_debugger] = ACTIONS(646), + [anon_sym_return] = ACTIONS(648), + [anon_sym_throw] = ACTIONS(650), + [anon_sym_SEMI] = ACTIONS(652), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(656), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_set] = ACTIONS(660), + [sym_html_comment] = ACTIONS(5), }, [111] = { - [sym_export_statement] = STATE(2030), - [sym_declaration] = STATE(2030), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(2030), - [sym_expression_statement] = STATE(2030), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_statement_block] = STATE(2030), - [sym_if_statement] = STATE(2030), - [sym_switch_statement] = STATE(2030), - [sym_for_statement] = STATE(2030), - [sym_for_in_statement] = STATE(2030), - [sym_while_statement] = STATE(2030), - [sym_do_statement] = STATE(2030), - [sym_try_statement] = STATE(2030), - [sym_with_statement] = STATE(2030), - [sym_break_statement] = STATE(2030), - [sym_continue_statement] = STATE(2030), - [sym_debugger_statement] = STATE(2030), - [sym_return_statement] = STATE(2030), - [sym_throw_statement] = STATE(2030), - [sym_empty_statement] = STATE(2030), - [sym_labeled_statement] = STATE(2030), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1265), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2297), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1793), - [sym_identifier] = ACTIONS(500), - [anon_sym_export] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(504), - [anon_sym_import] = ACTIONS(506), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [anon_sym_if] = ACTIONS(512), - [anon_sym_switch] = ACTIONS(514), - [anon_sym_for] = ACTIONS(516), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(518), - [anon_sym_do] = ACTIONS(520), - [anon_sym_try] = ACTIONS(522), - [anon_sym_with] = ACTIONS(524), - [anon_sym_break] = ACTIONS(526), - [anon_sym_continue] = ACTIONS(528), - [anon_sym_debugger] = ACTIONS(530), - [anon_sym_return] = ACTIONS(532), - [anon_sym_throw] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(536), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(540), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(544), - [anon_sym_get] = ACTIONS(544), - [anon_sym_set] = ACTIONS(544), + [sym_export_statement] = STATE(2645), + [sym_declaration] = STATE(2646), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2436), + [sym_expression_statement] = STATE(2647), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2650), + [sym_if_statement] = STATE(2651), + [sym_switch_statement] = STATE(2652), + [sym_for_statement] = STATE(2653), + [sym_for_in_statement] = STATE(2658), + [sym_while_statement] = STATE(2660), + [sym_do_statement] = STATE(2661), + [sym_try_statement] = STATE(2674), + [sym_with_statement] = STATE(2701), + [sym_break_statement] = STATE(2702), + [sym_continue_statement] = STATE(2703), + [sym_debugger_statement] = STATE(2705), + [sym_return_statement] = STATE(2706), + [sym_throw_statement] = STATE(2709), + [sym_empty_statement] = STATE(2710), + [sym_labeled_statement] = STATE(2711), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(111), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [112] = { - [sym_export_statement] = STATE(661), - [sym_declaration] = STATE(661), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(661), - [sym_expression_statement] = STATE(661), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(661), - [sym_if_statement] = STATE(661), - [sym_switch_statement] = STATE(661), - [sym_for_statement] = STATE(661), - [sym_for_in_statement] = STATE(661), - [sym_while_statement] = STATE(661), - [sym_do_statement] = STATE(661), - [sym_try_statement] = STATE(661), - [sym_with_statement] = STATE(661), - [sym_break_statement] = STATE(661), - [sym_continue_statement] = STATE(661), - [sym_debugger_statement] = STATE(661), - [sym_return_statement] = STATE(661), - [sym_throw_statement] = STATE(661), - [sym_empty_statement] = STATE(661), - [sym_labeled_statement] = STATE(661), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(2614), + [sym_declaration] = STATE(2614), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2614), + [sym_expression_statement] = STATE(2614), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_switch_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_for_in_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_do_statement] = STATE(2614), + [sym_try_statement] = STATE(2614), + [sym_with_statement] = STATE(2614), + [sym_break_statement] = STATE(2614), + [sym_continue_statement] = STATE(2614), + [sym_debugger_statement] = STATE(2614), + [sym_return_statement] = STATE(2614), + [sym_throw_statement] = STATE(2614), + [sym_empty_statement] = STATE(2614), + [sym_labeled_statement] = STATE(2614), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(112), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [113] = { - [sym_export_statement] = STATE(698), - [sym_declaration] = STATE(812), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(865), - [sym_expression_statement] = STATE(853), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(852), - [sym_if_statement] = STATE(847), - [sym_switch_statement] = STATE(845), - [sym_for_statement] = STATE(831), - [sym_for_in_statement] = STATE(826), - [sym_while_statement] = STATE(822), - [sym_do_statement] = STATE(820), - [sym_try_statement] = STATE(818), - [sym_with_statement] = STATE(815), - [sym_break_statement] = STATE(813), - [sym_continue_statement] = STATE(811), - [sym_debugger_statement] = STATE(808), - [sym_return_statement] = STATE(792), - [sym_throw_statement] = STATE(791), - [sym_empty_statement] = STATE(790), - [sym_labeled_statement] = STATE(785), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(560), + [sym_declaration] = STATE(560), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(560), + [sym_expression_statement] = STATE(560), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(560), + [sym_if_statement] = STATE(560), + [sym_switch_statement] = STATE(560), + [sym_for_statement] = STATE(560), + [sym_for_in_statement] = STATE(560), + [sym_while_statement] = STATE(560), + [sym_do_statement] = STATE(560), + [sym_try_statement] = STATE(560), + [sym_with_statement] = STATE(560), + [sym_break_statement] = STATE(560), + [sym_continue_statement] = STATE(560), + [sym_debugger_statement] = STATE(560), + [sym_return_statement] = STATE(560), + [sym_throw_statement] = STATE(560), + [sym_empty_statement] = STATE(560), + [sym_labeled_statement] = STATE(560), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(113), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [114] = { - [sym_export_statement] = STATE(939), - [sym_declaration] = STATE(939), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(939), - [sym_expression_statement] = STATE(939), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_statement_block] = STATE(939), - [sym_if_statement] = STATE(939), - [sym_switch_statement] = STATE(939), - [sym_for_statement] = STATE(939), - [sym_for_in_statement] = STATE(939), - [sym_while_statement] = STATE(939), - [sym_do_statement] = STATE(939), - [sym_try_statement] = STATE(939), - [sym_with_statement] = STATE(939), - [sym_break_statement] = STATE(939), - [sym_continue_statement] = STATE(939), - [sym_debugger_statement] = STATE(939), - [sym_return_statement] = STATE(939), - [sym_throw_statement] = STATE(939), - [sym_empty_statement] = STATE(939), - [sym_labeled_statement] = STATE(939), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2627), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1827), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(61), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(87), - [anon_sym_get] = ACTIONS(87), - [anon_sym_set] = ACTIONS(87), + [sym_export_statement] = STATE(2188), + [sym_declaration] = STATE(2188), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2188), + [sym_expression_statement] = STATE(2188), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2188), + [sym_if_statement] = STATE(2188), + [sym_switch_statement] = STATE(2188), + [sym_for_statement] = STATE(2188), + [sym_for_in_statement] = STATE(2188), + [sym_while_statement] = STATE(2188), + [sym_do_statement] = STATE(2188), + [sym_try_statement] = STATE(2188), + [sym_with_statement] = STATE(2188), + [sym_break_statement] = STATE(2188), + [sym_continue_statement] = STATE(2188), + [sym_debugger_statement] = STATE(2188), + [sym_return_statement] = STATE(2188), + [sym_throw_statement] = STATE(2188), + [sym_empty_statement] = STATE(2188), + [sym_labeled_statement] = STATE(2188), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(114), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [115] = { - [sym_export_statement] = STATE(676), - [sym_declaration] = STATE(676), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(676), - [sym_expression_statement] = STATE(676), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(676), - [sym_if_statement] = STATE(676), - [sym_switch_statement] = STATE(676), - [sym_for_statement] = STATE(676), - [sym_for_in_statement] = STATE(676), - [sym_while_statement] = STATE(676), - [sym_do_statement] = STATE(676), - [sym_try_statement] = STATE(676), - [sym_with_statement] = STATE(676), - [sym_break_statement] = STATE(676), - [sym_continue_statement] = STATE(676), - [sym_debugger_statement] = STATE(676), - [sym_return_statement] = STATE(676), - [sym_throw_statement] = STATE(676), - [sym_empty_statement] = STATE(676), - [sym_labeled_statement] = STATE(676), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(716), + [sym_declaration] = STATE(716), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(716), + [sym_expression_statement] = STATE(716), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_statement_block] = STATE(716), + [sym_if_statement] = STATE(716), + [sym_switch_statement] = STATE(716), + [sym_for_statement] = STATE(716), + [sym_for_in_statement] = STATE(716), + [sym_while_statement] = STATE(716), + [sym_do_statement] = STATE(716), + [sym_try_statement] = STATE(716), + [sym_with_statement] = STATE(716), + [sym_break_statement] = STATE(716), + [sym_continue_statement] = STATE(716), + [sym_debugger_statement] = STATE(716), + [sym_return_statement] = STATE(716), + [sym_throw_statement] = STATE(716), + [sym_empty_statement] = STATE(716), + [sym_labeled_statement] = STATE(716), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1245), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2236), + [sym_string] = STATE(1384), + [sym_comment] = STATE(115), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1886), + [sym_identifier] = ACTIONS(518), + [anon_sym_export] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(522), + [anon_sym_import] = ACTIONS(524), + [anon_sym_with] = ACTIONS(526), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(530), + [anon_sym_const] = ACTIONS(532), + [anon_sym_if] = ACTIONS(534), + [anon_sym_switch] = ACTIONS(536), + [anon_sym_for] = ACTIONS(538), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(540), + [anon_sym_do] = ACTIONS(542), + [anon_sym_try] = ACTIONS(544), + [anon_sym_break] = ACTIONS(546), + [anon_sym_continue] = ACTIONS(548), + [anon_sym_debugger] = ACTIONS(550), + [anon_sym_return] = ACTIONS(552), + [anon_sym_throw] = ACTIONS(554), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(560), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_set] = ACTIONS(564), + [sym_html_comment] = ACTIONS(5), }, [116] = { - [sym_export_statement] = STATE(664), - [sym_declaration] = STATE(664), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(664), - [sym_expression_statement] = STATE(664), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_statement_block] = STATE(664), - [sym_if_statement] = STATE(664), - [sym_switch_statement] = STATE(664), - [sym_for_statement] = STATE(664), - [sym_for_in_statement] = STATE(664), - [sym_while_statement] = STATE(664), - [sym_do_statement] = STATE(664), - [sym_try_statement] = STATE(664), - [sym_with_statement] = STATE(664), - [sym_break_statement] = STATE(664), - [sym_continue_statement] = STATE(664), - [sym_debugger_statement] = STATE(664), - [sym_return_statement] = STATE(664), - [sym_throw_statement] = STATE(664), - [sym_empty_statement] = STATE(664), - [sym_labeled_statement] = STATE(664), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1235), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2393), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1776), - [sym_identifier] = ACTIONS(149), - [anon_sym_export] = ACTIONS(151), - [anon_sym_LBRACE] = ACTIONS(155), - [anon_sym_import] = ACTIONS(157), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [anon_sym_if] = ACTIONS(163), - [anon_sym_switch] = ACTIONS(165), - [anon_sym_for] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(169), - [anon_sym_do] = ACTIONS(171), - [anon_sym_try] = ACTIONS(173), - [anon_sym_with] = ACTIONS(175), - [anon_sym_break] = ACTIONS(177), - [anon_sym_continue] = ACTIONS(179), - [anon_sym_debugger] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_throw] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(191), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(195), - [anon_sym_get] = ACTIONS(195), - [anon_sym_set] = ACTIONS(195), + [sym_export_statement] = STATE(2634), + [sym_declaration] = STATE(2634), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2634), + [sym_expression_statement] = STATE(2634), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2634), + [sym_if_statement] = STATE(2634), + [sym_switch_statement] = STATE(2634), + [sym_for_statement] = STATE(2634), + [sym_for_in_statement] = STATE(2634), + [sym_while_statement] = STATE(2634), + [sym_do_statement] = STATE(2634), + [sym_try_statement] = STATE(2634), + [sym_with_statement] = STATE(2634), + [sym_break_statement] = STATE(2634), + [sym_continue_statement] = STATE(2634), + [sym_debugger_statement] = STATE(2634), + [sym_return_statement] = STATE(2634), + [sym_throw_statement] = STATE(2634), + [sym_empty_statement] = STATE(2634), + [sym_labeled_statement] = STATE(2634), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(116), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [117] = { - [sym_export_statement] = STATE(474), - [sym_declaration] = STATE(474), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(474), - [sym_expression_statement] = STATE(474), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_statement_block] = STATE(474), - [sym_if_statement] = STATE(474), - [sym_switch_statement] = STATE(474), - [sym_for_statement] = STATE(474), - [sym_for_in_statement] = STATE(474), - [sym_while_statement] = STATE(474), - [sym_do_statement] = STATE(474), - [sym_try_statement] = STATE(474), - [sym_with_statement] = STATE(474), - [sym_break_statement] = STATE(474), - [sym_continue_statement] = STATE(474), - [sym_debugger_statement] = STATE(474), - [sym_return_statement] = STATE(474), - [sym_throw_statement] = STATE(474), - [sym_empty_statement] = STATE(474), - [sym_labeled_statement] = STATE(474), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1303), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2468), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1847), - [sym_identifier] = ACTIONS(546), - [anon_sym_export] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(550), - [anon_sym_import] = ACTIONS(552), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [anon_sym_if] = ACTIONS(558), - [anon_sym_switch] = ACTIONS(560), - [anon_sym_for] = ACTIONS(562), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(566), - [anon_sym_try] = ACTIONS(568), - [anon_sym_with] = ACTIONS(570), - [anon_sym_break] = ACTIONS(572), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_debugger] = ACTIONS(576), - [anon_sym_return] = ACTIONS(578), - [anon_sym_throw] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(586), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_set] = ACTIONS(590), + [sym_export_statement] = STATE(948), + [sym_declaration] = STATE(947), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(944), + [sym_expression_statement] = STATE(940), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_statement_block] = STATE(938), + [sym_if_statement] = STATE(933), + [sym_switch_statement] = STATE(928), + [sym_for_statement] = STATE(927), + [sym_for_in_statement] = STATE(925), + [sym_while_statement] = STATE(924), + [sym_do_statement] = STATE(923), + [sym_try_statement] = STATE(919), + [sym_with_statement] = STATE(916), + [sym_break_statement] = STATE(914), + [sym_continue_statement] = STATE(913), + [sym_debugger_statement] = STATE(965), + [sym_return_statement] = STATE(917), + [sym_throw_statement] = STATE(915), + [sym_empty_statement] = STATE(912), + [sym_labeled_statement] = STATE(1006), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1280), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2453), + [sym_string] = STATE(1384), + [sym_comment] = STATE(117), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(9), + [anon_sym_export] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_import] = ACTIONS(17), + [anon_sym_with] = ACTIONS(19), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_if] = ACTIONS(27), + [anon_sym_switch] = ACTIONS(29), + [anon_sym_for] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(37), + [anon_sym_do] = ACTIONS(39), + [anon_sym_try] = ACTIONS(41), + [anon_sym_break] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_debugger] = ACTIONS(47), + [anon_sym_return] = ACTIONS(49), + [anon_sym_throw] = ACTIONS(51), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(91), + [anon_sym_get] = ACTIONS(91), + [anon_sym_set] = ACTIONS(91), + [sym_html_comment] = ACTIONS(5), }, [118] = { - [sym_export_statement] = STATE(794), - [sym_declaration] = STATE(794), - [sym_import] = STATE(1268), - [sym_import_statement] = STATE(794), - [sym_expression_statement] = STATE(794), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_statement_block] = STATE(794), - [sym_if_statement] = STATE(794), - [sym_switch_statement] = STATE(794), - [sym_for_statement] = STATE(794), - [sym_for_in_statement] = STATE(794), - [sym_while_statement] = STATE(794), - [sym_do_statement] = STATE(794), - [sym_try_statement] = STATE(794), - [sym_with_statement] = STATE(794), - [sym_break_statement] = STATE(794), - [sym_continue_statement] = STATE(794), - [sym_debugger_statement] = STATE(794), - [sym_return_statement] = STATE(794), - [sym_throw_statement] = STATE(794), - [sym_empty_statement] = STATE(794), - [sym_labeled_statement] = STATE(794), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2161), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1807), - [sym_identifier] = ACTIONS(592), - [anon_sym_export] = ACTIONS(594), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_import] = ACTIONS(598), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(606), - [anon_sym_for] = ACTIONS(608), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_while] = ACTIONS(610), - [anon_sym_do] = ACTIONS(612), - [anon_sym_try] = ACTIONS(614), - [anon_sym_with] = ACTIONS(616), - [anon_sym_break] = ACTIONS(618), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_debugger] = ACTIONS(622), - [anon_sym_return] = ACTIONS(624), - [anon_sym_throw] = ACTIONS(626), - [anon_sym_SEMI] = ACTIONS(628), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(632), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_set] = ACTIONS(636), + [sym_export_statement] = STATE(2249), + [sym_declaration] = STATE(2249), + [sym_import] = STATE(1839), + [sym_import_statement] = STATE(2249), + [sym_expression_statement] = STATE(2249), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_statement_block] = STATE(2249), + [sym_if_statement] = STATE(2249), + [sym_switch_statement] = STATE(2249), + [sym_for_statement] = STATE(2249), + [sym_for_in_statement] = STATE(2249), + [sym_while_statement] = STATE(2249), + [sym_do_statement] = STATE(2249), + [sym_try_statement] = STATE(2249), + [sym_with_statement] = STATE(2249), + [sym_break_statement] = STATE(2249), + [sym_continue_statement] = STATE(2249), + [sym_debugger_statement] = STATE(2249), + [sym_return_statement] = STATE(2249), + [sym_throw_statement] = STATE(2249), + [sym_empty_statement] = STATE(2249), + [sym_labeled_statement] = STATE(2249), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2605), + [sym_string] = STATE(1384), + [sym_comment] = STATE(118), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1898), + [sym_identifier] = ACTIONS(566), + [anon_sym_export] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(570), + [anon_sym_import] = ACTIONS(572), + [anon_sym_with] = ACTIONS(574), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(578), + [anon_sym_const] = ACTIONS(580), + [anon_sym_if] = ACTIONS(582), + [anon_sym_switch] = ACTIONS(584), + [anon_sym_for] = ACTIONS(586), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(590), + [anon_sym_try] = ACTIONS(592), + [anon_sym_break] = ACTIONS(594), + [anon_sym_continue] = ACTIONS(596), + [anon_sym_debugger] = ACTIONS(598), + [anon_sym_return] = ACTIONS(600), + [anon_sym_throw] = ACTIONS(602), + [anon_sym_SEMI] = ACTIONS(604), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(608), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(612), + [anon_sym_get] = ACTIONS(612), + [anon_sym_set] = ACTIONS(612), + [sym_html_comment] = ACTIONS(5), }, [119] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1097), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_STAR] = ACTIONS(642), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(646), - [anon_sym_RBRACE] = ACTIONS(646), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(646), - [anon_sym_await] = ACTIONS(652), - [anon_sym_in] = ACTIONS(646), - [anon_sym_COLON] = ACTIONS(646), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_RBRACK] = ACTIONS(646), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_GT] = ACTIONS(646), - [anon_sym_DOT] = ACTIONS(646), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [sym_optional_chain] = ACTIONS(646), - [anon_sym_new] = ACTIONS(666), - [anon_sym_AMP_AMP] = ACTIONS(646), - [anon_sym_PIPE_PIPE] = ACTIONS(646), - [anon_sym_GT_GT] = ACTIONS(646), - [anon_sym_GT_GT_GT] = ACTIONS(646), - [anon_sym_LT_LT] = ACTIONS(646), - [anon_sym_AMP] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(646), - [anon_sym_PIPE] = ACTIONS(646), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_PERCENT] = ACTIONS(646), - [anon_sym_STAR_STAR] = ACTIONS(646), - [anon_sym_LT_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ_EQ] = ACTIONS(646), - [anon_sym_GT_EQ] = ACTIONS(646), - [anon_sym_QMARK_QMARK] = ACTIONS(646), - [anon_sym_instanceof] = ACTIONS(646), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), - [sym__ternary_qmark] = ACTIONS(686), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1113), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(119), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_STAR] = ACTIONS(666), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(670), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(676), + [anon_sym_in] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(670), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_RBRACK] = ACTIONS(670), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_DOT] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [sym_optional_chain] = ACTIONS(670), + [anon_sym_new] = ACTIONS(694), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [anon_sym_GT_GT] = ACTIONS(670), + [anon_sym_GT_GT_GT] = ACTIONS(670), + [anon_sym_LT_LT] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_CARET] = ACTIONS(670), + [anon_sym_PIPE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_PERCENT] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ_EQ] = ACTIONS(670), + [anon_sym_GT_EQ] = ACTIONS(670), + [anon_sym_QMARK_QMARK] = ACTIONS(670), + [anon_sym_instanceof] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym__ternary_qmark] = ACTIONS(710), + [sym_html_comment] = ACTIONS(5), }, [120] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1230), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(692), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_COMMA] = ACTIONS(646), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_in] = ACTIONS(646), - [anon_sym_of] = ACTIONS(646), - [anon_sym_SEMI] = ACTIONS(646), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_GT] = ACTIONS(646), - [anon_sym_DOT] = ACTIONS(646), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [sym_optional_chain] = ACTIONS(646), - [anon_sym_new] = ACTIONS(708), - [anon_sym_AMP_AMP] = ACTIONS(646), - [anon_sym_PIPE_PIPE] = ACTIONS(646), - [anon_sym_GT_GT] = ACTIONS(646), - [anon_sym_GT_GT_GT] = ACTIONS(646), - [anon_sym_LT_LT] = ACTIONS(646), - [anon_sym_AMP] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(646), - [anon_sym_PIPE] = ACTIONS(646), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_PERCENT] = ACTIONS(646), - [anon_sym_STAR_STAR] = ACTIONS(646), - [anon_sym_LT_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ_EQ] = ACTIONS(646), - [anon_sym_GT_EQ] = ACTIONS(646), - [anon_sym_QMARK_QMARK] = ACTIONS(646), - [anon_sym_instanceof] = ACTIONS(646), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - [sym__automatic_semicolon] = ACTIONS(686), - [sym__ternary_qmark] = ACTIONS(686), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1234), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(120), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_STAR] = ACTIONS(716), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_COMMA] = ACTIONS(670), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_in] = ACTIONS(670), + [anon_sym_of] = ACTIONS(670), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_DOT] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [sym_optional_chain] = ACTIONS(670), + [anon_sym_new] = ACTIONS(730), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [anon_sym_GT_GT] = ACTIONS(670), + [anon_sym_GT_GT_GT] = ACTIONS(670), + [anon_sym_LT_LT] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_CARET] = ACTIONS(670), + [anon_sym_PIPE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_PERCENT] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ_EQ] = ACTIONS(670), + [anon_sym_GT_EQ] = ACTIONS(670), + [anon_sym_QMARK_QMARK] = ACTIONS(670), + [anon_sym_instanceof] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym__automatic_semicolon] = ACTIONS(710), + [sym__ternary_qmark] = ACTIONS(710), + [sym_html_comment] = ACTIONS(5), }, [121] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1175), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_STAR] = ACTIONS(724), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_COMMA] = ACTIONS(646), - [anon_sym_RBRACE] = ACTIONS(646), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_in] = ACTIONS(646), - [anon_sym_SEMI] = ACTIONS(646), - [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(646), - [anon_sym_DOT] = ACTIONS(646), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [sym_optional_chain] = ACTIONS(646), - [anon_sym_new] = ACTIONS(65), - [anon_sym_AMP_AMP] = ACTIONS(646), - [anon_sym_PIPE_PIPE] = ACTIONS(646), - [anon_sym_GT_GT] = ACTIONS(646), - [anon_sym_GT_GT_GT] = ACTIONS(646), - [anon_sym_LT_LT] = ACTIONS(646), - [anon_sym_AMP] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(646), - [anon_sym_PIPE] = ACTIONS(646), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_PERCENT] = ACTIONS(646), - [anon_sym_STAR_STAR] = ACTIONS(646), - [anon_sym_LT_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ_EQ] = ACTIONS(646), - [anon_sym_GT_EQ] = ACTIONS(646), - [anon_sym_QMARK_QMARK] = ACTIONS(646), - [anon_sym_instanceof] = ACTIONS(646), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(686), - [sym__ternary_qmark] = ACTIONS(686), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1260), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(121), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_STAR] = ACTIONS(746), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_COMMA] = ACTIONS(670), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_in] = ACTIONS(670), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_DOT] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [sym_optional_chain] = ACTIONS(670), + [anon_sym_new] = ACTIONS(73), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [anon_sym_GT_GT] = ACTIONS(670), + [anon_sym_GT_GT_GT] = ACTIONS(670), + [anon_sym_LT_LT] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_CARET] = ACTIONS(670), + [anon_sym_PIPE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_PERCENT] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ_EQ] = ACTIONS(670), + [anon_sym_GT_EQ] = ACTIONS(670), + [anon_sym_QMARK_QMARK] = ACTIONS(670), + [anon_sym_instanceof] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(710), + [sym__ternary_qmark] = ACTIONS(710), + [sym_html_comment] = ACTIONS(5), }, [122] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1351), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_STAR] = ACTIONS(732), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_in] = ACTIONS(646), - [anon_sym_COLON] = ACTIONS(646), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_GT] = ACTIONS(646), - [anon_sym_DOT] = ACTIONS(646), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [sym_optional_chain] = ACTIONS(646), - [anon_sym_new] = ACTIONS(744), - [anon_sym_AMP_AMP] = ACTIONS(646), - [anon_sym_PIPE_PIPE] = ACTIONS(646), - [anon_sym_GT_GT] = ACTIONS(646), - [anon_sym_GT_GT_GT] = ACTIONS(646), - [anon_sym_LT_LT] = ACTIONS(646), - [anon_sym_AMP] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(646), - [anon_sym_PIPE] = ACTIONS(646), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_PERCENT] = ACTIONS(646), - [anon_sym_STAR_STAR] = ACTIONS(646), - [anon_sym_LT_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ_EQ] = ACTIONS(646), - [anon_sym_GT_EQ] = ACTIONS(646), - [anon_sym_QMARK_QMARK] = ACTIONS(646), - [anon_sym_instanceof] = ACTIONS(646), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), - [sym__ternary_qmark] = ACTIONS(686), - }, - [123] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1420), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_STAR] = ACTIONS(758), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_in] = ACTIONS(646), - [anon_sym_of] = ACTIONS(646), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_GT] = ACTIONS(646), - [anon_sym_DOT] = ACTIONS(646), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1417), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(122), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_STAR] = ACTIONS(754), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_in] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(670), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_DOT] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [sym_optional_chain] = ACTIONS(646), + [anon_sym_function] = ACTIONS(692), + [sym_optional_chain] = ACTIONS(670), [anon_sym_new] = ACTIONS(766), - [anon_sym_AMP_AMP] = ACTIONS(646), - [anon_sym_PIPE_PIPE] = ACTIONS(646), - [anon_sym_GT_GT] = ACTIONS(646), - [anon_sym_GT_GT_GT] = ACTIONS(646), - [anon_sym_LT_LT] = ACTIONS(646), - [anon_sym_AMP] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(646), - [anon_sym_PIPE] = ACTIONS(646), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [anon_sym_GT_GT] = ACTIONS(670), + [anon_sym_GT_GT_GT] = ACTIONS(670), + [anon_sym_LT_LT] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_CARET] = ACTIONS(670), + [anon_sym_PIPE] = ACTIONS(670), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_PERCENT] = ACTIONS(646), - [anon_sym_STAR_STAR] = ACTIONS(646), - [anon_sym_LT_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ] = ACTIONS(646), - [anon_sym_EQ_EQ_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ] = ACTIONS(646), - [anon_sym_BANG_EQ_EQ] = ACTIONS(646), - [anon_sym_GT_EQ] = ACTIONS(646), - [anon_sym_QMARK_QMARK] = ACTIONS(646), - [anon_sym_instanceof] = ACTIONS(646), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_PERCENT] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ_EQ] = ACTIONS(670), + [anon_sym_GT_EQ] = ACTIONS(670), + [anon_sym_QMARK_QMARK] = ACTIONS(670), + [anon_sym_instanceof] = ACTIONS(670), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - [sym__ternary_qmark] = ACTIONS(686), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym__ternary_qmark] = ACTIONS(710), + [sym_html_comment] = ACTIONS(5), + }, + [123] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1435), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(123), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_in] = ACTIONS(670), + [anon_sym_of] = ACTIONS(670), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_GT] = ACTIONS(670), + [anon_sym_DOT] = ACTIONS(670), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [sym_optional_chain] = ACTIONS(670), + [anon_sym_new] = ACTIONS(788), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [anon_sym_GT_GT] = ACTIONS(670), + [anon_sym_GT_GT_GT] = ACTIONS(670), + [anon_sym_LT_LT] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_CARET] = ACTIONS(670), + [anon_sym_PIPE] = ACTIONS(670), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_PERCENT] = ACTIONS(670), + [anon_sym_STAR_STAR] = ACTIONS(670), + [anon_sym_LT_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ] = ACTIONS(670), + [anon_sym_EQ_EQ_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ] = ACTIONS(670), + [anon_sym_BANG_EQ_EQ] = ACTIONS(670), + [anon_sym_GT_EQ] = ACTIONS(670), + [anon_sym_QMARK_QMARK] = ACTIONS(670), + [anon_sym_instanceof] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym__ternary_qmark] = ACTIONS(710), + [sym_html_comment] = ACTIONS(5), }, [124] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(225), - [sym_variable_declaration] = STATE(225), - [sym_lexical_declaration] = STATE(225), - [sym_empty_statement] = STATE(225), - [sym_parenthesized_expression] = STATE(1031), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2081), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2081), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2081), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(778), - [anon_sym_export] = ACTIONS(780), - [anon_sym_LBRACE] = ACTIONS(782), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(784), - [anon_sym_let] = ACTIONS(786), - [anon_sym_const] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(790), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(792), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(780), - [anon_sym_get] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2107), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(124), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2106), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(806), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [125] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(223), - [sym_variable_declaration] = STATE(223), - [sym_lexical_declaration] = STATE(223), - [sym_empty_statement] = STATE(223), - [sym_parenthesized_expression] = STATE(1031), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2081), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2081), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2081), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(778), - [anon_sym_export] = ACTIONS(780), - [anon_sym_LBRACE] = ACTIONS(782), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(784), - [anon_sym_let] = ACTIONS(786), - [anon_sym_const] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(790), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(792), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(780), - [anon_sym_get] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2107), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(125), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2106), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(812), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [126] = { - [sym_declaration] = STATE(970), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1933), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(796), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2107), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(126), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2106), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(814), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [127] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1299), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2118), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2116), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(804), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1344), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2198), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(127), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2190), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(816), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [128] = { - [sym_declaration] = STATE(644), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1401), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1944), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [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_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(810), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1311), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2198), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(128), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2190), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(818), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [129] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1239), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2010), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1991), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(812), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2107), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(129), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2106), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(820), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [130] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1301), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2118), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2116), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(804), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1311), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2198), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(130), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2190), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(816), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [131] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1239), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2010), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1991), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(814), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2107), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(131), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2106), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(804), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(822), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [132] = { - [sym_declaration] = STATE(677), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1372), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1888), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [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_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(816), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(929), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1404), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(132), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1963), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(824), + [anon_sym_const] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(826), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [133] = { - [sym_declaration] = STATE(2611), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1367), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1884), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [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_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(818), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(737), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1399), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(133), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1948), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(828), + [anon_sym_const] = ACTIONS(532), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(830), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [134] = { - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(822), - [anon_sym_default] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(822), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_else] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(822), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_case] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_EQ] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(822), - [anon_sym_DOT] = ACTIONS(822), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(822), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(822), - [anon_sym_PIPE_PIPE] = ACTIONS(822), - [anon_sym_GT_GT] = ACTIONS(822), - [anon_sym_GT_GT_GT] = ACTIONS(822), - [anon_sym_LT_LT] = ACTIONS(822), - [anon_sym_AMP] = ACTIONS(822), - [anon_sym_CARET] = ACTIONS(822), - [anon_sym_PIPE] = ACTIONS(822), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(822), - [anon_sym_STAR_STAR] = ACTIONS(822), - [anon_sym_LT_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ_EQ] = ACTIONS(822), - [anon_sym_GT_EQ] = ACTIONS(822), - [anon_sym_QMARK_QMARK] = ACTIONS(822), - [anon_sym_instanceof] = ACTIONS(822), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(826), - [sym__ternary_qmark] = ACTIONS(828), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(230), + [sym_variable_declaration] = STATE(230), + [sym_lexical_declaration] = STATE(230), + [sym_empty_statement] = STATE(230), + [sym_parenthesized_expression] = STATE(1065), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2056), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(134), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), + [sym_html_comment] = ACTIONS(5), }, [135] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1239), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2010), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1991), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(830), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_declaration] = STATE(946), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1394), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(939), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(939), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(939), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(135), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1963), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(21), + [anon_sym_let] = ACTIONS(824), + [anon_sym_const] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(826), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [136] = { - [sym_declaration] = STATE(712), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1354), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1917), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [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_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(832), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(750), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1402), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(136), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1957), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(852), + [anon_sym_const] = ACTIONS(300), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(854), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [137] = { - [sym_declaration] = STATE(725), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1369), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(868), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(868), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(868), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1888), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(600), - [anon_sym_let] = ACTIONS(602), - [anon_sym_const] = ACTIONS(602), - [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_class] = ACTIONS(630), - [anon_sym_async] = ACTIONS(816), - [anon_sym_function] = ACTIONS(634), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(225), + [sym_variable_declaration] = STATE(225), + [sym_lexical_declaration] = STATE(225), + [sym_empty_statement] = STATE(225), + [sym_parenthesized_expression] = STATE(1065), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2056), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(137), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), + [sym_html_comment] = ACTIONS(5), }, [138] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1239), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2010), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1991), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(834), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(229), + [sym_variable_declaration] = STATE(229), + [sym_lexical_declaration] = STATE(229), + [sym_empty_statement] = STATE(229), + [sym_parenthesized_expression] = STATE(1065), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2056), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(138), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), + [sym_html_comment] = ACTIONS(5), }, [139] = { - [sym_declaration] = STATE(841), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1361), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(824), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(824), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(824), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1917), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(159), - [anon_sym_let] = ACTIONS(161), - [anon_sym_const] = ACTIONS(161), - [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_class] = ACTIONS(189), - [anon_sym_async] = ACTIONS(832), - [anon_sym_function] = ACTIONS(193), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(601), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1398), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(139), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1982), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(628), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(858), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [140] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1239), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2010), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1991), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(836), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_declaration] = STATE(2379), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1401), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(140), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1904), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(860), + [anon_sym_const] = ACTIONS(580), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(862), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [141] = { - [sym_declaration] = STATE(2224), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1387), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(2562), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(2562), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(2562), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1884), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(508), - [anon_sym_let] = ACTIONS(510), - [anon_sym_const] = ACTIONS(510), - [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_class] = ACTIONS(538), - [anon_sym_async] = ACTIONS(818), - [anon_sym_function] = ACTIONS(542), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(801), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1415), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(785), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(785), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(785), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(141), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1948), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(528), + [anon_sym_let] = ACTIONS(828), + [anon_sym_const] = ACTIONS(532), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(558), + [anon_sym_async] = ACTIONS(830), + [anon_sym_function] = ACTIONS(562), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [142] = { - [sym_declaration] = STATE(544), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1402), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(532), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(532), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(532), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1944), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(554), - [anon_sym_let] = ACTIONS(556), - [anon_sym_const] = ACTIONS(556), - [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_class] = ACTIONS(584), - [anon_sym_async] = ACTIONS(810), - [anon_sym_function] = ACTIONS(588), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(794), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1403), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(706), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(706), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(706), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(142), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1957), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(296), + [anon_sym_let] = ACTIONS(852), + [anon_sym_const] = ACTIONS(300), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(326), + [anon_sym_async] = ACTIONS(854), + [anon_sym_function] = ACTIONS(330), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [143] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(228), - [sym_variable_declaration] = STATE(228), - [sym_lexical_declaration] = STATE(228), - [sym_empty_statement] = STATE(228), - [sym_parenthesized_expression] = STATE(1031), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2081), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2081), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2081), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(778), - [anon_sym_export] = ACTIONS(780), - [anon_sym_LBRACE] = ACTIONS(782), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(784), - [anon_sym_let] = ACTIONS(786), - [anon_sym_const] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(790), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(792), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(780), - [anon_sym_get] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), + [sym_comment] = STATE(143), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_default] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(866), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_case] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(866), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_GT_GT] = ACTIONS(866), + [anon_sym_GT_GT_GT] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_QMARK_QMARK] = ACTIONS(866), + [anon_sym_instanceof] = ACTIONS(866), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(870), + [sym__ternary_qmark] = ACTIONS(872), + [sym_html_comment] = ACTIONS(5), }, [144] = { - [sym_declaration] = STATE(875), - [sym_import] = STATE(1268), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1366), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_class_declaration] = STATE(971), - [sym_function] = STATE(1268), - [sym_function_declaration] = STATE(971), - [sym_generator_function] = STATE(1268), - [sym_generator_function_declaration] = STATE(971), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1933), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(59), - [anon_sym_async] = ACTIONS(796), - [anon_sym_function] = ACTIONS(63), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_declaration] = STATE(2633), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1395), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(2609), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(2609), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(2609), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(144), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1904), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(576), + [anon_sym_let] = ACTIONS(860), + [anon_sym_const] = ACTIONS(580), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(606), + [anon_sym_async] = ACTIONS(862), + [anon_sym_function] = ACTIONS(610), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [145] = { - [sym_import] = STATE(1268), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(226), + [sym_variable_declaration] = STATE(226), + [sym_lexical_declaration] = STATE(226), + [sym_empty_statement] = STATE(226), + [sym_parenthesized_expression] = STATE(1065), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2056), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(145), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), + [sym_html_comment] = ACTIONS(5), + }, + [146] = { + [sym_import] = STATE(1839), [sym_expression_statement] = STATE(227), [sym_variable_declaration] = STATE(227), [sym_lexical_declaration] = STATE(227), [sym_empty_statement] = STATE(227), - [sym_parenthesized_expression] = STATE(1031), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2081), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2081), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2081), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(778), - [anon_sym_export] = ACTIONS(780), - [anon_sym_LBRACE] = ACTIONS(782), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(784), - [anon_sym_let] = ACTIONS(786), - [anon_sym_const] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(790), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(792), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(780), - [anon_sym_get] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), - }, - [146] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(229), - [sym_variable_declaration] = STATE(229), - [sym_lexical_declaration] = STATE(229), - [sym_empty_statement] = STATE(229), - [sym_parenthesized_expression] = STATE(1031), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2081), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2081), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2081), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(778), - [anon_sym_export] = ACTIONS(780), - [anon_sym_LBRACE] = ACTIONS(782), - [anon_sym_import] = ACTIONS(696), - [anon_sym_var] = ACTIONS(784), - [anon_sym_let] = ACTIONS(786), - [anon_sym_const] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(790), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(792), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(794), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(780), - [anon_sym_get] = ACTIONS(780), - [anon_sym_set] = ACTIONS(780), + [sym_parenthesized_expression] = STATE(1065), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2056), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(146), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(832), + [anon_sym_export] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(836), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(838), + [anon_sym_let] = ACTIONS(840), + [anon_sym_const] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(848), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(850), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(834), + [anon_sym_get] = ACTIONS(834), + [anon_sym_set] = ACTIONS(834), + [sym_html_comment] = ACTIONS(5), }, [147] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1299), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2118), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2116), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(802), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(838), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_declaration] = STATE(629), + [sym_import] = STATE(1839), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1400), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_class_declaration] = STATE(640), + [sym_function_expression] = STATE(1384), + [sym_function_declaration] = STATE(640), + [sym_generator_function] = STATE(1384), + [sym_generator_function_declaration] = STATE(640), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(147), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1982), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(624), + [anon_sym_let] = ACTIONS(856), + [anon_sym_const] = ACTIONS(628), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(654), + [anon_sym_async] = ACTIONS(858), + [anon_sym_function] = ACTIONS(658), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [148] = { - [ts_builtin_sym_end] = ACTIONS(840), - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(822), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(822), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_else] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(822), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_EQ] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(822), - [anon_sym_DOT] = ACTIONS(822), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(822), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(822), - [anon_sym_PIPE_PIPE] = ACTIONS(822), - [anon_sym_GT_GT] = ACTIONS(822), - [anon_sym_GT_GT_GT] = ACTIONS(822), - [anon_sym_LT_LT] = ACTIONS(822), - [anon_sym_AMP] = ACTIONS(822), - [anon_sym_CARET] = ACTIONS(822), - [anon_sym_PIPE] = ACTIONS(822), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(822), - [anon_sym_STAR_STAR] = ACTIONS(822), - [anon_sym_LT_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ_EQ] = ACTIONS(822), - [anon_sym_GT_EQ] = ACTIONS(822), - [anon_sym_QMARK_QMARK] = ACTIONS(822), - [anon_sym_instanceof] = ACTIONS(822), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(842), - [sym__ternary_qmark] = ACTIONS(828), + [sym_comment] = STATE(148), + [sym_identifier] = ACTIONS(874), + [anon_sym_export] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_default] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_import] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), + [anon_sym_var] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [anon_sym_else] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_switch] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_await] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_debugger] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_throw] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_case] = ACTIONS(874), + [anon_sym_yield] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LTtemplate_GT] = ACTIONS(874), + [anon_sym_LT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DOT] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [anon_sym_SQUOTE] = ACTIONS(874), + [anon_sym_class] = ACTIONS(874), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(874), + [anon_sym_new] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(874), + [anon_sym_PIPE_PIPE] = ACTIONS(874), + [anon_sym_GT_GT] = ACTIONS(874), + [anon_sym_GT_GT_GT] = ACTIONS(874), + [anon_sym_LT_LT] = ACTIONS(874), + [anon_sym_AMP] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_QMARK_QMARK] = ACTIONS(874), + [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_BANG] = ACTIONS(874), + [anon_sym_TILDE] = ACTIONS(874), + [anon_sym_typeof] = ACTIONS(874), + [anon_sym_void] = ACTIONS(874), + [anon_sym_delete] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(874), + [sym_number] = ACTIONS(874), + [sym_private_property_identifier] = ACTIONS(874), + [sym_this] = ACTIONS(874), + [sym_super] = ACTIONS(874), + [sym_true] = ACTIONS(874), + [sym_false] = ACTIONS(874), + [sym_null] = ACTIONS(874), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(874), + [anon_sym_static] = ACTIONS(874), + [anon_sym_get] = ACTIONS(874), + [anon_sym_set] = ACTIONS(874), + [sym__automatic_semicolon] = ACTIONS(876), + [sym__ternary_qmark] = ACTIONS(876), + [sym_html_comment] = ACTIONS(5), }, [149] = { - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(820), - [anon_sym_default] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(820), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_else] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(820), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_case] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(820), - [anon_sym_DOT] = ACTIONS(820), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(820), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(820), - [anon_sym_PIPE_PIPE] = ACTIONS(820), - [anon_sym_GT_GT] = ACTIONS(820), - [anon_sym_GT_GT_GT] = ACTIONS(820), - [anon_sym_LT_LT] = ACTIONS(820), - [anon_sym_AMP] = ACTIONS(820), - [anon_sym_CARET] = ACTIONS(820), - [anon_sym_PIPE] = ACTIONS(820), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(820), - [anon_sym_STAR_STAR] = ACTIONS(820), - [anon_sym_LT_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ_EQ] = ACTIONS(820), - [anon_sym_GT_EQ] = ACTIONS(820), - [anon_sym_QMARK_QMARK] = ACTIONS(820), - [anon_sym_instanceof] = ACTIONS(820), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(844), - [sym__ternary_qmark] = ACTIONS(840), - }, - [150] = { - [sym_identifier] = ACTIONS(846), - [anon_sym_export] = ACTIONS(846), - [anon_sym_STAR] = ACTIONS(846), - [anon_sym_default] = ACTIONS(846), - [anon_sym_LBRACE] = ACTIONS(846), - [anon_sym_COMMA] = ACTIONS(846), - [anon_sym_RBRACE] = ACTIONS(846), - [anon_sym_import] = ACTIONS(846), - [anon_sym_var] = ACTIONS(846), - [anon_sym_let] = ACTIONS(846), - [anon_sym_const] = ACTIONS(846), - [anon_sym_else] = ACTIONS(846), - [anon_sym_if] = ACTIONS(846), - [anon_sym_switch] = ACTIONS(846), - [anon_sym_for] = ACTIONS(846), - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_await] = ACTIONS(846), - [anon_sym_in] = ACTIONS(846), - [anon_sym_while] = ACTIONS(846), - [anon_sym_do] = ACTIONS(846), - [anon_sym_try] = ACTIONS(846), - [anon_sym_with] = ACTIONS(846), - [anon_sym_break] = ACTIONS(846), - [anon_sym_continue] = ACTIONS(846), - [anon_sym_debugger] = ACTIONS(846), - [anon_sym_return] = ACTIONS(846), - [anon_sym_throw] = ACTIONS(846), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_case] = ACTIONS(846), - [anon_sym_yield] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(846), - [anon_sym_LTtemplate_GT] = ACTIONS(846), - [anon_sym_LT] = ACTIONS(846), - [anon_sym_GT] = ACTIONS(846), - [anon_sym_DOT] = ACTIONS(846), - [anon_sym_class] = ACTIONS(846), - [anon_sym_async] = ACTIONS(846), - [anon_sym_function] = ACTIONS(846), - [sym_optional_chain] = ACTIONS(846), - [anon_sym_new] = ACTIONS(846), - [anon_sym_AMP_AMP] = ACTIONS(846), - [anon_sym_PIPE_PIPE] = ACTIONS(846), - [anon_sym_GT_GT] = ACTIONS(846), - [anon_sym_GT_GT_GT] = ACTIONS(846), - [anon_sym_LT_LT] = ACTIONS(846), - [anon_sym_AMP] = ACTIONS(846), - [anon_sym_CARET] = ACTIONS(846), - [anon_sym_PIPE] = ACTIONS(846), - [anon_sym_PLUS] = ACTIONS(846), - [anon_sym_DASH] = ACTIONS(846), - [anon_sym_SLASH] = ACTIONS(846), - [anon_sym_PERCENT] = ACTIONS(846), - [anon_sym_STAR_STAR] = ACTIONS(846), - [anon_sym_LT_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(846), - [anon_sym_GT_EQ] = ACTIONS(846), - [anon_sym_QMARK_QMARK] = ACTIONS(846), - [anon_sym_instanceof] = ACTIONS(846), - [anon_sym_BANG] = ACTIONS(846), - [anon_sym_TILDE] = ACTIONS(846), - [anon_sym_typeof] = ACTIONS(846), - [anon_sym_void] = ACTIONS(846), - [anon_sym_delete] = ACTIONS(846), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(846), - [anon_sym_SQUOTE] = ACTIONS(846), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(846), - [sym_number] = ACTIONS(846), - [sym_private_property_identifier] = ACTIONS(846), - [sym_this] = ACTIONS(846), - [sym_super] = ACTIONS(846), - [sym_true] = ACTIONS(846), - [sym_false] = ACTIONS(846), - [sym_null] = ACTIONS(846), - [sym_undefined] = ACTIONS(846), - [anon_sym_AT] = ACTIONS(846), - [anon_sym_static] = ACTIONS(846), - [anon_sym_get] = ACTIONS(846), - [anon_sym_set] = ACTIONS(846), - [sym__automatic_semicolon] = ACTIONS(848), - [sym__ternary_qmark] = ACTIONS(848), - }, - [151] = { - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(822), - [anon_sym_default] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(822), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(822), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_case] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_EQ] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(822), - [anon_sym_DOT] = ACTIONS(822), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(822), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(822), - [anon_sym_PIPE_PIPE] = ACTIONS(822), - [anon_sym_GT_GT] = ACTIONS(822), - [anon_sym_GT_GT_GT] = ACTIONS(822), - [anon_sym_LT_LT] = ACTIONS(822), - [anon_sym_AMP] = ACTIONS(822), - [anon_sym_CARET] = ACTIONS(822), - [anon_sym_PIPE] = ACTIONS(822), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(822), - [anon_sym_STAR_STAR] = ACTIONS(822), - [anon_sym_LT_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ_EQ] = ACTIONS(822), - [anon_sym_GT_EQ] = ACTIONS(822), - [anon_sym_QMARK_QMARK] = ACTIONS(822), - [anon_sym_instanceof] = ACTIONS(822), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(850), - [sym__ternary_qmark] = ACTIONS(828), - }, - [152] = { - [sym_identifier] = ACTIONS(852), - [anon_sym_export] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(854), - [anon_sym_default] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_COMMA] = ACTIONS(854), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_import] = ACTIONS(852), - [anon_sym_var] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_else] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_switch] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_await] = ACTIONS(852), - [anon_sym_in] = ACTIONS(854), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_with] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_debugger] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_throw] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_case] = ACTIONS(852), - [anon_sym_yield] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LTtemplate_GT] = ACTIONS(852), - [anon_sym_LT] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(854), - [anon_sym_DOT] = ACTIONS(854), - [anon_sym_class] = ACTIONS(852), - [anon_sym_async] = ACTIONS(852), - [anon_sym_function] = ACTIONS(852), - [sym_optional_chain] = ACTIONS(854), - [anon_sym_new] = ACTIONS(852), - [anon_sym_AMP_AMP] = ACTIONS(854), - [anon_sym_PIPE_PIPE] = ACTIONS(854), - [anon_sym_GT_GT] = ACTIONS(854), - [anon_sym_GT_GT_GT] = ACTIONS(854), - [anon_sym_LT_LT] = ACTIONS(854), - [anon_sym_AMP] = ACTIONS(854), - [anon_sym_CARET] = ACTIONS(854), - [anon_sym_PIPE] = ACTIONS(854), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_PERCENT] = ACTIONS(854), - [anon_sym_STAR_STAR] = ACTIONS(854), - [anon_sym_LT_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(854), - [anon_sym_GT_EQ] = ACTIONS(854), - [anon_sym_QMARK_QMARK] = ACTIONS(854), - [anon_sym_instanceof] = ACTIONS(854), - [anon_sym_BANG] = ACTIONS(852), - [anon_sym_TILDE] = ACTIONS(852), - [anon_sym_typeof] = ACTIONS(852), - [anon_sym_void] = ACTIONS(852), - [anon_sym_delete] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [anon_sym_SQUOTE] = ACTIONS(852), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(852), - [sym_number] = ACTIONS(852), - [sym_private_property_identifier] = ACTIONS(852), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(852), - [sym_true] = ACTIONS(852), - [sym_false] = ACTIONS(852), - [sym_null] = ACTIONS(852), - [sym_undefined] = ACTIONS(852), - [anon_sym_AT] = ACTIONS(852), - [anon_sym_static] = ACTIONS(852), - [anon_sym_get] = ACTIONS(852), - [anon_sym_set] = ACTIONS(852), - [sym__automatic_semicolon] = ACTIONS(856), - [sym__ternary_qmark] = ACTIONS(858), - }, - [153] = { - [sym_identifier] = ACTIONS(860), - [anon_sym_export] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(862), - [anon_sym_default] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_COMMA] = ACTIONS(862), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_import] = ACTIONS(860), - [anon_sym_var] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [anon_sym_else] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_await] = ACTIONS(860), - [anon_sym_in] = ACTIONS(862), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_debugger] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_throw] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_case] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LTtemplate_GT] = ACTIONS(860), - [anon_sym_LT] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(862), - [anon_sym_DOT] = ACTIONS(862), - [anon_sym_class] = ACTIONS(860), - [anon_sym_async] = ACTIONS(860), - [anon_sym_function] = ACTIONS(860), - [sym_optional_chain] = ACTIONS(862), - [anon_sym_new] = ACTIONS(860), - [anon_sym_AMP_AMP] = ACTIONS(862), - [anon_sym_PIPE_PIPE] = ACTIONS(862), - [anon_sym_GT_GT] = ACTIONS(862), - [anon_sym_GT_GT_GT] = ACTIONS(862), - [anon_sym_LT_LT] = ACTIONS(862), - [anon_sym_AMP] = ACTIONS(862), - [anon_sym_CARET] = ACTIONS(862), - [anon_sym_PIPE] = ACTIONS(862), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_PERCENT] = ACTIONS(862), - [anon_sym_STAR_STAR] = ACTIONS(862), - [anon_sym_LT_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ_EQ] = ACTIONS(862), - [anon_sym_GT_EQ] = ACTIONS(862), - [anon_sym_QMARK_QMARK] = ACTIONS(862), - [anon_sym_instanceof] = ACTIONS(862), - [anon_sym_BANG] = ACTIONS(860), - [anon_sym_TILDE] = ACTIONS(860), - [anon_sym_typeof] = ACTIONS(860), - [anon_sym_void] = ACTIONS(860), - [anon_sym_delete] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [anon_sym_SQUOTE] = ACTIONS(860), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(860), - [sym_number] = ACTIONS(860), - [sym_private_property_identifier] = ACTIONS(860), - [sym_this] = ACTIONS(860), - [sym_super] = ACTIONS(860), - [sym_true] = ACTIONS(860), - [sym_false] = ACTIONS(860), - [sym_null] = ACTIONS(860), - [sym_undefined] = ACTIONS(860), - [anon_sym_AT] = ACTIONS(860), - [anon_sym_static] = ACTIONS(860), - [anon_sym_get] = ACTIONS(860), - [anon_sym_set] = ACTIONS(860), - [sym__automatic_semicolon] = ACTIONS(864), - [sym__ternary_qmark] = ACTIONS(866), - }, - [154] = { - [sym_identifier] = ACTIONS(868), - [anon_sym_export] = ACTIONS(868), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_default] = ACTIONS(868), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(868), - [anon_sym_import] = ACTIONS(868), - [anon_sym_var] = ACTIONS(868), - [anon_sym_let] = ACTIONS(868), - [anon_sym_const] = ACTIONS(868), - [anon_sym_else] = ACTIONS(868), - [anon_sym_if] = ACTIONS(868), - [anon_sym_switch] = ACTIONS(868), - [anon_sym_for] = ACTIONS(868), - [anon_sym_LPAREN] = ACTIONS(868), - [anon_sym_await] = ACTIONS(868), - [anon_sym_in] = ACTIONS(870), - [anon_sym_while] = ACTIONS(868), - [anon_sym_do] = ACTIONS(868), - [anon_sym_try] = ACTIONS(868), - [anon_sym_with] = ACTIONS(868), - [anon_sym_break] = ACTIONS(868), - [anon_sym_continue] = ACTIONS(868), - [anon_sym_debugger] = ACTIONS(868), - [anon_sym_return] = ACTIONS(868), - [anon_sym_throw] = ACTIONS(868), - [anon_sym_SEMI] = ACTIONS(868), - [anon_sym_case] = ACTIONS(868), - [anon_sym_yield] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(868), - [anon_sym_LTtemplate_GT] = ACTIONS(868), - [anon_sym_LT] = ACTIONS(868), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DOT] = ACTIONS(870), - [anon_sym_class] = ACTIONS(868), - [anon_sym_async] = ACTIONS(868), - [anon_sym_function] = ACTIONS(868), - [sym_optional_chain] = ACTIONS(870), - [anon_sym_new] = ACTIONS(868), - [anon_sym_AMP_AMP] = ACTIONS(870), - [anon_sym_PIPE_PIPE] = ACTIONS(870), - [anon_sym_GT_GT] = ACTIONS(870), - [anon_sym_GT_GT_GT] = ACTIONS(870), - [anon_sym_LT_LT] = ACTIONS(870), - [anon_sym_AMP] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(868), - [anon_sym_DASH] = ACTIONS(868), - [anon_sym_SLASH] = ACTIONS(868), - [anon_sym_PERCENT] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_QMARK_QMARK] = ACTIONS(870), - [anon_sym_instanceof] = ACTIONS(870), - [anon_sym_BANG] = ACTIONS(868), - [anon_sym_TILDE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(868), - [anon_sym_void] = ACTIONS(868), - [anon_sym_delete] = ACTIONS(868), - [anon_sym_PLUS_PLUS] = ACTIONS(868), - [anon_sym_DASH_DASH] = ACTIONS(868), - [anon_sym_DQUOTE] = ACTIONS(868), - [anon_sym_SQUOTE] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(868), - [sym_number] = ACTIONS(868), - [sym_private_property_identifier] = ACTIONS(868), - [sym_this] = ACTIONS(868), - [sym_super] = ACTIONS(868), - [sym_true] = ACTIONS(868), - [sym_false] = ACTIONS(868), - [sym_null] = ACTIONS(868), - [sym_undefined] = ACTIONS(868), - [anon_sym_AT] = ACTIONS(868), - [anon_sym_static] = ACTIONS(868), - [anon_sym_get] = ACTIONS(868), - [anon_sym_set] = ACTIONS(868), - [sym__automatic_semicolon] = ACTIONS(872), - [sym__ternary_qmark] = ACTIONS(874), - }, - [155] = { - [sym_identifier] = ACTIONS(876), - [anon_sym_export] = ACTIONS(876), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_default] = ACTIONS(876), - [anon_sym_LBRACE] = ACTIONS(876), - [anon_sym_COMMA] = ACTIONS(876), - [anon_sym_RBRACE] = ACTIONS(876), - [anon_sym_import] = ACTIONS(876), - [anon_sym_var] = ACTIONS(876), - [anon_sym_let] = ACTIONS(876), - [anon_sym_const] = ACTIONS(876), - [anon_sym_else] = ACTIONS(876), - [anon_sym_if] = ACTIONS(876), - [anon_sym_switch] = ACTIONS(876), - [anon_sym_for] = ACTIONS(876), - [anon_sym_LPAREN] = ACTIONS(876), - [anon_sym_await] = ACTIONS(876), - [anon_sym_in] = ACTIONS(876), - [anon_sym_while] = ACTIONS(876), - [anon_sym_do] = ACTIONS(876), - [anon_sym_try] = ACTIONS(876), - [anon_sym_with] = ACTIONS(876), - [anon_sym_break] = ACTIONS(876), - [anon_sym_continue] = ACTIONS(876), - [anon_sym_debugger] = ACTIONS(876), - [anon_sym_return] = ACTIONS(876), - [anon_sym_throw] = ACTIONS(876), - [anon_sym_SEMI] = ACTIONS(876), - [anon_sym_case] = ACTIONS(876), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(876), - [anon_sym_LTtemplate_GT] = ACTIONS(876), - [anon_sym_LT] = ACTIONS(876), - [anon_sym_GT] = ACTIONS(876), - [anon_sym_DOT] = ACTIONS(876), - [anon_sym_class] = ACTIONS(876), - [anon_sym_async] = ACTIONS(876), - [anon_sym_function] = ACTIONS(876), - [sym_optional_chain] = ACTIONS(876), - [anon_sym_new] = ACTIONS(876), - [anon_sym_AMP_AMP] = ACTIONS(876), - [anon_sym_PIPE_PIPE] = ACTIONS(876), - [anon_sym_GT_GT] = ACTIONS(876), - [anon_sym_GT_GT_GT] = ACTIONS(876), - [anon_sym_LT_LT] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_CARET] = ACTIONS(876), - [anon_sym_PIPE] = ACTIONS(876), - [anon_sym_PLUS] = ACTIONS(876), - [anon_sym_DASH] = ACTIONS(876), - [anon_sym_SLASH] = ACTIONS(876), - [anon_sym_PERCENT] = ACTIONS(876), - [anon_sym_STAR_STAR] = ACTIONS(876), - [anon_sym_LT_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ_EQ] = ACTIONS(876), - [anon_sym_GT_EQ] = ACTIONS(876), - [anon_sym_QMARK_QMARK] = ACTIONS(876), - [anon_sym_instanceof] = ACTIONS(876), - [anon_sym_BANG] = ACTIONS(876), - [anon_sym_TILDE] = ACTIONS(876), - [anon_sym_typeof] = ACTIONS(876), - [anon_sym_void] = ACTIONS(876), - [anon_sym_delete] = ACTIONS(876), - [anon_sym_PLUS_PLUS] = ACTIONS(876), - [anon_sym_DASH_DASH] = ACTIONS(876), - [anon_sym_DQUOTE] = ACTIONS(876), - [anon_sym_SQUOTE] = ACTIONS(876), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(876), - [sym_number] = ACTIONS(876), - [sym_private_property_identifier] = ACTIONS(876), - [sym_this] = ACTIONS(876), - [sym_super] = ACTIONS(876), - [sym_true] = ACTIONS(876), - [sym_false] = ACTIONS(876), - [sym_null] = ACTIONS(876), - [sym_undefined] = ACTIONS(876), - [anon_sym_AT] = ACTIONS(876), - [anon_sym_static] = ACTIONS(876), - [anon_sym_get] = ACTIONS(876), - [anon_sym_set] = ACTIONS(876), - [sym__automatic_semicolon] = ACTIONS(878), - [sym__ternary_qmark] = ACTIONS(878), - }, - [156] = { - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_default] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_else] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_case] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(882), + [sym_comment] = STATE(149), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_default] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_else] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_case] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(880), [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, - [157] = { + [150] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(150), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_pattern_repeat1] = STATE(2187), [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(884), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_default] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_COMMA] = ACTIONS(884), - [anon_sym_RBRACE] = ACTIONS(884), - [anon_sym_import] = ACTIONS(884), - [anon_sym_var] = ACTIONS(884), - [anon_sym_let] = ACTIONS(884), - [anon_sym_const] = ACTIONS(884), - [anon_sym_else] = ACTIONS(884), - [anon_sym_if] = ACTIONS(884), - [anon_sym_switch] = ACTIONS(884), - [anon_sym_for] = ACTIONS(884), - [anon_sym_LPAREN] = ACTIONS(884), - [anon_sym_await] = ACTIONS(884), - [anon_sym_in] = ACTIONS(884), - [anon_sym_while] = ACTIONS(884), - [anon_sym_do] = ACTIONS(884), - [anon_sym_try] = ACTIONS(884), - [anon_sym_with] = ACTIONS(884), - [anon_sym_break] = ACTIONS(884), - [anon_sym_continue] = ACTIONS(884), - [anon_sym_debugger] = ACTIONS(884), - [anon_sym_return] = ACTIONS(884), - [anon_sym_throw] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(884), - [anon_sym_case] = ACTIONS(884), - [anon_sym_yield] = ACTIONS(884), - [anon_sym_LBRACK] = ACTIONS(884), - [anon_sym_LTtemplate_GT] = ACTIONS(884), - [anon_sym_LT] = ACTIONS(884), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DOT] = ACTIONS(884), - [anon_sym_class] = ACTIONS(884), - [anon_sym_async] = ACTIONS(884), - [anon_sym_function] = ACTIONS(884), - [sym_optional_chain] = ACTIONS(884), - [anon_sym_new] = ACTIONS(884), - [anon_sym_AMP_AMP] = ACTIONS(884), - [anon_sym_PIPE_PIPE] = ACTIONS(884), - [anon_sym_GT_GT] = ACTIONS(884), - [anon_sym_GT_GT_GT] = ACTIONS(884), - [anon_sym_LT_LT] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_CARET] = ACTIONS(884), - [anon_sym_PIPE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(884), - [anon_sym_SLASH] = ACTIONS(884), - [anon_sym_PERCENT] = ACTIONS(884), - [anon_sym_STAR_STAR] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_QMARK_QMARK] = ACTIONS(884), - [anon_sym_instanceof] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(884), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_typeof] = ACTIONS(884), - [anon_sym_void] = ACTIONS(884), - [anon_sym_delete] = ACTIONS(884), - [anon_sym_PLUS_PLUS] = ACTIONS(884), - [anon_sym_DASH_DASH] = ACTIONS(884), - [anon_sym_DQUOTE] = ACTIONS(884), - [anon_sym_SQUOTE] = ACTIONS(884), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(884), - [sym_number] = ACTIONS(884), - [sym_private_property_identifier] = ACTIONS(884), - [sym_this] = ACTIONS(884), - [sym_super] = ACTIONS(884), - [sym_true] = ACTIONS(884), - [sym_false] = ACTIONS(884), - [sym_null] = ACTIONS(884), - [sym_undefined] = ACTIONS(884), - [anon_sym_AT] = ACTIONS(884), - [anon_sym_static] = ACTIONS(884), - [anon_sym_get] = ACTIONS(884), - [anon_sym_set] = ACTIONS(884), - [sym__automatic_semicolon] = ACTIONS(886), - [sym__ternary_qmark] = ACTIONS(886), - }, - [158] = { - [sym_identifier] = ACTIONS(888), - [anon_sym_export] = ACTIONS(888), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_default] = ACTIONS(888), + [anon_sym_export] = ACTIONS(886), [anon_sym_LBRACE] = ACTIONS(888), [anon_sym_COMMA] = ACTIONS(890), - [anon_sym_RBRACE] = ACTIONS(888), - [anon_sym_import] = ACTIONS(888), - [anon_sym_var] = ACTIONS(888), - [anon_sym_let] = ACTIONS(888), - [anon_sym_const] = ACTIONS(888), - [anon_sym_else] = ACTIONS(888), - [anon_sym_if] = ACTIONS(888), - [anon_sym_switch] = ACTIONS(888), - [anon_sym_for] = ACTIONS(888), - [anon_sym_LPAREN] = ACTIONS(888), - [anon_sym_await] = ACTIONS(888), - [anon_sym_in] = ACTIONS(890), - [anon_sym_while] = ACTIONS(888), - [anon_sym_do] = ACTIONS(888), - [anon_sym_try] = ACTIONS(888), - [anon_sym_with] = ACTIONS(888), - [anon_sym_break] = ACTIONS(888), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_debugger] = ACTIONS(888), - [anon_sym_return] = ACTIONS(888), - [anon_sym_throw] = ACTIONS(888), - [anon_sym_SEMI] = ACTIONS(888), - [anon_sym_case] = ACTIONS(888), - [anon_sym_yield] = ACTIONS(888), - [anon_sym_LBRACK] = ACTIONS(888), - [anon_sym_LTtemplate_GT] = ACTIONS(888), - [anon_sym_LT] = ACTIONS(888), - [anon_sym_GT] = ACTIONS(890), - [anon_sym_DOT] = ACTIONS(890), - [anon_sym_class] = ACTIONS(888), - [anon_sym_async] = ACTIONS(888), - [anon_sym_function] = ACTIONS(888), - [sym_optional_chain] = ACTIONS(890), - [anon_sym_new] = ACTIONS(888), - [anon_sym_AMP_AMP] = ACTIONS(890), - [anon_sym_PIPE_PIPE] = ACTIONS(890), - [anon_sym_GT_GT] = ACTIONS(890), - [anon_sym_GT_GT_GT] = ACTIONS(890), - [anon_sym_LT_LT] = ACTIONS(890), - [anon_sym_AMP] = ACTIONS(890), - [anon_sym_CARET] = ACTIONS(890), - [anon_sym_PIPE] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(888), - [anon_sym_DASH] = ACTIONS(888), - [anon_sym_SLASH] = ACTIONS(888), - [anon_sym_PERCENT] = ACTIONS(890), - [anon_sym_STAR_STAR] = ACTIONS(890), - [anon_sym_LT_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ_EQ] = ACTIONS(890), - [anon_sym_GT_EQ] = ACTIONS(890), - [anon_sym_QMARK_QMARK] = ACTIONS(890), - [anon_sym_instanceof] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(888), - [anon_sym_TILDE] = ACTIONS(888), - [anon_sym_typeof] = ACTIONS(888), - [anon_sym_void] = ACTIONS(888), - [anon_sym_delete] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(888), - [anon_sym_SQUOTE] = ACTIONS(888), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(888), - [sym_number] = ACTIONS(888), - [sym_private_property_identifier] = ACTIONS(888), - [sym_this] = ACTIONS(888), - [sym_super] = ACTIONS(888), - [sym_true] = ACTIONS(888), - [sym_false] = ACTIONS(888), - [sym_null] = ACTIONS(888), - [sym_undefined] = ACTIONS(888), - [anon_sym_AT] = ACTIONS(888), - [anon_sym_static] = ACTIONS(888), - [anon_sym_get] = ACTIONS(888), - [anon_sym_set] = ACTIONS(888), - [sym__automatic_semicolon] = ACTIONS(892), - [sym__ternary_qmark] = ACTIONS(894), - }, - [159] = { - [sym_identifier] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_default] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_COMMA] = ACTIONS(898), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_import] = ACTIONS(896), - [anon_sym_var] = ACTIONS(896), - [anon_sym_let] = ACTIONS(896), - [anon_sym_const] = ACTIONS(896), - [anon_sym_else] = ACTIONS(896), - [anon_sym_if] = ACTIONS(896), - [anon_sym_switch] = ACTIONS(896), - [anon_sym_for] = ACTIONS(896), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_await] = ACTIONS(896), - [anon_sym_in] = ACTIONS(898), - [anon_sym_while] = ACTIONS(896), - [anon_sym_do] = ACTIONS(896), - [anon_sym_try] = ACTIONS(896), - [anon_sym_with] = ACTIONS(896), - [anon_sym_break] = ACTIONS(896), - [anon_sym_continue] = ACTIONS(896), - [anon_sym_debugger] = ACTIONS(896), - [anon_sym_return] = ACTIONS(896), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_case] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_LTtemplate_GT] = ACTIONS(896), - [anon_sym_LT] = ACTIONS(896), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_class] = ACTIONS(896), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_RBRACK] = ACTIONS(894), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(896), - [anon_sym_function] = ACTIONS(896), - [sym_optional_chain] = ACTIONS(898), - [anon_sym_new] = ACTIONS(896), - [anon_sym_AMP_AMP] = ACTIONS(898), - [anon_sym_PIPE_PIPE] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_GT_GT_GT] = ACTIONS(898), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(896), - [anon_sym_SLASH] = ACTIONS(896), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_STAR_STAR] = ACTIONS(898), - [anon_sym_LT_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(898), - [anon_sym_QMARK_QMARK] = ACTIONS(898), - [anon_sym_instanceof] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_typeof] = ACTIONS(896), - [anon_sym_void] = ACTIONS(896), - [anon_sym_delete] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(896), - [sym_number] = ACTIONS(896), - [sym_private_property_identifier] = ACTIONS(896), - [sym_this] = ACTIONS(896), - [sym_super] = ACTIONS(896), - [sym_true] = ACTIONS(896), - [sym_false] = ACTIONS(896), - [sym_null] = ACTIONS(896), - [sym_undefined] = ACTIONS(896), - [anon_sym_AT] = ACTIONS(896), - [anon_sym_static] = ACTIONS(896), - [anon_sym_get] = ACTIONS(896), - [anon_sym_set] = ACTIONS(896), - [sym__automatic_semicolon] = ACTIONS(900), - [sym__ternary_qmark] = ACTIONS(902), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, - [160] = { - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_default] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_else] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_case] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), + [151] = { + [sym_comment] = STATE(151), + [ts_builtin_sym_end] = ACTIONS(902), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(866), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(866), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_GT_GT] = ACTIONS(866), + [anon_sym_GT_GT_GT] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_QMARK_QMARK] = ACTIONS(866), + [anon_sym_instanceof] = ACTIONS(866), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), [sym__automatic_semicolon] = ACTIONS(904), - [sym__ternary_qmark] = ACTIONS(882), + [sym__ternary_qmark] = ACTIONS(872), + [sym_html_comment] = ACTIONS(5), }, - [161] = { + [152] = { + [sym_comment] = STATE(152), [sym_identifier] = ACTIONS(906), [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(908), + [anon_sym_COMMA] = ACTIONS(906), [anon_sym_RBRACE] = ACTIONS(906), [anon_sym_import] = ACTIONS(906), + [anon_sym_with] = ACTIONS(906), [anon_sym_var] = ACTIONS(906), [anon_sym_let] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), @@ -31796,11 +31832,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(906), [anon_sym_LPAREN] = ACTIONS(906), [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(908), + [anon_sym_in] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_try] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_debugger] = ACTIONS(906), @@ -31812,34 +31847,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(906), [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(908), - [anon_sym_DOT] = ACTIONS(908), + [anon_sym_GT] = ACTIONS(906), + [anon_sym_DOT] = ACTIONS(906), + [anon_sym_DQUOTE] = ACTIONS(906), + [anon_sym_SQUOTE] = ACTIONS(906), [anon_sym_class] = ACTIONS(906), [anon_sym_async] = ACTIONS(906), [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(908), + [sym_optional_chain] = ACTIONS(906), [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(908), - [anon_sym_PIPE_PIPE] = ACTIONS(908), - [anon_sym_GT_GT] = ACTIONS(908), - [anon_sym_GT_GT_GT] = ACTIONS(908), - [anon_sym_LT_LT] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_CARET] = ACTIONS(908), - [anon_sym_PIPE] = ACTIONS(908), + [anon_sym_AMP_AMP] = ACTIONS(906), + [anon_sym_PIPE_PIPE] = ACTIONS(906), + [anon_sym_GT_GT] = ACTIONS(906), + [anon_sym_GT_GT_GT] = ACTIONS(906), + [anon_sym_LT_LT] = ACTIONS(906), + [anon_sym_AMP] = ACTIONS(906), + [anon_sym_CARET] = ACTIONS(906), + [anon_sym_PIPE] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_DASH] = ACTIONS(906), [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(908), - [anon_sym_STAR_STAR] = ACTIONS(908), - [anon_sym_LT_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ_EQ] = ACTIONS(908), - [anon_sym_GT_EQ] = ACTIONS(908), - [anon_sym_QMARK_QMARK] = ACTIONS(908), - [anon_sym_instanceof] = ACTIONS(908), + [anon_sym_PERCENT] = ACTIONS(906), + [anon_sym_STAR_STAR] = ACTIONS(906), + [anon_sym_LT_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(906), + [anon_sym_GT_EQ] = ACTIONS(906), + [anon_sym_QMARK_QMARK] = ACTIONS(906), + [anon_sym_instanceof] = ACTIONS(906), [anon_sym_BANG] = ACTIONS(906), [anon_sym_TILDE] = ACTIONS(906), [anon_sym_typeof] = ACTIONS(906), @@ -31847,9 +31884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(906), [anon_sym_PLUS_PLUS] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(906), [sym_number] = ACTIONS(906), [sym_private_property_identifier] = ACTIONS(906), @@ -31863,10 +31898,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(906), [anon_sym_get] = ACTIONS(906), [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(910), + [sym__automatic_semicolon] = ACTIONS(908), + [sym__ternary_qmark] = ACTIONS(908), + [sym_html_comment] = ACTIONS(5), + }, + [153] = { + [sym_comment] = STATE(153), + [sym_identifier] = ACTIONS(910), + [anon_sym_export] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_default] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_import] = ACTIONS(910), + [anon_sym_with] = ACTIONS(910), + [anon_sym_var] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_else] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_await] = ACTIONS(910), + [anon_sym_in] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_debugger] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_throw] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_case] = ACTIONS(910), + [anon_sym_yield] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LTtemplate_GT] = ACTIONS(910), + [anon_sym_LT] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(910), + [anon_sym_DOT] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [anon_sym_SQUOTE] = ACTIONS(910), + [anon_sym_class] = ACTIONS(910), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(910), + [sym_optional_chain] = ACTIONS(910), + [anon_sym_new] = ACTIONS(910), + [anon_sym_AMP_AMP] = ACTIONS(910), + [anon_sym_PIPE_PIPE] = ACTIONS(910), + [anon_sym_GT_GT] = ACTIONS(910), + [anon_sym_GT_GT_GT] = ACTIONS(910), + [anon_sym_LT_LT] = ACTIONS(910), + [anon_sym_AMP] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_STAR_STAR] = ACTIONS(910), + [anon_sym_LT_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(910), + [anon_sym_GT_EQ] = ACTIONS(910), + [anon_sym_QMARK_QMARK] = ACTIONS(910), + [anon_sym_instanceof] = ACTIONS(910), + [anon_sym_BANG] = ACTIONS(910), + [anon_sym_TILDE] = ACTIONS(910), + [anon_sym_typeof] = ACTIONS(910), + [anon_sym_void] = ACTIONS(910), + [anon_sym_delete] = ACTIONS(910), + [anon_sym_PLUS_PLUS] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(910), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(910), + [sym_number] = ACTIONS(910), + [sym_private_property_identifier] = ACTIONS(910), + [sym_this] = ACTIONS(910), + [sym_super] = ACTIONS(910), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), + [sym_undefined] = ACTIONS(910), + [anon_sym_AT] = ACTIONS(910), + [anon_sym_static] = ACTIONS(910), + [anon_sym_get] = ACTIONS(910), + [anon_sym_set] = ACTIONS(910), + [sym__automatic_semicolon] = ACTIONS(912), [sym__ternary_qmark] = ACTIONS(912), + [sym_html_comment] = ACTIONS(5), }, - [162] = { + [154] = { + [sym_comment] = STATE(154), [sym_identifier] = ACTIONS(914), [anon_sym_export] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), @@ -31875,6 +32002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(916), [anon_sym_RBRACE] = ACTIONS(914), [anon_sym_import] = ACTIONS(914), + [anon_sym_with] = ACTIONS(914), [anon_sym_var] = ACTIONS(914), [anon_sym_let] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), @@ -31888,7 +32016,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_try] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_debugger] = ACTIONS(914), @@ -31902,6 +32029,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(914), [anon_sym_GT] = ACTIONS(916), [anon_sym_DOT] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(914), + [anon_sym_SQUOTE] = ACTIONS(914), [anon_sym_class] = ACTIONS(914), [anon_sym_async] = ACTIONS(914), [anon_sym_function] = ACTIONS(914), @@ -31935,9 +32064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(914), [anon_sym_PLUS_PLUS] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(914), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(914), [sym_number] = ACTIONS(914), [sym_private_property_identifier] = ACTIONS(914), @@ -31953,1235 +32080,1189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(914), [sym__automatic_semicolon] = ACTIONS(918), [sym__ternary_qmark] = ACTIONS(920), + [sym_html_comment] = ACTIONS(5), }, - [163] = { - [sym_identifier] = ACTIONS(922), - [anon_sym_export] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_default] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_COMMA] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(922), - [anon_sym_import] = ACTIONS(922), - [anon_sym_var] = ACTIONS(922), - [anon_sym_let] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_LPAREN] = ACTIONS(922), - [anon_sym_await] = ACTIONS(922), - [anon_sym_in] = ACTIONS(924), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_try] = ACTIONS(922), - [anon_sym_with] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_debugger] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_throw] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(922), - [anon_sym_LTtemplate_GT] = ACTIONS(922), - [anon_sym_LT] = ACTIONS(922), - [anon_sym_GT] = ACTIONS(924), - [anon_sym_DOT] = ACTIONS(924), - [anon_sym_class] = ACTIONS(922), - [anon_sym_async] = ACTIONS(922), - [anon_sym_function] = ACTIONS(922), - [sym_optional_chain] = ACTIONS(924), - [anon_sym_new] = ACTIONS(922), - [anon_sym_AMP_AMP] = ACTIONS(924), - [anon_sym_PIPE_PIPE] = ACTIONS(924), - [anon_sym_GT_GT] = ACTIONS(924), - [anon_sym_GT_GT_GT] = ACTIONS(924), - [anon_sym_LT_LT] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_CARET] = ACTIONS(924), - [anon_sym_PIPE] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(922), - [anon_sym_PERCENT] = ACTIONS(924), - [anon_sym_STAR_STAR] = ACTIONS(924), - [anon_sym_LT_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ_EQ] = ACTIONS(924), - [anon_sym_GT_EQ] = ACTIONS(924), - [anon_sym_QMARK_QMARK] = ACTIONS(924), - [anon_sym_instanceof] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_typeof] = ACTIONS(922), - [anon_sym_void] = ACTIONS(922), - [anon_sym_delete] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(922), - [sym_number] = ACTIONS(922), - [sym_private_property_identifier] = ACTIONS(922), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(922), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), - [sym_undefined] = ACTIONS(922), - [anon_sym_AT] = ACTIONS(922), - [anon_sym_static] = ACTIONS(922), - [anon_sym_get] = ACTIONS(922), - [anon_sym_set] = ACTIONS(922), - [sym__automatic_semicolon] = ACTIONS(926), - [sym__ternary_qmark] = ACTIONS(928), - }, - [164] = { - [sym_identifier] = ACTIONS(888), - [anon_sym_export] = ACTIONS(888), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_default] = ACTIONS(888), + [155] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2108), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(155), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(1994), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_pattern_repeat1] = STATE(2105), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), [anon_sym_LBRACE] = ACTIONS(888), [anon_sym_COMMA] = ACTIONS(890), - [anon_sym_RBRACE] = ACTIONS(888), - [anon_sym_import] = ACTIONS(888), - [anon_sym_var] = ACTIONS(888), - [anon_sym_let] = ACTIONS(888), - [anon_sym_const] = ACTIONS(888), - [anon_sym_if] = ACTIONS(888), - [anon_sym_switch] = ACTIONS(888), - [anon_sym_for] = ACTIONS(888), - [anon_sym_LPAREN] = ACTIONS(888), - [anon_sym_await] = ACTIONS(888), - [anon_sym_in] = ACTIONS(890), - [anon_sym_while] = ACTIONS(888), - [anon_sym_do] = ACTIONS(888), - [anon_sym_try] = ACTIONS(888), - [anon_sym_with] = ACTIONS(888), - [anon_sym_break] = ACTIONS(888), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_debugger] = ACTIONS(888), - [anon_sym_return] = ACTIONS(888), - [anon_sym_throw] = ACTIONS(888), - [anon_sym_SEMI] = ACTIONS(888), - [anon_sym_case] = ACTIONS(888), - [anon_sym_yield] = ACTIONS(888), - [anon_sym_LBRACK] = ACTIONS(888), - [anon_sym_LTtemplate_GT] = ACTIONS(888), - [anon_sym_LT] = ACTIONS(888), - [anon_sym_GT] = ACTIONS(890), - [anon_sym_DOT] = ACTIONS(890), - [anon_sym_class] = ACTIONS(888), - [anon_sym_async] = ACTIONS(888), - [anon_sym_function] = ACTIONS(888), - [sym_optional_chain] = ACTIONS(890), - [anon_sym_new] = ACTIONS(888), - [anon_sym_AMP_AMP] = ACTIONS(890), - [anon_sym_PIPE_PIPE] = ACTIONS(890), - [anon_sym_GT_GT] = ACTIONS(890), - [anon_sym_GT_GT_GT] = ACTIONS(890), - [anon_sym_LT_LT] = ACTIONS(890), - [anon_sym_AMP] = ACTIONS(890), - [anon_sym_CARET] = ACTIONS(890), - [anon_sym_PIPE] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(888), - [anon_sym_DASH] = ACTIONS(888), - [anon_sym_SLASH] = ACTIONS(888), - [anon_sym_PERCENT] = ACTIONS(890), - [anon_sym_STAR_STAR] = ACTIONS(890), - [anon_sym_LT_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ_EQ] = ACTIONS(890), - [anon_sym_GT_EQ] = ACTIONS(890), - [anon_sym_QMARK_QMARK] = ACTIONS(890), - [anon_sym_instanceof] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(888), - [anon_sym_TILDE] = ACTIONS(888), - [anon_sym_typeof] = ACTIONS(888), - [anon_sym_void] = ACTIONS(888), - [anon_sym_delete] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(888), - [anon_sym_SQUOTE] = ACTIONS(888), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(888), - [sym_number] = ACTIONS(888), - [sym_private_property_identifier] = ACTIONS(888), - [sym_this] = ACTIONS(888), - [sym_super] = ACTIONS(888), - [sym_true] = ACTIONS(888), - [sym_false] = ACTIONS(888), - [sym_null] = ACTIONS(888), - [sym_undefined] = ACTIONS(888), - [anon_sym_AT] = ACTIONS(888), - [anon_sym_static] = ACTIONS(888), - [anon_sym_get] = ACTIONS(888), - [anon_sym_set] = ACTIONS(888), - [sym__automatic_semicolon] = ACTIONS(930), - [sym__ternary_qmark] = ACTIONS(894), - }, - [165] = { - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_else] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(932), - [sym__ternary_qmark] = ACTIONS(882), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_RBRACK] = ACTIONS(922), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, - [166] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_COMMA] = ACTIONS(940), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_RBRACK] = ACTIONS(944), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [156] = { + [sym_comment] = STATE(156), + [sym_identifier] = ACTIONS(924), + [anon_sym_export] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_default] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_import] = ACTIONS(924), + [anon_sym_with] = ACTIONS(924), + [anon_sym_var] = ACTIONS(924), + [anon_sym_let] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_await] = ACTIONS(924), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_try] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_debugger] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_throw] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_yield] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(924), + [anon_sym_LTtemplate_GT] = ACTIONS(924), + [anon_sym_LT] = ACTIONS(924), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(924), + [anon_sym_SQUOTE] = ACTIONS(924), + [anon_sym_class] = ACTIONS(924), + [anon_sym_async] = ACTIONS(924), + [anon_sym_function] = ACTIONS(924), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(924), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_typeof] = ACTIONS(924), + [anon_sym_void] = ACTIONS(924), + [anon_sym_delete] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(924), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(924), + [sym_number] = ACTIONS(924), + [sym_private_property_identifier] = ACTIONS(924), + [sym_this] = ACTIONS(924), + [sym_super] = ACTIONS(924), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_undefined] = ACTIONS(924), + [anon_sym_AT] = ACTIONS(924), + [anon_sym_static] = ACTIONS(924), + [anon_sym_get] = ACTIONS(924), + [anon_sym_set] = ACTIONS(924), + [sym__automatic_semicolon] = ACTIONS(928), + [sym__ternary_qmark] = ACTIONS(930), + [sym_html_comment] = ACTIONS(5), }, - [167] = { - [ts_builtin_sym_end] = ACTIONS(952), - [sym_identifier] = ACTIONS(860), - [anon_sym_export] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(862), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_COMMA] = ACTIONS(862), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_import] = ACTIONS(860), - [anon_sym_var] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [anon_sym_else] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_await] = ACTIONS(860), - [anon_sym_in] = ACTIONS(862), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_debugger] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_throw] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LTtemplate_GT] = ACTIONS(860), - [anon_sym_LT] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(862), - [anon_sym_DOT] = ACTIONS(862), - [anon_sym_class] = ACTIONS(860), - [anon_sym_async] = ACTIONS(860), - [anon_sym_function] = ACTIONS(860), - [sym_optional_chain] = ACTIONS(862), - [anon_sym_new] = ACTIONS(860), - [anon_sym_AMP_AMP] = ACTIONS(862), - [anon_sym_PIPE_PIPE] = ACTIONS(862), - [anon_sym_GT_GT] = ACTIONS(862), - [anon_sym_GT_GT_GT] = ACTIONS(862), - [anon_sym_LT_LT] = ACTIONS(862), - [anon_sym_AMP] = ACTIONS(862), - [anon_sym_CARET] = ACTIONS(862), - [anon_sym_PIPE] = ACTIONS(862), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_PERCENT] = ACTIONS(862), - [anon_sym_STAR_STAR] = ACTIONS(862), - [anon_sym_LT_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ_EQ] = ACTIONS(862), - [anon_sym_GT_EQ] = ACTIONS(862), - [anon_sym_QMARK_QMARK] = ACTIONS(862), - [anon_sym_instanceof] = ACTIONS(862), - [anon_sym_BANG] = ACTIONS(860), - [anon_sym_TILDE] = ACTIONS(860), - [anon_sym_typeof] = ACTIONS(860), - [anon_sym_void] = ACTIONS(860), - [anon_sym_delete] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [anon_sym_SQUOTE] = ACTIONS(860), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(860), - [sym_number] = ACTIONS(860), - [sym_private_property_identifier] = ACTIONS(860), - [sym_this] = ACTIONS(860), - [sym_super] = ACTIONS(860), - [sym_true] = ACTIONS(860), - [sym_false] = ACTIONS(860), - [sym_null] = ACTIONS(860), - [sym_undefined] = ACTIONS(860), - [anon_sym_AT] = ACTIONS(860), - [anon_sym_static] = ACTIONS(860), - [anon_sym_get] = ACTIONS(860), - [anon_sym_set] = ACTIONS(860), - [sym__automatic_semicolon] = ACTIONS(954), - [sym__ternary_qmark] = ACTIONS(866), + [157] = { + [sym_comment] = STATE(157), + [sym_identifier] = ACTIONS(932), + [anon_sym_export] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_default] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(932), + [anon_sym_import] = ACTIONS(932), + [anon_sym_with] = ACTIONS(932), + [anon_sym_var] = ACTIONS(932), + [anon_sym_let] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(932), + [anon_sym_await] = ACTIONS(932), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_try] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_debugger] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_throw] = ACTIONS(932), + [anon_sym_SEMI] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_yield] = ACTIONS(932), + [anon_sym_LBRACK] = ACTIONS(932), + [anon_sym_LTtemplate_GT] = ACTIONS(932), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(932), + [anon_sym_SQUOTE] = ACTIONS(932), + [anon_sym_class] = ACTIONS(932), + [anon_sym_async] = ACTIONS(932), + [anon_sym_function] = ACTIONS(932), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(932), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(932), + [anon_sym_TILDE] = ACTIONS(932), + [anon_sym_typeof] = ACTIONS(932), + [anon_sym_void] = ACTIONS(932), + [anon_sym_delete] = ACTIONS(932), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(932), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(932), + [sym_number] = ACTIONS(932), + [sym_private_property_identifier] = ACTIONS(932), + [sym_this] = ACTIONS(932), + [sym_super] = ACTIONS(932), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_undefined] = ACTIONS(932), + [anon_sym_AT] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_get] = ACTIONS(932), + [anon_sym_set] = ACTIONS(932), + [sym__automatic_semicolon] = ACTIONS(936), + [sym__ternary_qmark] = ACTIONS(938), + [sym_html_comment] = ACTIONS(5), }, - [168] = { - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_default] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_case] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(956), - [sym__ternary_qmark] = ACTIONS(882), + [158] = { + [sym_comment] = STATE(158), + [sym_identifier] = ACTIONS(940), + [anon_sym_export] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_default] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(940), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_import] = ACTIONS(940), + [anon_sym_with] = ACTIONS(940), + [anon_sym_var] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_in] = ACTIONS(942), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_try] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_debugger] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_throw] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_yield] = ACTIONS(940), + [anon_sym_LBRACK] = ACTIONS(940), + [anon_sym_LTtemplate_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT] = ACTIONS(942), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(940), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_class] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_function] = ACTIONS(940), + [sym_optional_chain] = ACTIONS(942), + [anon_sym_new] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_GT_GT] = ACTIONS(942), + [anon_sym_GT_GT_GT] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_CARET] = ACTIONS(942), + [anon_sym_PIPE] = ACTIONS(942), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_STAR_STAR] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(942), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_QMARK_QMARK] = ACTIONS(942), + [anon_sym_instanceof] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_TILDE] = ACTIONS(940), + [anon_sym_typeof] = ACTIONS(940), + [anon_sym_void] = ACTIONS(940), + [anon_sym_delete] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(940), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(940), + [sym_number] = ACTIONS(940), + [sym_private_property_identifier] = ACTIONS(940), + [sym_this] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), + [sym_undefined] = ACTIONS(940), + [anon_sym_AT] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_get] = ACTIONS(940), + [anon_sym_set] = ACTIONS(940), + [sym__automatic_semicolon] = ACTIONS(944), + [sym__ternary_qmark] = ACTIONS(946), + [sym_html_comment] = ACTIONS(5), }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(958), - [sym_identifier] = ACTIONS(868), - [anon_sym_export] = ACTIONS(868), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(868), - [anon_sym_import] = ACTIONS(868), - [anon_sym_var] = ACTIONS(868), - [anon_sym_let] = ACTIONS(868), - [anon_sym_const] = ACTIONS(868), - [anon_sym_else] = ACTIONS(868), - [anon_sym_if] = ACTIONS(868), - [anon_sym_switch] = ACTIONS(868), - [anon_sym_for] = ACTIONS(868), - [anon_sym_LPAREN] = ACTIONS(868), - [anon_sym_await] = ACTIONS(868), - [anon_sym_in] = ACTIONS(870), - [anon_sym_while] = ACTIONS(868), - [anon_sym_do] = ACTIONS(868), - [anon_sym_try] = ACTIONS(868), - [anon_sym_with] = ACTIONS(868), - [anon_sym_break] = ACTIONS(868), - [anon_sym_continue] = ACTIONS(868), - [anon_sym_debugger] = ACTIONS(868), - [anon_sym_return] = ACTIONS(868), - [anon_sym_throw] = ACTIONS(868), - [anon_sym_SEMI] = ACTIONS(868), - [anon_sym_yield] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(868), - [anon_sym_LTtemplate_GT] = ACTIONS(868), - [anon_sym_LT] = ACTIONS(868), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DOT] = ACTIONS(870), - [anon_sym_class] = ACTIONS(868), - [anon_sym_async] = ACTIONS(868), - [anon_sym_function] = ACTIONS(868), - [sym_optional_chain] = ACTIONS(870), - [anon_sym_new] = ACTIONS(868), - [anon_sym_AMP_AMP] = ACTIONS(870), - [anon_sym_PIPE_PIPE] = ACTIONS(870), - [anon_sym_GT_GT] = ACTIONS(870), - [anon_sym_GT_GT_GT] = ACTIONS(870), - [anon_sym_LT_LT] = ACTIONS(870), - [anon_sym_AMP] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(868), - [anon_sym_DASH] = ACTIONS(868), - [anon_sym_SLASH] = ACTIONS(868), - [anon_sym_PERCENT] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_QMARK_QMARK] = ACTIONS(870), - [anon_sym_instanceof] = ACTIONS(870), - [anon_sym_BANG] = ACTIONS(868), - [anon_sym_TILDE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(868), - [anon_sym_void] = ACTIONS(868), - [anon_sym_delete] = ACTIONS(868), - [anon_sym_PLUS_PLUS] = ACTIONS(868), - [anon_sym_DASH_DASH] = ACTIONS(868), - [anon_sym_DQUOTE] = ACTIONS(868), - [anon_sym_SQUOTE] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(868), - [sym_number] = ACTIONS(868), - [sym_private_property_identifier] = ACTIONS(868), - [sym_this] = ACTIONS(868), - [sym_super] = ACTIONS(868), - [sym_true] = ACTIONS(868), - [sym_false] = ACTIONS(868), - [sym_null] = ACTIONS(868), - [sym_undefined] = ACTIONS(868), - [anon_sym_AT] = ACTIONS(868), - [anon_sym_static] = ACTIONS(868), - [anon_sym_get] = ACTIONS(868), - [anon_sym_set] = ACTIONS(868), - [sym__automatic_semicolon] = ACTIONS(960), - [sym__ternary_qmark] = ACTIONS(874), + [159] = { + [sym_comment] = STATE(159), + [sym_identifier] = ACTIONS(948), + [anon_sym_export] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_default] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_COMMA] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_import] = ACTIONS(948), + [anon_sym_with] = ACTIONS(948), + [anon_sym_var] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(948), + [anon_sym_await] = ACTIONS(948), + [anon_sym_in] = ACTIONS(950), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_debugger] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_throw] = ACTIONS(948), + [anon_sym_SEMI] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_yield] = ACTIONS(948), + [anon_sym_LBRACK] = ACTIONS(948), + [anon_sym_LTtemplate_GT] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(948), + [anon_sym_GT] = ACTIONS(950), + [anon_sym_DOT] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(948), + [anon_sym_SQUOTE] = ACTIONS(948), + [anon_sym_class] = ACTIONS(948), + [anon_sym_async] = ACTIONS(948), + [anon_sym_function] = ACTIONS(948), + [sym_optional_chain] = ACTIONS(950), + [anon_sym_new] = ACTIONS(948), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(950), + [anon_sym_GT_GT] = ACTIONS(950), + [anon_sym_GT_GT_GT] = ACTIONS(950), + [anon_sym_LT_LT] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_CARET] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_SLASH] = ACTIONS(948), + [anon_sym_PERCENT] = ACTIONS(950), + [anon_sym_STAR_STAR] = ACTIONS(950), + [anon_sym_LT_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(950), + [anon_sym_GT_EQ] = ACTIONS(950), + [anon_sym_QMARK_QMARK] = ACTIONS(950), + [anon_sym_instanceof] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_TILDE] = ACTIONS(948), + [anon_sym_typeof] = ACTIONS(948), + [anon_sym_void] = ACTIONS(948), + [anon_sym_delete] = ACTIONS(948), + [anon_sym_PLUS_PLUS] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(948), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(948), + [sym_number] = ACTIONS(948), + [sym_private_property_identifier] = ACTIONS(948), + [sym_this] = ACTIONS(948), + [sym_super] = ACTIONS(948), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_undefined] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(948), + [anon_sym_static] = ACTIONS(948), + [anon_sym_get] = ACTIONS(948), + [anon_sym_set] = ACTIONS(948), + [sym__automatic_semicolon] = ACTIONS(952), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), }, - [170] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1236), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2131), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_spread_element] = STATE(2063), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(2014), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_COMMA] = ACTIONS(962), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_RBRACK] = ACTIONS(962), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [160] = { + [sym_comment] = STATE(160), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_default] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(866), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_case] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(866), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_GT_GT] = ACTIONS(866), + [anon_sym_GT_GT_GT] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_QMARK_QMARK] = ACTIONS(866), + [anon_sym_instanceof] = ACTIONS(866), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(956), + [sym__ternary_qmark] = ACTIONS(872), + [sym_html_comment] = ACTIONS(5), }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(878), - [sym_identifier] = ACTIONS(876), - [anon_sym_export] = ACTIONS(876), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_LBRACE] = ACTIONS(876), - [anon_sym_COMMA] = ACTIONS(876), - [anon_sym_RBRACE] = ACTIONS(876), - [anon_sym_import] = ACTIONS(876), - [anon_sym_var] = ACTIONS(876), - [anon_sym_let] = ACTIONS(876), - [anon_sym_const] = ACTIONS(876), - [anon_sym_else] = ACTIONS(876), - [anon_sym_if] = ACTIONS(876), - [anon_sym_switch] = ACTIONS(876), - [anon_sym_for] = ACTIONS(876), - [anon_sym_LPAREN] = ACTIONS(876), - [anon_sym_await] = ACTIONS(876), - [anon_sym_in] = ACTIONS(876), - [anon_sym_while] = ACTIONS(876), - [anon_sym_do] = ACTIONS(876), - [anon_sym_try] = ACTIONS(876), - [anon_sym_with] = ACTIONS(876), - [anon_sym_break] = ACTIONS(876), - [anon_sym_continue] = ACTIONS(876), - [anon_sym_debugger] = ACTIONS(876), - [anon_sym_return] = ACTIONS(876), - [anon_sym_throw] = ACTIONS(876), - [anon_sym_SEMI] = ACTIONS(876), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(876), - [anon_sym_LTtemplate_GT] = ACTIONS(876), - [anon_sym_LT] = ACTIONS(876), - [anon_sym_GT] = ACTIONS(876), - [anon_sym_DOT] = ACTIONS(876), - [anon_sym_class] = ACTIONS(876), - [anon_sym_async] = ACTIONS(876), - [anon_sym_function] = ACTIONS(876), - [sym_optional_chain] = ACTIONS(876), - [anon_sym_new] = ACTIONS(876), - [anon_sym_AMP_AMP] = ACTIONS(876), - [anon_sym_PIPE_PIPE] = ACTIONS(876), - [anon_sym_GT_GT] = ACTIONS(876), - [anon_sym_GT_GT_GT] = ACTIONS(876), - [anon_sym_LT_LT] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_CARET] = ACTIONS(876), - [anon_sym_PIPE] = ACTIONS(876), - [anon_sym_PLUS] = ACTIONS(876), - [anon_sym_DASH] = ACTIONS(876), - [anon_sym_SLASH] = ACTIONS(876), - [anon_sym_PERCENT] = ACTIONS(876), - [anon_sym_STAR_STAR] = ACTIONS(876), - [anon_sym_LT_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ_EQ] = ACTIONS(876), - [anon_sym_GT_EQ] = ACTIONS(876), - [anon_sym_QMARK_QMARK] = ACTIONS(876), - [anon_sym_instanceof] = ACTIONS(876), - [anon_sym_BANG] = ACTIONS(876), - [anon_sym_TILDE] = ACTIONS(876), - [anon_sym_typeof] = ACTIONS(876), - [anon_sym_void] = ACTIONS(876), - [anon_sym_delete] = ACTIONS(876), - [anon_sym_PLUS_PLUS] = ACTIONS(876), - [anon_sym_DASH_DASH] = ACTIONS(876), - [anon_sym_DQUOTE] = ACTIONS(876), - [anon_sym_SQUOTE] = ACTIONS(876), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(876), - [sym_number] = ACTIONS(876), - [sym_private_property_identifier] = ACTIONS(876), - [sym_this] = ACTIONS(876), - [sym_super] = ACTIONS(876), - [sym_true] = ACTIONS(876), - [sym_false] = ACTIONS(876), - [sym_null] = ACTIONS(876), - [sym_undefined] = ACTIONS(876), - [anon_sym_AT] = ACTIONS(876), - [anon_sym_static] = ACTIONS(876), - [anon_sym_get] = ACTIONS(876), - [anon_sym_set] = ACTIONS(876), - [sym__automatic_semicolon] = ACTIONS(878), - [sym__ternary_qmark] = ACTIONS(878), + [161] = { + [sym_comment] = STATE(161), + [sym_identifier] = ACTIONS(958), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_default] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_import] = ACTIONS(958), + [anon_sym_with] = ACTIONS(958), + [anon_sym_var] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_await] = ACTIONS(958), + [anon_sym_in] = ACTIONS(960), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_debugger] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_throw] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_yield] = ACTIONS(958), + [anon_sym_LBRACK] = ACTIONS(958), + [anon_sym_LTtemplate_GT] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_class] = ACTIONS(958), + [anon_sym_async] = ACTIONS(958), + [anon_sym_function] = ACTIONS(958), + [sym_optional_chain] = ACTIONS(960), + [anon_sym_new] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(960), + [anon_sym_PIPE_PIPE] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_GT_GT_GT] = ACTIONS(960), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_SLASH] = ACTIONS(958), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_STAR_STAR] = ACTIONS(960), + [anon_sym_LT_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ_EQ] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(960), + [anon_sym_QMARK_QMARK] = ACTIONS(960), + [anon_sym_instanceof] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_typeof] = ACTIONS(958), + [anon_sym_void] = ACTIONS(958), + [anon_sym_delete] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(958), + [sym_private_property_identifier] = ACTIONS(958), + [sym_this] = ACTIONS(958), + [sym_super] = ACTIONS(958), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_undefined] = ACTIONS(958), + [anon_sym_AT] = ACTIONS(958), + [anon_sym_static] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [sym__automatic_semicolon] = ACTIONS(962), + [sym__ternary_qmark] = ACTIONS(964), + [sym_html_comment] = ACTIONS(5), }, - [172] = { - [ts_builtin_sym_end] = ACTIONS(965), - [sym_identifier] = ACTIONS(888), - [anon_sym_export] = ACTIONS(888), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_COMMA] = ACTIONS(890), - [anon_sym_RBRACE] = ACTIONS(888), - [anon_sym_import] = ACTIONS(888), - [anon_sym_var] = ACTIONS(888), - [anon_sym_let] = ACTIONS(888), - [anon_sym_const] = ACTIONS(888), - [anon_sym_else] = ACTIONS(888), - [anon_sym_if] = ACTIONS(888), - [anon_sym_switch] = ACTIONS(888), - [anon_sym_for] = ACTIONS(888), - [anon_sym_LPAREN] = ACTIONS(888), - [anon_sym_await] = ACTIONS(888), - [anon_sym_in] = ACTIONS(890), - [anon_sym_while] = ACTIONS(888), - [anon_sym_do] = ACTIONS(888), - [anon_sym_try] = ACTIONS(888), - [anon_sym_with] = ACTIONS(888), - [anon_sym_break] = ACTIONS(888), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_debugger] = ACTIONS(888), - [anon_sym_return] = ACTIONS(888), - [anon_sym_throw] = ACTIONS(888), - [anon_sym_SEMI] = ACTIONS(888), - [anon_sym_yield] = ACTIONS(888), - [anon_sym_LBRACK] = ACTIONS(888), - [anon_sym_LTtemplate_GT] = ACTIONS(888), - [anon_sym_LT] = ACTIONS(888), - [anon_sym_GT] = ACTIONS(890), - [anon_sym_DOT] = ACTIONS(890), - [anon_sym_class] = ACTIONS(888), - [anon_sym_async] = ACTIONS(888), - [anon_sym_function] = ACTIONS(888), - [sym_optional_chain] = ACTIONS(890), - [anon_sym_new] = ACTIONS(888), - [anon_sym_AMP_AMP] = ACTIONS(890), - [anon_sym_PIPE_PIPE] = ACTIONS(890), - [anon_sym_GT_GT] = ACTIONS(890), - [anon_sym_GT_GT_GT] = ACTIONS(890), - [anon_sym_LT_LT] = ACTIONS(890), - [anon_sym_AMP] = ACTIONS(890), - [anon_sym_CARET] = ACTIONS(890), - [anon_sym_PIPE] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(888), - [anon_sym_DASH] = ACTIONS(888), - [anon_sym_SLASH] = ACTIONS(888), - [anon_sym_PERCENT] = ACTIONS(890), - [anon_sym_STAR_STAR] = ACTIONS(890), - [anon_sym_LT_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ_EQ] = ACTIONS(890), - [anon_sym_GT_EQ] = ACTIONS(890), - [anon_sym_QMARK_QMARK] = ACTIONS(890), - [anon_sym_instanceof] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(888), - [anon_sym_TILDE] = ACTIONS(888), - [anon_sym_typeof] = ACTIONS(888), - [anon_sym_void] = ACTIONS(888), - [anon_sym_delete] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(888), - [anon_sym_SQUOTE] = ACTIONS(888), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(888), - [sym_number] = ACTIONS(888), - [sym_private_property_identifier] = ACTIONS(888), - [sym_this] = ACTIONS(888), - [sym_super] = ACTIONS(888), - [sym_true] = ACTIONS(888), - [sym_false] = ACTIONS(888), - [sym_null] = ACTIONS(888), - [sym_undefined] = ACTIONS(888), - [anon_sym_AT] = ACTIONS(888), - [anon_sym_static] = ACTIONS(888), - [anon_sym_get] = ACTIONS(888), - [anon_sym_set] = ACTIONS(888), - [sym__automatic_semicolon] = ACTIONS(967), - [sym__ternary_qmark] = ACTIONS(894), + [162] = { + [sym_comment] = STATE(162), + [sym_identifier] = ACTIONS(966), + [anon_sym_export] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(968), + [anon_sym_default] = ACTIONS(966), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_import] = ACTIONS(966), + [anon_sym_with] = ACTIONS(966), + [anon_sym_var] = ACTIONS(966), + [anon_sym_let] = ACTIONS(966), + [anon_sym_const] = ACTIONS(966), + [anon_sym_else] = ACTIONS(966), + [anon_sym_if] = ACTIONS(966), + [anon_sym_switch] = ACTIONS(966), + [anon_sym_for] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_await] = ACTIONS(966), + [anon_sym_in] = ACTIONS(968), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(966), + [anon_sym_try] = ACTIONS(966), + [anon_sym_break] = ACTIONS(966), + [anon_sym_continue] = ACTIONS(966), + [anon_sym_debugger] = ACTIONS(966), + [anon_sym_return] = ACTIONS(966), + [anon_sym_throw] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_case] = ACTIONS(966), + [anon_sym_yield] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LTtemplate_GT] = ACTIONS(966), + [anon_sym_LT] = ACTIONS(966), + [anon_sym_GT] = ACTIONS(968), + [anon_sym_DOT] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_class] = ACTIONS(966), + [anon_sym_async] = ACTIONS(966), + [anon_sym_function] = ACTIONS(966), + [sym_optional_chain] = ACTIONS(968), + [anon_sym_new] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_PIPE_PIPE] = ACTIONS(968), + [anon_sym_GT_GT] = ACTIONS(968), + [anon_sym_GT_GT_GT] = ACTIONS(968), + [anon_sym_LT_LT] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(968), + [anon_sym_CARET] = ACTIONS(968), + [anon_sym_PIPE] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(966), + [anon_sym_SLASH] = ACTIONS(966), + [anon_sym_PERCENT] = ACTIONS(968), + [anon_sym_STAR_STAR] = ACTIONS(968), + [anon_sym_LT_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ_EQ] = ACTIONS(968), + [anon_sym_GT_EQ] = ACTIONS(968), + [anon_sym_QMARK_QMARK] = ACTIONS(968), + [anon_sym_instanceof] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_typeof] = ACTIONS(966), + [anon_sym_void] = ACTIONS(966), + [anon_sym_delete] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_DASH_DASH] = ACTIONS(966), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(966), + [sym_number] = ACTIONS(966), + [sym_private_property_identifier] = ACTIONS(966), + [sym_this] = ACTIONS(966), + [sym_super] = ACTIONS(966), + [sym_true] = ACTIONS(966), + [sym_false] = ACTIONS(966), + [sym_null] = ACTIONS(966), + [sym_undefined] = ACTIONS(966), + [anon_sym_AT] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_get] = ACTIONS(966), + [anon_sym_set] = ACTIONS(966), + [sym__automatic_semicolon] = ACTIONS(970), + [sym__ternary_qmark] = ACTIONS(972), + [sym_html_comment] = ACTIONS(5), }, - [173] = { - [sym_identifier] = ACTIONS(860), - [anon_sym_export] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(862), - [anon_sym_default] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_COMMA] = ACTIONS(862), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_import] = ACTIONS(860), - [anon_sym_var] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_await] = ACTIONS(860), - [anon_sym_in] = ACTIONS(862), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_debugger] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_throw] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_case] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LTtemplate_GT] = ACTIONS(860), - [anon_sym_LT] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(862), - [anon_sym_DOT] = ACTIONS(862), - [anon_sym_class] = ACTIONS(860), - [anon_sym_async] = ACTIONS(860), - [anon_sym_function] = ACTIONS(860), - [sym_optional_chain] = ACTIONS(862), - [anon_sym_new] = ACTIONS(860), - [anon_sym_AMP_AMP] = ACTIONS(862), - [anon_sym_PIPE_PIPE] = ACTIONS(862), - [anon_sym_GT_GT] = ACTIONS(862), - [anon_sym_GT_GT_GT] = ACTIONS(862), - [anon_sym_LT_LT] = ACTIONS(862), - [anon_sym_AMP] = ACTIONS(862), - [anon_sym_CARET] = ACTIONS(862), - [anon_sym_PIPE] = ACTIONS(862), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_PERCENT] = ACTIONS(862), - [anon_sym_STAR_STAR] = ACTIONS(862), - [anon_sym_LT_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ_EQ] = ACTIONS(862), - [anon_sym_GT_EQ] = ACTIONS(862), - [anon_sym_QMARK_QMARK] = ACTIONS(862), - [anon_sym_instanceof] = ACTIONS(862), - [anon_sym_BANG] = ACTIONS(860), - [anon_sym_TILDE] = ACTIONS(860), - [anon_sym_typeof] = ACTIONS(860), - [anon_sym_void] = ACTIONS(860), - [anon_sym_delete] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [anon_sym_SQUOTE] = ACTIONS(860), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(860), - [sym_number] = ACTIONS(860), - [sym_private_property_identifier] = ACTIONS(860), - [sym_this] = ACTIONS(860), - [sym_super] = ACTIONS(860), - [sym_true] = ACTIONS(860), - [sym_false] = ACTIONS(860), - [sym_null] = ACTIONS(860), - [sym_undefined] = ACTIONS(860), - [anon_sym_AT] = ACTIONS(860), - [anon_sym_static] = ACTIONS(860), - [anon_sym_get] = ACTIONS(860), - [anon_sym_set] = ACTIONS(860), - [sym__automatic_semicolon] = ACTIONS(969), - [sym__ternary_qmark] = ACTIONS(866), + [163] = { + [sym_comment] = STATE(163), + [sym_identifier] = ACTIONS(974), + [anon_sym_export] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_default] = ACTIONS(974), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_COMMA] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_import] = ACTIONS(974), + [anon_sym_with] = ACTIONS(974), + [anon_sym_var] = ACTIONS(974), + [anon_sym_let] = ACTIONS(974), + [anon_sym_const] = ACTIONS(974), + [anon_sym_else] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_switch] = ACTIONS(974), + [anon_sym_for] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_await] = ACTIONS(974), + [anon_sym_in] = ACTIONS(976), + [anon_sym_while] = ACTIONS(974), + [anon_sym_do] = ACTIONS(974), + [anon_sym_try] = ACTIONS(974), + [anon_sym_break] = ACTIONS(974), + [anon_sym_continue] = ACTIONS(974), + [anon_sym_debugger] = ACTIONS(974), + [anon_sym_return] = ACTIONS(974), + [anon_sym_throw] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_case] = ACTIONS(974), + [anon_sym_yield] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LTtemplate_GT] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(976), + [anon_sym_DOT] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_class] = ACTIONS(974), + [anon_sym_async] = ACTIONS(974), + [anon_sym_function] = ACTIONS(974), + [sym_optional_chain] = ACTIONS(976), + [anon_sym_new] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(976), + [anon_sym_PIPE_PIPE] = ACTIONS(976), + [anon_sym_GT_GT] = ACTIONS(976), + [anon_sym_GT_GT_GT] = ACTIONS(976), + [anon_sym_LT_LT] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(976), + [anon_sym_STAR_STAR] = ACTIONS(976), + [anon_sym_LT_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(976), + [anon_sym_GT_EQ] = ACTIONS(976), + [anon_sym_QMARK_QMARK] = ACTIONS(976), + [anon_sym_instanceof] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_typeof] = ACTIONS(974), + [anon_sym_void] = ACTIONS(974), + [anon_sym_delete] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(974), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(974), + [sym_number] = ACTIONS(974), + [sym_private_property_identifier] = ACTIONS(974), + [sym_this] = ACTIONS(974), + [sym_super] = ACTIONS(974), + [sym_true] = ACTIONS(974), + [sym_false] = ACTIONS(974), + [sym_null] = ACTIONS(974), + [sym_undefined] = ACTIONS(974), + [anon_sym_AT] = ACTIONS(974), + [anon_sym_static] = ACTIONS(974), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [sym__automatic_semicolon] = ACTIONS(978), + [sym__ternary_qmark] = ACTIONS(980), + [sym_html_comment] = ACTIONS(5), }, - [174] = { - [ts_builtin_sym_end] = ACTIONS(840), - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(822), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(822), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(822), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_EQ] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(822), - [anon_sym_DOT] = ACTIONS(822), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(822), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(822), - [anon_sym_PIPE_PIPE] = ACTIONS(822), - [anon_sym_GT_GT] = ACTIONS(822), - [anon_sym_GT_GT_GT] = ACTIONS(822), - [anon_sym_LT_LT] = ACTIONS(822), - [anon_sym_AMP] = ACTIONS(822), - [anon_sym_CARET] = ACTIONS(822), - [anon_sym_PIPE] = ACTIONS(822), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(822), - [anon_sym_STAR_STAR] = ACTIONS(822), - [anon_sym_LT_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ] = ACTIONS(822), - [anon_sym_EQ_EQ_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ] = ACTIONS(822), - [anon_sym_BANG_EQ_EQ] = ACTIONS(822), - [anon_sym_GT_EQ] = ACTIONS(822), - [anon_sym_QMARK_QMARK] = ACTIONS(822), - [anon_sym_instanceof] = ACTIONS(822), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(971), - [sym__ternary_qmark] = ACTIONS(828), + [164] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1342), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2477), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_spread_element] = STATE(2060), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(164), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(2061), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_COMMA] = ACTIONS(982), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_RBRACK] = ACTIONS(982), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, - [175] = { - [ts_builtin_sym_end] = ACTIONS(973), - [sym_identifier] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_COMMA] = ACTIONS(898), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_import] = ACTIONS(896), - [anon_sym_var] = ACTIONS(896), - [anon_sym_let] = ACTIONS(896), - [anon_sym_const] = ACTIONS(896), - [anon_sym_else] = ACTIONS(896), - [anon_sym_if] = ACTIONS(896), - [anon_sym_switch] = ACTIONS(896), - [anon_sym_for] = ACTIONS(896), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_await] = ACTIONS(896), - [anon_sym_in] = ACTIONS(898), - [anon_sym_while] = ACTIONS(896), - [anon_sym_do] = ACTIONS(896), - [anon_sym_try] = ACTIONS(896), - [anon_sym_with] = ACTIONS(896), - [anon_sym_break] = ACTIONS(896), - [anon_sym_continue] = ACTIONS(896), - [anon_sym_debugger] = ACTIONS(896), - [anon_sym_return] = ACTIONS(896), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_LTtemplate_GT] = ACTIONS(896), - [anon_sym_LT] = ACTIONS(896), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_class] = ACTIONS(896), - [anon_sym_async] = ACTIONS(896), - [anon_sym_function] = ACTIONS(896), - [sym_optional_chain] = ACTIONS(898), - [anon_sym_new] = ACTIONS(896), - [anon_sym_AMP_AMP] = ACTIONS(898), - [anon_sym_PIPE_PIPE] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_GT_GT_GT] = ACTIONS(898), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(896), - [anon_sym_SLASH] = ACTIONS(896), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_STAR_STAR] = ACTIONS(898), - [anon_sym_LT_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(898), - [anon_sym_QMARK_QMARK] = ACTIONS(898), - [anon_sym_instanceof] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_typeof] = ACTIONS(896), - [anon_sym_void] = ACTIONS(896), - [anon_sym_delete] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(896), - [sym_number] = ACTIONS(896), - [sym_private_property_identifier] = ACTIONS(896), - [sym_this] = ACTIONS(896), - [sym_super] = ACTIONS(896), - [sym_true] = ACTIONS(896), - [sym_false] = ACTIONS(896), - [sym_null] = ACTIONS(896), - [sym_undefined] = ACTIONS(896), - [anon_sym_AT] = ACTIONS(896), - [anon_sym_static] = ACTIONS(896), - [anon_sym_get] = ACTIONS(896), - [anon_sym_set] = ACTIONS(896), - [sym__automatic_semicolon] = ACTIONS(975), + [165] = { + [sym_comment] = STATE(165), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(864), + [anon_sym_default] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_case] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(864), + [anon_sym_PIPE_PIPE] = ACTIONS(864), + [anon_sym_GT_GT] = ACTIONS(864), + [anon_sym_GT_GT_GT] = ACTIONS(864), + [anon_sym_LT_LT] = ACTIONS(864), + [anon_sym_AMP] = ACTIONS(864), + [anon_sym_CARET] = ACTIONS(864), + [anon_sym_PIPE] = ACTIONS(864), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(864), + [anon_sym_STAR_STAR] = ACTIONS(864), + [anon_sym_LT_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ_EQ] = ACTIONS(864), + [anon_sym_GT_EQ] = ACTIONS(864), + [anon_sym_QMARK_QMARK] = ACTIONS(864), + [anon_sym_instanceof] = ACTIONS(864), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(985), [sym__ternary_qmark] = ACTIONS(902), + [sym_html_comment] = ACTIONS(5), }, - [176] = { - [ts_builtin_sym_end] = ACTIONS(886), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(884), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_COMMA] = ACTIONS(884), - [anon_sym_RBRACE] = ACTIONS(884), - [anon_sym_import] = ACTIONS(884), - [anon_sym_var] = ACTIONS(884), - [anon_sym_let] = ACTIONS(884), - [anon_sym_const] = ACTIONS(884), - [anon_sym_else] = ACTIONS(884), - [anon_sym_if] = ACTIONS(884), - [anon_sym_switch] = ACTIONS(884), - [anon_sym_for] = ACTIONS(884), - [anon_sym_LPAREN] = ACTIONS(884), - [anon_sym_await] = ACTIONS(884), - [anon_sym_in] = ACTIONS(884), - [anon_sym_while] = ACTIONS(884), - [anon_sym_do] = ACTIONS(884), - [anon_sym_try] = ACTIONS(884), - [anon_sym_with] = ACTIONS(884), - [anon_sym_break] = ACTIONS(884), - [anon_sym_continue] = ACTIONS(884), - [anon_sym_debugger] = ACTIONS(884), - [anon_sym_return] = ACTIONS(884), - [anon_sym_throw] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(884), - [anon_sym_yield] = ACTIONS(884), - [anon_sym_LBRACK] = ACTIONS(884), - [anon_sym_LTtemplate_GT] = ACTIONS(884), - [anon_sym_LT] = ACTIONS(884), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DOT] = ACTIONS(884), - [anon_sym_class] = ACTIONS(884), - [anon_sym_async] = ACTIONS(884), - [anon_sym_function] = ACTIONS(884), - [sym_optional_chain] = ACTIONS(884), - [anon_sym_new] = ACTIONS(884), - [anon_sym_AMP_AMP] = ACTIONS(884), - [anon_sym_PIPE_PIPE] = ACTIONS(884), - [anon_sym_GT_GT] = ACTIONS(884), - [anon_sym_GT_GT_GT] = ACTIONS(884), - [anon_sym_LT_LT] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_CARET] = ACTIONS(884), - [anon_sym_PIPE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(884), - [anon_sym_SLASH] = ACTIONS(884), - [anon_sym_PERCENT] = ACTIONS(884), - [anon_sym_STAR_STAR] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_QMARK_QMARK] = ACTIONS(884), - [anon_sym_instanceof] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(884), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_typeof] = ACTIONS(884), - [anon_sym_void] = ACTIONS(884), - [anon_sym_delete] = ACTIONS(884), - [anon_sym_PLUS_PLUS] = ACTIONS(884), - [anon_sym_DASH_DASH] = ACTIONS(884), - [anon_sym_DQUOTE] = ACTIONS(884), - [anon_sym_SQUOTE] = ACTIONS(884), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(884), - [sym_number] = ACTIONS(884), - [sym_private_property_identifier] = ACTIONS(884), - [sym_this] = ACTIONS(884), - [sym_super] = ACTIONS(884), - [sym_true] = ACTIONS(884), - [sym_false] = ACTIONS(884), - [sym_null] = ACTIONS(884), - [sym_undefined] = ACTIONS(884), - [anon_sym_AT] = ACTIONS(884), - [anon_sym_static] = ACTIONS(884), - [anon_sym_get] = ACTIONS(884), - [anon_sym_set] = ACTIONS(884), - [sym__automatic_semicolon] = ACTIONS(886), - [sym__ternary_qmark] = ACTIONS(886), + [166] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1438), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2073), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1076), + [sym_subscript_expression] = STATE(1076), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(166), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(1910), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_pattern_repeat1] = STATE(2187), + [sym_identifier] = ACTIONS(987), + [anon_sym_export] = ACTIONS(989), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(890), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(989), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(993), + [anon_sym_RBRACK] = ACTIONS(894), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(995), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(997), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(989), + [anon_sym_get] = ACTIONS(989), + [anon_sym_set] = ACTIONS(989), + [sym_html_comment] = ACTIONS(5), }, - [177] = { - [ts_builtin_sym_end] = ACTIONS(977), + [167] = { + [sym_comment] = STATE(167), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_default] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_else] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_case] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(882), + [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), + }, + [168] = { + [sym_comment] = STATE(168), + [ts_builtin_sym_end] = ACTIONS(908), [sym_identifier] = ACTIONS(906), [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(908), + [anon_sym_COMMA] = ACTIONS(906), [anon_sym_RBRACE] = ACTIONS(906), [anon_sym_import] = ACTIONS(906), + [anon_sym_with] = ACTIONS(906), [anon_sym_var] = ACTIONS(906), [anon_sym_let] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), @@ -33191,11 +33272,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(906), [anon_sym_LPAREN] = ACTIONS(906), [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(908), + [anon_sym_in] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_try] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_debugger] = ACTIONS(906), @@ -33206,34 +33286,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(906), [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(908), - [anon_sym_DOT] = ACTIONS(908), + [anon_sym_GT] = ACTIONS(906), + [anon_sym_DOT] = ACTIONS(906), + [anon_sym_DQUOTE] = ACTIONS(906), + [anon_sym_SQUOTE] = ACTIONS(906), [anon_sym_class] = ACTIONS(906), [anon_sym_async] = ACTIONS(906), [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(908), + [sym_optional_chain] = ACTIONS(906), [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(908), - [anon_sym_PIPE_PIPE] = ACTIONS(908), - [anon_sym_GT_GT] = ACTIONS(908), - [anon_sym_GT_GT_GT] = ACTIONS(908), - [anon_sym_LT_LT] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_CARET] = ACTIONS(908), - [anon_sym_PIPE] = ACTIONS(908), + [anon_sym_AMP_AMP] = ACTIONS(906), + [anon_sym_PIPE_PIPE] = ACTIONS(906), + [anon_sym_GT_GT] = ACTIONS(906), + [anon_sym_GT_GT_GT] = ACTIONS(906), + [anon_sym_LT_LT] = ACTIONS(906), + [anon_sym_AMP] = ACTIONS(906), + [anon_sym_CARET] = ACTIONS(906), + [anon_sym_PIPE] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_DASH] = ACTIONS(906), [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(908), - [anon_sym_STAR_STAR] = ACTIONS(908), - [anon_sym_LT_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ_EQ] = ACTIONS(908), - [anon_sym_GT_EQ] = ACTIONS(908), - [anon_sym_QMARK_QMARK] = ACTIONS(908), - [anon_sym_instanceof] = ACTIONS(908), + [anon_sym_PERCENT] = ACTIONS(906), + [anon_sym_STAR_STAR] = ACTIONS(906), + [anon_sym_LT_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(906), + [anon_sym_GT_EQ] = ACTIONS(906), + [anon_sym_QMARK_QMARK] = ACTIONS(906), + [anon_sym_instanceof] = ACTIONS(906), [anon_sym_BANG] = ACTIONS(906), [anon_sym_TILDE] = ACTIONS(906), [anon_sym_typeof] = ACTIONS(906), @@ -33241,9 +33323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(906), [anon_sym_PLUS_PLUS] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(906), [sym_number] = ACTIONS(906), [sym_private_property_identifier] = ACTIONS(906), @@ -33257,801 +33337,1445 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(906), [anon_sym_get] = ACTIONS(906), [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(979), - [sym__ternary_qmark] = ACTIONS(912), + [sym__automatic_semicolon] = ACTIONS(908), + [sym__ternary_qmark] = ACTIONS(908), + [sym_html_comment] = ACTIONS(5), }, - [178] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2011), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [169] = { + [sym_comment] = STATE(169), + [ts_builtin_sym_end] = ACTIONS(876), + [sym_identifier] = ACTIONS(874), + [anon_sym_export] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_import] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), + [anon_sym_var] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [anon_sym_else] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_switch] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_await] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_debugger] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_throw] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_yield] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LTtemplate_GT] = ACTIONS(874), + [anon_sym_LT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DOT] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [anon_sym_SQUOTE] = ACTIONS(874), + [anon_sym_class] = ACTIONS(874), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(874), + [anon_sym_new] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(874), + [anon_sym_PIPE_PIPE] = ACTIONS(874), + [anon_sym_GT_GT] = ACTIONS(874), + [anon_sym_GT_GT_GT] = ACTIONS(874), + [anon_sym_LT_LT] = ACTIONS(874), + [anon_sym_AMP] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_QMARK_QMARK] = ACTIONS(874), + [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_BANG] = ACTIONS(874), + [anon_sym_TILDE] = ACTIONS(874), + [anon_sym_typeof] = ACTIONS(874), + [anon_sym_void] = ACTIONS(874), + [anon_sym_delete] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(874), + [sym_number] = ACTIONS(874), + [sym_private_property_identifier] = ACTIONS(874), + [sym_this] = ACTIONS(874), + [sym_super] = ACTIONS(874), + [sym_true] = ACTIONS(874), + [sym_false] = ACTIONS(874), + [sym_null] = ACTIONS(874), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(874), + [anon_sym_static] = ACTIONS(874), + [anon_sym_get] = ACTIONS(874), + [anon_sym_set] = ACTIONS(874), + [sym__automatic_semicolon] = ACTIONS(876), + [sym__ternary_qmark] = ACTIONS(876), + [sym_html_comment] = ACTIONS(5), + }, + [170] = { + [sym_comment] = STATE(170), + [sym_identifier] = ACTIONS(874), + [anon_sym_export] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_default] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_import] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), + [anon_sym_var] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_switch] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_await] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_debugger] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_throw] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_case] = ACTIONS(874), + [anon_sym_yield] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LTtemplate_GT] = ACTIONS(874), + [anon_sym_LT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DOT] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [anon_sym_SQUOTE] = ACTIONS(874), + [anon_sym_class] = ACTIONS(874), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(874), + [anon_sym_new] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(874), + [anon_sym_PIPE_PIPE] = ACTIONS(874), + [anon_sym_GT_GT] = ACTIONS(874), + [anon_sym_GT_GT_GT] = ACTIONS(874), + [anon_sym_LT_LT] = ACTIONS(874), + [anon_sym_AMP] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_QMARK_QMARK] = ACTIONS(874), + [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_BANG] = ACTIONS(874), + [anon_sym_TILDE] = ACTIONS(874), + [anon_sym_typeof] = ACTIONS(874), + [anon_sym_void] = ACTIONS(874), + [anon_sym_delete] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(874), + [sym_number] = ACTIONS(874), + [sym_private_property_identifier] = ACTIONS(874), + [sym_this] = ACTIONS(874), + [sym_super] = ACTIONS(874), + [sym_true] = ACTIONS(874), + [sym_false] = ACTIONS(874), + [sym_null] = ACTIONS(874), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(874), + [anon_sym_static] = ACTIONS(874), + [anon_sym_get] = ACTIONS(874), + [anon_sym_set] = ACTIONS(874), + [sym__automatic_semicolon] = ACTIONS(876), + [sym__ternary_qmark] = ACTIONS(876), + [sym_html_comment] = ACTIONS(5), + }, + [171] = { + [sym_comment] = STATE(171), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(948), + [anon_sym_export] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_COMMA] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_import] = ACTIONS(948), + [anon_sym_with] = ACTIONS(948), + [anon_sym_var] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(948), + [anon_sym_await] = ACTIONS(948), + [anon_sym_in] = ACTIONS(950), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_debugger] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_throw] = ACTIONS(948), + [anon_sym_SEMI] = ACTIONS(948), + [anon_sym_yield] = ACTIONS(948), + [anon_sym_LBRACK] = ACTIONS(948), + [anon_sym_LTtemplate_GT] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(948), + [anon_sym_GT] = ACTIONS(950), + [anon_sym_DOT] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(948), + [anon_sym_SQUOTE] = ACTIONS(948), + [anon_sym_class] = ACTIONS(948), + [anon_sym_async] = ACTIONS(948), + [anon_sym_function] = ACTIONS(948), + [sym_optional_chain] = ACTIONS(950), + [anon_sym_new] = ACTIONS(948), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(950), + [anon_sym_GT_GT] = ACTIONS(950), + [anon_sym_GT_GT_GT] = ACTIONS(950), + [anon_sym_LT_LT] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_CARET] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_SLASH] = ACTIONS(948), + [anon_sym_PERCENT] = ACTIONS(950), + [anon_sym_STAR_STAR] = ACTIONS(950), + [anon_sym_LT_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(950), + [anon_sym_GT_EQ] = ACTIONS(950), + [anon_sym_QMARK_QMARK] = ACTIONS(950), + [anon_sym_instanceof] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_TILDE] = ACTIONS(948), + [anon_sym_typeof] = ACTIONS(948), + [anon_sym_void] = ACTIONS(948), + [anon_sym_delete] = ACTIONS(948), + [anon_sym_PLUS_PLUS] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(948), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(948), + [sym_number] = ACTIONS(948), + [sym_private_property_identifier] = ACTIONS(948), + [sym_this] = ACTIONS(948), + [sym_super] = ACTIONS(948), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_undefined] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(948), + [anon_sym_static] = ACTIONS(948), + [anon_sym_get] = ACTIONS(948), + [anon_sym_set] = ACTIONS(948), + [sym__automatic_semicolon] = ACTIONS(1001), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), + }, + [172] = { + [sym_comment] = STATE(172), + [ts_builtin_sym_end] = ACTIONS(1003), + [sym_identifier] = ACTIONS(966), + [anon_sym_export] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_import] = ACTIONS(966), + [anon_sym_with] = ACTIONS(966), + [anon_sym_var] = ACTIONS(966), + [anon_sym_let] = ACTIONS(966), + [anon_sym_const] = ACTIONS(966), + [anon_sym_else] = ACTIONS(966), + [anon_sym_if] = ACTIONS(966), + [anon_sym_switch] = ACTIONS(966), + [anon_sym_for] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_await] = ACTIONS(966), + [anon_sym_in] = ACTIONS(968), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(966), + [anon_sym_try] = ACTIONS(966), + [anon_sym_break] = ACTIONS(966), + [anon_sym_continue] = ACTIONS(966), + [anon_sym_debugger] = ACTIONS(966), + [anon_sym_return] = ACTIONS(966), + [anon_sym_throw] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_yield] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LTtemplate_GT] = ACTIONS(966), + [anon_sym_LT] = ACTIONS(966), + [anon_sym_GT] = ACTIONS(968), + [anon_sym_DOT] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_class] = ACTIONS(966), + [anon_sym_async] = ACTIONS(966), + [anon_sym_function] = ACTIONS(966), + [sym_optional_chain] = ACTIONS(968), + [anon_sym_new] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_PIPE_PIPE] = ACTIONS(968), + [anon_sym_GT_GT] = ACTIONS(968), + [anon_sym_GT_GT_GT] = ACTIONS(968), + [anon_sym_LT_LT] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(968), + [anon_sym_CARET] = ACTIONS(968), + [anon_sym_PIPE] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(966), + [anon_sym_SLASH] = ACTIONS(966), + [anon_sym_PERCENT] = ACTIONS(968), + [anon_sym_STAR_STAR] = ACTIONS(968), + [anon_sym_LT_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ_EQ] = ACTIONS(968), + [anon_sym_GT_EQ] = ACTIONS(968), + [anon_sym_QMARK_QMARK] = ACTIONS(968), + [anon_sym_instanceof] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_typeof] = ACTIONS(966), + [anon_sym_void] = ACTIONS(966), + [anon_sym_delete] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_DASH_DASH] = ACTIONS(966), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(966), + [sym_number] = ACTIONS(966), + [sym_private_property_identifier] = ACTIONS(966), + [sym_this] = ACTIONS(966), + [sym_super] = ACTIONS(966), + [sym_true] = ACTIONS(966), + [sym_false] = ACTIONS(966), + [sym_null] = ACTIONS(966), + [sym_undefined] = ACTIONS(966), + [anon_sym_AT] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_get] = ACTIONS(966), + [anon_sym_set] = ACTIONS(966), + [sym__automatic_semicolon] = ACTIONS(1005), + [sym__ternary_qmark] = ACTIONS(972), + [sym_html_comment] = ACTIONS(5), + }, + [173] = { + [sym_comment] = STATE(173), + [ts_builtin_sym_end] = ACTIONS(1007), + [sym_identifier] = ACTIONS(974), + [anon_sym_export] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_COMMA] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_import] = ACTIONS(974), + [anon_sym_with] = ACTIONS(974), + [anon_sym_var] = ACTIONS(974), + [anon_sym_let] = ACTIONS(974), + [anon_sym_const] = ACTIONS(974), + [anon_sym_else] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_switch] = ACTIONS(974), + [anon_sym_for] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_await] = ACTIONS(974), + [anon_sym_in] = ACTIONS(976), + [anon_sym_while] = ACTIONS(974), + [anon_sym_do] = ACTIONS(974), + [anon_sym_try] = ACTIONS(974), + [anon_sym_break] = ACTIONS(974), + [anon_sym_continue] = ACTIONS(974), + [anon_sym_debugger] = ACTIONS(974), + [anon_sym_return] = ACTIONS(974), + [anon_sym_throw] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_yield] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LTtemplate_GT] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(976), + [anon_sym_DOT] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_class] = ACTIONS(974), + [anon_sym_async] = ACTIONS(974), + [anon_sym_function] = ACTIONS(974), + [sym_optional_chain] = ACTIONS(976), + [anon_sym_new] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(976), + [anon_sym_PIPE_PIPE] = ACTIONS(976), + [anon_sym_GT_GT] = ACTIONS(976), + [anon_sym_GT_GT_GT] = ACTIONS(976), + [anon_sym_LT_LT] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(976), + [anon_sym_STAR_STAR] = ACTIONS(976), + [anon_sym_LT_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(976), + [anon_sym_GT_EQ] = ACTIONS(976), + [anon_sym_QMARK_QMARK] = ACTIONS(976), + [anon_sym_instanceof] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_typeof] = ACTIONS(974), + [anon_sym_void] = ACTIONS(974), + [anon_sym_delete] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(974), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(974), + [sym_number] = ACTIONS(974), + [sym_private_property_identifier] = ACTIONS(974), + [sym_this] = ACTIONS(974), + [sym_super] = ACTIONS(974), + [sym_true] = ACTIONS(974), + [sym_false] = ACTIONS(974), + [sym_null] = ACTIONS(974), + [sym_undefined] = ACTIONS(974), + [anon_sym_AT] = ACTIONS(974), + [anon_sym_static] = ACTIONS(974), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [sym__automatic_semicolon] = ACTIONS(1009), + [sym__ternary_qmark] = ACTIONS(980), + [sym_html_comment] = ACTIONS(5), + }, + [174] = { + [sym_comment] = STATE(174), + [sym_identifier] = ACTIONS(948), + [anon_sym_export] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_default] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_COMMA] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_import] = ACTIONS(948), + [anon_sym_with] = ACTIONS(948), + [anon_sym_var] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(948), + [anon_sym_await] = ACTIONS(948), + [anon_sym_in] = ACTIONS(950), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_debugger] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_throw] = ACTIONS(948), + [anon_sym_SEMI] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_yield] = ACTIONS(948), + [anon_sym_LBRACK] = ACTIONS(948), + [anon_sym_LTtemplate_GT] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(948), + [anon_sym_GT] = ACTIONS(950), + [anon_sym_DOT] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(948), + [anon_sym_SQUOTE] = ACTIONS(948), + [anon_sym_class] = ACTIONS(948), + [anon_sym_async] = ACTIONS(948), + [anon_sym_function] = ACTIONS(948), + [sym_optional_chain] = ACTIONS(950), + [anon_sym_new] = ACTIONS(948), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(950), + [anon_sym_GT_GT] = ACTIONS(950), + [anon_sym_GT_GT_GT] = ACTIONS(950), + [anon_sym_LT_LT] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_CARET] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_SLASH] = ACTIONS(948), + [anon_sym_PERCENT] = ACTIONS(950), + [anon_sym_STAR_STAR] = ACTIONS(950), + [anon_sym_LT_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(950), + [anon_sym_GT_EQ] = ACTIONS(950), + [anon_sym_QMARK_QMARK] = ACTIONS(950), + [anon_sym_instanceof] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_TILDE] = ACTIONS(948), + [anon_sym_typeof] = ACTIONS(948), + [anon_sym_void] = ACTIONS(948), + [anon_sym_delete] = ACTIONS(948), + [anon_sym_PLUS_PLUS] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(948), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(948), + [sym_number] = ACTIONS(948), + [sym_private_property_identifier] = ACTIONS(948), + [sym_this] = ACTIONS(948), + [sym_super] = ACTIONS(948), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_undefined] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(948), + [anon_sym_static] = ACTIONS(948), + [anon_sym_get] = ACTIONS(948), + [anon_sym_set] = ACTIONS(948), + [sym__automatic_semicolon] = ACTIONS(1011), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), + }, + [175] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1284), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2179), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2834), + [sym_string] = STATE(1134), + [sym_comment] = STATE(175), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1924), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_pattern_repeat1] = STATE(2006), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_COMMA] = ACTIONS(940), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_RBRACK] = ACTIONS(981), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [sym_pattern] = STATE(1921), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), + }, + [176] = { + [sym_comment] = STATE(176), + [ts_builtin_sym_end] = ACTIONS(1015), + [sym_identifier] = ACTIONS(924), + [anon_sym_export] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_import] = ACTIONS(924), + [anon_sym_with] = ACTIONS(924), + [anon_sym_var] = ACTIONS(924), + [anon_sym_let] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_await] = ACTIONS(924), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_try] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_debugger] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_throw] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_yield] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(924), + [anon_sym_LTtemplate_GT] = ACTIONS(924), + [anon_sym_LT] = ACTIONS(924), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(924), + [anon_sym_SQUOTE] = ACTIONS(924), + [anon_sym_class] = ACTIONS(924), + [anon_sym_async] = ACTIONS(924), + [anon_sym_function] = ACTIONS(924), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(924), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_typeof] = ACTIONS(924), + [anon_sym_void] = ACTIONS(924), + [anon_sym_delete] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(924), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(924), + [sym_number] = ACTIONS(924), + [sym_private_property_identifier] = ACTIONS(924), + [sym_this] = ACTIONS(924), + [sym_super] = ACTIONS(924), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_undefined] = ACTIONS(924), + [anon_sym_AT] = ACTIONS(924), + [anon_sym_static] = ACTIONS(924), + [anon_sym_get] = ACTIONS(924), + [anon_sym_set] = ACTIONS(924), + [sym__automatic_semicolon] = ACTIONS(1017), + [sym__ternary_qmark] = ACTIONS(930), + [sym_html_comment] = ACTIONS(5), + }, + [177] = { + [sym_comment] = STATE(177), + [sym_identifier] = ACTIONS(958), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_default] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_import] = ACTIONS(958), + [anon_sym_with] = ACTIONS(958), + [anon_sym_var] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_await] = ACTIONS(958), + [anon_sym_in] = ACTIONS(960), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_debugger] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_throw] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_yield] = ACTIONS(958), + [anon_sym_LBRACK] = ACTIONS(958), + [anon_sym_LTtemplate_GT] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_class] = ACTIONS(958), + [anon_sym_async] = ACTIONS(958), + [anon_sym_function] = ACTIONS(958), + [sym_optional_chain] = ACTIONS(960), + [anon_sym_new] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(960), + [anon_sym_PIPE_PIPE] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_GT_GT_GT] = ACTIONS(960), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_SLASH] = ACTIONS(958), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_STAR_STAR] = ACTIONS(960), + [anon_sym_LT_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ_EQ] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(960), + [anon_sym_QMARK_QMARK] = ACTIONS(960), + [anon_sym_instanceof] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_typeof] = ACTIONS(958), + [anon_sym_void] = ACTIONS(958), + [anon_sym_delete] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(958), + [sym_private_property_identifier] = ACTIONS(958), + [sym_this] = ACTIONS(958), + [sym_super] = ACTIONS(958), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_undefined] = ACTIONS(958), + [anon_sym_AT] = ACTIONS(958), + [anon_sym_static] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [sym__automatic_semicolon] = ACTIONS(1019), + [sym__ternary_qmark] = ACTIONS(964), + [sym_html_comment] = ACTIONS(5), + }, + [178] = { + [sym_comment] = STATE(178), + [ts_builtin_sym_end] = ACTIONS(912), + [sym_identifier] = ACTIONS(910), + [anon_sym_export] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_import] = ACTIONS(910), + [anon_sym_with] = ACTIONS(910), + [anon_sym_var] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_else] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_await] = ACTIONS(910), + [anon_sym_in] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_debugger] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_throw] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_yield] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LTtemplate_GT] = ACTIONS(910), + [anon_sym_LT] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(910), + [anon_sym_DOT] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [anon_sym_SQUOTE] = ACTIONS(910), + [anon_sym_class] = ACTIONS(910), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(910), + [sym_optional_chain] = ACTIONS(910), + [anon_sym_new] = ACTIONS(910), + [anon_sym_AMP_AMP] = ACTIONS(910), + [anon_sym_PIPE_PIPE] = ACTIONS(910), + [anon_sym_GT_GT] = ACTIONS(910), + [anon_sym_GT_GT_GT] = ACTIONS(910), + [anon_sym_LT_LT] = ACTIONS(910), + [anon_sym_AMP] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_STAR_STAR] = ACTIONS(910), + [anon_sym_LT_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(910), + [anon_sym_GT_EQ] = ACTIONS(910), + [anon_sym_QMARK_QMARK] = ACTIONS(910), + [anon_sym_instanceof] = ACTIONS(910), + [anon_sym_BANG] = ACTIONS(910), + [anon_sym_TILDE] = ACTIONS(910), + [anon_sym_typeof] = ACTIONS(910), + [anon_sym_void] = ACTIONS(910), + [anon_sym_delete] = ACTIONS(910), + [anon_sym_PLUS_PLUS] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(910), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(910), + [sym_number] = ACTIONS(910), + [sym_private_property_identifier] = ACTIONS(910), + [sym_this] = ACTIONS(910), + [sym_super] = ACTIONS(910), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), + [sym_undefined] = ACTIONS(910), + [anon_sym_AT] = ACTIONS(910), + [anon_sym_static] = ACTIONS(910), + [anon_sym_get] = ACTIONS(910), + [anon_sym_set] = ACTIONS(910), + [sym__automatic_semicolon] = ACTIONS(912), + [sym__ternary_qmark] = ACTIONS(912), + [sym_html_comment] = ACTIONS(5), }, [179] = { - [ts_builtin_sym_end] = ACTIONS(983), - [sym_identifier] = ACTIONS(914), - [anon_sym_export] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_COMMA] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(914), - [anon_sym_import] = ACTIONS(914), - [anon_sym_var] = ACTIONS(914), - [anon_sym_let] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(914), - [anon_sym_await] = ACTIONS(914), - [anon_sym_in] = ACTIONS(916), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_try] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_debugger] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_throw] = ACTIONS(914), - [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_yield] = ACTIONS(914), - [anon_sym_LBRACK] = ACTIONS(914), - [anon_sym_LTtemplate_GT] = ACTIONS(914), - [anon_sym_LT] = ACTIONS(914), - [anon_sym_GT] = ACTIONS(916), - [anon_sym_DOT] = ACTIONS(916), - [anon_sym_class] = ACTIONS(914), - [anon_sym_async] = ACTIONS(914), - [anon_sym_function] = ACTIONS(914), - [sym_optional_chain] = ACTIONS(916), - [anon_sym_new] = ACTIONS(914), - [anon_sym_AMP_AMP] = ACTIONS(916), - [anon_sym_PIPE_PIPE] = ACTIONS(916), - [anon_sym_GT_GT] = ACTIONS(916), - [anon_sym_GT_GT_GT] = ACTIONS(916), - [anon_sym_LT_LT] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_CARET] = ACTIONS(916), - [anon_sym_PIPE] = ACTIONS(916), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_SLASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(916), - [anon_sym_STAR_STAR] = ACTIONS(916), - [anon_sym_LT_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ] = ACTIONS(916), - [anon_sym_EQ_EQ_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ] = ACTIONS(916), - [anon_sym_BANG_EQ_EQ] = ACTIONS(916), - [anon_sym_GT_EQ] = ACTIONS(916), - [anon_sym_QMARK_QMARK] = ACTIONS(916), - [anon_sym_instanceof] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(914), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(914), - [sym_number] = ACTIONS(914), - [sym_private_property_identifier] = ACTIONS(914), - [sym_this] = ACTIONS(914), - [sym_super] = ACTIONS(914), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), - [sym_undefined] = ACTIONS(914), - [anon_sym_AT] = ACTIONS(914), - [anon_sym_static] = ACTIONS(914), - [anon_sym_get] = ACTIONS(914), - [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(985), - [sym__ternary_qmark] = ACTIONS(920), + [sym_comment] = STATE(179), + [ts_builtin_sym_end] = ACTIONS(1021), + [sym_identifier] = ACTIONS(940), + [anon_sym_export] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(940), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_import] = ACTIONS(940), + [anon_sym_with] = ACTIONS(940), + [anon_sym_var] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_in] = ACTIONS(942), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_try] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_debugger] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_throw] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_yield] = ACTIONS(940), + [anon_sym_LBRACK] = ACTIONS(940), + [anon_sym_LTtemplate_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT] = ACTIONS(942), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(940), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_class] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_function] = ACTIONS(940), + [sym_optional_chain] = ACTIONS(942), + [anon_sym_new] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_GT_GT] = ACTIONS(942), + [anon_sym_GT_GT_GT] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_CARET] = ACTIONS(942), + [anon_sym_PIPE] = ACTIONS(942), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_STAR_STAR] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(942), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_QMARK_QMARK] = ACTIONS(942), + [anon_sym_instanceof] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_TILDE] = ACTIONS(940), + [anon_sym_typeof] = ACTIONS(940), + [anon_sym_void] = ACTIONS(940), + [anon_sym_delete] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(940), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(940), + [sym_number] = ACTIONS(940), + [sym_private_property_identifier] = ACTIONS(940), + [sym_this] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), + [sym_undefined] = ACTIONS(940), + [anon_sym_AT] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_get] = ACTIONS(940), + [anon_sym_set] = ACTIONS(940), + [sym__automatic_semicolon] = ACTIONS(1023), + [sym__ternary_qmark] = ACTIONS(946), + [sym_html_comment] = ACTIONS(5), }, [180] = { - [sym_identifier] = ACTIONS(868), - [anon_sym_export] = ACTIONS(868), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_default] = ACTIONS(868), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(868), - [anon_sym_import] = ACTIONS(868), - [anon_sym_var] = ACTIONS(868), - [anon_sym_let] = ACTIONS(868), - [anon_sym_const] = ACTIONS(868), - [anon_sym_if] = ACTIONS(868), - [anon_sym_switch] = ACTIONS(868), - [anon_sym_for] = ACTIONS(868), - [anon_sym_LPAREN] = ACTIONS(868), - [anon_sym_await] = ACTIONS(868), - [anon_sym_in] = ACTIONS(870), - [anon_sym_while] = ACTIONS(868), - [anon_sym_do] = ACTIONS(868), - [anon_sym_try] = ACTIONS(868), - [anon_sym_with] = ACTIONS(868), - [anon_sym_break] = ACTIONS(868), - [anon_sym_continue] = ACTIONS(868), - [anon_sym_debugger] = ACTIONS(868), - [anon_sym_return] = ACTIONS(868), - [anon_sym_throw] = ACTIONS(868), - [anon_sym_SEMI] = ACTIONS(868), - [anon_sym_case] = ACTIONS(868), - [anon_sym_yield] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(868), - [anon_sym_LTtemplate_GT] = ACTIONS(868), - [anon_sym_LT] = ACTIONS(868), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DOT] = ACTIONS(870), - [anon_sym_class] = ACTIONS(868), - [anon_sym_async] = ACTIONS(868), - [anon_sym_function] = ACTIONS(868), - [sym_optional_chain] = ACTIONS(870), - [anon_sym_new] = ACTIONS(868), - [anon_sym_AMP_AMP] = ACTIONS(870), - [anon_sym_PIPE_PIPE] = ACTIONS(870), - [anon_sym_GT_GT] = ACTIONS(870), - [anon_sym_GT_GT_GT] = ACTIONS(870), - [anon_sym_LT_LT] = ACTIONS(870), - [anon_sym_AMP] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(868), - [anon_sym_DASH] = ACTIONS(868), - [anon_sym_SLASH] = ACTIONS(868), - [anon_sym_PERCENT] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_QMARK_QMARK] = ACTIONS(870), - [anon_sym_instanceof] = ACTIONS(870), - [anon_sym_BANG] = ACTIONS(868), - [anon_sym_TILDE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(868), - [anon_sym_void] = ACTIONS(868), - [anon_sym_delete] = ACTIONS(868), - [anon_sym_PLUS_PLUS] = ACTIONS(868), - [anon_sym_DASH_DASH] = ACTIONS(868), - [anon_sym_DQUOTE] = ACTIONS(868), - [anon_sym_SQUOTE] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(868), - [sym_number] = ACTIONS(868), - [sym_private_property_identifier] = ACTIONS(868), - [sym_this] = ACTIONS(868), - [sym_super] = ACTIONS(868), - [sym_true] = ACTIONS(868), - [sym_false] = ACTIONS(868), - [sym_null] = ACTIONS(868), - [sym_undefined] = ACTIONS(868), - [anon_sym_AT] = ACTIONS(868), - [anon_sym_static] = ACTIONS(868), - [anon_sym_get] = ACTIONS(868), - [anon_sym_set] = ACTIONS(868), - [sym__automatic_semicolon] = ACTIONS(987), - [sym__ternary_qmark] = ACTIONS(874), + [sym_comment] = STATE(180), + [sym_identifier] = ACTIONS(940), + [anon_sym_export] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_default] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(940), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_import] = ACTIONS(940), + [anon_sym_with] = ACTIONS(940), + [anon_sym_var] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_in] = ACTIONS(942), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_try] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_debugger] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_throw] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_yield] = ACTIONS(940), + [anon_sym_LBRACK] = ACTIONS(940), + [anon_sym_LTtemplate_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT] = ACTIONS(942), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(940), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_class] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_function] = ACTIONS(940), + [sym_optional_chain] = ACTIONS(942), + [anon_sym_new] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_GT_GT] = ACTIONS(942), + [anon_sym_GT_GT_GT] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_CARET] = ACTIONS(942), + [anon_sym_PIPE] = ACTIONS(942), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_STAR_STAR] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(942), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_QMARK_QMARK] = ACTIONS(942), + [anon_sym_instanceof] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_TILDE] = ACTIONS(940), + [anon_sym_typeof] = ACTIONS(940), + [anon_sym_void] = ACTIONS(940), + [anon_sym_delete] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(940), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(940), + [sym_number] = ACTIONS(940), + [sym_private_property_identifier] = ACTIONS(940), + [sym_this] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), + [sym_undefined] = ACTIONS(940), + [anon_sym_AT] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_get] = ACTIONS(940), + [anon_sym_set] = ACTIONS(940), + [sym__automatic_semicolon] = ACTIONS(1025), + [sym__ternary_qmark] = ACTIONS(946), + [sym_html_comment] = ACTIONS(5), }, [181] = { - [ts_builtin_sym_end] = ACTIONS(989), - [sym_identifier] = ACTIONS(922), - [anon_sym_export] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_COMMA] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(922), - [anon_sym_import] = ACTIONS(922), - [anon_sym_var] = ACTIONS(922), - [anon_sym_let] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_LPAREN] = ACTIONS(922), - [anon_sym_await] = ACTIONS(922), - [anon_sym_in] = ACTIONS(924), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_try] = ACTIONS(922), - [anon_sym_with] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_debugger] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_throw] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(922), - [anon_sym_LTtemplate_GT] = ACTIONS(922), - [anon_sym_LT] = ACTIONS(922), - [anon_sym_GT] = ACTIONS(924), - [anon_sym_DOT] = ACTIONS(924), - [anon_sym_class] = ACTIONS(922), - [anon_sym_async] = ACTIONS(922), - [anon_sym_function] = ACTIONS(922), - [sym_optional_chain] = ACTIONS(924), - [anon_sym_new] = ACTIONS(922), - [anon_sym_AMP_AMP] = ACTIONS(924), - [anon_sym_PIPE_PIPE] = ACTIONS(924), - [anon_sym_GT_GT] = ACTIONS(924), - [anon_sym_GT_GT_GT] = ACTIONS(924), - [anon_sym_LT_LT] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_CARET] = ACTIONS(924), - [anon_sym_PIPE] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(922), - [anon_sym_PERCENT] = ACTIONS(924), - [anon_sym_STAR_STAR] = ACTIONS(924), - [anon_sym_LT_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ_EQ] = ACTIONS(924), - [anon_sym_GT_EQ] = ACTIONS(924), - [anon_sym_QMARK_QMARK] = ACTIONS(924), - [anon_sym_instanceof] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_typeof] = ACTIONS(922), - [anon_sym_void] = ACTIONS(922), - [anon_sym_delete] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(922), - [sym_number] = ACTIONS(922), - [sym_private_property_identifier] = ACTIONS(922), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(922), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), - [sym_undefined] = ACTIONS(922), - [anon_sym_AT] = ACTIONS(922), - [anon_sym_static] = ACTIONS(922), - [anon_sym_get] = ACTIONS(922), - [anon_sym_set] = ACTIONS(922), - [sym__automatic_semicolon] = ACTIONS(991), - [sym__ternary_qmark] = ACTIONS(928), + [sym_comment] = STATE(181), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_default] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_case] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(1027), + [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, [182] = { - [sym_identifier] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_default] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_COMMA] = ACTIONS(898), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_import] = ACTIONS(896), - [anon_sym_var] = ACTIONS(896), - [anon_sym_let] = ACTIONS(896), - [anon_sym_const] = ACTIONS(896), - [anon_sym_if] = ACTIONS(896), - [anon_sym_switch] = ACTIONS(896), - [anon_sym_for] = ACTIONS(896), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_await] = ACTIONS(896), - [anon_sym_in] = ACTIONS(898), - [anon_sym_while] = ACTIONS(896), - [anon_sym_do] = ACTIONS(896), - [anon_sym_try] = ACTIONS(896), - [anon_sym_with] = ACTIONS(896), - [anon_sym_break] = ACTIONS(896), - [anon_sym_continue] = ACTIONS(896), - [anon_sym_debugger] = ACTIONS(896), - [anon_sym_return] = ACTIONS(896), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_case] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_LTtemplate_GT] = ACTIONS(896), - [anon_sym_LT] = ACTIONS(896), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_class] = ACTIONS(896), - [anon_sym_async] = ACTIONS(896), - [anon_sym_function] = ACTIONS(896), - [sym_optional_chain] = ACTIONS(898), - [anon_sym_new] = ACTIONS(896), - [anon_sym_AMP_AMP] = ACTIONS(898), - [anon_sym_PIPE_PIPE] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_GT_GT_GT] = ACTIONS(898), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(896), - [anon_sym_SLASH] = ACTIONS(896), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_STAR_STAR] = ACTIONS(898), - [anon_sym_LT_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(898), - [anon_sym_QMARK_QMARK] = ACTIONS(898), - [anon_sym_instanceof] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_typeof] = ACTIONS(896), - [anon_sym_void] = ACTIONS(896), - [anon_sym_delete] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(896), - [sym_number] = ACTIONS(896), - [sym_private_property_identifier] = ACTIONS(896), - [sym_this] = ACTIONS(896), - [sym_super] = ACTIONS(896), - [sym_true] = ACTIONS(896), - [sym_false] = ACTIONS(896), - [sym_null] = ACTIONS(896), - [sym_undefined] = ACTIONS(896), - [anon_sym_AT] = ACTIONS(896), - [anon_sym_static] = ACTIONS(896), - [anon_sym_get] = ACTIONS(896), - [anon_sym_set] = ACTIONS(896), - [sym__automatic_semicolon] = ACTIONS(993), - [sym__ternary_qmark] = ACTIONS(902), + [sym_comment] = STATE(182), + [ts_builtin_sym_end] = ACTIONS(1029), + [sym_identifier] = ACTIONS(958), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_import] = ACTIONS(958), + [anon_sym_with] = ACTIONS(958), + [anon_sym_var] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_await] = ACTIONS(958), + [anon_sym_in] = ACTIONS(960), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_debugger] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_throw] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_yield] = ACTIONS(958), + [anon_sym_LBRACK] = ACTIONS(958), + [anon_sym_LTtemplate_GT] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_class] = ACTIONS(958), + [anon_sym_async] = ACTIONS(958), + [anon_sym_function] = ACTIONS(958), + [sym_optional_chain] = ACTIONS(960), + [anon_sym_new] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(960), + [anon_sym_PIPE_PIPE] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_GT_GT_GT] = ACTIONS(960), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_SLASH] = ACTIONS(958), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_STAR_STAR] = ACTIONS(960), + [anon_sym_LT_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ_EQ] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(960), + [anon_sym_QMARK_QMARK] = ACTIONS(960), + [anon_sym_instanceof] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_typeof] = ACTIONS(958), + [anon_sym_void] = ACTIONS(958), + [anon_sym_delete] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(958), + [sym_private_property_identifier] = ACTIONS(958), + [sym_this] = ACTIONS(958), + [sym_super] = ACTIONS(958), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_undefined] = ACTIONS(958), + [anon_sym_AT] = ACTIONS(958), + [anon_sym_static] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [sym__automatic_semicolon] = ACTIONS(1031), + [sym__ternary_qmark] = ACTIONS(964), + [sym_html_comment] = ACTIONS(5), }, [183] = { - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(820), - [anon_sym_default] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(820), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(820), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_case] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(820), - [anon_sym_DOT] = ACTIONS(820), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(820), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(820), - [anon_sym_PIPE_PIPE] = ACTIONS(820), - [anon_sym_GT_GT] = ACTIONS(820), - [anon_sym_GT_GT_GT] = ACTIONS(820), - [anon_sym_LT_LT] = ACTIONS(820), - [anon_sym_AMP] = ACTIONS(820), - [anon_sym_CARET] = ACTIONS(820), - [anon_sym_PIPE] = ACTIONS(820), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(820), - [anon_sym_STAR_STAR] = ACTIONS(820), - [anon_sym_LT_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ_EQ] = ACTIONS(820), - [anon_sym_GT_EQ] = ACTIONS(820), - [anon_sym_QMARK_QMARK] = ACTIONS(820), - [anon_sym_instanceof] = ACTIONS(820), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(995), - [sym__ternary_qmark] = ACTIONS(840), + [sym_comment] = STATE(183), + [sym_identifier] = ACTIONS(910), + [anon_sym_export] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_default] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_import] = ACTIONS(910), + [anon_sym_with] = ACTIONS(910), + [anon_sym_var] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_await] = ACTIONS(910), + [anon_sym_in] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_debugger] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_throw] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_case] = ACTIONS(910), + [anon_sym_yield] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LTtemplate_GT] = ACTIONS(910), + [anon_sym_LT] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(910), + [anon_sym_DOT] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [anon_sym_SQUOTE] = ACTIONS(910), + [anon_sym_class] = ACTIONS(910), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(910), + [sym_optional_chain] = ACTIONS(910), + [anon_sym_new] = ACTIONS(910), + [anon_sym_AMP_AMP] = ACTIONS(910), + [anon_sym_PIPE_PIPE] = ACTIONS(910), + [anon_sym_GT_GT] = ACTIONS(910), + [anon_sym_GT_GT_GT] = ACTIONS(910), + [anon_sym_LT_LT] = ACTIONS(910), + [anon_sym_AMP] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_STAR_STAR] = ACTIONS(910), + [anon_sym_LT_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(910), + [anon_sym_GT_EQ] = ACTIONS(910), + [anon_sym_QMARK_QMARK] = ACTIONS(910), + [anon_sym_instanceof] = ACTIONS(910), + [anon_sym_BANG] = ACTIONS(910), + [anon_sym_TILDE] = ACTIONS(910), + [anon_sym_typeof] = ACTIONS(910), + [anon_sym_void] = ACTIONS(910), + [anon_sym_delete] = ACTIONS(910), + [anon_sym_PLUS_PLUS] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(910), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(910), + [sym_number] = ACTIONS(910), + [sym_private_property_identifier] = ACTIONS(910), + [sym_this] = ACTIONS(910), + [sym_super] = ACTIONS(910), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), + [sym_undefined] = ACTIONS(910), + [anon_sym_AT] = ACTIONS(910), + [anon_sym_static] = ACTIONS(910), + [anon_sym_get] = ACTIONS(910), + [anon_sym_set] = ACTIONS(910), + [sym__automatic_semicolon] = ACTIONS(912), + [sym__ternary_qmark] = ACTIONS(912), + [sym_html_comment] = ACTIONS(5), }, [184] = { - [ts_builtin_sym_end] = ACTIONS(848), - [sym_identifier] = ACTIONS(846), - [anon_sym_export] = ACTIONS(846), - [anon_sym_STAR] = ACTIONS(846), - [anon_sym_LBRACE] = ACTIONS(846), - [anon_sym_COMMA] = ACTIONS(846), - [anon_sym_RBRACE] = ACTIONS(846), - [anon_sym_import] = ACTIONS(846), - [anon_sym_var] = ACTIONS(846), - [anon_sym_let] = ACTIONS(846), - [anon_sym_const] = ACTIONS(846), - [anon_sym_else] = ACTIONS(846), - [anon_sym_if] = ACTIONS(846), - [anon_sym_switch] = ACTIONS(846), - [anon_sym_for] = ACTIONS(846), - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_await] = ACTIONS(846), - [anon_sym_in] = ACTIONS(846), - [anon_sym_while] = ACTIONS(846), - [anon_sym_do] = ACTIONS(846), - [anon_sym_try] = ACTIONS(846), - [anon_sym_with] = ACTIONS(846), - [anon_sym_break] = ACTIONS(846), - [anon_sym_continue] = ACTIONS(846), - [anon_sym_debugger] = ACTIONS(846), - [anon_sym_return] = ACTIONS(846), - [anon_sym_throw] = ACTIONS(846), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_yield] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(846), - [anon_sym_LTtemplate_GT] = ACTIONS(846), - [anon_sym_LT] = ACTIONS(846), - [anon_sym_GT] = ACTIONS(846), - [anon_sym_DOT] = ACTIONS(846), - [anon_sym_class] = ACTIONS(846), - [anon_sym_async] = ACTIONS(846), - [anon_sym_function] = ACTIONS(846), - [sym_optional_chain] = ACTIONS(846), - [anon_sym_new] = ACTIONS(846), - [anon_sym_AMP_AMP] = ACTIONS(846), - [anon_sym_PIPE_PIPE] = ACTIONS(846), - [anon_sym_GT_GT] = ACTIONS(846), - [anon_sym_GT_GT_GT] = ACTIONS(846), - [anon_sym_LT_LT] = ACTIONS(846), - [anon_sym_AMP] = ACTIONS(846), - [anon_sym_CARET] = ACTIONS(846), - [anon_sym_PIPE] = ACTIONS(846), - [anon_sym_PLUS] = ACTIONS(846), - [anon_sym_DASH] = ACTIONS(846), - [anon_sym_SLASH] = ACTIONS(846), - [anon_sym_PERCENT] = ACTIONS(846), - [anon_sym_STAR_STAR] = ACTIONS(846), - [anon_sym_LT_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(846), - [anon_sym_GT_EQ] = ACTIONS(846), - [anon_sym_QMARK_QMARK] = ACTIONS(846), - [anon_sym_instanceof] = ACTIONS(846), - [anon_sym_BANG] = ACTIONS(846), - [anon_sym_TILDE] = ACTIONS(846), - [anon_sym_typeof] = ACTIONS(846), - [anon_sym_void] = ACTIONS(846), - [anon_sym_delete] = ACTIONS(846), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(846), - [anon_sym_SQUOTE] = ACTIONS(846), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(846), - [sym_number] = ACTIONS(846), - [sym_private_property_identifier] = ACTIONS(846), - [sym_this] = ACTIONS(846), - [sym_super] = ACTIONS(846), - [sym_true] = ACTIONS(846), - [sym_false] = ACTIONS(846), - [sym_null] = ACTIONS(846), - [sym_undefined] = ACTIONS(846), - [anon_sym_AT] = ACTIONS(846), - [anon_sym_static] = ACTIONS(846), - [anon_sym_get] = ACTIONS(846), - [anon_sym_set] = ACTIONS(846), - [sym__automatic_semicolon] = ACTIONS(848), - [sym__ternary_qmark] = ACTIONS(848), + [sym_comment] = STATE(184), + [sym_identifier] = ACTIONS(966), + [anon_sym_export] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(968), + [anon_sym_default] = ACTIONS(966), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_import] = ACTIONS(966), + [anon_sym_with] = ACTIONS(966), + [anon_sym_var] = ACTIONS(966), + [anon_sym_let] = ACTIONS(966), + [anon_sym_const] = ACTIONS(966), + [anon_sym_if] = ACTIONS(966), + [anon_sym_switch] = ACTIONS(966), + [anon_sym_for] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_await] = ACTIONS(966), + [anon_sym_in] = ACTIONS(968), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(966), + [anon_sym_try] = ACTIONS(966), + [anon_sym_break] = ACTIONS(966), + [anon_sym_continue] = ACTIONS(966), + [anon_sym_debugger] = ACTIONS(966), + [anon_sym_return] = ACTIONS(966), + [anon_sym_throw] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_case] = ACTIONS(966), + [anon_sym_yield] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LTtemplate_GT] = ACTIONS(966), + [anon_sym_LT] = ACTIONS(966), + [anon_sym_GT] = ACTIONS(968), + [anon_sym_DOT] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_class] = ACTIONS(966), + [anon_sym_async] = ACTIONS(966), + [anon_sym_function] = ACTIONS(966), + [sym_optional_chain] = ACTIONS(968), + [anon_sym_new] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_PIPE_PIPE] = ACTIONS(968), + [anon_sym_GT_GT] = ACTIONS(968), + [anon_sym_GT_GT_GT] = ACTIONS(968), + [anon_sym_LT_LT] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(968), + [anon_sym_CARET] = ACTIONS(968), + [anon_sym_PIPE] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(966), + [anon_sym_SLASH] = ACTIONS(966), + [anon_sym_PERCENT] = ACTIONS(968), + [anon_sym_STAR_STAR] = ACTIONS(968), + [anon_sym_LT_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ_EQ] = ACTIONS(968), + [anon_sym_GT_EQ] = ACTIONS(968), + [anon_sym_QMARK_QMARK] = ACTIONS(968), + [anon_sym_instanceof] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_typeof] = ACTIONS(966), + [anon_sym_void] = ACTIONS(966), + [anon_sym_delete] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_DASH_DASH] = ACTIONS(966), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(966), + [sym_number] = ACTIONS(966), + [sym_private_property_identifier] = ACTIONS(966), + [sym_this] = ACTIONS(966), + [sym_super] = ACTIONS(966), + [sym_true] = ACTIONS(966), + [sym_false] = ACTIONS(966), + [sym_null] = ACTIONS(966), + [sym_undefined] = ACTIONS(966), + [anon_sym_AT] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_get] = ACTIONS(966), + [anon_sym_set] = ACTIONS(966), + [sym__automatic_semicolon] = ACTIONS(1033), + [sym__ternary_qmark] = ACTIONS(972), + [sym_html_comment] = ACTIONS(5), }, [185] = { - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_default] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_case] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), - }, - [186] = { - [sym_identifier] = ACTIONS(846), - [anon_sym_export] = ACTIONS(846), - [anon_sym_STAR] = ACTIONS(846), - [anon_sym_default] = ACTIONS(846), - [anon_sym_LBRACE] = ACTIONS(846), - [anon_sym_COMMA] = ACTIONS(846), - [anon_sym_RBRACE] = ACTIONS(846), - [anon_sym_import] = ACTIONS(846), - [anon_sym_var] = ACTIONS(846), - [anon_sym_let] = ACTIONS(846), - [anon_sym_const] = ACTIONS(846), - [anon_sym_if] = ACTIONS(846), - [anon_sym_switch] = ACTIONS(846), - [anon_sym_for] = ACTIONS(846), - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_await] = ACTIONS(846), - [anon_sym_in] = ACTIONS(846), - [anon_sym_while] = ACTIONS(846), - [anon_sym_do] = ACTIONS(846), - [anon_sym_try] = ACTIONS(846), - [anon_sym_with] = ACTIONS(846), - [anon_sym_break] = ACTIONS(846), - [anon_sym_continue] = ACTIONS(846), - [anon_sym_debugger] = ACTIONS(846), - [anon_sym_return] = ACTIONS(846), - [anon_sym_throw] = ACTIONS(846), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_case] = ACTIONS(846), - [anon_sym_yield] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(846), - [anon_sym_LTtemplate_GT] = ACTIONS(846), - [anon_sym_LT] = ACTIONS(846), - [anon_sym_GT] = ACTIONS(846), - [anon_sym_DOT] = ACTIONS(846), - [anon_sym_class] = ACTIONS(846), - [anon_sym_async] = ACTIONS(846), - [anon_sym_function] = ACTIONS(846), - [sym_optional_chain] = ACTIONS(846), - [anon_sym_new] = ACTIONS(846), - [anon_sym_AMP_AMP] = ACTIONS(846), - [anon_sym_PIPE_PIPE] = ACTIONS(846), - [anon_sym_GT_GT] = ACTIONS(846), - [anon_sym_GT_GT_GT] = ACTIONS(846), - [anon_sym_LT_LT] = ACTIONS(846), - [anon_sym_AMP] = ACTIONS(846), - [anon_sym_CARET] = ACTIONS(846), - [anon_sym_PIPE] = ACTIONS(846), - [anon_sym_PLUS] = ACTIONS(846), - [anon_sym_DASH] = ACTIONS(846), - [anon_sym_SLASH] = ACTIONS(846), - [anon_sym_PERCENT] = ACTIONS(846), - [anon_sym_STAR_STAR] = ACTIONS(846), - [anon_sym_LT_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(846), - [anon_sym_GT_EQ] = ACTIONS(846), - [anon_sym_QMARK_QMARK] = ACTIONS(846), - [anon_sym_instanceof] = ACTIONS(846), - [anon_sym_BANG] = ACTIONS(846), - [anon_sym_TILDE] = ACTIONS(846), - [anon_sym_typeof] = ACTIONS(846), - [anon_sym_void] = ACTIONS(846), - [anon_sym_delete] = ACTIONS(846), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(846), - [anon_sym_SQUOTE] = ACTIONS(846), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(846), - [sym_number] = ACTIONS(846), - [sym_private_property_identifier] = ACTIONS(846), - [sym_this] = ACTIONS(846), - [sym_super] = ACTIONS(846), - [sym_true] = ACTIONS(846), - [sym_false] = ACTIONS(846), - [sym_null] = ACTIONS(846), - [sym_undefined] = ACTIONS(846), - [anon_sym_AT] = ACTIONS(846), - [anon_sym_static] = ACTIONS(846), - [anon_sym_get] = ACTIONS(846), - [anon_sym_set] = ACTIONS(846), - [sym__automatic_semicolon] = ACTIONS(848), - [sym__ternary_qmark] = ACTIONS(848), - }, - [187] = { + [sym_comment] = STATE(185), [sym_identifier] = ACTIONS(906), [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(906), [anon_sym_default] = ACTIONS(906), [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(908), + [anon_sym_COMMA] = ACTIONS(906), [anon_sym_RBRACE] = ACTIONS(906), [anon_sym_import] = ACTIONS(906), + [anon_sym_with] = ACTIONS(906), [anon_sym_var] = ACTIONS(906), [anon_sym_let] = ACTIONS(906), [anon_sym_const] = ACTIONS(906), @@ -34060,11 +34784,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(906), [anon_sym_LPAREN] = ACTIONS(906), [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(908), + [anon_sym_in] = ACTIONS(906), [anon_sym_while] = ACTIONS(906), [anon_sym_do] = ACTIONS(906), [anon_sym_try] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), [anon_sym_break] = ACTIONS(906), [anon_sym_continue] = ACTIONS(906), [anon_sym_debugger] = ACTIONS(906), @@ -34076,34 +34799,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(906), [anon_sym_LTtemplate_GT] = ACTIONS(906), [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(908), - [anon_sym_DOT] = ACTIONS(908), + [anon_sym_GT] = ACTIONS(906), + [anon_sym_DOT] = ACTIONS(906), + [anon_sym_DQUOTE] = ACTIONS(906), + [anon_sym_SQUOTE] = ACTIONS(906), [anon_sym_class] = ACTIONS(906), [anon_sym_async] = ACTIONS(906), [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(908), + [sym_optional_chain] = ACTIONS(906), [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(908), - [anon_sym_PIPE_PIPE] = ACTIONS(908), - [anon_sym_GT_GT] = ACTIONS(908), - [anon_sym_GT_GT_GT] = ACTIONS(908), - [anon_sym_LT_LT] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_CARET] = ACTIONS(908), - [anon_sym_PIPE] = ACTIONS(908), + [anon_sym_AMP_AMP] = ACTIONS(906), + [anon_sym_PIPE_PIPE] = ACTIONS(906), + [anon_sym_GT_GT] = ACTIONS(906), + [anon_sym_GT_GT_GT] = ACTIONS(906), + [anon_sym_LT_LT] = ACTIONS(906), + [anon_sym_AMP] = ACTIONS(906), + [anon_sym_CARET] = ACTIONS(906), + [anon_sym_PIPE] = ACTIONS(906), [anon_sym_PLUS] = ACTIONS(906), [anon_sym_DASH] = ACTIONS(906), [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(908), - [anon_sym_STAR_STAR] = ACTIONS(908), - [anon_sym_LT_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ_EQ] = ACTIONS(908), - [anon_sym_GT_EQ] = ACTIONS(908), - [anon_sym_QMARK_QMARK] = ACTIONS(908), - [anon_sym_instanceof] = ACTIONS(908), + [anon_sym_PERCENT] = ACTIONS(906), + [anon_sym_STAR_STAR] = ACTIONS(906), + [anon_sym_LT_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(906), + [anon_sym_GT_EQ] = ACTIONS(906), + [anon_sym_QMARK_QMARK] = ACTIONS(906), + [anon_sym_instanceof] = ACTIONS(906), [anon_sym_BANG] = ACTIONS(906), [anon_sym_TILDE] = ACTIONS(906), [anon_sym_typeof] = ACTIONS(906), @@ -34111,9 +34836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(906), [anon_sym_PLUS_PLUS] = ACTIONS(906), [anon_sym_DASH_DASH] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(906), [sym_number] = ACTIONS(906), [sym_private_property_identifier] = ACTIONS(906), @@ -34127,108 +34850,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(906), [anon_sym_get] = ACTIONS(906), [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(997), - [sym__ternary_qmark] = ACTIONS(912), + [sym__automatic_semicolon] = ACTIONS(908), + [sym__ternary_qmark] = ACTIONS(908), + [sym_html_comment] = ACTIONS(5), }, - [188] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2055), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1041), - [sym_subscript_expression] = STATE(1041), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1970), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_pattern_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(999), - [anon_sym_export] = ACTIONS(1001), - [anon_sym_LBRACE] = ACTIONS(1003), - [anon_sym_COMMA] = ACTIONS(940), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(1005), - [anon_sym_RBRACK] = ACTIONS(944), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1007), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(1009), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1001), - [anon_sym_get] = ACTIONS(1001), - [anon_sym_set] = ACTIONS(1001), + [186] = { + [sym_comment] = STATE(186), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(864), + [anon_sym_default] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_case] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(864), + [anon_sym_PIPE_PIPE] = ACTIONS(864), + [anon_sym_GT_GT] = ACTIONS(864), + [anon_sym_GT_GT_GT] = ACTIONS(864), + [anon_sym_LT_LT] = ACTIONS(864), + [anon_sym_AMP] = ACTIONS(864), + [anon_sym_CARET] = ACTIONS(864), + [anon_sym_PIPE] = ACTIONS(864), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(864), + [anon_sym_STAR_STAR] = ACTIONS(864), + [anon_sym_LT_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ_EQ] = ACTIONS(864), + [anon_sym_GT_EQ] = ACTIONS(864), + [anon_sym_QMARK_QMARK] = ACTIONS(864), + [anon_sym_instanceof] = ACTIONS(864), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(1035), + [sym__ternary_qmark] = ACTIONS(902), + [sym_html_comment] = ACTIONS(5), }, - [189] = { + [187] = { + [sym_comment] = STATE(187), + [ts_builtin_sym_end] = ACTIONS(1037), [sym_identifier] = ACTIONS(914), [anon_sym_export] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), - [anon_sym_default] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(914), [anon_sym_COMMA] = ACTIONS(916), [anon_sym_RBRACE] = ACTIONS(914), [anon_sym_import] = ACTIONS(914), + [anon_sym_with] = ACTIONS(914), [anon_sym_var] = ACTIONS(914), [anon_sym_let] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), [anon_sym_if] = ACTIONS(914), [anon_sym_switch] = ACTIONS(914), [anon_sym_for] = ACTIONS(914), @@ -34238,20 +34967,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_try] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_debugger] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_throw] = ACTIONS(914), [anon_sym_SEMI] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), [anon_sym_yield] = ACTIONS(914), [anon_sym_LBRACK] = ACTIONS(914), [anon_sym_LTtemplate_GT] = ACTIONS(914), [anon_sym_LT] = ACTIONS(914), [anon_sym_GT] = ACTIONS(916), [anon_sym_DOT] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(914), + [anon_sym_SQUOTE] = ACTIONS(914), [anon_sym_class] = ACTIONS(914), [anon_sym_async] = ACTIONS(914), [anon_sym_function] = ACTIONS(914), @@ -34285,9 +35014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(914), [anon_sym_PLUS_PLUS] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(914), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(914), [sym_number] = ACTIONS(914), [sym_private_property_identifier] = ACTIONS(914), @@ -34301,885 +35028,822 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(914), [anon_sym_get] = ACTIONS(914), [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(1011), + [sym__automatic_semicolon] = ACTIONS(1039), [sym__ternary_qmark] = ACTIONS(920), + [sym_html_comment] = ACTIONS(5), }, - [190] = { - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_else] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), + [188] = { + [sym_comment] = STATE(188), + [sym_identifier] = ACTIONS(974), + [anon_sym_export] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_default] = ACTIONS(974), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_COMMA] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_import] = ACTIONS(974), + [anon_sym_with] = ACTIONS(974), + [anon_sym_var] = ACTIONS(974), + [anon_sym_let] = ACTIONS(974), + [anon_sym_const] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_switch] = ACTIONS(974), + [anon_sym_for] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_await] = ACTIONS(974), + [anon_sym_in] = ACTIONS(976), + [anon_sym_while] = ACTIONS(974), + [anon_sym_do] = ACTIONS(974), + [anon_sym_try] = ACTIONS(974), + [anon_sym_break] = ACTIONS(974), + [anon_sym_continue] = ACTIONS(974), + [anon_sym_debugger] = ACTIONS(974), + [anon_sym_return] = ACTIONS(974), + [anon_sym_throw] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_case] = ACTIONS(974), + [anon_sym_yield] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LTtemplate_GT] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(976), + [anon_sym_DOT] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_class] = ACTIONS(974), + [anon_sym_async] = ACTIONS(974), + [anon_sym_function] = ACTIONS(974), + [sym_optional_chain] = ACTIONS(976), + [anon_sym_new] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(976), + [anon_sym_PIPE_PIPE] = ACTIONS(976), + [anon_sym_GT_GT] = ACTIONS(976), + [anon_sym_GT_GT_GT] = ACTIONS(976), + [anon_sym_LT_LT] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(976), + [anon_sym_STAR_STAR] = ACTIONS(976), + [anon_sym_LT_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(976), + [anon_sym_GT_EQ] = ACTIONS(976), + [anon_sym_QMARK_QMARK] = ACTIONS(976), + [anon_sym_instanceof] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_typeof] = ACTIONS(974), + [anon_sym_void] = ACTIONS(974), + [anon_sym_delete] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(974), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(974), + [sym_number] = ACTIONS(974), + [sym_private_property_identifier] = ACTIONS(974), + [sym_this] = ACTIONS(974), + [sym_super] = ACTIONS(974), + [sym_true] = ACTIONS(974), + [sym_false] = ACTIONS(974), + [sym_null] = ACTIONS(974), + [sym_undefined] = ACTIONS(974), + [anon_sym_AT] = ACTIONS(974), + [anon_sym_static] = ACTIONS(974), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [sym__automatic_semicolon] = ACTIONS(1041), + [sym__ternary_qmark] = ACTIONS(980), + [sym_html_comment] = ACTIONS(5), + }, + [189] = { + [sym_comment] = STATE(189), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_default] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_case] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), [sym__automatic_semicolon] = ACTIONS(882), [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), + }, + [190] = { + [sym_comment] = STATE(190), + [sym_identifier] = ACTIONS(924), + [anon_sym_export] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_default] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_import] = ACTIONS(924), + [anon_sym_with] = ACTIONS(924), + [anon_sym_var] = ACTIONS(924), + [anon_sym_let] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_await] = ACTIONS(924), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_try] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_debugger] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_throw] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_yield] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(924), + [anon_sym_LTtemplate_GT] = ACTIONS(924), + [anon_sym_LT] = ACTIONS(924), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(924), + [anon_sym_SQUOTE] = ACTIONS(924), + [anon_sym_class] = ACTIONS(924), + [anon_sym_async] = ACTIONS(924), + [anon_sym_function] = ACTIONS(924), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(924), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_typeof] = ACTIONS(924), + [anon_sym_void] = ACTIONS(924), + [anon_sym_delete] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(924), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(924), + [sym_number] = ACTIONS(924), + [sym_private_property_identifier] = ACTIONS(924), + [sym_this] = ACTIONS(924), + [sym_super] = ACTIONS(924), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_undefined] = ACTIONS(924), + [anon_sym_AT] = ACTIONS(924), + [anon_sym_static] = ACTIONS(924), + [anon_sym_get] = ACTIONS(924), + [anon_sym_set] = ACTIONS(924), + [sym__automatic_semicolon] = ACTIONS(1043), + [sym__ternary_qmark] = ACTIONS(930), + [sym_html_comment] = ACTIONS(5), }, [191] = { - [ts_builtin_sym_end] = ACTIONS(840), - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(820), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_else] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(820), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(820), - [anon_sym_DOT] = ACTIONS(820), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(820), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(820), - [anon_sym_PIPE_PIPE] = ACTIONS(820), - [anon_sym_GT_GT] = ACTIONS(820), - [anon_sym_GT_GT_GT] = ACTIONS(820), - [anon_sym_LT_LT] = ACTIONS(820), - [anon_sym_AMP] = ACTIONS(820), - [anon_sym_CARET] = ACTIONS(820), - [anon_sym_PIPE] = ACTIONS(820), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(820), - [anon_sym_STAR_STAR] = ACTIONS(820), - [anon_sym_LT_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ_EQ] = ACTIONS(820), - [anon_sym_GT_EQ] = ACTIONS(820), - [anon_sym_QMARK_QMARK] = ACTIONS(820), - [anon_sym_instanceof] = ACTIONS(820), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(1013), - [sym__ternary_qmark] = ACTIONS(840), + [sym_comment] = STATE(191), + [ts_builtin_sym_end] = ACTIONS(902), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(864), + [anon_sym_PIPE_PIPE] = ACTIONS(864), + [anon_sym_GT_GT] = ACTIONS(864), + [anon_sym_GT_GT_GT] = ACTIONS(864), + [anon_sym_LT_LT] = ACTIONS(864), + [anon_sym_AMP] = ACTIONS(864), + [anon_sym_CARET] = ACTIONS(864), + [anon_sym_PIPE] = ACTIONS(864), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(864), + [anon_sym_STAR_STAR] = ACTIONS(864), + [anon_sym_LT_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ_EQ] = ACTIONS(864), + [anon_sym_GT_EQ] = ACTIONS(864), + [anon_sym_QMARK_QMARK] = ACTIONS(864), + [anon_sym_instanceof] = ACTIONS(864), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(1045), + [sym__ternary_qmark] = ACTIONS(902), + [sym_html_comment] = ACTIONS(5), }, [192] = { - [sym_identifier] = ACTIONS(852), - [anon_sym_export] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(854), - [anon_sym_default] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_COMMA] = ACTIONS(854), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_import] = ACTIONS(852), - [anon_sym_var] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_switch] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_await] = ACTIONS(852), - [anon_sym_in] = ACTIONS(854), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_with] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_debugger] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_throw] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_case] = ACTIONS(852), - [anon_sym_yield] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LTtemplate_GT] = ACTIONS(852), - [anon_sym_LT] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(854), - [anon_sym_DOT] = ACTIONS(854), - [anon_sym_class] = ACTIONS(852), - [anon_sym_async] = ACTIONS(852), - [anon_sym_function] = ACTIONS(852), - [sym_optional_chain] = ACTIONS(854), - [anon_sym_new] = ACTIONS(852), - [anon_sym_AMP_AMP] = ACTIONS(854), - [anon_sym_PIPE_PIPE] = ACTIONS(854), - [anon_sym_GT_GT] = ACTIONS(854), - [anon_sym_GT_GT_GT] = ACTIONS(854), - [anon_sym_LT_LT] = ACTIONS(854), - [anon_sym_AMP] = ACTIONS(854), - [anon_sym_CARET] = ACTIONS(854), - [anon_sym_PIPE] = ACTIONS(854), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_PERCENT] = ACTIONS(854), - [anon_sym_STAR_STAR] = ACTIONS(854), - [anon_sym_LT_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(854), - [anon_sym_GT_EQ] = ACTIONS(854), - [anon_sym_QMARK_QMARK] = ACTIONS(854), - [anon_sym_instanceof] = ACTIONS(854), - [anon_sym_BANG] = ACTIONS(852), - [anon_sym_TILDE] = ACTIONS(852), - [anon_sym_typeof] = ACTIONS(852), - [anon_sym_void] = ACTIONS(852), - [anon_sym_delete] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [anon_sym_SQUOTE] = ACTIONS(852), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(852), - [sym_number] = ACTIONS(852), - [sym_private_property_identifier] = ACTIONS(852), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(852), - [sym_true] = ACTIONS(852), - [sym_false] = ACTIONS(852), - [sym_null] = ACTIONS(852), - [sym_undefined] = ACTIONS(852), - [anon_sym_AT] = ACTIONS(852), - [anon_sym_static] = ACTIONS(852), - [anon_sym_get] = ACTIONS(852), - [anon_sym_set] = ACTIONS(852), - [sym__automatic_semicolon] = ACTIONS(1015), - [sym__ternary_qmark] = ACTIONS(858), + [sym_comment] = STATE(192), + [ts_builtin_sym_end] = ACTIONS(902), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(866), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(866), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_GT_GT] = ACTIONS(866), + [anon_sym_GT_GT_GT] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_QMARK_QMARK] = ACTIONS(866), + [anon_sym_instanceof] = ACTIONS(866), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(1047), + [sym__ternary_qmark] = ACTIONS(872), + [sym_html_comment] = ACTIONS(5), }, [193] = { - [ts_builtin_sym_end] = ACTIONS(1017), - [sym_identifier] = ACTIONS(852), - [anon_sym_export] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(854), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_COMMA] = ACTIONS(854), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_import] = ACTIONS(852), - [anon_sym_var] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_else] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_switch] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_await] = ACTIONS(852), - [anon_sym_in] = ACTIONS(854), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_with] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_debugger] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_throw] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_yield] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LTtemplate_GT] = ACTIONS(852), - [anon_sym_LT] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(854), - [anon_sym_DOT] = ACTIONS(854), - [anon_sym_class] = ACTIONS(852), - [anon_sym_async] = ACTIONS(852), - [anon_sym_function] = ACTIONS(852), - [sym_optional_chain] = ACTIONS(854), - [anon_sym_new] = ACTIONS(852), - [anon_sym_AMP_AMP] = ACTIONS(854), - [anon_sym_PIPE_PIPE] = ACTIONS(854), - [anon_sym_GT_GT] = ACTIONS(854), - [anon_sym_GT_GT_GT] = ACTIONS(854), - [anon_sym_LT_LT] = ACTIONS(854), - [anon_sym_AMP] = ACTIONS(854), - [anon_sym_CARET] = ACTIONS(854), - [anon_sym_PIPE] = ACTIONS(854), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_PERCENT] = ACTIONS(854), - [anon_sym_STAR_STAR] = ACTIONS(854), - [anon_sym_LT_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(854), - [anon_sym_GT_EQ] = ACTIONS(854), - [anon_sym_QMARK_QMARK] = ACTIONS(854), - [anon_sym_instanceof] = ACTIONS(854), - [anon_sym_BANG] = ACTIONS(852), - [anon_sym_TILDE] = ACTIONS(852), - [anon_sym_typeof] = ACTIONS(852), - [anon_sym_void] = ACTIONS(852), - [anon_sym_delete] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [anon_sym_SQUOTE] = ACTIONS(852), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(852), - [sym_number] = ACTIONS(852), - [sym_private_property_identifier] = ACTIONS(852), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(852), - [sym_true] = ACTIONS(852), - [sym_false] = ACTIONS(852), - [sym_null] = ACTIONS(852), - [sym_undefined] = ACTIONS(852), - [anon_sym_AT] = ACTIONS(852), - [anon_sym_static] = ACTIONS(852), - [anon_sym_get] = ACTIONS(852), - [anon_sym_set] = ACTIONS(852), - [sym__automatic_semicolon] = ACTIONS(1019), - [sym__ternary_qmark] = ACTIONS(858), + [sym_comment] = STATE(193), + [ts_builtin_sym_end] = ACTIONS(882), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_else] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(882), + [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, [194] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2477), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(194), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(2061), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(884), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_default] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_COMMA] = ACTIONS(884), - [anon_sym_RBRACE] = ACTIONS(884), - [anon_sym_import] = ACTIONS(884), - [anon_sym_var] = ACTIONS(884), - [anon_sym_let] = ACTIONS(884), - [anon_sym_const] = ACTIONS(884), - [anon_sym_if] = ACTIONS(884), - [anon_sym_switch] = ACTIONS(884), - [anon_sym_for] = ACTIONS(884), - [anon_sym_LPAREN] = ACTIONS(884), - [anon_sym_await] = ACTIONS(884), - [anon_sym_in] = ACTIONS(884), - [anon_sym_while] = ACTIONS(884), - [anon_sym_do] = ACTIONS(884), - [anon_sym_try] = ACTIONS(884), - [anon_sym_with] = ACTIONS(884), - [anon_sym_break] = ACTIONS(884), - [anon_sym_continue] = ACTIONS(884), - [anon_sym_debugger] = ACTIONS(884), - [anon_sym_return] = ACTIONS(884), - [anon_sym_throw] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(884), - [anon_sym_case] = ACTIONS(884), - [anon_sym_yield] = ACTIONS(884), - [anon_sym_LBRACK] = ACTIONS(884), - [anon_sym_LTtemplate_GT] = ACTIONS(884), - [anon_sym_LT] = ACTIONS(884), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DOT] = ACTIONS(884), - [anon_sym_class] = ACTIONS(884), - [anon_sym_async] = ACTIONS(884), - [anon_sym_function] = ACTIONS(884), - [sym_optional_chain] = ACTIONS(884), - [anon_sym_new] = ACTIONS(884), - [anon_sym_AMP_AMP] = ACTIONS(884), - [anon_sym_PIPE_PIPE] = ACTIONS(884), - [anon_sym_GT_GT] = ACTIONS(884), - [anon_sym_GT_GT_GT] = ACTIONS(884), - [anon_sym_LT_LT] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_CARET] = ACTIONS(884), - [anon_sym_PIPE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(884), - [anon_sym_SLASH] = ACTIONS(884), - [anon_sym_PERCENT] = ACTIONS(884), - [anon_sym_STAR_STAR] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_QMARK_QMARK] = ACTIONS(884), - [anon_sym_instanceof] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(884), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_typeof] = ACTIONS(884), - [anon_sym_void] = ACTIONS(884), - [anon_sym_delete] = ACTIONS(884), - [anon_sym_PLUS_PLUS] = ACTIONS(884), - [anon_sym_DASH_DASH] = ACTIONS(884), - [anon_sym_DQUOTE] = ACTIONS(884), - [anon_sym_SQUOTE] = ACTIONS(884), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(884), - [sym_number] = ACTIONS(884), - [sym_private_property_identifier] = ACTIONS(884), - [sym_this] = ACTIONS(884), - [sym_super] = ACTIONS(884), - [sym_true] = ACTIONS(884), - [sym_false] = ACTIONS(884), - [sym_null] = ACTIONS(884), - [sym_undefined] = ACTIONS(884), - [anon_sym_AT] = ACTIONS(884), - [anon_sym_static] = ACTIONS(884), - [anon_sym_get] = ACTIONS(884), - [anon_sym_set] = ACTIONS(884), - [sym__automatic_semicolon] = ACTIONS(886), - [sym__ternary_qmark] = ACTIONS(886), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_COMMA] = ACTIONS(1049), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_RBRACK] = ACTIONS(1049), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [195] = { - [sym_identifier] = ACTIONS(876), - [anon_sym_export] = ACTIONS(876), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_default] = ACTIONS(876), - [anon_sym_LBRACE] = ACTIONS(876), - [anon_sym_COMMA] = ACTIONS(876), - [anon_sym_RBRACE] = ACTIONS(876), - [anon_sym_import] = ACTIONS(876), - [anon_sym_var] = ACTIONS(876), - [anon_sym_let] = ACTIONS(876), - [anon_sym_const] = ACTIONS(876), - [anon_sym_if] = ACTIONS(876), - [anon_sym_switch] = ACTIONS(876), - [anon_sym_for] = ACTIONS(876), - [anon_sym_LPAREN] = ACTIONS(876), - [anon_sym_await] = ACTIONS(876), - [anon_sym_in] = ACTIONS(876), - [anon_sym_while] = ACTIONS(876), - [anon_sym_do] = ACTIONS(876), - [anon_sym_try] = ACTIONS(876), - [anon_sym_with] = ACTIONS(876), - [anon_sym_break] = ACTIONS(876), - [anon_sym_continue] = ACTIONS(876), - [anon_sym_debugger] = ACTIONS(876), - [anon_sym_return] = ACTIONS(876), - [anon_sym_throw] = ACTIONS(876), - [anon_sym_SEMI] = ACTIONS(876), - [anon_sym_case] = ACTIONS(876), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(876), - [anon_sym_LTtemplate_GT] = ACTIONS(876), - [anon_sym_LT] = ACTIONS(876), - [anon_sym_GT] = ACTIONS(876), - [anon_sym_DOT] = ACTIONS(876), - [anon_sym_class] = ACTIONS(876), - [anon_sym_async] = ACTIONS(876), - [anon_sym_function] = ACTIONS(876), - [sym_optional_chain] = ACTIONS(876), - [anon_sym_new] = ACTIONS(876), - [anon_sym_AMP_AMP] = ACTIONS(876), - [anon_sym_PIPE_PIPE] = ACTIONS(876), - [anon_sym_GT_GT] = ACTIONS(876), - [anon_sym_GT_GT_GT] = ACTIONS(876), - [anon_sym_LT_LT] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_CARET] = ACTIONS(876), - [anon_sym_PIPE] = ACTIONS(876), - [anon_sym_PLUS] = ACTIONS(876), - [anon_sym_DASH] = ACTIONS(876), - [anon_sym_SLASH] = ACTIONS(876), - [anon_sym_PERCENT] = ACTIONS(876), - [anon_sym_STAR_STAR] = ACTIONS(876), - [anon_sym_LT_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ_EQ] = ACTIONS(876), - [anon_sym_GT_EQ] = ACTIONS(876), - [anon_sym_QMARK_QMARK] = ACTIONS(876), - [anon_sym_instanceof] = ACTIONS(876), - [anon_sym_BANG] = ACTIONS(876), - [anon_sym_TILDE] = ACTIONS(876), - [anon_sym_typeof] = ACTIONS(876), - [anon_sym_void] = ACTIONS(876), - [anon_sym_delete] = ACTIONS(876), - [anon_sym_PLUS_PLUS] = ACTIONS(876), - [anon_sym_DASH_DASH] = ACTIONS(876), - [anon_sym_DQUOTE] = ACTIONS(876), - [anon_sym_SQUOTE] = ACTIONS(876), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(876), - [sym_number] = ACTIONS(876), - [sym_private_property_identifier] = ACTIONS(876), - [sym_this] = ACTIONS(876), - [sym_super] = ACTIONS(876), - [sym_true] = ACTIONS(876), - [sym_false] = ACTIONS(876), - [sym_null] = ACTIONS(876), - [sym_undefined] = ACTIONS(876), - [anon_sym_AT] = ACTIONS(876), - [anon_sym_static] = ACTIONS(876), - [anon_sym_get] = ACTIONS(876), - [anon_sym_set] = ACTIONS(876), - [sym__automatic_semicolon] = ACTIONS(878), - [sym__ternary_qmark] = ACTIONS(878), + [sym_comment] = STATE(195), + [ts_builtin_sym_end] = ACTIONS(1051), + [sym_identifier] = ACTIONS(932), + [anon_sym_export] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(932), + [anon_sym_import] = ACTIONS(932), + [anon_sym_with] = ACTIONS(932), + [anon_sym_var] = ACTIONS(932), + [anon_sym_let] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(932), + [anon_sym_await] = ACTIONS(932), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_try] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_debugger] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_throw] = ACTIONS(932), + [anon_sym_SEMI] = ACTIONS(932), + [anon_sym_yield] = ACTIONS(932), + [anon_sym_LBRACK] = ACTIONS(932), + [anon_sym_LTtemplate_GT] = ACTIONS(932), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(932), + [anon_sym_SQUOTE] = ACTIONS(932), + [anon_sym_class] = ACTIONS(932), + [anon_sym_async] = ACTIONS(932), + [anon_sym_function] = ACTIONS(932), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(932), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(932), + [anon_sym_TILDE] = ACTIONS(932), + [anon_sym_typeof] = ACTIONS(932), + [anon_sym_void] = ACTIONS(932), + [anon_sym_delete] = ACTIONS(932), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(932), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(932), + [sym_number] = ACTIONS(932), + [sym_private_property_identifier] = ACTIONS(932), + [sym_this] = ACTIONS(932), + [sym_super] = ACTIONS(932), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_undefined] = ACTIONS(932), + [anon_sym_AT] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_get] = ACTIONS(932), + [anon_sym_set] = ACTIONS(932), + [sym__automatic_semicolon] = ACTIONS(1053), + [sym__ternary_qmark] = ACTIONS(938), + [sym_html_comment] = ACTIONS(5), }, [196] = { - [sym_identifier] = ACTIONS(922), - [anon_sym_export] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_default] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_COMMA] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(922), - [anon_sym_import] = ACTIONS(922), - [anon_sym_var] = ACTIONS(922), - [anon_sym_let] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_LPAREN] = ACTIONS(922), - [anon_sym_await] = ACTIONS(922), - [anon_sym_in] = ACTIONS(924), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_try] = ACTIONS(922), - [anon_sym_with] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_debugger] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_throw] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(922), - [anon_sym_LTtemplate_GT] = ACTIONS(922), - [anon_sym_LT] = ACTIONS(922), - [anon_sym_GT] = ACTIONS(924), - [anon_sym_DOT] = ACTIONS(924), - [anon_sym_class] = ACTIONS(922), - [anon_sym_async] = ACTIONS(922), - [anon_sym_function] = ACTIONS(922), - [sym_optional_chain] = ACTIONS(924), - [anon_sym_new] = ACTIONS(922), - [anon_sym_AMP_AMP] = ACTIONS(924), - [anon_sym_PIPE_PIPE] = ACTIONS(924), - [anon_sym_GT_GT] = ACTIONS(924), - [anon_sym_GT_GT_GT] = ACTIONS(924), - [anon_sym_LT_LT] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_CARET] = ACTIONS(924), - [anon_sym_PIPE] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(922), - [anon_sym_PERCENT] = ACTIONS(924), - [anon_sym_STAR_STAR] = ACTIONS(924), - [anon_sym_LT_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ_EQ] = ACTIONS(924), - [anon_sym_GT_EQ] = ACTIONS(924), - [anon_sym_QMARK_QMARK] = ACTIONS(924), - [anon_sym_instanceof] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_typeof] = ACTIONS(922), - [anon_sym_void] = ACTIONS(922), - [anon_sym_delete] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(922), - [sym_number] = ACTIONS(922), - [sym_private_property_identifier] = ACTIONS(922), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(922), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), - [sym_undefined] = ACTIONS(922), - [anon_sym_AT] = ACTIONS(922), - [anon_sym_static] = ACTIONS(922), - [anon_sym_get] = ACTIONS(922), - [anon_sym_set] = ACTIONS(922), - [sym__automatic_semicolon] = ACTIONS(1021), - [sym__ternary_qmark] = ACTIONS(928), - }, - [197] = { - [ts_builtin_sym_end] = ACTIONS(977), - [sym_identifier] = ACTIONS(906), - [anon_sym_export] = ACTIONS(906), - [anon_sym_STAR] = ACTIONS(908), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_COMMA] = ACTIONS(908), - [anon_sym_RBRACE] = ACTIONS(906), - [anon_sym_import] = ACTIONS(906), - [anon_sym_var] = ACTIONS(906), - [anon_sym_let] = ACTIONS(906), - [anon_sym_const] = ACTIONS(906), - [anon_sym_if] = ACTIONS(906), - [anon_sym_switch] = ACTIONS(906), - [anon_sym_for] = ACTIONS(906), - [anon_sym_LPAREN] = ACTIONS(906), - [anon_sym_await] = ACTIONS(906), - [anon_sym_in] = ACTIONS(908), - [anon_sym_while] = ACTIONS(906), - [anon_sym_do] = ACTIONS(906), - [anon_sym_try] = ACTIONS(906), - [anon_sym_with] = ACTIONS(906), - [anon_sym_break] = ACTIONS(906), - [anon_sym_continue] = ACTIONS(906), - [anon_sym_debugger] = ACTIONS(906), - [anon_sym_return] = ACTIONS(906), - [anon_sym_throw] = ACTIONS(906), - [anon_sym_SEMI] = ACTIONS(906), - [anon_sym_yield] = ACTIONS(906), - [anon_sym_LBRACK] = ACTIONS(906), - [anon_sym_LTtemplate_GT] = ACTIONS(906), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_GT] = ACTIONS(908), - [anon_sym_DOT] = ACTIONS(908), - [anon_sym_class] = ACTIONS(906), - [anon_sym_async] = ACTIONS(906), - [anon_sym_function] = ACTIONS(906), - [sym_optional_chain] = ACTIONS(908), - [anon_sym_new] = ACTIONS(906), - [anon_sym_AMP_AMP] = ACTIONS(908), - [anon_sym_PIPE_PIPE] = ACTIONS(908), - [anon_sym_GT_GT] = ACTIONS(908), - [anon_sym_GT_GT_GT] = ACTIONS(908), - [anon_sym_LT_LT] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(908), - [anon_sym_CARET] = ACTIONS(908), - [anon_sym_PIPE] = ACTIONS(908), - [anon_sym_PLUS] = ACTIONS(906), - [anon_sym_DASH] = ACTIONS(906), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(908), - [anon_sym_STAR_STAR] = ACTIONS(908), - [anon_sym_LT_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ] = ACTIONS(908), - [anon_sym_EQ_EQ_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ] = ACTIONS(908), - [anon_sym_BANG_EQ_EQ] = ACTIONS(908), - [anon_sym_GT_EQ] = ACTIONS(908), - [anon_sym_QMARK_QMARK] = ACTIONS(908), - [anon_sym_instanceof] = ACTIONS(908), - [anon_sym_BANG] = ACTIONS(906), - [anon_sym_TILDE] = ACTIONS(906), - [anon_sym_typeof] = ACTIONS(906), - [anon_sym_void] = ACTIONS(906), - [anon_sym_delete] = ACTIONS(906), - [anon_sym_PLUS_PLUS] = ACTIONS(906), - [anon_sym_DASH_DASH] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(906), - [anon_sym_SQUOTE] = ACTIONS(906), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(906), - [sym_number] = ACTIONS(906), - [sym_private_property_identifier] = ACTIONS(906), - [sym_this] = ACTIONS(906), - [sym_super] = ACTIONS(906), - [sym_true] = ACTIONS(906), - [sym_false] = ACTIONS(906), - [sym_null] = ACTIONS(906), - [sym_undefined] = ACTIONS(906), - [anon_sym_AT] = ACTIONS(906), - [anon_sym_static] = ACTIONS(906), - [anon_sym_get] = ACTIONS(906), - [anon_sym_set] = ACTIONS(906), - [sym__automatic_semicolon] = ACTIONS(1023), - [sym__ternary_qmark] = ACTIONS(912), - }, - [198] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2131), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1299), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2179), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2748), + [sym_string] = STATE(1134), + [sym_comment] = STATE(196), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2014), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_COMMA] = ACTIONS(1025), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_RBRACK] = ACTIONS(1025), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), - }, - [199] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1388), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2072), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2679), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1894), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1027), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_pattern] = STATE(1921), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, - [200] = { - [ts_builtin_sym_end] = ACTIONS(983), + [197] = { + [sym_comment] = STATE(197), [sym_identifier] = ACTIONS(914), [anon_sym_export] = ACTIONS(914), [anon_sym_STAR] = ACTIONS(916), + [anon_sym_default] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(914), [anon_sym_COMMA] = ACTIONS(916), [anon_sym_RBRACE] = ACTIONS(914), [anon_sym_import] = ACTIONS(914), + [anon_sym_with] = ACTIONS(914), [anon_sym_var] = ACTIONS(914), [anon_sym_let] = ACTIONS(914), [anon_sym_const] = ACTIONS(914), @@ -35192,19 +35856,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(914), [anon_sym_do] = ACTIONS(914), [anon_sym_try] = ACTIONS(914), - [anon_sym_with] = ACTIONS(914), [anon_sym_break] = ACTIONS(914), [anon_sym_continue] = ACTIONS(914), [anon_sym_debugger] = ACTIONS(914), [anon_sym_return] = ACTIONS(914), [anon_sym_throw] = ACTIONS(914), [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_case] = ACTIONS(914), [anon_sym_yield] = ACTIONS(914), [anon_sym_LBRACK] = ACTIONS(914), [anon_sym_LTtemplate_GT] = ACTIONS(914), [anon_sym_LT] = ACTIONS(914), [anon_sym_GT] = ACTIONS(916), [anon_sym_DOT] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(914), + [anon_sym_SQUOTE] = ACTIONS(914), [anon_sym_class] = ACTIONS(914), [anon_sym_async] = ACTIONS(914), [anon_sym_function] = ACTIONS(914), @@ -35238,9 +35904,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_delete] = ACTIONS(914), [anon_sym_PLUS_PLUS] = ACTIONS(914), [anon_sym_DASH_DASH] = ACTIONS(914), - [anon_sym_DQUOTE] = ACTIONS(914), - [anon_sym_SQUOTE] = ACTIONS(914), - [sym_comment] = ACTIONS(3), + [aux_sym_comment_token1] = ACTIONS(3), [anon_sym_BQUOTE] = ACTIONS(914), [sym_number] = ACTIONS(914), [sym_private_property_identifier] = ACTIONS(914), @@ -35254,19318 +35918,22074 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static] = ACTIONS(914), [anon_sym_get] = ACTIONS(914), [anon_sym_set] = ACTIONS(914), - [sym__automatic_semicolon] = ACTIONS(1029), + [sym__automatic_semicolon] = ACTIONS(1055), [sym__ternary_qmark] = ACTIONS(920), + [sym_html_comment] = ACTIONS(5), }, - [201] = { - [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(882), - [sym__ternary_qmark] = ACTIONS(882), - }, - [202] = { + [198] = { + [sym_comment] = STATE(198), [ts_builtin_sym_end] = ACTIONS(882), - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(880), - [anon_sym_STAR] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(880), - [anon_sym_COMMA] = ACTIONS(880), - [anon_sym_RBRACE] = ACTIONS(880), - [anon_sym_import] = ACTIONS(880), - [anon_sym_var] = ACTIONS(880), - [anon_sym_let] = ACTIONS(880), - [anon_sym_const] = ACTIONS(880), - [anon_sym_if] = ACTIONS(880), - [anon_sym_switch] = ACTIONS(880), - [anon_sym_for] = ACTIONS(880), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_await] = ACTIONS(880), - [anon_sym_in] = ACTIONS(880), - [anon_sym_while] = ACTIONS(880), - [anon_sym_do] = ACTIONS(880), - [anon_sym_try] = ACTIONS(880), - [anon_sym_with] = ACTIONS(880), - [anon_sym_break] = ACTIONS(880), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_debugger] = ACTIONS(880), - [anon_sym_return] = ACTIONS(880), - [anon_sym_throw] = ACTIONS(880), - [anon_sym_SEMI] = ACTIONS(880), - [anon_sym_yield] = ACTIONS(880), - [anon_sym_LBRACK] = ACTIONS(880), - [anon_sym_LTtemplate_GT] = ACTIONS(880), - [anon_sym_LT] = ACTIONS(880), - [anon_sym_GT] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(880), - [anon_sym_class] = ACTIONS(880), - [anon_sym_async] = ACTIONS(880), - [anon_sym_function] = ACTIONS(880), - [sym_optional_chain] = ACTIONS(880), - [anon_sym_new] = ACTIONS(880), - [anon_sym_AMP_AMP] = ACTIONS(880), - [anon_sym_PIPE_PIPE] = ACTIONS(880), - [anon_sym_GT_GT] = ACTIONS(880), - [anon_sym_GT_GT_GT] = ACTIONS(880), - [anon_sym_LT_LT] = ACTIONS(880), - [anon_sym_AMP] = ACTIONS(880), - [anon_sym_CARET] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(880), - [anon_sym_PLUS] = ACTIONS(880), - [anon_sym_DASH] = ACTIONS(880), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_PERCENT] = ACTIONS(880), - [anon_sym_STAR_STAR] = ACTIONS(880), - [anon_sym_LT_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ] = ACTIONS(880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ] = ACTIONS(880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(880), - [anon_sym_GT_EQ] = ACTIONS(880), - [anon_sym_QMARK_QMARK] = ACTIONS(880), - [anon_sym_instanceof] = ACTIONS(880), - [anon_sym_BANG] = ACTIONS(880), - [anon_sym_TILDE] = ACTIONS(880), - [anon_sym_typeof] = ACTIONS(880), - [anon_sym_void] = ACTIONS(880), - [anon_sym_delete] = ACTIONS(880), - [anon_sym_PLUS_PLUS] = ACTIONS(880), - [anon_sym_DASH_DASH] = ACTIONS(880), - [anon_sym_DQUOTE] = ACTIONS(880), - [anon_sym_SQUOTE] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(880), - [sym_number] = ACTIONS(880), - [sym_private_property_identifier] = ACTIONS(880), - [sym_this] = ACTIONS(880), - [sym_super] = ACTIONS(880), - [sym_true] = ACTIONS(880), - [sym_false] = ACTIONS(880), - [sym_null] = ACTIONS(880), - [sym_undefined] = ACTIONS(880), - [anon_sym_AT] = ACTIONS(880), - [anon_sym_static] = ACTIONS(880), - [anon_sym_get] = ACTIONS(880), - [anon_sym_set] = ACTIONS(880), - [sym__automatic_semicolon] = ACTIONS(1031), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_else] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(1057), [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, - [203] = { - [ts_builtin_sym_end] = ACTIONS(848), - [sym_identifier] = ACTIONS(846), - [anon_sym_export] = ACTIONS(846), - [anon_sym_STAR] = ACTIONS(846), - [anon_sym_LBRACE] = ACTIONS(846), - [anon_sym_COMMA] = ACTIONS(846), - [anon_sym_RBRACE] = ACTIONS(846), - [anon_sym_import] = ACTIONS(846), - [anon_sym_var] = ACTIONS(846), - [anon_sym_let] = ACTIONS(846), - [anon_sym_const] = ACTIONS(846), - [anon_sym_if] = ACTIONS(846), - [anon_sym_switch] = ACTIONS(846), - [anon_sym_for] = ACTIONS(846), - [anon_sym_LPAREN] = ACTIONS(846), - [anon_sym_await] = ACTIONS(846), - [anon_sym_in] = ACTIONS(846), - [anon_sym_while] = ACTIONS(846), - [anon_sym_do] = ACTIONS(846), - [anon_sym_try] = ACTIONS(846), - [anon_sym_with] = ACTIONS(846), - [anon_sym_break] = ACTIONS(846), - [anon_sym_continue] = ACTIONS(846), - [anon_sym_debugger] = ACTIONS(846), - [anon_sym_return] = ACTIONS(846), - [anon_sym_throw] = ACTIONS(846), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_yield] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(846), - [anon_sym_LTtemplate_GT] = ACTIONS(846), - [anon_sym_LT] = ACTIONS(846), - [anon_sym_GT] = ACTIONS(846), - [anon_sym_DOT] = ACTIONS(846), - [anon_sym_class] = ACTIONS(846), - [anon_sym_async] = ACTIONS(846), - [anon_sym_function] = ACTIONS(846), - [sym_optional_chain] = ACTIONS(846), - [anon_sym_new] = ACTIONS(846), - [anon_sym_AMP_AMP] = ACTIONS(846), - [anon_sym_PIPE_PIPE] = ACTIONS(846), - [anon_sym_GT_GT] = ACTIONS(846), - [anon_sym_GT_GT_GT] = ACTIONS(846), - [anon_sym_LT_LT] = ACTIONS(846), - [anon_sym_AMP] = ACTIONS(846), - [anon_sym_CARET] = ACTIONS(846), - [anon_sym_PIPE] = ACTIONS(846), - [anon_sym_PLUS] = ACTIONS(846), - [anon_sym_DASH] = ACTIONS(846), - [anon_sym_SLASH] = ACTIONS(846), - [anon_sym_PERCENT] = ACTIONS(846), - [anon_sym_STAR_STAR] = ACTIONS(846), - [anon_sym_LT_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ] = ACTIONS(846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ] = ACTIONS(846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(846), - [anon_sym_GT_EQ] = ACTIONS(846), - [anon_sym_QMARK_QMARK] = ACTIONS(846), - [anon_sym_instanceof] = ACTIONS(846), - [anon_sym_BANG] = ACTIONS(846), - [anon_sym_TILDE] = ACTIONS(846), - [anon_sym_typeof] = ACTIONS(846), - [anon_sym_void] = ACTIONS(846), - [anon_sym_delete] = ACTIONS(846), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(846), - [anon_sym_SQUOTE] = ACTIONS(846), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(846), - [sym_number] = ACTIONS(846), - [sym_private_property_identifier] = ACTIONS(846), - [sym_this] = ACTIONS(846), - [sym_super] = ACTIONS(846), - [sym_true] = ACTIONS(846), - [sym_false] = ACTIONS(846), - [sym_null] = ACTIONS(846), - [sym_undefined] = ACTIONS(846), - [anon_sym_AT] = ACTIONS(846), - [anon_sym_static] = ACTIONS(846), - [anon_sym_get] = ACTIONS(846), - [anon_sym_set] = ACTIONS(846), - [sym__automatic_semicolon] = ACTIONS(848), - [sym__ternary_qmark] = ACTIONS(848), - }, - [204] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1359), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2072), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2730), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(1894), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1027), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), - }, - [205] = { - [ts_builtin_sym_end] = ACTIONS(840), - [sym_identifier] = ACTIONS(820), - [anon_sym_export] = ACTIONS(820), - [anon_sym_STAR] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_COMMA] = ACTIONS(820), - [anon_sym_RBRACE] = ACTIONS(820), - [anon_sym_import] = ACTIONS(820), - [anon_sym_var] = ACTIONS(820), - [anon_sym_let] = ACTIONS(820), - [anon_sym_const] = ACTIONS(820), - [anon_sym_if] = ACTIONS(820), - [anon_sym_switch] = ACTIONS(820), - [anon_sym_for] = ACTIONS(820), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_await] = ACTIONS(820), - [anon_sym_in] = ACTIONS(820), - [anon_sym_while] = ACTIONS(820), - [anon_sym_do] = ACTIONS(820), - [anon_sym_try] = ACTIONS(820), - [anon_sym_with] = ACTIONS(820), - [anon_sym_break] = ACTIONS(820), - [anon_sym_continue] = ACTIONS(820), - [anon_sym_debugger] = ACTIONS(820), - [anon_sym_return] = ACTIONS(820), - [anon_sym_throw] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), - [anon_sym_LTtemplate_GT] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(820), - [anon_sym_GT] = ACTIONS(820), - [anon_sym_DOT] = ACTIONS(820), - [anon_sym_class] = ACTIONS(820), - [anon_sym_async] = ACTIONS(820), - [anon_sym_function] = ACTIONS(820), - [sym_optional_chain] = ACTIONS(820), - [anon_sym_new] = ACTIONS(820), - [anon_sym_AMP_AMP] = ACTIONS(820), - [anon_sym_PIPE_PIPE] = ACTIONS(820), - [anon_sym_GT_GT] = ACTIONS(820), - [anon_sym_GT_GT_GT] = ACTIONS(820), - [anon_sym_LT_LT] = ACTIONS(820), - [anon_sym_AMP] = ACTIONS(820), - [anon_sym_CARET] = ACTIONS(820), - [anon_sym_PIPE] = ACTIONS(820), - [anon_sym_PLUS] = ACTIONS(820), - [anon_sym_DASH] = ACTIONS(820), - [anon_sym_SLASH] = ACTIONS(820), - [anon_sym_PERCENT] = ACTIONS(820), - [anon_sym_STAR_STAR] = ACTIONS(820), - [anon_sym_LT_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ] = ACTIONS(820), - [anon_sym_EQ_EQ_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ] = ACTIONS(820), - [anon_sym_BANG_EQ_EQ] = ACTIONS(820), - [anon_sym_GT_EQ] = ACTIONS(820), - [anon_sym_QMARK_QMARK] = ACTIONS(820), - [anon_sym_instanceof] = ACTIONS(820), - [anon_sym_BANG] = ACTIONS(820), - [anon_sym_TILDE] = ACTIONS(820), - [anon_sym_typeof] = ACTIONS(820), - [anon_sym_void] = ACTIONS(820), - [anon_sym_delete] = ACTIONS(820), - [anon_sym_PLUS_PLUS] = ACTIONS(820), - [anon_sym_DASH_DASH] = ACTIONS(820), - [anon_sym_DQUOTE] = ACTIONS(820), - [anon_sym_SQUOTE] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(820), - [sym_number] = ACTIONS(820), - [sym_private_property_identifier] = ACTIONS(820), - [sym_this] = ACTIONS(820), - [sym_super] = ACTIONS(820), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(820), - [anon_sym_AT] = ACTIONS(820), - [anon_sym_static] = ACTIONS(820), - [anon_sym_get] = ACTIONS(820), - [anon_sym_set] = ACTIONS(820), - [sym__automatic_semicolon] = ACTIONS(1033), - [sym__ternary_qmark] = ACTIONS(840), - }, - [206] = { - [ts_builtin_sym_end] = ACTIONS(952), - [sym_identifier] = ACTIONS(860), - [anon_sym_export] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(862), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_COMMA] = ACTIONS(862), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_import] = ACTIONS(860), - [anon_sym_var] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_await] = ACTIONS(860), - [anon_sym_in] = ACTIONS(862), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_debugger] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_throw] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LTtemplate_GT] = ACTIONS(860), - [anon_sym_LT] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(862), - [anon_sym_DOT] = ACTIONS(862), - [anon_sym_class] = ACTIONS(860), - [anon_sym_async] = ACTIONS(860), - [anon_sym_function] = ACTIONS(860), - [sym_optional_chain] = ACTIONS(862), - [anon_sym_new] = ACTIONS(860), - [anon_sym_AMP_AMP] = ACTIONS(862), - [anon_sym_PIPE_PIPE] = ACTIONS(862), - [anon_sym_GT_GT] = ACTIONS(862), - [anon_sym_GT_GT_GT] = ACTIONS(862), - [anon_sym_LT_LT] = ACTIONS(862), - [anon_sym_AMP] = ACTIONS(862), - [anon_sym_CARET] = ACTIONS(862), - [anon_sym_PIPE] = ACTIONS(862), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_PERCENT] = ACTIONS(862), - [anon_sym_STAR_STAR] = ACTIONS(862), - [anon_sym_LT_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ] = ACTIONS(862), - [anon_sym_EQ_EQ_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ] = ACTIONS(862), - [anon_sym_BANG_EQ_EQ] = ACTIONS(862), - [anon_sym_GT_EQ] = ACTIONS(862), - [anon_sym_QMARK_QMARK] = ACTIONS(862), - [anon_sym_instanceof] = ACTIONS(862), - [anon_sym_BANG] = ACTIONS(860), - [anon_sym_TILDE] = ACTIONS(860), - [anon_sym_typeof] = ACTIONS(860), - [anon_sym_void] = ACTIONS(860), - [anon_sym_delete] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [anon_sym_SQUOTE] = ACTIONS(860), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(860), - [sym_number] = ACTIONS(860), - [sym_private_property_identifier] = ACTIONS(860), - [sym_this] = ACTIONS(860), - [sym_super] = ACTIONS(860), - [sym_true] = ACTIONS(860), - [sym_false] = ACTIONS(860), - [sym_null] = ACTIONS(860), - [sym_undefined] = ACTIONS(860), - [anon_sym_AT] = ACTIONS(860), - [anon_sym_static] = ACTIONS(860), - [anon_sym_get] = ACTIONS(860), - [anon_sym_set] = ACTIONS(860), - [sym__automatic_semicolon] = ACTIONS(1035), - [sym__ternary_qmark] = ACTIONS(866), + [199] = { + [sym_comment] = STATE(199), + [sym_identifier] = ACTIONS(932), + [anon_sym_export] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_default] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(932), + [anon_sym_import] = ACTIONS(932), + [anon_sym_with] = ACTIONS(932), + [anon_sym_var] = ACTIONS(932), + [anon_sym_let] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(932), + [anon_sym_await] = ACTIONS(932), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_try] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_debugger] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_throw] = ACTIONS(932), + [anon_sym_SEMI] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_yield] = ACTIONS(932), + [anon_sym_LBRACK] = ACTIONS(932), + [anon_sym_LTtemplate_GT] = ACTIONS(932), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(932), + [anon_sym_SQUOTE] = ACTIONS(932), + [anon_sym_class] = ACTIONS(932), + [anon_sym_async] = ACTIONS(932), + [anon_sym_function] = ACTIONS(932), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(932), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(932), + [anon_sym_TILDE] = ACTIONS(932), + [anon_sym_typeof] = ACTIONS(932), + [anon_sym_void] = ACTIONS(932), + [anon_sym_delete] = ACTIONS(932), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(932), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(932), + [sym_number] = ACTIONS(932), + [sym_private_property_identifier] = ACTIONS(932), + [sym_this] = ACTIONS(932), + [sym_super] = ACTIONS(932), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_undefined] = ACTIONS(932), + [anon_sym_AT] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_get] = ACTIONS(932), + [anon_sym_set] = ACTIONS(932), + [sym__automatic_semicolon] = ACTIONS(1059), + [sym__ternary_qmark] = ACTIONS(938), + [sym_html_comment] = ACTIONS(5), }, - [207] = { - [ts_builtin_sym_end] = ACTIONS(989), - [sym_identifier] = ACTIONS(922), - [anon_sym_export] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_LBRACE] = ACTIONS(922), - [anon_sym_COMMA] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(922), - [anon_sym_import] = ACTIONS(922), - [anon_sym_var] = ACTIONS(922), - [anon_sym_let] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_LPAREN] = ACTIONS(922), - [anon_sym_await] = ACTIONS(922), - [anon_sym_in] = ACTIONS(924), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_try] = ACTIONS(922), - [anon_sym_with] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_debugger] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_throw] = ACTIONS(922), - [anon_sym_SEMI] = ACTIONS(922), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(922), - [anon_sym_LTtemplate_GT] = ACTIONS(922), - [anon_sym_LT] = ACTIONS(922), - [anon_sym_GT] = ACTIONS(924), - [anon_sym_DOT] = ACTIONS(924), - [anon_sym_class] = ACTIONS(922), - [anon_sym_async] = ACTIONS(922), - [anon_sym_function] = ACTIONS(922), - [sym_optional_chain] = ACTIONS(924), - [anon_sym_new] = ACTIONS(922), - [anon_sym_AMP_AMP] = ACTIONS(924), - [anon_sym_PIPE_PIPE] = ACTIONS(924), - [anon_sym_GT_GT] = ACTIONS(924), - [anon_sym_GT_GT_GT] = ACTIONS(924), - [anon_sym_LT_LT] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_CARET] = ACTIONS(924), - [anon_sym_PIPE] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(922), - [anon_sym_PERCENT] = ACTIONS(924), - [anon_sym_STAR_STAR] = ACTIONS(924), - [anon_sym_LT_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ] = ACTIONS(924), - [anon_sym_BANG_EQ_EQ] = ACTIONS(924), - [anon_sym_GT_EQ] = ACTIONS(924), - [anon_sym_QMARK_QMARK] = ACTIONS(924), - [anon_sym_instanceof] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(922), - [anon_sym_TILDE] = ACTIONS(922), - [anon_sym_typeof] = ACTIONS(922), - [anon_sym_void] = ACTIONS(922), - [anon_sym_delete] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(922), - [anon_sym_DQUOTE] = ACTIONS(922), - [anon_sym_SQUOTE] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(922), - [sym_number] = ACTIONS(922), - [sym_private_property_identifier] = ACTIONS(922), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(922), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), - [sym_undefined] = ACTIONS(922), - [anon_sym_AT] = ACTIONS(922), - [anon_sym_static] = ACTIONS(922), - [anon_sym_get] = ACTIONS(922), - [anon_sym_set] = ACTIONS(922), - [sym__automatic_semicolon] = ACTIONS(1037), - [sym__ternary_qmark] = ACTIONS(928), + [200] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1350), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2100), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(200), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2101), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1063), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, - [208] = { - [ts_builtin_sym_end] = ACTIONS(886), - [sym_identifier] = ACTIONS(884), - [anon_sym_export] = ACTIONS(884), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_COMMA] = ACTIONS(884), - [anon_sym_RBRACE] = ACTIONS(884), - [anon_sym_import] = ACTIONS(884), - [anon_sym_var] = ACTIONS(884), - [anon_sym_let] = ACTIONS(884), - [anon_sym_const] = ACTIONS(884), - [anon_sym_if] = ACTIONS(884), - [anon_sym_switch] = ACTIONS(884), - [anon_sym_for] = ACTIONS(884), - [anon_sym_LPAREN] = ACTIONS(884), - [anon_sym_await] = ACTIONS(884), - [anon_sym_in] = ACTIONS(884), - [anon_sym_while] = ACTIONS(884), - [anon_sym_do] = ACTIONS(884), - [anon_sym_try] = ACTIONS(884), - [anon_sym_with] = ACTIONS(884), - [anon_sym_break] = ACTIONS(884), - [anon_sym_continue] = ACTIONS(884), - [anon_sym_debugger] = ACTIONS(884), - [anon_sym_return] = ACTIONS(884), - [anon_sym_throw] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(884), - [anon_sym_yield] = ACTIONS(884), - [anon_sym_LBRACK] = ACTIONS(884), - [anon_sym_LTtemplate_GT] = ACTIONS(884), - [anon_sym_LT] = ACTIONS(884), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DOT] = ACTIONS(884), - [anon_sym_class] = ACTIONS(884), - [anon_sym_async] = ACTIONS(884), - [anon_sym_function] = ACTIONS(884), - [sym_optional_chain] = ACTIONS(884), - [anon_sym_new] = ACTIONS(884), - [anon_sym_AMP_AMP] = ACTIONS(884), - [anon_sym_PIPE_PIPE] = ACTIONS(884), - [anon_sym_GT_GT] = ACTIONS(884), - [anon_sym_GT_GT_GT] = ACTIONS(884), - [anon_sym_LT_LT] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_CARET] = ACTIONS(884), - [anon_sym_PIPE] = ACTIONS(884), - [anon_sym_PLUS] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(884), - [anon_sym_SLASH] = ACTIONS(884), - [anon_sym_PERCENT] = ACTIONS(884), - [anon_sym_STAR_STAR] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_QMARK_QMARK] = ACTIONS(884), - [anon_sym_instanceof] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(884), - [anon_sym_TILDE] = ACTIONS(884), - [anon_sym_typeof] = ACTIONS(884), - [anon_sym_void] = ACTIONS(884), - [anon_sym_delete] = ACTIONS(884), - [anon_sym_PLUS_PLUS] = ACTIONS(884), - [anon_sym_DASH_DASH] = ACTIONS(884), - [anon_sym_DQUOTE] = ACTIONS(884), - [anon_sym_SQUOTE] = ACTIONS(884), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(884), - [sym_number] = ACTIONS(884), - [sym_private_property_identifier] = ACTIONS(884), - [sym_this] = ACTIONS(884), - [sym_super] = ACTIONS(884), - [sym_true] = ACTIONS(884), - [sym_false] = ACTIONS(884), - [sym_null] = ACTIONS(884), - [sym_undefined] = ACTIONS(884), - [anon_sym_AT] = ACTIONS(884), - [anon_sym_static] = ACTIONS(884), - [anon_sym_get] = ACTIONS(884), - [anon_sym_set] = ACTIONS(884), - [sym__automatic_semicolon] = ACTIONS(886), - [sym__ternary_qmark] = ACTIONS(886), + [201] = { + [sym_comment] = STATE(201), + [ts_builtin_sym_end] = ACTIONS(876), + [sym_identifier] = ACTIONS(874), + [anon_sym_export] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_COMMA] = ACTIONS(874), + [anon_sym_RBRACE] = ACTIONS(874), + [anon_sym_import] = ACTIONS(874), + [anon_sym_with] = ACTIONS(874), + [anon_sym_var] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_switch] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_await] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_debugger] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_throw] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_yield] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LTtemplate_GT] = ACTIONS(874), + [anon_sym_LT] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DOT] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [anon_sym_SQUOTE] = ACTIONS(874), + [anon_sym_class] = ACTIONS(874), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(874), + [sym_optional_chain] = ACTIONS(874), + [anon_sym_new] = ACTIONS(874), + [anon_sym_AMP_AMP] = ACTIONS(874), + [anon_sym_PIPE_PIPE] = ACTIONS(874), + [anon_sym_GT_GT] = ACTIONS(874), + [anon_sym_GT_GT_GT] = ACTIONS(874), + [anon_sym_LT_LT] = ACTIONS(874), + [anon_sym_AMP] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_PERCENT] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_QMARK_QMARK] = ACTIONS(874), + [anon_sym_instanceof] = ACTIONS(874), + [anon_sym_BANG] = ACTIONS(874), + [anon_sym_TILDE] = ACTIONS(874), + [anon_sym_typeof] = ACTIONS(874), + [anon_sym_void] = ACTIONS(874), + [anon_sym_delete] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(874), + [sym_number] = ACTIONS(874), + [sym_private_property_identifier] = ACTIONS(874), + [sym_this] = ACTIONS(874), + [sym_super] = ACTIONS(874), + [sym_true] = ACTIONS(874), + [sym_false] = ACTIONS(874), + [sym_null] = ACTIONS(874), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(874), + [anon_sym_static] = ACTIONS(874), + [anon_sym_get] = ACTIONS(874), + [anon_sym_set] = ACTIONS(874), + [sym__automatic_semicolon] = ACTIONS(876), + [sym__ternary_qmark] = ACTIONS(876), + [sym_html_comment] = ACTIONS(5), }, - [209] = { - [ts_builtin_sym_end] = ACTIONS(1017), - [sym_identifier] = ACTIONS(852), - [anon_sym_export] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(854), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_COMMA] = ACTIONS(854), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_import] = ACTIONS(852), - [anon_sym_var] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_switch] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_await] = ACTIONS(852), - [anon_sym_in] = ACTIONS(854), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_with] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_debugger] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_throw] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_yield] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LTtemplate_GT] = ACTIONS(852), - [anon_sym_LT] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(854), - [anon_sym_DOT] = ACTIONS(854), - [anon_sym_class] = ACTIONS(852), - [anon_sym_async] = ACTIONS(852), - [anon_sym_function] = ACTIONS(852), - [sym_optional_chain] = ACTIONS(854), - [anon_sym_new] = ACTIONS(852), - [anon_sym_AMP_AMP] = ACTIONS(854), - [anon_sym_PIPE_PIPE] = ACTIONS(854), - [anon_sym_GT_GT] = ACTIONS(854), - [anon_sym_GT_GT_GT] = ACTIONS(854), - [anon_sym_LT_LT] = ACTIONS(854), - [anon_sym_AMP] = ACTIONS(854), - [anon_sym_CARET] = ACTIONS(854), - [anon_sym_PIPE] = ACTIONS(854), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_PERCENT] = ACTIONS(854), - [anon_sym_STAR_STAR] = ACTIONS(854), - [anon_sym_LT_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ] = ACTIONS(854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ] = ACTIONS(854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(854), - [anon_sym_GT_EQ] = ACTIONS(854), - [anon_sym_QMARK_QMARK] = ACTIONS(854), - [anon_sym_instanceof] = ACTIONS(854), - [anon_sym_BANG] = ACTIONS(852), - [anon_sym_TILDE] = ACTIONS(852), - [anon_sym_typeof] = ACTIONS(852), - [anon_sym_void] = ACTIONS(852), - [anon_sym_delete] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [anon_sym_SQUOTE] = ACTIONS(852), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(852), - [sym_number] = ACTIONS(852), - [sym_private_property_identifier] = ACTIONS(852), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(852), - [sym_true] = ACTIONS(852), - [sym_false] = ACTIONS(852), - [sym_null] = ACTIONS(852), - [sym_undefined] = ACTIONS(852), - [anon_sym_AT] = ACTIONS(852), - [anon_sym_static] = ACTIONS(852), - [anon_sym_get] = ACTIONS(852), - [anon_sym_set] = ACTIONS(852), - [sym__automatic_semicolon] = ACTIONS(1039), - [sym__ternary_qmark] = ACTIONS(858), + [202] = { + [sym_comment] = STATE(202), + [ts_builtin_sym_end] = ACTIONS(1037), + [sym_identifier] = ACTIONS(914), + [anon_sym_export] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_COMMA] = ACTIONS(916), + [anon_sym_RBRACE] = ACTIONS(914), + [anon_sym_import] = ACTIONS(914), + [anon_sym_with] = ACTIONS(914), + [anon_sym_var] = ACTIONS(914), + [anon_sym_let] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_await] = ACTIONS(914), + [anon_sym_in] = ACTIONS(916), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_try] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_debugger] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_throw] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_yield] = ACTIONS(914), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_LTtemplate_GT] = ACTIONS(914), + [anon_sym_LT] = ACTIONS(914), + [anon_sym_GT] = ACTIONS(916), + [anon_sym_DOT] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(914), + [anon_sym_SQUOTE] = ACTIONS(914), + [anon_sym_class] = ACTIONS(914), + [anon_sym_async] = ACTIONS(914), + [anon_sym_function] = ACTIONS(914), + [sym_optional_chain] = ACTIONS(916), + [anon_sym_new] = ACTIONS(914), + [anon_sym_AMP_AMP] = ACTIONS(916), + [anon_sym_PIPE_PIPE] = ACTIONS(916), + [anon_sym_GT_GT] = ACTIONS(916), + [anon_sym_GT_GT_GT] = ACTIONS(916), + [anon_sym_LT_LT] = ACTIONS(916), + [anon_sym_AMP] = ACTIONS(916), + [anon_sym_CARET] = ACTIONS(916), + [anon_sym_PIPE] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_SLASH] = ACTIONS(914), + [anon_sym_PERCENT] = ACTIONS(916), + [anon_sym_STAR_STAR] = ACTIONS(916), + [anon_sym_LT_EQ] = ACTIONS(916), + [anon_sym_EQ_EQ] = ACTIONS(916), + [anon_sym_EQ_EQ_EQ] = ACTIONS(916), + [anon_sym_BANG_EQ] = ACTIONS(916), + [anon_sym_BANG_EQ_EQ] = ACTIONS(916), + [anon_sym_GT_EQ] = ACTIONS(916), + [anon_sym_QMARK_QMARK] = ACTIONS(916), + [anon_sym_instanceof] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_typeof] = ACTIONS(914), + [anon_sym_void] = ACTIONS(914), + [anon_sym_delete] = ACTIONS(914), + [anon_sym_PLUS_PLUS] = ACTIONS(914), + [anon_sym_DASH_DASH] = ACTIONS(914), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(914), + [sym_number] = ACTIONS(914), + [sym_private_property_identifier] = ACTIONS(914), + [sym_this] = ACTIONS(914), + [sym_super] = ACTIONS(914), + [sym_true] = ACTIONS(914), + [sym_false] = ACTIONS(914), + [sym_null] = ACTIONS(914), + [sym_undefined] = ACTIONS(914), + [anon_sym_AT] = ACTIONS(914), + [anon_sym_static] = ACTIONS(914), + [anon_sym_get] = ACTIONS(914), + [anon_sym_set] = ACTIONS(914), + [sym__automatic_semicolon] = ACTIONS(1067), + [sym__ternary_qmark] = ACTIONS(920), + [sym_html_comment] = ACTIONS(5), + }, + [203] = { + [sym_comment] = STATE(203), + [ts_builtin_sym_end] = ACTIONS(1021), + [sym_identifier] = ACTIONS(940), + [anon_sym_export] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(940), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_import] = ACTIONS(940), + [anon_sym_with] = ACTIONS(940), + [anon_sym_var] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_LPAREN] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_in] = ACTIONS(942), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_try] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_debugger] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_throw] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_yield] = ACTIONS(940), + [anon_sym_LBRACK] = ACTIONS(940), + [anon_sym_LTtemplate_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT] = ACTIONS(942), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(940), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_class] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_function] = ACTIONS(940), + [sym_optional_chain] = ACTIONS(942), + [anon_sym_new] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_GT_GT] = ACTIONS(942), + [anon_sym_GT_GT_GT] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_CARET] = ACTIONS(942), + [anon_sym_PIPE] = ACTIONS(942), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_STAR_STAR] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(942), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_QMARK_QMARK] = ACTIONS(942), + [anon_sym_instanceof] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_TILDE] = ACTIONS(940), + [anon_sym_typeof] = ACTIONS(940), + [anon_sym_void] = ACTIONS(940), + [anon_sym_delete] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(940), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(940), + [sym_number] = ACTIONS(940), + [sym_private_property_identifier] = ACTIONS(940), + [sym_this] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), + [sym_undefined] = ACTIONS(940), + [anon_sym_AT] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_get] = ACTIONS(940), + [anon_sym_set] = ACTIONS(940), + [sym__automatic_semicolon] = ACTIONS(1069), + [sym__ternary_qmark] = ACTIONS(946), + [sym_html_comment] = ACTIONS(5), + }, + [204] = { + [sym_comment] = STATE(204), + [ts_builtin_sym_end] = ACTIONS(1029), + [sym_identifier] = ACTIONS(958), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_import] = ACTIONS(958), + [anon_sym_with] = ACTIONS(958), + [anon_sym_var] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_await] = ACTIONS(958), + [anon_sym_in] = ACTIONS(960), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_debugger] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_throw] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_yield] = ACTIONS(958), + [anon_sym_LBRACK] = ACTIONS(958), + [anon_sym_LTtemplate_GT] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_class] = ACTIONS(958), + [anon_sym_async] = ACTIONS(958), + [anon_sym_function] = ACTIONS(958), + [sym_optional_chain] = ACTIONS(960), + [anon_sym_new] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(960), + [anon_sym_PIPE_PIPE] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_GT_GT_GT] = ACTIONS(960), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_SLASH] = ACTIONS(958), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_STAR_STAR] = ACTIONS(960), + [anon_sym_LT_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ] = ACTIONS(960), + [anon_sym_BANG_EQ_EQ] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(960), + [anon_sym_QMARK_QMARK] = ACTIONS(960), + [anon_sym_instanceof] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_typeof] = ACTIONS(958), + [anon_sym_void] = ACTIONS(958), + [anon_sym_delete] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(958), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(958), + [sym_private_property_identifier] = ACTIONS(958), + [sym_this] = ACTIONS(958), + [sym_super] = ACTIONS(958), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_undefined] = ACTIONS(958), + [anon_sym_AT] = ACTIONS(958), + [anon_sym_static] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [sym__automatic_semicolon] = ACTIONS(1071), + [sym__ternary_qmark] = ACTIONS(964), + [sym_html_comment] = ACTIONS(5), + }, + [205] = { + [sym_comment] = STATE(205), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(948), + [anon_sym_export] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_COMMA] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_import] = ACTIONS(948), + [anon_sym_with] = ACTIONS(948), + [anon_sym_var] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(948), + [anon_sym_await] = ACTIONS(948), + [anon_sym_in] = ACTIONS(950), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_debugger] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_throw] = ACTIONS(948), + [anon_sym_SEMI] = ACTIONS(948), + [anon_sym_yield] = ACTIONS(948), + [anon_sym_LBRACK] = ACTIONS(948), + [anon_sym_LTtemplate_GT] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(948), + [anon_sym_GT] = ACTIONS(950), + [anon_sym_DOT] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(948), + [anon_sym_SQUOTE] = ACTIONS(948), + [anon_sym_class] = ACTIONS(948), + [anon_sym_async] = ACTIONS(948), + [anon_sym_function] = ACTIONS(948), + [sym_optional_chain] = ACTIONS(950), + [anon_sym_new] = ACTIONS(948), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(950), + [anon_sym_GT_GT] = ACTIONS(950), + [anon_sym_GT_GT_GT] = ACTIONS(950), + [anon_sym_LT_LT] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_CARET] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_SLASH] = ACTIONS(948), + [anon_sym_PERCENT] = ACTIONS(950), + [anon_sym_STAR_STAR] = ACTIONS(950), + [anon_sym_LT_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ] = ACTIONS(950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ] = ACTIONS(950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(950), + [anon_sym_GT_EQ] = ACTIONS(950), + [anon_sym_QMARK_QMARK] = ACTIONS(950), + [anon_sym_instanceof] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_TILDE] = ACTIONS(948), + [anon_sym_typeof] = ACTIONS(948), + [anon_sym_void] = ACTIONS(948), + [anon_sym_delete] = ACTIONS(948), + [anon_sym_PLUS_PLUS] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(948), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(948), + [sym_number] = ACTIONS(948), + [sym_private_property_identifier] = ACTIONS(948), + [sym_this] = ACTIONS(948), + [sym_super] = ACTIONS(948), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_undefined] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(948), + [anon_sym_static] = ACTIONS(948), + [anon_sym_get] = ACTIONS(948), + [anon_sym_set] = ACTIONS(948), + [sym__automatic_semicolon] = ACTIONS(1073), + [sym__ternary_qmark] = ACTIONS(954), + [sym_html_comment] = ACTIONS(5), + }, + [206] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1362), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2083), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(206), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2087), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1075), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [207] = { + [sym_comment] = STATE(207), + [ts_builtin_sym_end] = ACTIONS(1015), + [sym_identifier] = ACTIONS(924), + [anon_sym_export] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_LBRACE] = ACTIONS(924), + [anon_sym_COMMA] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(924), + [anon_sym_import] = ACTIONS(924), + [anon_sym_with] = ACTIONS(924), + [anon_sym_var] = ACTIONS(924), + [anon_sym_let] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_LPAREN] = ACTIONS(924), + [anon_sym_await] = ACTIONS(924), + [anon_sym_in] = ACTIONS(926), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_try] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_debugger] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_throw] = ACTIONS(924), + [anon_sym_SEMI] = ACTIONS(924), + [anon_sym_yield] = ACTIONS(924), + [anon_sym_LBRACK] = ACTIONS(924), + [anon_sym_LTtemplate_GT] = ACTIONS(924), + [anon_sym_LT] = ACTIONS(924), + [anon_sym_GT] = ACTIONS(926), + [anon_sym_DOT] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(924), + [anon_sym_SQUOTE] = ACTIONS(924), + [anon_sym_class] = ACTIONS(924), + [anon_sym_async] = ACTIONS(924), + [anon_sym_function] = ACTIONS(924), + [sym_optional_chain] = ACTIONS(926), + [anon_sym_new] = ACTIONS(924), + [anon_sym_AMP_AMP] = ACTIONS(926), + [anon_sym_PIPE_PIPE] = ACTIONS(926), + [anon_sym_GT_GT] = ACTIONS(926), + [anon_sym_GT_GT_GT] = ACTIONS(926), + [anon_sym_LT_LT] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(926), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_SLASH] = ACTIONS(924), + [anon_sym_PERCENT] = ACTIONS(926), + [anon_sym_STAR_STAR] = ACTIONS(926), + [anon_sym_LT_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ] = ACTIONS(926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ] = ACTIONS(926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(926), + [anon_sym_GT_EQ] = ACTIONS(926), + [anon_sym_QMARK_QMARK] = ACTIONS(926), + [anon_sym_instanceof] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(924), + [anon_sym_TILDE] = ACTIONS(924), + [anon_sym_typeof] = ACTIONS(924), + [anon_sym_void] = ACTIONS(924), + [anon_sym_delete] = ACTIONS(924), + [anon_sym_PLUS_PLUS] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(924), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(924), + [sym_number] = ACTIONS(924), + [sym_private_property_identifier] = ACTIONS(924), + [sym_this] = ACTIONS(924), + [sym_super] = ACTIONS(924), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_undefined] = ACTIONS(924), + [anon_sym_AT] = ACTIONS(924), + [anon_sym_static] = ACTIONS(924), + [anon_sym_get] = ACTIONS(924), + [anon_sym_set] = ACTIONS(924), + [sym__automatic_semicolon] = ACTIONS(1077), + [sym__ternary_qmark] = ACTIONS(930), + [sym_html_comment] = ACTIONS(5), + }, + [208] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1371), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2066), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(208), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2067), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1079), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [209] = { + [sym_comment] = STATE(209), + [ts_builtin_sym_end] = ACTIONS(908), + [sym_identifier] = ACTIONS(906), + [anon_sym_export] = ACTIONS(906), + [anon_sym_STAR] = ACTIONS(906), + [anon_sym_LBRACE] = ACTIONS(906), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_RBRACE] = ACTIONS(906), + [anon_sym_import] = ACTIONS(906), + [anon_sym_with] = ACTIONS(906), + [anon_sym_var] = ACTIONS(906), + [anon_sym_let] = ACTIONS(906), + [anon_sym_const] = ACTIONS(906), + [anon_sym_if] = ACTIONS(906), + [anon_sym_switch] = ACTIONS(906), + [anon_sym_for] = ACTIONS(906), + [anon_sym_LPAREN] = ACTIONS(906), + [anon_sym_await] = ACTIONS(906), + [anon_sym_in] = ACTIONS(906), + [anon_sym_while] = ACTIONS(906), + [anon_sym_do] = ACTIONS(906), + [anon_sym_try] = ACTIONS(906), + [anon_sym_break] = ACTIONS(906), + [anon_sym_continue] = ACTIONS(906), + [anon_sym_debugger] = ACTIONS(906), + [anon_sym_return] = ACTIONS(906), + [anon_sym_throw] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(906), + [anon_sym_yield] = ACTIONS(906), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_LTtemplate_GT] = ACTIONS(906), + [anon_sym_LT] = ACTIONS(906), + [anon_sym_GT] = ACTIONS(906), + [anon_sym_DOT] = ACTIONS(906), + [anon_sym_DQUOTE] = ACTIONS(906), + [anon_sym_SQUOTE] = ACTIONS(906), + [anon_sym_class] = ACTIONS(906), + [anon_sym_async] = ACTIONS(906), + [anon_sym_function] = ACTIONS(906), + [sym_optional_chain] = ACTIONS(906), + [anon_sym_new] = ACTIONS(906), + [anon_sym_AMP_AMP] = ACTIONS(906), + [anon_sym_PIPE_PIPE] = ACTIONS(906), + [anon_sym_GT_GT] = ACTIONS(906), + [anon_sym_GT_GT_GT] = ACTIONS(906), + [anon_sym_LT_LT] = ACTIONS(906), + [anon_sym_AMP] = ACTIONS(906), + [anon_sym_CARET] = ACTIONS(906), + [anon_sym_PIPE] = ACTIONS(906), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(906), + [anon_sym_PERCENT] = ACTIONS(906), + [anon_sym_STAR_STAR] = ACTIONS(906), + [anon_sym_LT_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ] = ACTIONS(906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ] = ACTIONS(906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(906), + [anon_sym_GT_EQ] = ACTIONS(906), + [anon_sym_QMARK_QMARK] = ACTIONS(906), + [anon_sym_instanceof] = ACTIONS(906), + [anon_sym_BANG] = ACTIONS(906), + [anon_sym_TILDE] = ACTIONS(906), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(906), + [anon_sym_DASH_DASH] = ACTIONS(906), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(906), + [sym_number] = ACTIONS(906), + [sym_private_property_identifier] = ACTIONS(906), + [sym_this] = ACTIONS(906), + [sym_super] = ACTIONS(906), + [sym_true] = ACTIONS(906), + [sym_false] = ACTIONS(906), + [sym_null] = ACTIONS(906), + [sym_undefined] = ACTIONS(906), + [anon_sym_AT] = ACTIONS(906), + [anon_sym_static] = ACTIONS(906), + [anon_sym_get] = ACTIONS(906), + [anon_sym_set] = ACTIONS(906), + [sym__automatic_semicolon] = ACTIONS(908), + [sym__ternary_qmark] = ACTIONS(908), + [sym_html_comment] = ACTIONS(5), }, [210] = { - [ts_builtin_sym_end] = ACTIONS(878), - [sym_identifier] = ACTIONS(876), - [anon_sym_export] = ACTIONS(876), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_LBRACE] = ACTIONS(876), - [anon_sym_COMMA] = ACTIONS(876), - [anon_sym_RBRACE] = ACTIONS(876), - [anon_sym_import] = ACTIONS(876), - [anon_sym_var] = ACTIONS(876), - [anon_sym_let] = ACTIONS(876), - [anon_sym_const] = ACTIONS(876), - [anon_sym_if] = ACTIONS(876), - [anon_sym_switch] = ACTIONS(876), - [anon_sym_for] = ACTIONS(876), - [anon_sym_LPAREN] = ACTIONS(876), - [anon_sym_await] = ACTIONS(876), - [anon_sym_in] = ACTIONS(876), - [anon_sym_while] = ACTIONS(876), - [anon_sym_do] = ACTIONS(876), - [anon_sym_try] = ACTIONS(876), - [anon_sym_with] = ACTIONS(876), - [anon_sym_break] = ACTIONS(876), - [anon_sym_continue] = ACTIONS(876), - [anon_sym_debugger] = ACTIONS(876), - [anon_sym_return] = ACTIONS(876), - [anon_sym_throw] = ACTIONS(876), - [anon_sym_SEMI] = ACTIONS(876), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(876), - [anon_sym_LTtemplate_GT] = ACTIONS(876), - [anon_sym_LT] = ACTIONS(876), - [anon_sym_GT] = ACTIONS(876), - [anon_sym_DOT] = ACTIONS(876), - [anon_sym_class] = ACTIONS(876), - [anon_sym_async] = ACTIONS(876), - [anon_sym_function] = ACTIONS(876), - [sym_optional_chain] = ACTIONS(876), - [anon_sym_new] = ACTIONS(876), - [anon_sym_AMP_AMP] = ACTIONS(876), - [anon_sym_PIPE_PIPE] = ACTIONS(876), - [anon_sym_GT_GT] = ACTIONS(876), - [anon_sym_GT_GT_GT] = ACTIONS(876), - [anon_sym_LT_LT] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_CARET] = ACTIONS(876), - [anon_sym_PIPE] = ACTIONS(876), - [anon_sym_PLUS] = ACTIONS(876), - [anon_sym_DASH] = ACTIONS(876), - [anon_sym_SLASH] = ACTIONS(876), - [anon_sym_PERCENT] = ACTIONS(876), - [anon_sym_STAR_STAR] = ACTIONS(876), - [anon_sym_LT_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ] = ACTIONS(876), - [anon_sym_EQ_EQ_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ] = ACTIONS(876), - [anon_sym_BANG_EQ_EQ] = ACTIONS(876), - [anon_sym_GT_EQ] = ACTIONS(876), - [anon_sym_QMARK_QMARK] = ACTIONS(876), - [anon_sym_instanceof] = ACTIONS(876), - [anon_sym_BANG] = ACTIONS(876), - [anon_sym_TILDE] = ACTIONS(876), - [anon_sym_typeof] = ACTIONS(876), - [anon_sym_void] = ACTIONS(876), - [anon_sym_delete] = ACTIONS(876), - [anon_sym_PLUS_PLUS] = ACTIONS(876), - [anon_sym_DASH_DASH] = ACTIONS(876), - [anon_sym_DQUOTE] = ACTIONS(876), - [anon_sym_SQUOTE] = ACTIONS(876), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(876), - [sym_number] = ACTIONS(876), - [sym_private_property_identifier] = ACTIONS(876), - [sym_this] = ACTIONS(876), - [sym_super] = ACTIONS(876), - [sym_true] = ACTIONS(876), - [sym_false] = ACTIONS(876), - [sym_null] = ACTIONS(876), - [sym_undefined] = ACTIONS(876), - [anon_sym_AT] = ACTIONS(876), - [anon_sym_static] = ACTIONS(876), - [anon_sym_get] = ACTIONS(876), - [anon_sym_set] = ACTIONS(876), - [sym__automatic_semicolon] = ACTIONS(878), - [sym__ternary_qmark] = ACTIONS(878), + [sym_comment] = STATE(210), + [ts_builtin_sym_end] = ACTIONS(1051), + [sym_identifier] = ACTIONS(932), + [anon_sym_export] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_COMMA] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(932), + [anon_sym_import] = ACTIONS(932), + [anon_sym_with] = ACTIONS(932), + [anon_sym_var] = ACTIONS(932), + [anon_sym_let] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_LPAREN] = ACTIONS(932), + [anon_sym_await] = ACTIONS(932), + [anon_sym_in] = ACTIONS(934), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_try] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_debugger] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_throw] = ACTIONS(932), + [anon_sym_SEMI] = ACTIONS(932), + [anon_sym_yield] = ACTIONS(932), + [anon_sym_LBRACK] = ACTIONS(932), + [anon_sym_LTtemplate_GT] = ACTIONS(932), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(932), + [anon_sym_SQUOTE] = ACTIONS(932), + [anon_sym_class] = ACTIONS(932), + [anon_sym_async] = ACTIONS(932), + [anon_sym_function] = ACTIONS(932), + [sym_optional_chain] = ACTIONS(934), + [anon_sym_new] = ACTIONS(932), + [anon_sym_AMP_AMP] = ACTIONS(934), + [anon_sym_PIPE_PIPE] = ACTIONS(934), + [anon_sym_GT_GT] = ACTIONS(934), + [anon_sym_GT_GT_GT] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_CARET] = ACTIONS(934), + [anon_sym_PIPE] = ACTIONS(934), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_SLASH] = ACTIONS(932), + [anon_sym_PERCENT] = ACTIONS(934), + [anon_sym_STAR_STAR] = ACTIONS(934), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ] = ACTIONS(934), + [anon_sym_EQ_EQ_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ] = ACTIONS(934), + [anon_sym_BANG_EQ_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_QMARK_QMARK] = ACTIONS(934), + [anon_sym_instanceof] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(932), + [anon_sym_TILDE] = ACTIONS(932), + [anon_sym_typeof] = ACTIONS(932), + [anon_sym_void] = ACTIONS(932), + [anon_sym_delete] = ACTIONS(932), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(932), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(932), + [sym_number] = ACTIONS(932), + [sym_private_property_identifier] = ACTIONS(932), + [sym_this] = ACTIONS(932), + [sym_super] = ACTIONS(932), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_undefined] = ACTIONS(932), + [anon_sym_AT] = ACTIONS(932), + [anon_sym_static] = ACTIONS(932), + [anon_sym_get] = ACTIONS(932), + [anon_sym_set] = ACTIONS(932), + [sym__automatic_semicolon] = ACTIONS(1081), + [sym__ternary_qmark] = ACTIONS(938), + [sym_html_comment] = ACTIONS(5), }, [211] = { - [ts_builtin_sym_end] = ACTIONS(973), - [sym_identifier] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_COMMA] = ACTIONS(898), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_import] = ACTIONS(896), - [anon_sym_var] = ACTIONS(896), - [anon_sym_let] = ACTIONS(896), - [anon_sym_const] = ACTIONS(896), - [anon_sym_if] = ACTIONS(896), - [anon_sym_switch] = ACTIONS(896), - [anon_sym_for] = ACTIONS(896), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_await] = ACTIONS(896), - [anon_sym_in] = ACTIONS(898), - [anon_sym_while] = ACTIONS(896), - [anon_sym_do] = ACTIONS(896), - [anon_sym_try] = ACTIONS(896), - [anon_sym_with] = ACTIONS(896), - [anon_sym_break] = ACTIONS(896), - [anon_sym_continue] = ACTIONS(896), - [anon_sym_debugger] = ACTIONS(896), - [anon_sym_return] = ACTIONS(896), - [anon_sym_throw] = ACTIONS(896), - [anon_sym_SEMI] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_LTtemplate_GT] = ACTIONS(896), - [anon_sym_LT] = ACTIONS(896), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_class] = ACTIONS(896), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2264), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(211), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(2191), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1083), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(896), - [anon_sym_function] = ACTIONS(896), - [sym_optional_chain] = ACTIONS(898), - [anon_sym_new] = ACTIONS(896), - [anon_sym_AMP_AMP] = ACTIONS(898), - [anon_sym_PIPE_PIPE] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_GT_GT_GT] = ACTIONS(898), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_PLUS] = ACTIONS(896), - [anon_sym_DASH] = ACTIONS(896), - [anon_sym_SLASH] = ACTIONS(896), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_STAR_STAR] = ACTIONS(898), - [anon_sym_LT_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ] = ACTIONS(898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(898), - [anon_sym_QMARK_QMARK] = ACTIONS(898), - [anon_sym_instanceof] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(896), - [anon_sym_TILDE] = ACTIONS(896), - [anon_sym_typeof] = ACTIONS(896), - [anon_sym_void] = ACTIONS(896), - [anon_sym_delete] = ACTIONS(896), - [anon_sym_PLUS_PLUS] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(896), - [anon_sym_DQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(896), - [sym_number] = ACTIONS(896), - [sym_private_property_identifier] = ACTIONS(896), - [sym_this] = ACTIONS(896), - [sym_super] = ACTIONS(896), - [sym_true] = ACTIONS(896), - [sym_false] = ACTIONS(896), - [sym_null] = ACTIONS(896), - [sym_undefined] = ACTIONS(896), - [anon_sym_AT] = ACTIONS(896), - [anon_sym_static] = ACTIONS(896), - [anon_sym_get] = ACTIONS(896), - [anon_sym_set] = ACTIONS(896), - [sym__automatic_semicolon] = ACTIONS(1041), - [sym__ternary_qmark] = ACTIONS(902), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [212] = { - [ts_builtin_sym_end] = ACTIONS(958), - [sym_identifier] = ACTIONS(868), - [anon_sym_export] = ACTIONS(868), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_COMMA] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(868), - [anon_sym_import] = ACTIONS(868), - [anon_sym_var] = ACTIONS(868), - [anon_sym_let] = ACTIONS(868), - [anon_sym_const] = ACTIONS(868), - [anon_sym_if] = ACTIONS(868), - [anon_sym_switch] = ACTIONS(868), - [anon_sym_for] = ACTIONS(868), - [anon_sym_LPAREN] = ACTIONS(868), - [anon_sym_await] = ACTIONS(868), - [anon_sym_in] = ACTIONS(870), - [anon_sym_while] = ACTIONS(868), - [anon_sym_do] = ACTIONS(868), - [anon_sym_try] = ACTIONS(868), - [anon_sym_with] = ACTIONS(868), - [anon_sym_break] = ACTIONS(868), - [anon_sym_continue] = ACTIONS(868), - [anon_sym_debugger] = ACTIONS(868), - [anon_sym_return] = ACTIONS(868), - [anon_sym_throw] = ACTIONS(868), - [anon_sym_SEMI] = ACTIONS(868), - [anon_sym_yield] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(868), - [anon_sym_LTtemplate_GT] = ACTIONS(868), - [anon_sym_LT] = ACTIONS(868), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DOT] = ACTIONS(870), - [anon_sym_class] = ACTIONS(868), - [anon_sym_async] = ACTIONS(868), - [anon_sym_function] = ACTIONS(868), - [sym_optional_chain] = ACTIONS(870), - [anon_sym_new] = ACTIONS(868), - [anon_sym_AMP_AMP] = ACTIONS(870), - [anon_sym_PIPE_PIPE] = ACTIONS(870), - [anon_sym_GT_GT] = ACTIONS(870), - [anon_sym_GT_GT_GT] = ACTIONS(870), - [anon_sym_LT_LT] = ACTIONS(870), - [anon_sym_AMP] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(868), - [anon_sym_DASH] = ACTIONS(868), - [anon_sym_SLASH] = ACTIONS(868), - [anon_sym_PERCENT] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_QMARK_QMARK] = ACTIONS(870), - [anon_sym_instanceof] = ACTIONS(870), - [anon_sym_BANG] = ACTIONS(868), - [anon_sym_TILDE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(868), - [anon_sym_void] = ACTIONS(868), - [anon_sym_delete] = ACTIONS(868), - [anon_sym_PLUS_PLUS] = ACTIONS(868), - [anon_sym_DASH_DASH] = ACTIONS(868), - [anon_sym_DQUOTE] = ACTIONS(868), - [anon_sym_SQUOTE] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(868), - [sym_number] = ACTIONS(868), - [sym_private_property_identifier] = ACTIONS(868), - [sym_this] = ACTIONS(868), - [sym_super] = ACTIONS(868), - [sym_true] = ACTIONS(868), - [sym_false] = ACTIONS(868), - [sym_null] = ACTIONS(868), - [sym_undefined] = ACTIONS(868), - [anon_sym_AT] = ACTIONS(868), - [anon_sym_static] = ACTIONS(868), - [anon_sym_get] = ACTIONS(868), - [anon_sym_set] = ACTIONS(868), - [sym__automatic_semicolon] = ACTIONS(1043), - [sym__ternary_qmark] = ACTIONS(874), + [sym_comment] = STATE(212), + [ts_builtin_sym_end] = ACTIONS(1003), + [sym_identifier] = ACTIONS(966), + [anon_sym_export] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_import] = ACTIONS(966), + [anon_sym_with] = ACTIONS(966), + [anon_sym_var] = ACTIONS(966), + [anon_sym_let] = ACTIONS(966), + [anon_sym_const] = ACTIONS(966), + [anon_sym_if] = ACTIONS(966), + [anon_sym_switch] = ACTIONS(966), + [anon_sym_for] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_await] = ACTIONS(966), + [anon_sym_in] = ACTIONS(968), + [anon_sym_while] = ACTIONS(966), + [anon_sym_do] = ACTIONS(966), + [anon_sym_try] = ACTIONS(966), + [anon_sym_break] = ACTIONS(966), + [anon_sym_continue] = ACTIONS(966), + [anon_sym_debugger] = ACTIONS(966), + [anon_sym_return] = ACTIONS(966), + [anon_sym_throw] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_yield] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LTtemplate_GT] = ACTIONS(966), + [anon_sym_LT] = ACTIONS(966), + [anon_sym_GT] = ACTIONS(968), + [anon_sym_DOT] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_class] = ACTIONS(966), + [anon_sym_async] = ACTIONS(966), + [anon_sym_function] = ACTIONS(966), + [sym_optional_chain] = ACTIONS(968), + [anon_sym_new] = ACTIONS(966), + [anon_sym_AMP_AMP] = ACTIONS(968), + [anon_sym_PIPE_PIPE] = ACTIONS(968), + [anon_sym_GT_GT] = ACTIONS(968), + [anon_sym_GT_GT_GT] = ACTIONS(968), + [anon_sym_LT_LT] = ACTIONS(968), + [anon_sym_AMP] = ACTIONS(968), + [anon_sym_CARET] = ACTIONS(968), + [anon_sym_PIPE] = ACTIONS(968), + [anon_sym_PLUS] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(966), + [anon_sym_SLASH] = ACTIONS(966), + [anon_sym_PERCENT] = ACTIONS(968), + [anon_sym_STAR_STAR] = ACTIONS(968), + [anon_sym_LT_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ] = ACTIONS(968), + [anon_sym_EQ_EQ_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ] = ACTIONS(968), + [anon_sym_BANG_EQ_EQ] = ACTIONS(968), + [anon_sym_GT_EQ] = ACTIONS(968), + [anon_sym_QMARK_QMARK] = ACTIONS(968), + [anon_sym_instanceof] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_typeof] = ACTIONS(966), + [anon_sym_void] = ACTIONS(966), + [anon_sym_delete] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_DASH_DASH] = ACTIONS(966), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(966), + [sym_number] = ACTIONS(966), + [sym_private_property_identifier] = ACTIONS(966), + [sym_this] = ACTIONS(966), + [sym_super] = ACTIONS(966), + [sym_true] = ACTIONS(966), + [sym_false] = ACTIONS(966), + [sym_null] = ACTIONS(966), + [sym_undefined] = ACTIONS(966), + [anon_sym_AT] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_get] = ACTIONS(966), + [anon_sym_set] = ACTIONS(966), + [sym__automatic_semicolon] = ACTIONS(1085), + [sym__ternary_qmark] = ACTIONS(972), + [sym_html_comment] = ACTIONS(5), }, [213] = { - [ts_builtin_sym_end] = ACTIONS(965), - [sym_identifier] = ACTIONS(888), - [anon_sym_export] = ACTIONS(888), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_LBRACE] = ACTIONS(888), - [anon_sym_COMMA] = ACTIONS(890), - [anon_sym_RBRACE] = ACTIONS(888), - [anon_sym_import] = ACTIONS(888), - [anon_sym_var] = ACTIONS(888), - [anon_sym_let] = ACTIONS(888), - [anon_sym_const] = ACTIONS(888), - [anon_sym_if] = ACTIONS(888), - [anon_sym_switch] = ACTIONS(888), - [anon_sym_for] = ACTIONS(888), - [anon_sym_LPAREN] = ACTIONS(888), - [anon_sym_await] = ACTIONS(888), - [anon_sym_in] = ACTIONS(890), - [anon_sym_while] = ACTIONS(888), - [anon_sym_do] = ACTIONS(888), - [anon_sym_try] = ACTIONS(888), - [anon_sym_with] = ACTIONS(888), - [anon_sym_break] = ACTIONS(888), - [anon_sym_continue] = ACTIONS(888), - [anon_sym_debugger] = ACTIONS(888), - [anon_sym_return] = ACTIONS(888), - [anon_sym_throw] = ACTIONS(888), - [anon_sym_SEMI] = ACTIONS(888), - [anon_sym_yield] = ACTIONS(888), - [anon_sym_LBRACK] = ACTIONS(888), - [anon_sym_LTtemplate_GT] = ACTIONS(888), - [anon_sym_LT] = ACTIONS(888), - [anon_sym_GT] = ACTIONS(890), - [anon_sym_DOT] = ACTIONS(890), - [anon_sym_class] = ACTIONS(888), - [anon_sym_async] = ACTIONS(888), - [anon_sym_function] = ACTIONS(888), - [sym_optional_chain] = ACTIONS(890), - [anon_sym_new] = ACTIONS(888), - [anon_sym_AMP_AMP] = ACTIONS(890), - [anon_sym_PIPE_PIPE] = ACTIONS(890), - [anon_sym_GT_GT] = ACTIONS(890), - [anon_sym_GT_GT_GT] = ACTIONS(890), - [anon_sym_LT_LT] = ACTIONS(890), - [anon_sym_AMP] = ACTIONS(890), - [anon_sym_CARET] = ACTIONS(890), - [anon_sym_PIPE] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(888), - [anon_sym_DASH] = ACTIONS(888), - [anon_sym_SLASH] = ACTIONS(888), - [anon_sym_PERCENT] = ACTIONS(890), - [anon_sym_STAR_STAR] = ACTIONS(890), - [anon_sym_LT_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ] = ACTIONS(890), - [anon_sym_EQ_EQ_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ] = ACTIONS(890), - [anon_sym_BANG_EQ_EQ] = ACTIONS(890), - [anon_sym_GT_EQ] = ACTIONS(890), - [anon_sym_QMARK_QMARK] = ACTIONS(890), - [anon_sym_instanceof] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(888), - [anon_sym_TILDE] = ACTIONS(888), - [anon_sym_typeof] = ACTIONS(888), - [anon_sym_void] = ACTIONS(888), - [anon_sym_delete] = ACTIONS(888), - [anon_sym_PLUS_PLUS] = ACTIONS(888), - [anon_sym_DASH_DASH] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(888), - [anon_sym_SQUOTE] = ACTIONS(888), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(888), - [sym_number] = ACTIONS(888), - [sym_private_property_identifier] = ACTIONS(888), - [sym_this] = ACTIONS(888), - [sym_super] = ACTIONS(888), - [sym_true] = ACTIONS(888), - [sym_false] = ACTIONS(888), - [sym_null] = ACTIONS(888), - [sym_undefined] = ACTIONS(888), - [anon_sym_AT] = ACTIONS(888), - [anon_sym_static] = ACTIONS(888), - [anon_sym_get] = ACTIONS(888), - [anon_sym_set] = ACTIONS(888), - [sym__automatic_semicolon] = ACTIONS(1045), - [sym__ternary_qmark] = ACTIONS(894), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1291), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2086), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(213), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2085), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1087), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [214] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1311), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2108), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2110), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1047), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1049), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_comment] = STATE(214), + [ts_builtin_sym_end] = ACTIONS(882), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(882), + [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, [215] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1306), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(1989), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1988), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1047), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1053), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2264), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(215), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(2191), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1089), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [216] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1330), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2009), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2056), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1047), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1055), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1306), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2135), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(216), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [aux_sym_array_repeat1] = STATE(2134), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1061), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1091), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [217] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1236), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2063), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1057), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1057), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_RBRACK] = ACTIONS(1057), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_comment] = STATE(217), + [ts_builtin_sym_end] = ACTIONS(902), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_COMMA] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_in] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_GT] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [sym_optional_chain] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_AMP_AMP] = ACTIONS(864), + [anon_sym_PIPE_PIPE] = ACTIONS(864), + [anon_sym_GT_GT] = ACTIONS(864), + [anon_sym_GT_GT_GT] = ACTIONS(864), + [anon_sym_LT_LT] = ACTIONS(864), + [anon_sym_AMP] = ACTIONS(864), + [anon_sym_CARET] = ACTIONS(864), + [anon_sym_PIPE] = ACTIONS(864), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_PERCENT] = ACTIONS(864), + [anon_sym_STAR_STAR] = ACTIONS(864), + [anon_sym_LT_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ] = ACTIONS(864), + [anon_sym_EQ_EQ_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ] = ACTIONS(864), + [anon_sym_BANG_EQ_EQ] = ACTIONS(864), + [anon_sym_GT_EQ] = ACTIONS(864), + [anon_sym_QMARK_QMARK] = ACTIONS(864), + [anon_sym_instanceof] = ACTIONS(864), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(1093), + [sym__ternary_qmark] = ACTIONS(902), + [sym_html_comment] = ACTIONS(5), }, [218] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2072), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(1894), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1027), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [sym_comment] = STATE(218), + [ts_builtin_sym_end] = ACTIONS(1007), + [sym_identifier] = ACTIONS(974), + [anon_sym_export] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_COMMA] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_import] = ACTIONS(974), + [anon_sym_with] = ACTIONS(974), + [anon_sym_var] = ACTIONS(974), + [anon_sym_let] = ACTIONS(974), + [anon_sym_const] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_switch] = ACTIONS(974), + [anon_sym_for] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_await] = ACTIONS(974), + [anon_sym_in] = ACTIONS(976), + [anon_sym_while] = ACTIONS(974), + [anon_sym_do] = ACTIONS(974), + [anon_sym_try] = ACTIONS(974), + [anon_sym_break] = ACTIONS(974), + [anon_sym_continue] = ACTIONS(974), + [anon_sym_debugger] = ACTIONS(974), + [anon_sym_return] = ACTIONS(974), + [anon_sym_throw] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_yield] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LTtemplate_GT] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(976), + [anon_sym_DOT] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(974), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_class] = ACTIONS(974), + [anon_sym_async] = ACTIONS(974), + [anon_sym_function] = ACTIONS(974), + [sym_optional_chain] = ACTIONS(976), + [anon_sym_new] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(976), + [anon_sym_PIPE_PIPE] = ACTIONS(976), + [anon_sym_GT_GT] = ACTIONS(976), + [anon_sym_GT_GT_GT] = ACTIONS(976), + [anon_sym_LT_LT] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(976), + [anon_sym_STAR_STAR] = ACTIONS(976), + [anon_sym_LT_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ] = ACTIONS(976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(976), + [anon_sym_GT_EQ] = ACTIONS(976), + [anon_sym_QMARK_QMARK] = ACTIONS(976), + [anon_sym_instanceof] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_TILDE] = ACTIONS(974), + [anon_sym_typeof] = ACTIONS(974), + [anon_sym_void] = ACTIONS(974), + [anon_sym_delete] = ACTIONS(974), + [anon_sym_PLUS_PLUS] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(974), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(974), + [sym_number] = ACTIONS(974), + [sym_private_property_identifier] = ACTIONS(974), + [sym_this] = ACTIONS(974), + [sym_super] = ACTIONS(974), + [sym_true] = ACTIONS(974), + [sym_false] = ACTIONS(974), + [sym_null] = ACTIONS(974), + [sym_undefined] = ACTIONS(974), + [anon_sym_AT] = ACTIONS(974), + [anon_sym_static] = ACTIONS(974), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [sym__automatic_semicolon] = ACTIONS(1095), + [sym__ternary_qmark] = ACTIONS(980), + [sym_html_comment] = ACTIONS(5), }, [219] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1238), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(1994), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(1995), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1047), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1059), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1342), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2060), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(219), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(1097), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1097), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_RBRACK] = ACTIONS(1097), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [220] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2302), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2100), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1061), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [sym_comment] = STATE(220), + [ts_builtin_sym_end] = ACTIONS(882), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_COMMA] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_in] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [sym_optional_chain] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(878), + [anon_sym_PIPE_PIPE] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_GT_GT_GT] = ACTIONS(878), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(878), + [anon_sym_LT_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ] = ACTIONS(878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(878), + [anon_sym_QMARK_QMARK] = ACTIONS(878), + [anon_sym_instanceof] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(1099), + [sym__ternary_qmark] = ACTIONS(882), + [sym_html_comment] = ACTIONS(5), }, [221] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1298), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2033), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [aux_sym_array_repeat1] = STATE(2034), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_COMMA] = ACTIONS(1047), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1063), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2179), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(221), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(1921), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [222] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2302), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2100), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1065), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [sym_comment] = STATE(222), + [ts_builtin_sym_end] = ACTIONS(912), + [sym_identifier] = ACTIONS(910), + [anon_sym_export] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_import] = ACTIONS(910), + [anon_sym_with] = ACTIONS(910), + [anon_sym_var] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_switch] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_await] = ACTIONS(910), + [anon_sym_in] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_debugger] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_throw] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_yield] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LTtemplate_GT] = ACTIONS(910), + [anon_sym_LT] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(910), + [anon_sym_DOT] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [anon_sym_SQUOTE] = ACTIONS(910), + [anon_sym_class] = ACTIONS(910), + [anon_sym_async] = ACTIONS(910), + [anon_sym_function] = ACTIONS(910), + [sym_optional_chain] = ACTIONS(910), + [anon_sym_new] = ACTIONS(910), + [anon_sym_AMP_AMP] = ACTIONS(910), + [anon_sym_PIPE_PIPE] = ACTIONS(910), + [anon_sym_GT_GT] = ACTIONS(910), + [anon_sym_GT_GT_GT] = ACTIONS(910), + [anon_sym_LT_LT] = ACTIONS(910), + [anon_sym_AMP] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_PLUS] = ACTIONS(910), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_STAR_STAR] = ACTIONS(910), + [anon_sym_LT_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ] = ACTIONS(910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ] = ACTIONS(910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(910), + [anon_sym_GT_EQ] = ACTIONS(910), + [anon_sym_QMARK_QMARK] = ACTIONS(910), + [anon_sym_instanceof] = ACTIONS(910), + [anon_sym_BANG] = ACTIONS(910), + [anon_sym_TILDE] = ACTIONS(910), + [anon_sym_typeof] = ACTIONS(910), + [anon_sym_void] = ACTIONS(910), + [anon_sym_delete] = ACTIONS(910), + [anon_sym_PLUS_PLUS] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(910), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(910), + [sym_number] = ACTIONS(910), + [sym_private_property_identifier] = ACTIONS(910), + [sym_this] = ACTIONS(910), + [sym_super] = ACTIONS(910), + [sym_true] = ACTIONS(910), + [sym_false] = ACTIONS(910), + [sym_null] = ACTIONS(910), + [sym_undefined] = ACTIONS(910), + [anon_sym_AT] = ACTIONS(910), + [anon_sym_static] = ACTIONS(910), + [anon_sym_get] = ACTIONS(910), + [anon_sym_set] = ACTIONS(910), + [sym__automatic_semicolon] = ACTIONS(912), + [sym__ternary_qmark] = ACTIONS(912), + [sym_html_comment] = ACTIONS(5), }, [223] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(243), - [sym_empty_statement] = STATE(243), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2345), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(223), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(2127), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [224] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2302), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1325), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2830), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2830), + [sym_string] = STATE(1134), + [sym_comment] = STATE(224), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2100), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_RBRACE] = ACTIONS(1101), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [225] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(240), - [sym_empty_statement] = STATE(240), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(239), + [sym_empty_statement] = STATE(239), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(225), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [226] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1344), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1781), - [sym_assignment_pattern] = STATE(2344), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1781), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1781), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [sym_pattern] = STATE(2054), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(798), - [anon_sym_export] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(806), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(808), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(800), - [anon_sym_get] = ACTIONS(800), - [anon_sym_set] = ACTIONS(800), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(243), + [sym_empty_statement] = STATE(243), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(226), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [227] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(242), - [sym_empty_statement] = STATE(242), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(240), + [sym_empty_statement] = STATE(240), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(227), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [228] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(241), - [sym_empty_statement] = STATE(241), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2264), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1899), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(228), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [sym_pattern] = STATE(2191), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(886), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(886), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(896), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(900), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(886), + [anon_sym_get] = ACTIONS(886), + [anon_sym_set] = ACTIONS(886), + [sym_html_comment] = ACTIONS(5), }, [229] = { - [sym_import] = STATE(1268), - [sym_expression_statement] = STATE(239), - [sym_empty_statement] = STATE(239), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1336), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2282), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(788), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(241), + [sym_empty_statement] = STATE(241), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(229), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [230] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1798), - [sym_assignment_pattern] = STATE(2344), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1798), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1798), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [sym_pattern] = STATE(2054), - [sym_rest_pattern] = STATE(1849), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(934), - [anon_sym_export] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(946), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(950), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(936), - [anon_sym_get] = ACTIONS(936), - [anon_sym_set] = ACTIONS(936), + [sym_import] = STATE(1839), + [sym_expression_statement] = STATE(238), + [sym_empty_statement] = STATE(238), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1230), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2366), + [sym_string] = STATE(1384), + [sym_comment] = STATE(230), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(844), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [231] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1353), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2719), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2719), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1067), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1419), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_assignment_pattern] = STATE(2345), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1875), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(231), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [sym_pattern] = STATE(2127), + [sym_rest_pattern] = STATE(1896), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(800), + [anon_sym_export] = ACTIONS(802), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(802), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(808), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(810), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(802), + [anon_sym_get] = ACTIONS(802), + [anon_sym_set] = ACTIONS(802), + [sym_html_comment] = ACTIONS(5), }, [232] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1371), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_spread_element] = STATE(2755), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2755), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_RBRACE] = ACTIONS(1069), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1367), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_spread_element] = STATE(2810), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2810), + [sym_string] = STATE(1134), + [sym_comment] = STATE(232), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_RBRACE] = ACTIONS(1103), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1065), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [233] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1048), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2022), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2022), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1048), - [sym_subscript_expression] = STATE(1048), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2022), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(1071), - [anon_sym_export] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_import] = ACTIONS(648), - [anon_sym_var] = ACTIONS(1077), - [anon_sym_let] = ACTIONS(1079), - [anon_sym_const] = ACTIONS(1079), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(1081), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1083), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(1085), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1073), - [anon_sym_get] = ACTIONS(1073), - [anon_sym_set] = ACTIONS(1073), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1241), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2496), + [sym_string] = STATE(1384), + [sym_comment] = STATE(233), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1105), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(1107), + [sym_html_comment] = ACTIONS(5), }, [234] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2185), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1087), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(1089), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1267), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2659), + [sym_string] = STATE(1384), + [sym_comment] = STATE(234), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1109), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(1111), + [sym_html_comment] = ACTIONS(5), }, [235] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1261), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2410), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1091), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(1093), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1237), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2565), + [sym_string] = STATE(1384), + [sym_comment] = STATE(235), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1113), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(1115), + [sym_html_comment] = ACTIONS(5), }, [236] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1286), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2495), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1095), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(1097), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1252), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2385), + [sym_string] = STATE(1384), + [sym_comment] = STATE(236), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1117), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(1119), + [sym_html_comment] = ACTIONS(5), }, [237] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1251), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2280), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1099), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(1101), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1205), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2263), + [sym_string] = STATE(1384), + [sym_comment] = STATE(237), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_SEMI] = ACTIONS(1121), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym__automatic_semicolon] = ACTIONS(1123), + [sym_html_comment] = ACTIONS(5), }, [238] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1334), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2301), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1103), - [anon_sym_yield] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - [sym__automatic_semicolon] = ACTIONS(1105), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1328), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2858), + [sym_string] = STATE(1134), + [sym_comment] = STATE(238), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1125), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [239] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1389), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2690), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1107), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1302), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2841), + [sym_string] = STATE(1134), + [sym_comment] = STATE(239), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1127), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [240] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1376), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2764), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1109), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1332), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2814), + [sym_string] = STATE(1134), + [sym_comment] = STATE(240), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1129), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [241] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1368), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2745), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1111), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1348), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2832), + [sym_string] = STATE(1134), + [sym_comment] = STATE(241), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1131), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [242] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1340), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2687), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1113), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1084), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1084), + [sym_subscript_expression] = STATE(1084), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2197), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(242), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(1133), + [anon_sym_export] = ACTIONS(1135), + [anon_sym_LBRACE] = ACTIONS(1137), + [anon_sym_import] = ACTIONS(672), + [anon_sym_var] = ACTIONS(1139), + [anon_sym_let] = ACTIONS(1141), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(1145), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1147), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(1149), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1135), + [anon_sym_get] = ACTIONS(1135), + [anon_sym_set] = ACTIONS(1135), + [sym_html_comment] = ACTIONS(5), }, [243] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1362), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2710), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_RPAREN] = ACTIONS(1115), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1365), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2787), + [sym_string] = STATE(1134), + [sym_comment] = STATE(243), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_RPAREN] = ACTIONS(1151), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [244] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1149), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1399), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1337), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1249), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(244), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [245] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1126), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1403), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1171), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1413), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(245), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [246] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(995), - [sym_expression] = STATE(1447), - [sym_primary_expression] = STATE(1171), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1204), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(995), - [sym_subscript_expression] = STATE(995), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(1119), - [anon_sym_export] = ACTIONS(1121), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_DOT] = ACTIONS(1123), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(1125), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(1127), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1121), - [anon_sym_get] = ACTIONS(1121), - [anon_sym_set] = ACTIONS(1121), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1381), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2779), + [sym_string] = STATE(1134), + [sym_comment] = STATE(246), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [247] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1305), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1210), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1240), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2498), + [sym_string] = STATE(1384), + [sym_comment] = STATE(247), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [248] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1257), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1233), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1143), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1142), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(248), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [249] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1254), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1232), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1382), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2775), + [sym_string] = STATE(1134), + [sym_comment] = STATE(249), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [250] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1352), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2684), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1169), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1170), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(250), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [251] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1360), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2731), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1171), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1172), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(251), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [252] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1333), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2303), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1314), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1266), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(252), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [253] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1274), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2494), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1166), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1167), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(253), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [254] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1396), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2677), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1286), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2861), + [sym_string] = STATE(1134), + [sym_comment] = STATE(254), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [255] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1106), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1411), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1190), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1191), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(255), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [256] = { + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1050), + [sym_expression] = STATE(1477), + [sym_primary_expression] = STATE(1239), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1238), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1050), + [sym_subscript_expression] = STATE(1050), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1384), + [sym_comment] = STATE(256), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(1159), + [anon_sym_export] = ACTIONS(1161), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1161), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1163), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(1165), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(77), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [256] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1126), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1127), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(1167), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1161), + [anon_sym_get] = ACTIONS(1161), + [anon_sym_set] = ACTIONS(1161), + [sym_html_comment] = ACTIONS(5), }, [257] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1381), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2688), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1289), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2865), + [sym_string] = STATE(1134), + [sym_comment] = STATE(257), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [258] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1124), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1125), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1337), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1276), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(258), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [259] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1374), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2689), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1387), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2771), + [sym_string] = STATE(1134), + [sym_comment] = STATE(259), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [260] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1121), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1122), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1327), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2859), + [sym_string] = STATE(1134), + [sym_comment] = STATE(260), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [261] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1393), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2691), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1339), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1275), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(261), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [262] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1263), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1192), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1309), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2818), + [sym_string] = STATE(1134), + [sym_comment] = STATE(262), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [263] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1355), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2721), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1190), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1454), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(263), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [264] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1120), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1390), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1383), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2824), + [sym_string] = STATE(1134), + [sym_comment] = STATE(264), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [265] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1357), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2671), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1096), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1091), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(265), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(1169), + [anon_sym_export] = ACTIONS(1171), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1171), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1175), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1171), + [anon_sym_get] = ACTIONS(1171), + [anon_sym_set] = ACTIONS(1171), + [sym_html_comment] = ACTIONS(5), }, [266] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1343), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2670), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1110), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1111), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(266), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [267] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1292), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2321), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - }, - [268] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1263), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1180), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [269] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1305), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1224), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - }, - [270] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1287), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1179), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - }, - [271] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1121), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1428), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1096), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1091), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(267), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [272] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1124), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1429), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), + [268] = { + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1143), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1459), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(268), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [269] = { + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1050), + [sym_expression] = STATE(1477), + [sym_primary_expression] = STATE(1239), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1238), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1050), + [sym_subscript_expression] = STATE(1050), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1384), + [sym_comment] = STATE(269), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(1177), + [anon_sym_export] = ACTIONS(1179), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1179), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1163), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(1181), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(734), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(1167), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1179), + [anon_sym_get] = ACTIONS(1179), + [anon_sym_set] = ACTIONS(1179), + [sym_html_comment] = ACTIONS(5), + }, + [270] = { + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1339), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1247), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(270), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), + }, + [271] = { + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1345), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1236), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(271), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), + }, + [272] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1283), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2860), + [sym_string] = STATE(1134), + [sym_comment] = STATE(272), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [273] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1254), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1173), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1110), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1446), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(273), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [274] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1356), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2723), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1345), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1274), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(274), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [275] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1149), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1436), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1369), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2782), + [sym_string] = STATE(1134), + [sym_comment] = STATE(275), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [276] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1126), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1342), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1251), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2387), + [sym_string] = STATE(1384), + [sym_comment] = STATE(276), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [277] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1063), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1058), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(1133), - [anon_sym_export] = ACTIONS(1135), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_DOT] = ACTIONS(1137), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1139), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1135), - [anon_sym_get] = ACTIONS(1135), - [anon_sym_set] = ACTIONS(1135), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1361), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2776), + [sym_string] = STATE(1134), + [sym_comment] = STATE(277), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [278] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1394), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2703), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1314), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1227), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(278), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [279] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1106), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1070), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1318), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1216), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(279), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [280] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1257), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1174), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1377), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2800), + [sym_string] = STATE(1134), + [sym_comment] = STATE(280), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [281] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1375), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2702), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1096), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1091), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(281), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(1183), + [anon_sym_export] = ACTIONS(1185), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1185), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DOT] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1187), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1185), + [anon_sym_get] = ACTIONS(1185), + [anon_sym_set] = ACTIONS(1185), + [sym_html_comment] = ACTIONS(5), }, [282] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1063), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1058), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_DOT] = ACTIONS(1137), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1318), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1258), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(282), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [283] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1271), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2187), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1169), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1414), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(283), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [284] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1289), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2279), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1166), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1416), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(284), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [285] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1314), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_sequence_expression] = STATE(2412), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1386), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1270), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(285), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [286] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1149), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1150), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1110), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1418), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(286), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [287] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(995), - [sym_expression] = STATE(1447), - [sym_primary_expression] = STATE(1171), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1204), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(995), - [sym_subscript_expression] = STATE(995), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(1141), - [anon_sym_export] = ACTIONS(1143), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_DOT] = ACTIONS(1123), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(1145), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(1127), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1143), - [anon_sym_get] = ACTIONS(1143), - [anon_sym_set] = ACTIONS(1143), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1235), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2563), + [sym_string] = STATE(1384), + [sym_comment] = STATE(287), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [288] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1397), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2681), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1313), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2857), + [sym_string] = STATE(1134), + [sym_comment] = STATE(288), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [289] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1373), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2756), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1143), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1411), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(289), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [290] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1063), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1058), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(1147), - [anon_sym_export] = ACTIONS(1149), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_DOT] = ACTIONS(1137), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1151), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1149), - [anon_sym_get] = ACTIONS(1149), - [anon_sym_set] = ACTIONS(1149), - }, - [291] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1120), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1114), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(1131), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), - }, - [292] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1106), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1349), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1368), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2809), + [sym_string] = STATE(1134), + [sym_comment] = STATE(290), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, - [293] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1120), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1425), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [291] = { + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1190), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1408), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(291), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), + }, + [292] = { + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1166), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1444), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(292), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [293] = { + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1169), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1445), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(293), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [294] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1121), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1346), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_statement_block] = STATE(1171), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1451), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(294), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(1155), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [295] = { - [sym_import] = STATE(1096), - [sym_statement_block] = STATE(1124), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1345), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1360), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2822), + [sym_string] = STATE(1134), + [sym_comment] = STATE(295), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(1117), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [296] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1392), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2765), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1319), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2770), + [sym_string] = STATE(1134), + [sym_comment] = STATE(296), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [297] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1287), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1184), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1316), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2769), + [sym_string] = STATE(1134), + [sym_comment] = STATE(297), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [298] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1337), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1227), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_statement_block] = STATE(1386), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1198), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(298), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [299] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1370), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(2754), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1262), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2656), + [sym_string] = STATE(1384), + [sym_comment] = STATE(299), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [300] = { - [sym_import] = STATE(1268), - [sym_statement_block] = STATE(1337), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1208), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(1129), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1218), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_sequence_expression] = STATE(2265), + [sym_string] = STATE(1384), + [sym_comment] = STATE(300), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [301] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1108), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_sequence_expression] = STATE(1957), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1307), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_sequence_expression] = STATE(2799), + [sym_string] = STATE(1134), + [sym_comment] = STATE(301), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [302] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1418), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1157), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(302), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [303] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1433), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(303), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [303] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1203), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [304] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), [sym_expression] = STATE(1225), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(304), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [305] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1095), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1122), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(305), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [306] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1098), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1157), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(306), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [307] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1195), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1273), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(307), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [308] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1099), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1259), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(308), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [309] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1102), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1209), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(309), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [310] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1341), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1200), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(310), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [311] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1435), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1263), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(311), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [312] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1439), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1254), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(312), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [313] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1054), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1406), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(313), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [314] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1089), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1405), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(314), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [315] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1088), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1450), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(315), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [316] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1087), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1248), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(316), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [317] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1282), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1122), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(317), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [318] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1350), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1242), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(318), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [319] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1109), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1197), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(319), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [320] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1363), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1231), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(320), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [321] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1364), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1221), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(321), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [322] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1112), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1226), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(322), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [323] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1365), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1203), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(323), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [324] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1138), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1243), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(324), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [325] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1377), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1449), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(325), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [326] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1132), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1210), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(326), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [327] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1165), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1222), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(327), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [328] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1378), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1370), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(328), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [329] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1379), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1448), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(329), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [330] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1427), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1211), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1074), + [sym_subscript_expression] = STATE(1074), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1983), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(330), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(1189), + [anon_sym_export] = ACTIONS(1191), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1191), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1193), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(1195), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1191), + [anon_sym_get] = ACTIONS(1191), + [anon_sym_set] = ACTIONS(1191), + [sym_html_comment] = ACTIONS(5), }, [331] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1157), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1109), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(331), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [332] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1185), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1279), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(332), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [333] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1055), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1156), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(333), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [334] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1056), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1278), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(334), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [335] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1380), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1117), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(335), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [336] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1151), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1346), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(336), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [337] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1187), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1119), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(337), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [338] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1437), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1120), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(338), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [339] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1054), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(766), - [anon_sym_PLUS] = ACTIONS(768), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_TILDE] = ACTIONS(768), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_void] = ACTIONS(768), - [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1121), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(339), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [340] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1228), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1123), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(340), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [341] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1069), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1126), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(341), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [342] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1189), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1130), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(342), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [343] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1056), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1131), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(343), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [344] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1055), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1132), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(344), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [345] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1177), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1133), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(345), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [346] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1348), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1135), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(346), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [347] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1119), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1136), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(347), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [348] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1176), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1220), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(348), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [349] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1438), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1441), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(349), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [350] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1338), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1201), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(350), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [351] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1434), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1202), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(351), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [352] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1186), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1204), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(352), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [353] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1181), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1140), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(353), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [354] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1201), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1442), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(354), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [355] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1170), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1144), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(355), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [356] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1186), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1885), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1885), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1039), - [sym_subscript_expression] = STATE(1039), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1885), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(1153), - [anon_sym_export] = ACTIONS(1155), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1157), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(1159), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1155), - [anon_sym_get] = ACTIONS(1155), - [anon_sym_set] = ACTIONS(1155), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1086), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(356), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [357] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1410), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1206), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(357), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [358] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1382), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1180), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(358), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [359] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1178), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1253), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(359), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [360] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1383), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1207), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(360), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [361] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1384), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1208), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(361), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [362] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1385), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(362), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [363] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1386), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1087), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(363), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [364] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1194), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1264), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(364), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), }, [365] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1391), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1189), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(365), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [366] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1398), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1460), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(366), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [367] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1190), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1455), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(367), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [368] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1093), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1086), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(368), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [369] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1191), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1066), + [sym_subscript_expression] = STATE(1066), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(1895), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(369), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(1197), + [anon_sym_export] = ACTIONS(1199), + [anon_sym_LBRACE] = ACTIONS(888), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(1199), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(892), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(1201), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(1203), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(1199), + [anon_sym_get] = ACTIONS(1199), + [anon_sym_set] = ACTIONS(1199), + [sym_html_comment] = ACTIONS(5), }, [370] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1231), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1087), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(370), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [371] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1197), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(371), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [372] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1400), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1447), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(372), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [373] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1196), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1213), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(373), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [374] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1183), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1215), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(374), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [375] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1198), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1217), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(375), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [376] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1056), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1438), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(376), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [377] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1055), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1228), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(377), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [378] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1226), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1419), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(378), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [379] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1222), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1211), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(379), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [380] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1199), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1452), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(380), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [381] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1220), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1199), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(381), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [382] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1218), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1412), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(382), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [383] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1439), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(383), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [384] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1202), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1212), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(384), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [385] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1169), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1188), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(385), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), }, [386] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1167), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(386), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), }, [387] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1090), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1223), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(387), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, [388] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1412), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1462), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(388), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [389] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1463), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(389), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [390] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1464), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(390), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [391] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1214), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(391), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [392] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1465), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(392), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [393] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1466), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(393), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [394] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1434), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(394), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [395] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1467), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(395), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [396] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1468), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(396), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [397] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1469), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(397), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [398] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1030), + [sym_expression] = STATE(1443), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1030), + [sym_subscript_expression] = STATE(1030), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1656), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2864), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(398), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2767), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(662), + [anon_sym_export] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(664), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(676), + [anon_sym_yield] = ACTIONS(678), + [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(690), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(696), + [anon_sym_DASH] = ACTIONS(696), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(696), + [anon_sym_typeof] = ACTIONS(696), + [anon_sym_void] = ACTIONS(696), + [anon_sym_delete] = ACTIONS(696), + [anon_sym_PLUS_PLUS] = ACTIONS(700), + [anon_sym_DASH_DASH] = ACTIONS(700), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(706), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(708), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(664), + [anon_sym_get] = ACTIONS(664), + [anon_sym_set] = ACTIONS(664), + [sym_html_comment] = ACTIONS(5), + }, + [399] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1088), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(399), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [389] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1206), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [390] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1413), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [400] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1087), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(400), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [391] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1217), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [392] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1414), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [401] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1407), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(401), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [393] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1415), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [402] = { + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1244), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(402), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), + }, + [403] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1409), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(403), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [394] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1344), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [395] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1416), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [404] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1410), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(404), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [396] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1417), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [405] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(405), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [397] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1214), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - }, - [398] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1104), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [399] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1223), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [400] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1419), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [406] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1430), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(406), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [401] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1093), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [402] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1207), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [403] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1213), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), - }, - [404] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1405), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), - }, - [405] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1212), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [406] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1421), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [407] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1396), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(407), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [407] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1103), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [408] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1406), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1456), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(408), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [409] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1432), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(409), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [409] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1188), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [410] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1422), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1461), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(410), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [411] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1430), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1068), + [sym_expression] = STATE(1229), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1667), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2816), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(411), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2811), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(742), + [anon_sym_export] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(35), + [anon_sym_yield] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(748), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(75), + [anon_sym_DASH] = ACTIONS(75), + [anon_sym_SLASH] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(75), + [anon_sym_TILDE] = ACTIONS(75), + [anon_sym_typeof] = ACTIONS(75), + [anon_sym_void] = ACTIONS(75), + [anon_sym_delete] = ACTIONS(75), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(79), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(85), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(87), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(744), + [anon_sym_get] = ACTIONS(744), + [anon_sym_set] = ACTIONS(744), + [sym_html_comment] = ACTIONS(5), + }, + [412] = { + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1156), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(412), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), + [anon_sym_async] = ACTIONS(726), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), + }, + [413] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1470), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(413), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [414] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1453), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(414), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [415] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1429), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(415), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [412] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1426), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [416] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1083), + [sym_expression] = STATE(1086), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1083), + [sym_subscript_expression] = STATE(1083), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1662), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2803), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(416), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2802), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(778), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(782), + [anon_sym_yield] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(786), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(788), + [anon_sym_PLUS] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(792), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_typeof] = ACTIONS(790), + [anon_sym_void] = ACTIONS(790), + [anon_sym_delete] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(794), + [anon_sym_DASH_DASH] = ACTIONS(794), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(796), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(798), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [sym_html_comment] = ACTIONS(5), + }, + [417] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1428), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(417), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [413] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1103), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [418] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1427), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(418), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [414] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1404), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [419] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1425), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(419), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [415] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1104), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), + [420] = { + [sym_import] = STATE(1839), + [sym_parenthesized_expression] = STATE(1070), + [sym_expression] = STATE(1272), + [sym_primary_expression] = STATE(1288), + [sym_yield_expression] = STATE(1293), + [sym_object] = STATE(1384), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1384), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1293), + [sym_glimmer_opening_tag] = STATE(2041), + [sym_jsx_element] = STATE(1293), + [sym_jsx_opening_element] = STATE(1687), + [sym_jsx_self_closing_element] = STATE(1293), + [sym_class] = STATE(1384), + [sym_function_expression] = STATE(1384), + [sym_generator_function] = STATE(1384), + [sym_arrow_function] = STATE(1384), + [sym_call_expression] = STATE(1384), + [sym_new_expression] = STATE(1293), + [sym_await_expression] = STATE(1293), + [sym_member_expression] = STATE(1070), + [sym_subscript_expression] = STATE(1070), + [sym_assignment_expression] = STATE(1293), + [sym__augmented_assignment_lhs] = STATE(1666), + [sym_augmented_assignment_expression] = STATE(1293), + [sym__destructuring_pattern] = STATE(2836), + [sym_ternary_expression] = STATE(1293), + [sym_binary_expression] = STATE(1293), + [sym_unary_expression] = STATE(1293), + [sym_update_expression] = STATE(1293), + [sym_string] = STATE(1384), + [sym_comment] = STATE(420), + [sym_template_string] = STATE(1384), + [sym_regex] = STATE(1384), + [sym_meta_property] = STATE(1384), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2835), + [aux_sym_export_statement_repeat1] = STATE(1907), + [sym_identifier] = ACTIONS(712), + [anon_sym_export] = ACTIONS(714), + [anon_sym_LBRACE] = ACTIONS(718), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_await] = ACTIONS(720), + [anon_sym_yield] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(61), + [anon_sym_DQUOTE] = ACTIONS(63), + [anon_sym_SQUOTE] = ACTIONS(65), + [anon_sym_class] = ACTIONS(724), [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_function] = ACTIONS(728), + [anon_sym_new] = ACTIONS(730), + [anon_sym_PLUS] = ACTIONS(732), + [anon_sym_DASH] = ACTIONS(732), + [anon_sym_SLASH] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(732), + [anon_sym_typeof] = ACTIONS(732), + [anon_sym_void] = ACTIONS(732), + [anon_sym_delete] = ACTIONS(732), + [anon_sym_PLUS_PLUS] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(736), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(81), + [sym_number] = ACTIONS(83), + [sym_private_property_identifier] = ACTIONS(738), + [sym_this] = ACTIONS(83), + [sym_super] = ACTIONS(83), + [sym_true] = ACTIONS(83), + [sym_false] = ACTIONS(83), + [sym_null] = ACTIONS(83), + [sym_undefined] = ACTIONS(740), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(714), + [anon_sym_get] = ACTIONS(714), + [anon_sym_set] = ACTIONS(714), + [sym_html_comment] = ACTIONS(5), }, - [416] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), + [421] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), [sym_expression] = STATE(1423), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(421), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, - [417] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1047), - [sym_expression] = STATE(1424), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2705), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2705), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1047), - [sym_subscript_expression] = STATE(1047), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1593), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2705), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2704), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(754), - [anon_sym_export] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(760), - [anon_sym_yield] = ACTIONS(762), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), + [422] = { + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1422), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(422), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), [anon_sym_async] = ACTIONS(764), - [anon_sym_function] = ACTIONS(664), + [anon_sym_function] = ACTIONS(692), [anon_sym_new] = ACTIONS(766), [anon_sym_PLUS] = ACTIONS(768), [anon_sym_DASH] = ACTIONS(768), - [anon_sym_SLASH] = ACTIONS(770), + [anon_sym_SLASH] = ACTIONS(698), [anon_sym_BANG] = ACTIONS(768), [anon_sym_TILDE] = ACTIONS(768), [anon_sym_typeof] = ACTIONS(768), [anon_sym_void] = ACTIONS(768), [anon_sym_delete] = ACTIONS(768), - [anon_sym_PLUS_PLUS] = ACTIONS(772), - [anon_sym_DASH_DASH] = ACTIONS(772), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(774), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(776), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(756), - [anon_sym_get] = ACTIONS(756), - [anon_sym_set] = ACTIONS(756), - }, - [418] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1034), - [sym_expression] = STATE(1209), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2734), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2734), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1600), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2734), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2733), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(688), - [anon_sym_export] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_await] = ACTIONS(698), - [anon_sym_yield] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(53), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(57), - [anon_sym_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(704), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_BANG] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(710), - [anon_sym_typeof] = ACTIONS(710), - [anon_sym_void] = ACTIONS(710), - [anon_sym_delete] = ACTIONS(710), - [anon_sym_PLUS_PLUS] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(716), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(718), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(690), - [anon_sym_get] = ACTIONS(690), - [anon_sym_set] = ACTIONS(690), - }, - [419] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(1015), - [sym_expression] = STATE(1054), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2768), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2768), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1015), - [sym_subscript_expression] = STATE(1015), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1594), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2768), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2729), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(638), - [anon_sym_export] = ACTIONS(640), - [anon_sym_LBRACE] = ACTIONS(644), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(652), - [anon_sym_yield] = ACTIONS(654), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(662), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(668), - [anon_sym_DASH] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(668), - [anon_sym_TILDE] = ACTIONS(668), - [anon_sym_typeof] = ACTIONS(668), - [anon_sym_void] = ACTIONS(668), - [anon_sym_delete] = ACTIONS(668), - [anon_sym_PLUS_PLUS] = ACTIONS(672), - [anon_sym_DASH_DASH] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(682), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(684), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(640), - [anon_sym_get] = ACTIONS(640), - [anon_sym_set] = ACTIONS(640), - }, - [420] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1409), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(2728), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(2728), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(974), - [sym_subscript_expression] = STATE(974), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(2728), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(728), - [anon_sym_export] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(734), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(740), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(742), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(752), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(730), - [anon_sym_get] = ACTIONS(730), - [anon_sym_set] = ACTIONS(730), - }, - [421] = { - [sym_import] = STATE(1096), - [sym_parenthesized_expression] = STATE(974), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1092), - [sym_yield_expression] = STATE(1094), - [sym_object] = STATE(1096), - [sym_object_pattern] = STATE(1808), - [sym_array] = STATE(1096), - [sym_array_pattern] = STATE(1808), - [sym_glimmer_template] = STATE(1094), - [sym_glimmer_opening_tag] = STATE(1882), - [sym_jsx_element] = STATE(1094), - [sym_jsx_opening_element] = STATE(1654), - [sym_jsx_self_closing_element] = STATE(1094), - [sym_class] = STATE(1096), - [sym_function] = STATE(1096), - [sym_generator_function] = STATE(1096), - [sym_arrow_function] = STATE(1096), - [sym_call_expression] = STATE(1096), - [sym_new_expression] = STATE(1094), - [sym_await_expression] = STATE(1094), - [sym_member_expression] = STATE(1033), - [sym_subscript_expression] = STATE(1033), - [sym_assignment_expression] = STATE(1094), - [sym__augmented_assignment_lhs] = STATE(1608), - [sym_augmented_assignment_expression] = STATE(1094), - [sym__destructuring_pattern] = STATE(1808), - [sym_ternary_expression] = STATE(1094), - [sym_binary_expression] = STATE(1094), - [sym_unary_expression] = STATE(1094), - [sym_update_expression] = STATE(1094), - [sym_string] = STATE(1096), - [sym_template_string] = STATE(1096), - [sym_regex] = STATE(1096), - [sym_meta_property] = STATE(1096), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2767), - [aux_sym_export_statement_repeat1] = STATE(1976), - [sym_identifier] = ACTIONS(1161), - [anon_sym_export] = ACTIONS(1163), - [anon_sym_LBRACE] = ACTIONS(938), - [anon_sym_import] = ACTIONS(648), - [anon_sym_LPAREN] = ACTIONS(650), - [anon_sym_await] = ACTIONS(736), - [anon_sym_yield] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(942), - [anon_sym_LTtemplate_GT] = ACTIONS(55), - [anon_sym_LT] = ACTIONS(658), - [anon_sym_class] = ACTIONS(660), - [anon_sym_async] = ACTIONS(1165), - [anon_sym_function] = ACTIONS(664), - [anon_sym_new] = ACTIONS(744), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(670), - [anon_sym_BANG] = ACTIONS(746), - [anon_sym_TILDE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(746), - [anon_sym_void] = ACTIONS(746), - [anon_sym_delete] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(748), - [anon_sym_DASH_DASH] = ACTIONS(748), - [anon_sym_DQUOTE] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(678), - [sym_number] = ACTIONS(680), - [sym_private_property_identifier] = ACTIONS(750), - [sym_this] = ACTIONS(680), - [sym_super] = ACTIONS(680), - [sym_true] = ACTIONS(680), - [sym_false] = ACTIONS(680), - [sym_null] = ACTIONS(680), - [sym_undefined] = ACTIONS(1167), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(1163), - [anon_sym_get] = ACTIONS(1163), - [anon_sym_set] = ACTIONS(1163), - }, - [422] = { - [sym_import] = STATE(1268), - [sym_parenthesized_expression] = STATE(1029), - [sym_expression] = STATE(1182), - [sym_primary_expression] = STATE(1247), - [sym_yield_expression] = STATE(1246), - [sym_object] = STATE(1268), - [sym_object_pattern] = STATE(2656), - [sym_array] = STATE(1268), - [sym_array_pattern] = STATE(2656), - [sym_glimmer_template] = STATE(1246), - [sym_glimmer_opening_tag] = STATE(1921), - [sym_jsx_element] = STATE(1246), - [sym_jsx_opening_element] = STATE(1653), - [sym_jsx_self_closing_element] = STATE(1246), - [sym_class] = STATE(1268), - [sym_function] = STATE(1268), - [sym_generator_function] = STATE(1268), - [sym_arrow_function] = STATE(1268), - [sym_call_expression] = STATE(1268), - [sym_new_expression] = STATE(1246), - [sym_await_expression] = STATE(1246), - [sym_member_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1246), - [sym__augmented_assignment_lhs] = STATE(1597), - [sym_augmented_assignment_expression] = STATE(1246), - [sym__destructuring_pattern] = STATE(2656), - [sym_ternary_expression] = STATE(1246), - [sym_binary_expression] = STATE(1246), - [sym_unary_expression] = STATE(1246), - [sym_update_expression] = STATE(1246), - [sym_string] = STATE(1268), - [sym_template_string] = STATE(1268), - [sym_regex] = STATE(1268), - [sym_meta_property] = STATE(1268), - [sym_decorator] = STATE(2031), - [sym_formal_parameters] = STATE(2662), - [aux_sym_export_statement_repeat1] = STATE(1891), - [sym_identifier] = ACTIONS(720), - [anon_sym_export] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_import] = ACTIONS(696), - [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_class] = ACTIONS(702), - [anon_sym_async] = ACTIONS(726), - [anon_sym_function] = ACTIONS(706), - [anon_sym_new] = ACTIONS(65), - [anon_sym_PLUS] = ACTIONS(67), - [anon_sym_DASH] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_BANG] = ACTIONS(67), - [anon_sym_TILDE] = ACTIONS(67), - [anon_sym_typeof] = ACTIONS(67), - [anon_sym_void] = ACTIONS(67), - [anon_sym_delete] = ACTIONS(67), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(77), - [sym_number] = ACTIONS(79), - [sym_private_property_identifier] = ACTIONS(81), - [sym_this] = ACTIONS(79), - [sym_super] = ACTIONS(79), - [sym_true] = ACTIONS(79), - [sym_false] = ACTIONS(79), - [sym_null] = ACTIONS(79), - [sym_undefined] = ACTIONS(83), - [anon_sym_AT] = ACTIONS(85), - [anon_sym_static] = ACTIONS(722), - [anon_sym_get] = ACTIONS(722), - [anon_sym_set] = ACTIONS(722), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [423] = { - [sym_namespace_export] = STATE(2561), - [sym_export_clause] = STATE(1886), - [sym_declaration] = STATE(968), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_class_declaration] = STATE(971), - [sym_function_declaration] = STATE(971), - [sym_generator_function_declaration] = STATE(971), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1852), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_default] = ACTIONS(1171), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_RBRACE] = ACTIONS(1177), - [anon_sym_var] = ACTIONS(1179), - [anon_sym_let] = ACTIONS(1181), - [anon_sym_const] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1188), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1193), - [anon_sym_async] = ACTIONS(1195), - [anon_sym_function] = ACTIONS(1197), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1421), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(423), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [424] = { - [sym_namespace_export] = STATE(2561), - [sym_export_clause] = STATE(1886), - [sym_declaration] = STATE(968), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_class_declaration] = STATE(971), - [sym_function_declaration] = STATE(971), - [sym_generator_function_declaration] = STATE(971), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1852), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_default] = ACTIONS(1171), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_RBRACE] = ACTIONS(1207), - [anon_sym_var] = ACTIONS(1179), - [anon_sym_let] = ACTIONS(1181), - [anon_sym_const] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1188), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1193), - [anon_sym_async] = ACTIONS(1195), - [anon_sym_function] = ACTIONS(1197), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_import] = STATE(1798), + [sym_parenthesized_expression] = STATE(1008), + [sym_expression] = STATE(1420), + [sym_primary_expression] = STATE(1129), + [sym_yield_expression] = STATE(1127), + [sym_object] = STATE(1134), + [sym_object_pattern] = STATE(1746), + [sym_array] = STATE(1134), + [sym_array_pattern] = STATE(1746), + [sym_glimmer_template] = STATE(1127), + [sym_glimmer_opening_tag] = STATE(1951), + [sym_jsx_element] = STATE(1127), + [sym_jsx_opening_element] = STATE(1690), + [sym_jsx_self_closing_element] = STATE(1127), + [sym_class] = STATE(1134), + [sym_function_expression] = STATE(1134), + [sym_generator_function] = STATE(1134), + [sym_arrow_function] = STATE(1134), + [sym_call_expression] = STATE(1134), + [sym_new_expression] = STATE(1127), + [sym_await_expression] = STATE(1127), + [sym_member_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1127), + [sym__augmented_assignment_lhs] = STATE(1680), + [sym_augmented_assignment_expression] = STATE(1127), + [sym__destructuring_pattern] = STATE(2765), + [sym_ternary_expression] = STATE(1127), + [sym_binary_expression] = STATE(1127), + [sym_unary_expression] = STATE(1127), + [sym_update_expression] = STATE(1127), + [sym_string] = STATE(1134), + [sym_comment] = STATE(424), + [sym_template_string] = STATE(1134), + [sym_regex] = STATE(1134), + [sym_meta_property] = STATE(1134), + [sym_decorator] = STATE(2054), + [sym_formal_parameters] = STATE(2863), + [aux_sym_export_statement_repeat1] = STATE(1920), + [sym_identifier] = ACTIONS(750), + [anon_sym_export] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(756), + [anon_sym_import] = ACTIONS(672), + [anon_sym_let] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(674), + [anon_sym_await] = ACTIONS(758), + [anon_sym_yield] = ACTIONS(760), + [anon_sym_LBRACK] = ACTIONS(762), + [anon_sym_LTtemplate_GT] = ACTIONS(59), + [anon_sym_LT] = ACTIONS(682), + [anon_sym_DQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE] = ACTIONS(686), + [anon_sym_class] = ACTIONS(688), + [anon_sym_async] = ACTIONS(764), + [anon_sym_function] = ACTIONS(692), + [anon_sym_new] = ACTIONS(766), + [anon_sym_PLUS] = ACTIONS(768), + [anon_sym_DASH] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(698), + [anon_sym_BANG] = ACTIONS(768), + [anon_sym_TILDE] = ACTIONS(768), + [anon_sym_typeof] = ACTIONS(768), + [anon_sym_void] = ACTIONS(768), + [anon_sym_delete] = ACTIONS(768), + [anon_sym_PLUS_PLUS] = ACTIONS(770), + [anon_sym_DASH_DASH] = ACTIONS(770), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(702), + [sym_number] = ACTIONS(704), + [sym_private_property_identifier] = ACTIONS(772), + [sym_this] = ACTIONS(704), + [sym_super] = ACTIONS(704), + [sym_true] = ACTIONS(704), + [sym_false] = ACTIONS(704), + [sym_null] = ACTIONS(704), + [sym_undefined] = ACTIONS(774), + [anon_sym_AT] = ACTIONS(89), + [anon_sym_static] = ACTIONS(752), + [anon_sym_get] = ACTIONS(752), + [anon_sym_set] = ACTIONS(752), + [sym_html_comment] = ACTIONS(5), }, [425] = { - [sym_namespace_export] = STATE(2561), - [sym_export_clause] = STATE(1886), - [sym_declaration] = STATE(968), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_class_declaration] = STATE(971), - [sym_function_declaration] = STATE(971), - [sym_generator_function_declaration] = STATE(971), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1852), - [aux_sym_object_repeat1] = STATE(1986), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_default] = ACTIONS(1171), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_RBRACE] = ACTIONS(1209), - [anon_sym_var] = ACTIONS(1179), - [anon_sym_let] = ACTIONS(1181), - [anon_sym_const] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1188), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1193), - [anon_sym_async] = ACTIONS(1195), - [anon_sym_function] = ACTIONS(1197), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2483), + [sym_export_clause] = STATE(2020), + [sym_declaration] = STATE(952), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_class_declaration] = STATE(939), + [sym_function_declaration] = STATE(939), + [sym_generator_function_declaration] = STATE(939), + [sym_comment] = STATE(425), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(2018), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [anon_sym_STAR] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_RBRACE] = ACTIONS(1213), + [anon_sym_var] = ACTIONS(1215), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(1219), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1229), + [anon_sym_async] = ACTIONS(1231), + [anon_sym_function] = ACTIONS(1233), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [426] = { - [sym_namespace_export] = STATE(2630), - [sym_export_clause] = STATE(1912), - [sym_declaration] = STATE(825), - [sym_variable_declaration] = STATE(824), - [sym_lexical_declaration] = STATE(824), - [sym_class_declaration] = STATE(824), - [sym_function_declaration] = STATE(824), - [sym_generator_function_declaration] = STATE(824), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1905), - [anon_sym_STAR] = ACTIONS(1211), - [anon_sym_default] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), + [sym_namespace_export] = STATE(2483), + [sym_export_clause] = STATE(2020), + [sym_declaration] = STATE(952), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_class_declaration] = STATE(939), + [sym_function_declaration] = STATE(939), + [sym_generator_function_declaration] = STATE(939), + [sym_comment] = STATE(426), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(2018), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [anon_sym_STAR] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_RBRACE] = ACTIONS(1243), [anon_sym_var] = ACTIONS(1215), [anon_sym_let] = ACTIONS(1217), [anon_sym_const] = ACTIONS(1217), - [anon_sym_LPAREN] = ACTIONS(1175), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1219), - [anon_sym_EQ] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1223), - [anon_sym_async] = ACTIONS(1225), - [anon_sym_function] = ACTIONS(1227), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [anon_sym_LPAREN] = ACTIONS(1219), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1229), + [anon_sym_async] = ACTIONS(1231), + [anon_sym_function] = ACTIONS(1233), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [427] = { - [sym_namespace_export] = STATE(2561), - [sym_export_clause] = STATE(1886), - [sym_declaration] = STATE(968), - [sym_variable_declaration] = STATE(971), - [sym_lexical_declaration] = STATE(971), - [sym_class_declaration] = STATE(971), - [sym_function_declaration] = STATE(971), - [sym_generator_function_declaration] = STATE(971), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1852), - [anon_sym_STAR] = ACTIONS(1169), - [anon_sym_default] = ACTIONS(1171), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_var] = ACTIONS(1179), - [anon_sym_let] = ACTIONS(1181), - [anon_sym_const] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1175), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1229), - [anon_sym_EQ] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1193), - [anon_sym_async] = ACTIONS(1195), - [anon_sym_function] = ACTIONS(1197), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2483), + [sym_export_clause] = STATE(2020), + [sym_declaration] = STATE(952), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_class_declaration] = STATE(939), + [sym_function_declaration] = STATE(939), + [sym_generator_function_declaration] = STATE(939), + [sym_comment] = STATE(427), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(2018), + [aux_sym_object_repeat1] = STATE(2118), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [anon_sym_STAR] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_RBRACE] = ACTIONS(1245), + [anon_sym_var] = ACTIONS(1215), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(1219), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1224), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1229), + [anon_sym_async] = ACTIONS(1231), + [anon_sym_function] = ACTIONS(1233), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [428] = { - [sym_namespace_export] = STATE(2625), - [sym_export_clause] = STATE(1875), - [sym_declaration] = STATE(863), - [sym_variable_declaration] = STATE(868), - [sym_lexical_declaration] = STATE(868), - [sym_class_declaration] = STATE(868), - [sym_function_declaration] = STATE(868), - [sym_generator_function_declaration] = STATE(868), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1871), - [anon_sym_STAR] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1233), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_var] = ACTIONS(1235), - [anon_sym_let] = ACTIONS(1237), - [anon_sym_const] = ACTIONS(1237), - [anon_sym_LPAREN] = ACTIONS(1175), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_EQ] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1241), - [anon_sym_async] = ACTIONS(1243), - [anon_sym_function] = ACTIONS(1245), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), - }, - [429] = { - [sym_namespace_export] = STATE(2476), - [sym_export_clause] = STATE(1938), - [sym_declaration] = STATE(533), - [sym_variable_declaration] = STATE(532), - [sym_lexical_declaration] = STATE(532), - [sym_class_declaration] = STATE(532), - [sym_function_declaration] = STATE(532), - [sym_generator_function_declaration] = STATE(532), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1937), + [sym_namespace_export] = STATE(2583), + [sym_export_clause] = STATE(1902), + [sym_declaration] = STATE(639), + [sym_variable_declaration] = STATE(640), + [sym_lexical_declaration] = STATE(640), + [sym_class_declaration] = STATE(640), + [sym_function_declaration] = STATE(640), + [sym_generator_function_declaration] = STATE(640), + [sym_comment] = STATE(428), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(1919), [anon_sym_STAR] = ACTIONS(1247), [anon_sym_default] = ACTIONS(1249), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), [anon_sym_var] = ACTIONS(1251), [anon_sym_let] = ACTIONS(1253), [anon_sym_const] = ACTIONS(1253), - [anon_sym_LPAREN] = ACTIONS(1175), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), [anon_sym_COLON] = ACTIONS(1255), - [anon_sym_EQ] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1257), - [anon_sym_async] = ACTIONS(1259), - [anon_sym_function] = ACTIONS(1261), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1259), + [anon_sym_async] = ACTIONS(1261), + [anon_sym_function] = ACTIONS(1263), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [429] = { + [sym_string] = STATE(2581), + [sym_comment] = STATE(429), + [sym_formal_parameters] = STATE(2760), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1265), + [anon_sym_export] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_let] = ACTIONS(1267), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1267), + [anon_sym_function] = ACTIONS(1288), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_get] = ACTIONS(1296), + [anon_sym_set] = ACTIONS(1296), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [430] = { - [sym_namespace_export] = STATE(2550), - [sym_export_clause] = STATE(1889), - [sym_declaration] = STATE(2563), - [sym_variable_declaration] = STATE(2562), - [sym_lexical_declaration] = STATE(2562), - [sym_class_declaration] = STATE(2562), - [sym_function_declaration] = STATE(2562), - [sym_generator_function_declaration] = STATE(2562), - [sym_decorator] = STATE(2031), - [aux_sym_export_statement_repeat1] = STATE(1922), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1173), - [anon_sym_COMMA] = ACTIONS(1175), - [anon_sym_var] = ACTIONS(1267), - [anon_sym_let] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [anon_sym_LPAREN] = ACTIONS(1175), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1175), - [anon_sym_COLON] = ACTIONS(1271), - [anon_sym_EQ] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1175), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1175), - [anon_sym_class] = ACTIONS(1273), - [anon_sym_async] = ACTIONS(1275), - [anon_sym_function] = ACTIONS(1277), - [anon_sym_EQ_GT] = ACTIONS(1199), - [sym_optional_chain] = ACTIONS(1175), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1201), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1201), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1175), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1175), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1175), - [anon_sym_GT_EQ] = ACTIONS(1175), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1175), - [anon_sym_PLUS_PLUS] = ACTIONS(1175), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [sym_comment] = ACTIONS(1203), - [anon_sym_BQUOTE] = ACTIONS(1175), - [anon_sym_AT] = ACTIONS(1205), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2716), + [sym_export_clause] = STATE(1914), + [sym_declaration] = STATE(778), + [sym_variable_declaration] = STATE(785), + [sym_lexical_declaration] = STATE(785), + [sym_class_declaration] = STATE(785), + [sym_function_declaration] = STATE(785), + [sym_generator_function_declaration] = STATE(785), + [sym_comment] = STATE(430), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(1980), + [anon_sym_STAR] = ACTIONS(1298), + [anon_sym_default] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_var] = ACTIONS(1302), + [anon_sym_let] = ACTIONS(1304), + [anon_sym_const] = ACTIONS(1304), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1306), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1308), + [anon_sym_async] = ACTIONS(1310), + [anon_sym_function] = ACTIONS(1312), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [431] = { - [sym_string] = STATE(2186), - [sym_formal_parameters] = STATE(2701), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1986), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1279), - [anon_sym_export] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1286), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1281), - [anon_sym_function] = ACTIONS(1298), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_get] = ACTIONS(1310), - [anon_sym_set] = ACTIONS(1310), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_string] = STATE(2581), + [sym_comment] = STATE(431), + [sym_formal_parameters] = STATE(2760), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1265), + [anon_sym_export] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_let] = ACTIONS(1267), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1267), + [anon_sym_function] = ACTIONS(1288), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_get] = ACTIONS(1296), + [anon_sym_set] = ACTIONS(1296), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [432] = { - [sym_string] = STATE(2186), - [sym_formal_parameters] = STATE(2701), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1279), - [anon_sym_export] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1281), - [anon_sym_function] = ACTIONS(1298), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_get] = ACTIONS(1310), - [anon_sym_set] = ACTIONS(1310), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2640), + [sym_export_clause] = STATE(1958), + [sym_declaration] = STATE(2612), + [sym_variable_declaration] = STATE(2609), + [sym_lexical_declaration] = STATE(2609), + [sym_class_declaration] = STATE(2609), + [sym_function_declaration] = STATE(2609), + [sym_generator_function_declaration] = STATE(2609), + [sym_comment] = STATE(432), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(2013), + [anon_sym_STAR] = ACTIONS(1316), + [anon_sym_default] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_var] = ACTIONS(1320), + [anon_sym_let] = ACTIONS(1322), + [anon_sym_const] = ACTIONS(1322), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1324), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1326), + [anon_sym_async] = ACTIONS(1328), + [anon_sym_function] = ACTIONS(1330), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [433] = { - [sym_string] = STATE(2186), - [sym_formal_parameters] = STATE(2701), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1279), - [anon_sym_export] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1281), - [anon_sym_function] = ACTIONS(1298), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_get] = ACTIONS(1310), - [anon_sym_set] = ACTIONS(1310), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2483), + [sym_export_clause] = STATE(2020), + [sym_declaration] = STATE(952), + [sym_variable_declaration] = STATE(939), + [sym_lexical_declaration] = STATE(939), + [sym_class_declaration] = STATE(939), + [sym_function_declaration] = STATE(939), + [sym_generator_function_declaration] = STATE(939), + [sym_comment] = STATE(433), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(2018), + [anon_sym_STAR] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_var] = ACTIONS(1215), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1332), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1229), + [anon_sym_async] = ACTIONS(1231), + [anon_sym_function] = ACTIONS(1233), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [434] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1986), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1186), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1286), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1316), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1316), - [anon_sym_set] = ACTIONS(1316), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_string] = STATE(2581), + [sym_comment] = STATE(434), + [sym_formal_parameters] = STATE(2760), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2118), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1265), + [anon_sym_export] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_let] = ACTIONS(1267), + [anon_sym_LPAREN] = ACTIONS(1274), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1267), + [anon_sym_function] = ACTIONS(1288), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_get] = ACTIONS(1296), + [anon_sym_set] = ACTIONS(1296), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [435] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1321), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1323), - [anon_sym_set] = ACTIONS(1323), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_namespace_export] = STATE(2712), + [sym_export_clause] = STATE(1979), + [sym_declaration] = STATE(709), + [sym_variable_declaration] = STATE(706), + [sym_lexical_declaration] = STATE(706), + [sym_class_declaration] = STATE(706), + [sym_function_declaration] = STATE(706), + [sym_generator_function_declaration] = STATE(706), + [sym_comment] = STATE(435), + [sym_decorator] = STATE(2054), + [aux_sym_export_statement_repeat1] = STATE(1953), + [anon_sym_STAR] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_var] = ACTIONS(1340), + [anon_sym_let] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_LPAREN] = ACTIONS(1211), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1211), + [anon_sym_COLON] = ACTIONS(1344), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1211), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1211), + [anon_sym_class] = ACTIONS(1346), + [anon_sym_async] = ACTIONS(1348), + [anon_sym_function] = ACTIONS(1350), + [anon_sym_EQ_GT] = ACTIONS(1235), + [sym_optional_chain] = ACTIONS(1211), + [anon_sym_PLUS_EQ] = ACTIONS(1237), + [anon_sym_DASH_EQ] = ACTIONS(1237), + [anon_sym_STAR_EQ] = ACTIONS(1237), + [anon_sym_SLASH_EQ] = ACTIONS(1237), + [anon_sym_PERCENT_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1237), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1237), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1211), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1211), + [anon_sym_PLUS_PLUS] = ACTIONS(1211), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [aux_sym_comment_token1] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1211), + [anon_sym_AT] = ACTIONS(1241), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [436] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1186), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1316), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1316), - [anon_sym_set] = ACTIONS(1316), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_string] = STATE(2581), + [sym_comment] = STATE(436), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1352), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1352), + [anon_sym_set] = ACTIONS(1352), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [437] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1321), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1323), - [anon_sym_set] = ACTIONS(1323), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_string] = STATE(2581), + [sym_comment] = STATE(437), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1357), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1359), + [anon_sym_set] = ACTIONS(1359), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [438] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1993), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1186), - [anon_sym_COMMA] = ACTIONS(1186), + [sym_string] = STATE(2581), + [sym_comment] = STATE(438), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1316), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1316), - [anon_sym_set] = ACTIONS(1316), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1357), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1359), + [anon_sym_set] = ACTIONS(1359), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), }, [439] = { - [sym_string] = STATE(2186), - [sym__property_name] = STATE(2186), - [sym_computed_property_name] = STATE(2186), - [aux_sym_object_repeat1] = STATE(1986), - [aux_sym_object_pattern_repeat1] = STATE(1990), - [sym_identifier] = ACTIONS(1316), - [anon_sym_export] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1186), - [anon_sym_RBRACE] = ACTIONS(1286), - [anon_sym_LPAREN] = ACTIONS(1318), - [anon_sym_in] = ACTIONS(1186), - [anon_sym_SEMI] = ACTIONS(1186), - [anon_sym_COLON] = ACTIONS(1292), - [anon_sym_EQ] = ACTIONS(1191), - [anon_sym_LBRACK] = ACTIONS(1295), - [anon_sym_LT] = ACTIONS(1186), - [anon_sym_GT] = ACTIONS(1186), - [anon_sym_DOT] = ACTIONS(1186), - [anon_sym_async] = ACTIONS(1321), - [anon_sym_EQ_GT] = ACTIONS(1300), - [sym_optional_chain] = ACTIONS(1186), - [anon_sym_PLUS_EQ] = ACTIONS(1302), - [anon_sym_DASH_EQ] = ACTIONS(1302), - [anon_sym_STAR_EQ] = ACTIONS(1302), - [anon_sym_SLASH_EQ] = ACTIONS(1302), - [anon_sym_PERCENT_EQ] = ACTIONS(1302), - [anon_sym_CARET_EQ] = ACTIONS(1302), - [anon_sym_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1302), - [anon_sym_LT_LT_EQ] = ACTIONS(1302), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP_EQ] = ACTIONS(1302), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1302), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1302), - [anon_sym_AMP_AMP] = ACTIONS(1186), - [anon_sym_PIPE_PIPE] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_GT_GT_GT] = ACTIONS(1186), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_AMP] = ACTIONS(1186), - [anon_sym_CARET] = ACTIONS(1186), - [anon_sym_PIPE] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_SLASH] = ACTIONS(1186), - [anon_sym_PERCENT] = ACTIONS(1186), - [anon_sym_STAR_STAR] = ACTIONS(1186), - [anon_sym_LT_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ] = ACTIONS(1186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ] = ACTIONS(1186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1186), - [anon_sym_GT_EQ] = ACTIONS(1186), - [anon_sym_QMARK_QMARK] = ACTIONS(1186), - [anon_sym_instanceof] = ACTIONS(1186), - [anon_sym_PLUS_PLUS] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1186), - [anon_sym_DQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1186), - [sym_number] = ACTIONS(1308), - [sym_private_property_identifier] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_get] = ACTIONS(1323), - [anon_sym_set] = ACTIONS(1323), - [sym__automatic_semicolon] = ACTIONS(1175), - [sym__ternary_qmark] = ACTIONS(1175), + [sym_string] = STATE(2581), + [sym_comment] = STATE(439), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2118), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1352), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1352), + [anon_sym_set] = ACTIONS(1352), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [440] = { + [sym_string] = STATE(2581), + [sym_comment] = STATE(440), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2118), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1357), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1359), + [anon_sym_set] = ACTIONS(1359), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [441] = { + [sym_string] = STATE(2581), + [sym_comment] = STATE(441), + [sym__property_name] = STATE(2578), + [sym_computed_property_name] = STATE(2581), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1352), + [anon_sym_export] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_let] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_async] = ACTIONS(1352), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym_number] = ACTIONS(1294), + [sym_private_property_identifier] = ACTIONS(1294), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_get] = ACTIONS(1352), + [anon_sym_set] = ACTIONS(1352), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [442] = { + [sym_comment] = STATE(442), + [sym_formal_parameters] = STATE(2790), + [sym_identifier] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1222), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1363), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1372), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1363), + [anon_sym_set] = ACTIONS(1363), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [443] = { + [sym_comment] = STATE(443), + [sym_formal_parameters] = STATE(2790), + [sym_identifier] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1222), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1363), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1372), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1363), + [anon_sym_set] = ACTIONS(1363), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [444] = { + [sym_comment] = STATE(444), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1382), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [445] = { + [sym_comment] = STATE(445), + [sym_formal_parameters] = STATE(2851), + [sym_identifier] = ACTIONS(1384), + [anon_sym_export] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1388), + [anon_sym_RBRACE] = ACTIONS(1388), + [anon_sym_let] = ACTIONS(1386), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1388), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1388), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1386), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1390), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_get] = ACTIONS(1386), + [anon_sym_set] = ACTIONS(1386), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [446] = { + [sym_catch_clause] = STATE(476), + [sym_finally_clause] = STATE(642), + [sym_comment] = STATE(446), + [sym_identifier] = ACTIONS(1392), + [anon_sym_export] = ACTIONS(1392), + [anon_sym_default] = ACTIONS(1392), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_RBRACE] = ACTIONS(1392), + [anon_sym_import] = ACTIONS(1392), + [anon_sym_with] = ACTIONS(1392), + [anon_sym_var] = ACTIONS(1392), + [anon_sym_let] = ACTIONS(1392), + [anon_sym_const] = ACTIONS(1392), + [anon_sym_else] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(1392), + [anon_sym_switch] = ACTIONS(1392), + [anon_sym_for] = ACTIONS(1392), + [anon_sym_LPAREN] = ACTIONS(1392), + [anon_sym_await] = ACTIONS(1392), + [anon_sym_while] = ACTIONS(1392), + [anon_sym_do] = ACTIONS(1392), + [anon_sym_try] = ACTIONS(1392), + [anon_sym_break] = ACTIONS(1392), + [anon_sym_continue] = ACTIONS(1392), + [anon_sym_debugger] = ACTIONS(1392), + [anon_sym_return] = ACTIONS(1392), + [anon_sym_throw] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_case] = ACTIONS(1392), + [anon_sym_catch] = ACTIONS(1394), + [anon_sym_finally] = ACTIONS(1396), + [anon_sym_yield] = ACTIONS(1392), + [anon_sym_LBRACK] = ACTIONS(1392), + [anon_sym_LTtemplate_GT] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_class] = ACTIONS(1392), + [anon_sym_async] = ACTIONS(1392), + [anon_sym_function] = ACTIONS(1392), + [anon_sym_new] = ACTIONS(1392), + [anon_sym_PLUS] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1392), + [anon_sym_SLASH] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_typeof] = ACTIONS(1392), + [anon_sym_void] = ACTIONS(1392), + [anon_sym_delete] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1392), + [sym_number] = ACTIONS(1392), + [sym_private_property_identifier] = ACTIONS(1392), + [sym_this] = ACTIONS(1392), + [sym_super] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_null] = ACTIONS(1392), + [sym_undefined] = ACTIONS(1392), + [anon_sym_AT] = ACTIONS(1392), + [anon_sym_static] = ACTIONS(1392), + [anon_sym_get] = ACTIONS(1392), + [anon_sym_set] = ACTIONS(1392), + [sym_html_comment] = ACTIONS(5), + }, + [447] = { + [sym_comment] = STATE(447), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1398), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1288), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [448] = { + [sym_comment] = STATE(448), + [sym_formal_parameters] = STATE(2790), + [sym_identifier] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1400), + [anon_sym_RBRACE] = ACTIONS(1400), + [anon_sym_let] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1400), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1400), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1363), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1372), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1363), + [anon_sym_set] = ACTIONS(1363), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [449] = { + [sym_variable_declarator] = STATE(1950), + [sym_object_pattern] = STATE(1805), + [sym_array_pattern] = STATE(1805), + [sym__destructuring_pattern] = STATE(1874), + [sym_comment] = STATE(449), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [450] = { + [sym_comment] = STATE(450), + [sym_formal_parameters] = STATE(2826), + [sym_identifier] = ACTIONS(1412), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_of] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1414), + [anon_sym_function] = ACTIONS(1416), + [anon_sym_EQ_GT] = ACTIONS(1418), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_get] = ACTIONS(1414), + [anon_sym_set] = ACTIONS(1414), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [451] = { + [sym_comment] = STATE(451), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1420), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1422), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [452] = { + [sym_comment] = STATE(452), + [sym_formal_parameters] = STATE(2851), + [sym_identifier] = ACTIONS(1384), + [anon_sym_export] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1424), + [anon_sym_RBRACE] = ACTIONS(1424), + [anon_sym_let] = ACTIONS(1386), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_RPAREN] = ACTIONS(1424), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1424), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1386), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1390), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_get] = ACTIONS(1386), + [anon_sym_set] = ACTIONS(1386), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [453] = { + [sym_comment] = STATE(453), + [sym_formal_parameters] = STATE(2826), + [sym_identifier] = ACTIONS(1412), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_of] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1414), + [anon_sym_function] = ACTIONS(1416), + [anon_sym_EQ_GT] = ACTIONS(1418), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_get] = ACTIONS(1414), + [anon_sym_set] = ACTIONS(1414), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [454] = { + [sym_comment] = STATE(454), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1431), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [455] = { + [sym_variable_declarator] = STATE(1950), + [sym_object_pattern] = STATE(1805), + [sym_array_pattern] = STATE(1805), + [sym__destructuring_pattern] = STATE(1874), + [sym_comment] = STATE(455), + [aux_sym_object_repeat1] = STATE(2078), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [456] = { + [sym_comment] = STATE(456), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1416), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [457] = { + [sym_comment] = STATE(457), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1435), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1437), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [458] = { + [sym_comment] = STATE(458), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_of] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1416), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [459] = { + [sym_variable_declarator] = STATE(1950), + [sym_object_pattern] = STATE(1805), + [sym_array_pattern] = STATE(1805), + [sym__destructuring_pattern] = STATE(1874), + [sym_comment] = STATE(459), + [aux_sym_object_repeat1] = STATE(2118), + [aux_sym_object_pattern_repeat1] = STATE(2117), + [sym_identifier] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1354), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_COLON] = ACTIONS(1278), + [anon_sym_EQ] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1410), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [460] = { + [sym_comment] = STATE(460), + [sym_formal_parameters] = STATE(2760), + [sym_identifier] = ACTIONS(1376), + [anon_sym_export] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_let] = ACTIONS(1378), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1378), + [anon_sym_function] = ACTIONS(1416), + [anon_sym_EQ_GT] = ACTIONS(1290), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_get] = ACTIONS(1378), + [anon_sym_set] = ACTIONS(1378), + [sym__automatic_semicolon] = ACTIONS(1211), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [461] = { + [sym_comment] = STATE(461), + [sym_identifier] = ACTIONS(864), + [anon_sym_export] = ACTIONS(864), + [anon_sym_default] = ACTIONS(864), + [anon_sym_LBRACE] = ACTIONS(864), + [anon_sym_RBRACE] = ACTIONS(864), + [anon_sym_import] = ACTIONS(864), + [anon_sym_with] = ACTIONS(864), + [anon_sym_var] = ACTIONS(864), + [anon_sym_let] = ACTIONS(864), + [anon_sym_const] = ACTIONS(864), + [anon_sym_else] = ACTIONS(864), + [anon_sym_if] = ACTIONS(864), + [anon_sym_switch] = ACTIONS(864), + [anon_sym_for] = ACTIONS(864), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_await] = ACTIONS(864), + [anon_sym_while] = ACTIONS(864), + [anon_sym_do] = ACTIONS(864), + [anon_sym_try] = ACTIONS(864), + [anon_sym_break] = ACTIONS(864), + [anon_sym_continue] = ACTIONS(864), + [anon_sym_debugger] = ACTIONS(864), + [anon_sym_return] = ACTIONS(864), + [anon_sym_throw] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(864), + [anon_sym_case] = ACTIONS(864), + [anon_sym_catch] = ACTIONS(864), + [anon_sym_finally] = ACTIONS(864), + [anon_sym_yield] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(864), + [anon_sym_LTtemplate_GT] = ACTIONS(864), + [anon_sym_LT] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(864), + [anon_sym_SQUOTE] = ACTIONS(864), + [anon_sym_class] = ACTIONS(864), + [anon_sym_async] = ACTIONS(864), + [anon_sym_function] = ACTIONS(864), + [anon_sym_new] = ACTIONS(864), + [anon_sym_PLUS] = ACTIONS(864), + [anon_sym_DASH] = ACTIONS(864), + [anon_sym_SLASH] = ACTIONS(864), + [anon_sym_BANG] = ACTIONS(864), + [anon_sym_TILDE] = ACTIONS(864), + [anon_sym_typeof] = ACTIONS(864), + [anon_sym_void] = ACTIONS(864), + [anon_sym_delete] = ACTIONS(864), + [anon_sym_PLUS_PLUS] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(864), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(864), + [sym_number] = ACTIONS(864), + [sym_private_property_identifier] = ACTIONS(864), + [sym_this] = ACTIONS(864), + [sym_super] = ACTIONS(864), + [sym_true] = ACTIONS(864), + [sym_false] = ACTIONS(864), + [sym_null] = ACTIONS(864), + [sym_undefined] = ACTIONS(864), + [anon_sym_AT] = ACTIONS(864), + [anon_sym_static] = ACTIONS(864), + [anon_sym_get] = ACTIONS(864), + [anon_sym_set] = ACTIONS(864), + [sym__automatic_semicolon] = ACTIONS(1444), + [sym_html_comment] = ACTIONS(5), + }, + [462] = { + [sym_catch_clause] = STATE(491), + [sym_finally_clause] = STATE(699), + [sym_comment] = STATE(462), + [ts_builtin_sym_end] = ACTIONS(1446), + [sym_identifier] = ACTIONS(1392), + [anon_sym_export] = ACTIONS(1392), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_RBRACE] = ACTIONS(1392), + [anon_sym_import] = ACTIONS(1392), + [anon_sym_with] = ACTIONS(1392), + [anon_sym_var] = ACTIONS(1392), + [anon_sym_let] = ACTIONS(1392), + [anon_sym_const] = ACTIONS(1392), + [anon_sym_else] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(1392), + [anon_sym_switch] = ACTIONS(1392), + [anon_sym_for] = ACTIONS(1392), + [anon_sym_LPAREN] = ACTIONS(1392), + [anon_sym_await] = ACTIONS(1392), + [anon_sym_while] = ACTIONS(1392), + [anon_sym_do] = ACTIONS(1392), + [anon_sym_try] = ACTIONS(1392), + [anon_sym_break] = ACTIONS(1392), + [anon_sym_continue] = ACTIONS(1392), + [anon_sym_debugger] = ACTIONS(1392), + [anon_sym_return] = ACTIONS(1392), + [anon_sym_throw] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_catch] = ACTIONS(1448), + [anon_sym_finally] = ACTIONS(1450), + [anon_sym_yield] = ACTIONS(1392), + [anon_sym_LBRACK] = ACTIONS(1392), + [anon_sym_LTtemplate_GT] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_class] = ACTIONS(1392), + [anon_sym_async] = ACTIONS(1392), + [anon_sym_function] = ACTIONS(1392), + [anon_sym_new] = ACTIONS(1392), + [anon_sym_PLUS] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1392), + [anon_sym_SLASH] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_typeof] = ACTIONS(1392), + [anon_sym_void] = ACTIONS(1392), + [anon_sym_delete] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1392), + [sym_number] = ACTIONS(1392), + [sym_private_property_identifier] = ACTIONS(1392), + [sym_this] = ACTIONS(1392), + [sym_super] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_null] = ACTIONS(1392), + [sym_undefined] = ACTIONS(1392), + [anon_sym_AT] = ACTIONS(1392), + [anon_sym_static] = ACTIONS(1392), + [anon_sym_get] = ACTIONS(1392), + [anon_sym_set] = ACTIONS(1392), + [sym_html_comment] = ACTIONS(5), + }, + [463] = { + [sym_comment] = STATE(463), + [sym_formal_parameters] = STATE(2790), + [sym_identifier] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_COMMA] = ACTIONS(1452), + [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_let] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1222), + [anon_sym_EQ] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_RBRACK] = ACTIONS(1452), + [anon_sym_LT] = ACTIONS(1222), + [anon_sym_GT] = ACTIONS(1222), + [anon_sym_DOT] = ACTIONS(1222), + [anon_sym_async] = ACTIONS(1363), + [anon_sym_function] = ACTIONS(1370), + [anon_sym_EQ_GT] = ACTIONS(1372), + [sym_optional_chain] = ACTIONS(1222), + [anon_sym_PLUS_EQ] = ACTIONS(1292), + [anon_sym_DASH_EQ] = ACTIONS(1292), + [anon_sym_STAR_EQ] = ACTIONS(1292), + [anon_sym_SLASH_EQ] = ACTIONS(1292), + [anon_sym_PERCENT_EQ] = ACTIONS(1292), + [anon_sym_CARET_EQ] = ACTIONS(1292), + [anon_sym_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1292), + [anon_sym_LT_LT_EQ] = ACTIONS(1292), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP_EQ] = ACTIONS(1292), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(1292), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1222), + [anon_sym_PIPE_PIPE] = ACTIONS(1222), + [anon_sym_GT_GT] = ACTIONS(1222), + [anon_sym_GT_GT_GT] = ACTIONS(1222), + [anon_sym_LT_LT] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_CARET] = ACTIONS(1222), + [anon_sym_PIPE] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_SLASH] = ACTIONS(1222), + [anon_sym_PERCENT] = ACTIONS(1222), + [anon_sym_STAR_STAR] = ACTIONS(1222), + [anon_sym_LT_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ] = ACTIONS(1222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ] = ACTIONS(1222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1222), + [anon_sym_GT_EQ] = ACTIONS(1222), + [anon_sym_QMARK_QMARK] = ACTIONS(1222), + [anon_sym_instanceof] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1363), + [anon_sym_set] = ACTIONS(1363), + [sym__ternary_qmark] = ACTIONS(1211), + [sym_html_comment] = ACTIONS(5), + }, + [464] = { + [sym_comment] = STATE(464), + [sym_identifier] = ACTIONS(878), + [anon_sym_export] = ACTIONS(878), + [anon_sym_default] = ACTIONS(878), + [anon_sym_LBRACE] = ACTIONS(878), + [anon_sym_RBRACE] = ACTIONS(878), + [anon_sym_import] = ACTIONS(878), + [anon_sym_with] = ACTIONS(878), + [anon_sym_var] = ACTIONS(878), + [anon_sym_let] = ACTIONS(878), + [anon_sym_const] = ACTIONS(878), + [anon_sym_else] = ACTIONS(878), + [anon_sym_if] = ACTIONS(878), + [anon_sym_switch] = ACTIONS(878), + [anon_sym_for] = ACTIONS(878), + [anon_sym_LPAREN] = ACTIONS(878), + [anon_sym_await] = ACTIONS(878), + [anon_sym_while] = ACTIONS(878), + [anon_sym_do] = ACTIONS(878), + [anon_sym_try] = ACTIONS(878), + [anon_sym_break] = ACTIONS(878), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_debugger] = ACTIONS(878), + [anon_sym_return] = ACTIONS(878), + [anon_sym_throw] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(878), + [anon_sym_case] = ACTIONS(878), + [anon_sym_catch] = ACTIONS(878), + [anon_sym_finally] = ACTIONS(878), + [anon_sym_yield] = ACTIONS(878), + [anon_sym_LBRACK] = ACTIONS(878), + [anon_sym_LTtemplate_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_DQUOTE] = ACTIONS(878), + [anon_sym_SQUOTE] = ACTIONS(878), + [anon_sym_class] = ACTIONS(878), + [anon_sym_async] = ACTIONS(878), + [anon_sym_function] = ACTIONS(878), + [anon_sym_new] = ACTIONS(878), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_TILDE] = ACTIONS(878), + [anon_sym_typeof] = ACTIONS(878), + [anon_sym_void] = ACTIONS(878), + [anon_sym_delete] = ACTIONS(878), + [anon_sym_PLUS_PLUS] = ACTIONS(878), + [anon_sym_DASH_DASH] = ACTIONS(878), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(878), + [sym_number] = ACTIONS(878), + [sym_private_property_identifier] = ACTIONS(878), + [sym_this] = ACTIONS(878), + [sym_super] = ACTIONS(878), + [sym_true] = ACTIONS(878), + [sym_false] = ACTIONS(878), + [sym_null] = ACTIONS(878), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(878), + [anon_sym_static] = ACTIONS(878), + [anon_sym_get] = ACTIONS(878), + [anon_sym_set] = ACTIONS(878), + [sym__automatic_semicolon] = ACTIONS(1455), + [sym_html_comment] = ACTIONS(5), + }, + [465] = { + [sym_catch_clause] = STATE(513), + [sym_finally_clause] = STATE(853), + [sym_comment] = STATE(465), + [sym_identifier] = ACTIONS(1392), + [anon_sym_export] = ACTIONS(1392), + [anon_sym_default] = ACTIONS(1392), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_RBRACE] = ACTIONS(1392), + [anon_sym_import] = ACTIONS(1392), + [anon_sym_with] = ACTIONS(1392), + [anon_sym_var] = ACTIONS(1392), + [anon_sym_let] = ACTIONS(1392), + [anon_sym_const] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(1392), + [anon_sym_switch] = ACTIONS(1392), + [anon_sym_for] = ACTIONS(1392), + [anon_sym_LPAREN] = ACTIONS(1392), + [anon_sym_await] = ACTIONS(1392), + [anon_sym_while] = ACTIONS(1392), + [anon_sym_do] = ACTIONS(1392), + [anon_sym_try] = ACTIONS(1392), + [anon_sym_break] = ACTIONS(1392), + [anon_sym_continue] = ACTIONS(1392), + [anon_sym_debugger] = ACTIONS(1392), + [anon_sym_return] = ACTIONS(1392), + [anon_sym_throw] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_case] = ACTIONS(1392), + [anon_sym_catch] = ACTIONS(1457), + [anon_sym_finally] = ACTIONS(1459), + [anon_sym_yield] = ACTIONS(1392), + [anon_sym_LBRACK] = ACTIONS(1392), + [anon_sym_LTtemplate_GT] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_class] = ACTIONS(1392), + [anon_sym_async] = ACTIONS(1392), + [anon_sym_function] = ACTIONS(1392), + [anon_sym_new] = ACTIONS(1392), + [anon_sym_PLUS] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1392), + [anon_sym_SLASH] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_typeof] = ACTIONS(1392), + [anon_sym_void] = ACTIONS(1392), + [anon_sym_delete] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [aux_sym_comment_token1] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1392), + [sym_number] = ACTIONS(1392), + [sym_private_property_identifier] = ACTIONS(1392), + [sym_this] = ACTIONS(1392), + [sym_super] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_null] = ACTIONS(1392), + [sym_undefined] = ACTIONS(1392), + [anon_sym_AT] = ACTIONS(1392), + [anon_sym_static] = ACTIONS(1392), + [anon_sym_get] = ACTIONS(1392), + [anon_sym_set] = ACTIONS(1392), + [sym_html_comment] = ACTIONS(5), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 6, + [0] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1461), 1, + sym__automatic_semicolon, + STATE(466), 1, sym_comment, - ACTIONS(1327), 1, - anon_sym_catch, - ACTIONS(1329), 1, - anon_sym_finally, - STATE(468), 1, - sym_catch_clause, - STATE(595), 1, - sym_finally_clause, - ACTIONS(1325), 59, + ACTIONS(864), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -54578,7 +57998,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -54586,10 +58005,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -54604,8 +58026,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -54620,106 +58040,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [77] = 11, + [75] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1463), 1, + sym__automatic_semicolon, + STATE(467), 1, sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1331), 1, - sym_identifier, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1338), 1, - anon_sym_EQ, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1342), 1, - anon_sym_EQ_GT, - STATE(2738), 1, - sym_formal_parameters, - ACTIONS(1333), 5, + ACTIONS(878), 59, anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 36, - anon_sym_STAR, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [164] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1331), 1, + sym_number, sym_identifier, - ACTIONS(1335), 1, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [152] = 13, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, + ACTIONS(1376), 1, + sym_identifier, + ACTIONS(1437), 1, anon_sym_function, - ACTIONS(1342), 1, - anon_sym_EQ_GT, - ACTIONS(1344), 1, - anon_sym_EQ, - STATE(2738), 1, + STATE(468), 1, + sym_comment, + STATE(2760), 1, sym_formal_parameters, - ACTIONS(1333), 5, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + ACTIONS(1378), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -54735,15 +58156,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 36, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, anon_sym_in, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -54772,108 +58189,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [251] = 13, + [243] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1350), 1, - anon_sym_in, - ACTIONS(1353), 1, - anon_sym_of, - ACTIONS(1355), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1465), 1, sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, + STATE(469), 1, + sym_comment, + ACTIONS(878), 60, anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_COMMA, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_case, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [341] = 11, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [318] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1335), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1344), 1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1355), 1, + ACTIONS(1370), 1, anon_sym_function, - ACTIONS(1357), 1, + ACTIONS(1384), 1, sym_identifier, - ACTIONS(1361), 1, + ACTIONS(1390), 1, anon_sym_EQ_GT, - STATE(2725), 1, + STATE(470), 1, + sym_comment, + STATE(2851), 1, sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1359), 5, + ACTIONS(1386), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -54889,12 +58303,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 34, + ACTIONS(1222), 33, anon_sym_STAR, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_in, - anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -54924,21 +58337,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [427] = 3, + [409] = 9, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1446), 1, + ts_builtin_sym_end, + ACTIONS(1467), 1, + anon_sym_catch, + ACTIONS(1469), 1, + anon_sym_finally, + STATE(471), 1, sym_comment, - ACTIONS(1363), 1, - sym__automatic_semicolon, - ACTIONS(880), 61, + STATE(622), 1, + sym_catch_clause, + STATE(981), 1, + sym_finally_clause, + ACTIONS(1392), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -54947,20 +58371,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -54975,8 +58397,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -54991,107 +58411,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [497] = 12, + [492] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1365), 1, - anon_sym_COLON, - ACTIONS(1367), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1471), 1, sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, + STATE(472), 1, + sym_comment, + ACTIONS(864), 59, anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 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(1186), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_in, + [569] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1473), 1, + sym__automatic_semicolon, + STATE(473), 1, + sym_comment, + ACTIONS(864), 60, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_case, + anon_sym_catch, + anon_sym_finally, + anon_sym_yield, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [585] = 11, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [644] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1335), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1355), 1, - anon_sym_function, - ACTIONS(1357), 1, + ACTIONS(1376), 1, sym_identifier, - ACTIONS(1361), 1, - anon_sym_EQ_GT, - ACTIONS(1369), 1, - anon_sym_EQ, - STATE(2725), 1, + ACTIONS(1433), 1, + anon_sym_function, + STATE(474), 1, + sym_comment, + STATE(2760), 1, sym_formal_parameters, - ACTIONS(1175), 2, + ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - ACTIONS(1359), 5, + ACTIONS(1378), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -55107,11 +58597,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 34, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_COMMA, anon_sym_in, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LT, @@ -55142,24 +58630,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [671] = 7, + [735] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(475), 1, sym_comment, - ACTIONS(1371), 1, - ts_builtin_sym_end, - ACTIONS(1373), 1, - anon_sym_catch, - ACTIONS(1375), 1, - anon_sym_finally, - STATE(510), 1, - sym_catch_clause, - STATE(798), 1, - sym_finally_clause, - ACTIONS(1325), 57, + ACTIONS(874), 61, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -55172,17 +58656,21 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -55197,8 +58685,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -55213,26 +58699,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [749] = 6, + [808] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1377), 1, - anon_sym_catch, - ACTIONS(1379), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1396), 1, anon_sym_finally, - STATE(480), 1, - sym_catch_clause, - STATE(663), 1, + STATE(476), 1, + sym_comment, + STATE(641), 1, sym_finally_clause, - ACTIONS(1325), 58, + ACTIONS(1475), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -55241,7 +58729,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -55253,6 +58740,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -55267,8 +58756,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -55283,33 +58770,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [825] = 12, + [885] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1300), 1, + ACTIONS(1288), 1, + anon_sym_function, + ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1335), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1346), 1, + ACTIONS(1376), 1, sym_identifier, - ACTIONS(1381), 1, - anon_sym_COLON, - ACTIONS(1383), 1, - anon_sym_function, - STATE(2701), 1, + STATE(477), 1, + sym_comment, + STATE(2760), 1, sym_formal_parameters, - ACTIONS(1175), 2, + ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - ACTIONS(1348), 5, + ACTIONS(1378), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -55325,9 +58815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 33, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_COMMA, anon_sym_in, anon_sym_SEMI, anon_sym_LBRACK, @@ -55359,33 +58848,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [913] = 12, + [976] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1298), 1, - anon_sym_function, - ACTIONS(1300), 1, + ACTIONS(1290), 1, anon_sym_EQ_GT, - ACTIONS(1335), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1346), 1, + ACTIONS(1376), 1, sym_identifier, - ACTIONS(1385), 1, - anon_sym_COLON, - STATE(2701), 1, + ACTIONS(1422), 1, + anon_sym_function, + STATE(478), 1, + sym_comment, + STATE(2760), 1, sym_formal_parameters, - ACTIONS(1175), 2, + ACTIONS(1211), 2, sym__automatic_semicolon, sym__ternary_qmark, - ACTIONS(1348), 5, + ACTIONS(1378), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -55401,9 +58893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 33, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_COMMA, anon_sym_in, anon_sym_SEMI, anon_sym_LBRACK, @@ -55435,111 +58926,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1001] = 12, + [1067] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1477), 1, + sym__automatic_semicolon, + STATE(479), 1, sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, + ACTIONS(878), 60, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, anon_sym_LPAREN, - ACTIONS(1340), 1, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, anon_sym_function, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1387), 1, - sym_identifier, - ACTIONS(1393), 1, - anon_sym_EQ_GT, - STATE(2759), 1, - sym_formal_parameters, - ACTIONS(1391), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1389), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 31, - anon_sym_STAR, - anon_sym_in, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1089] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1331), 1, + sym_number, sym_identifier, - ACTIONS(1335), 1, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [1142] = 13, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, + ACTIONS(1376), 1, + sym_identifier, + ACTIONS(1382), 1, anon_sym_function, - ACTIONS(1342), 1, - anon_sym_EQ_GT, - ACTIONS(1398), 1, - anon_sym_EQ, - STATE(2738), 1, + STATE(480), 1, + sym_comment, + STATE(2760), 1, sym_formal_parameters, - ACTIONS(1395), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1333), 5, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + ACTIONS(1378), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -55555,9 +59041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 31, + ACTIONS(1222), 32, anon_sym_STAR, anon_sym_in, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -55587,17 +59074,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1177] = 3, + [1233] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(481), 1, sym_comment, - ACTIONS(1401), 1, - sym__automatic_semicolon, - ACTIONS(820), 61, + ACTIONS(878), 61, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -55610,7 +59100,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -55624,6 +59113,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -55638,8 +59129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -55654,186 +59143,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1247] = 12, + [1306] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1403), 1, - anon_sym_COLON, - ACTIONS(1405), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [1335] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, + ACTIONS(1361), 1, sym_identifier, - ACTIONS(1355), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 34, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [1421] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, + ACTIONS(1370), 1, anon_sym_function, - ACTIONS(1387), 1, - sym_identifier, - ACTIONS(1393), 1, + ACTIONS(1372), 1, anon_sym_EQ_GT, - ACTIONS(1409), 1, + ACTIONS(1400), 1, + anon_sym_RBRACK, + ACTIONS(1403), 1, anon_sym_EQ, - STATE(2759), 1, - sym_formal_parameters, - ACTIONS(1407), 4, + ACTIONS(1424), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1389), 5, + STATE(482), 1, + sym_comment, + STATE(2790), 1, + sym_formal_parameters, + ACTIONS(1363), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -55849,7 +59191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 31, + ACTIONS(1222), 31, anon_sym_STAR, anon_sym_in, anon_sym_LBRACK, @@ -55881,178 +59223,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1509] = 12, + [1401] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1412), 1, - anon_sym_COLON, - ACTIONS(1414), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1479), 1, sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, + STATE(483), 1, + sym_comment, + ACTIONS(878), 58, anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 33, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_finally, + anon_sym_yield, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [1597] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1346), 1, + sym_number, sym_identifier, - ACTIONS(1355), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 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(1186), 34, - anon_sym_STAR, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [1683] = 7, + [1477] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(962), 1, + sym__automatic_semicolon, + STATE(484), 1, sym_comment, - ACTIONS(1371), 1, - ts_builtin_sym_end, - ACTIONS(1416), 1, - anon_sym_catch, - ACTIONS(1418), 1, - anon_sym_finally, - STATE(535), 1, - sym_catch_clause, - STATE(942), 1, - sym_finally_clause, - ACTIONS(1325), 56, + ACTIONS(958), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -56061,17 +59321,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56086,8 +59348,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56102,20 +59362,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1760] = 3, + [1551] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1420), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(936), 1, sym__automatic_semicolon, - ACTIONS(880), 60, + STATE(485), 1, + sym_comment, + ACTIONS(932), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -56124,7 +59390,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56132,12 +59397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56152,8 +59417,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56168,17 +59431,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1829] = 3, + [1625] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1422), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1481), 1, sym__automatic_semicolon, - ACTIONS(820), 60, + STATE(486), 1, + sym_comment, + ACTIONS(864), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56191,19 +59460,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56218,8 +59487,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56234,22 +59501,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1898] = 4, + [1701] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1485), 1, + anon_sym_else, + STATE(487), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1424), 1, - sym__automatic_semicolon, - ACTIONS(880), 59, + STATE(821), 1, + sym_else_clause, + ACTIONS(1483), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -56258,19 +59530,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56285,8 +59557,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56301,15 +59571,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [1969] = 2, + [1777] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(488), 1, sym_comment, - ACTIONS(880), 61, + ACTIONS(1487), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56322,7 +59597,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56330,12 +59604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56350,8 +59625,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56366,34 +59639,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2036] = 12, + [1849] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1331), 1, - sym_identifier, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1338), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1342), 1, + ACTIONS(1290), 1, anon_sym_EQ_GT, - STATE(2738), 1, - sym_formal_parameters, - ACTIONS(1426), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(1333), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, + anon_sym_COLON, + STATE(489), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1930), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -56409,10 +59684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 31, + ACTIONS(1222), 33, anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_in, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -56441,84 +59718,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [2123] = 4, + [1943] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1429), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1489), 1, sym__automatic_semicolon, - ACTIONS(820), 59, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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_LPAREN, - 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_SEMI, - anon_sym_catch, - anon_sym_finally, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [2194] = 3, - ACTIONS(3), 1, + STATE(490), 1, sym_comment, - ACTIONS(1431), 1, - sym__automatic_semicolon, - ACTIONS(880), 60, + ACTIONS(878), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56531,7 +59746,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56539,11 +59753,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56558,8 +59773,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56574,19 +59787,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2263] = 4, + [2017] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(1329), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1450), 1, anon_sym_finally, - STATE(647), 1, + ACTIONS(1491), 1, + ts_builtin_sym_end, + STATE(491), 1, + sym_comment, + STATE(832), 1, sym_finally_clause, - ACTIONS(1433), 59, + ACTIONS(1475), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56599,18 +59818,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56625,8 +59844,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56641,17 +59858,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2334] = 3, + [2095] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1435), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1493), 1, sym__automatic_semicolon, - ACTIONS(820), 60, + STATE(492), 1, + sym_comment, + ACTIONS(878), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56663,20 +59886,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56691,8 +59914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56707,15 +59928,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2403] = 2, + [2171] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(908), 1, + sym__automatic_semicolon, + STATE(493), 1, sym_comment, - ACTIONS(846), 61, + ACTIONS(906), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56728,7 +59956,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56736,12 +59963,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56756,8 +59983,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56772,15 +59997,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2470] = 2, + [2245] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(912), 1, + sym__automatic_semicolon, + STATE(494), 1, sym_comment, - ACTIONS(1437), 60, + ACTIONS(910), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -56793,7 +60025,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56801,11 +60032,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56820,8 +60052,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56836,21 +60066,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2536] = 3, + [2319] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1495), 1, + anon_sym_else, + STATE(495), 1, sym_comment, - ACTIONS(1439), 1, - sym__automatic_semicolon, - ACTIONS(820), 59, + STATE(548), 1, + sym_else_clause, + ACTIONS(1483), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -56859,7 +60095,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -56871,6 +60106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -56885,8 +60122,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -56901,30 +60136,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [2604] = 11, + [2395] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1344), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1387), 1, - sym_identifier, - ACTIONS(1393), 1, + ACTIONS(1290), 1, anon_sym_EQ_GT, - STATE(2759), 1, - sym_formal_parameters, - ACTIONS(1389), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1380), 1, + anon_sym_COLON, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(496), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1974), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -56940,12 +60181,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 33, + ACTIONS(1222), 33, anon_sym_STAR, - anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_in, - anon_sym_COLON, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -56974,100 +60215,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [2688] = 4, + [2489] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(1443), 1, - anon_sym_else, - STATE(621), 1, - sym_else_clause, - ACTIONS(1441), 58, - anon_sym_export, - anon_sym_default, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1408), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - 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_SEMI, - anon_sym_case, - anon_sym_yield, + ACTIONS(1410), 1, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, + ACTIONS(1439), 1, + anon_sym_in, + ACTIONS(1442), 1, + anon_sym_of, + ACTIONS(1497), 1, sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [2758] = 13, - ACTIONS(3), 1, + STATE(497), 1, sym_comment, - ACTIONS(1175), 1, + STATE(1758), 1, + sym__destructuring_pattern, + STATE(1985), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, sym__ternary_qmark, - ACTIONS(1331), 1, - sym_identifier, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1342), 1, - anon_sym_EQ_GT, - ACTIONS(1395), 1, - anon_sym_RBRACK, - ACTIONS(1398), 1, - anon_sym_EQ, - ACTIONS(1407), 1, - anon_sym_COMMA, - STATE(2738), 1, - sym_formal_parameters, - ACTIONS(1333), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 15, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -57083,10 +60262,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 31, + ACTIONS(1222), 32, anon_sym_STAR, - anon_sym_in, - anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -57115,96 +60295,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [2846] = 3, + [2585] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1445), 1, - sym__automatic_semicolon, - ACTIONS(880), 59, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_else, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, anon_sym_LPAREN, - 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_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [2914] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1298), 1, + ACTIONS(1370), 1, anon_sym_function, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, + ACTIONS(1499), 1, sym_identifier, - STATE(2701), 1, + ACTIONS(1503), 1, + anon_sym_EQ_GT, + STATE(498), 1, + sym_comment, + STATE(2796), 1, sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, + ACTIONS(1501), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -57220,10 +60339,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 32, + ACTIONS(1222), 32, anon_sym_STAR, anon_sym_in, - anon_sym_SEMI, + anon_sym_of, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -57253,21 +60372,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [2998] = 4, + [2675] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1447), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, sym__automatic_semicolon, - ACTIONS(820), 58, + STATE(499), 1, + sym_comment, + ACTIONS(874), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -57276,19 +60400,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57303,8 +60427,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57319,17 +60441,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3068] = 3, + [2749] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(856), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, sym__automatic_semicolon, - ACTIONS(852), 59, + STATE(500), 1, + sym_comment, + ACTIONS(878), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -57342,7 +60469,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -57354,6 +60480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57368,8 +60496,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57384,22 +60510,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3136] = 4, + [2823] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1505), 1, + sym__automatic_semicolon, + STATE(501), 1, sym_comment, - ACTIONS(1379), 1, - anon_sym_finally, - STATE(849), 1, - sym_finally_clause, - ACTIONS(1433), 58, + ACTIONS(878), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -57408,7 +60538,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -57420,6 +60549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57434,8 +60565,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57450,17 +60579,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3206] = 3, + [2897] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(864), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(928), 1, sym__automatic_semicolon, - ACTIONS(860), 59, + STATE(502), 1, + sym_comment, + ACTIONS(924), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -57473,7 +60607,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -57485,6 +60618,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57499,8 +60634,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57515,17 +60648,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3274] = 3, + [2971] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(872), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1507), 1, sym__automatic_semicolon, - ACTIONS(868), 59, + STATE(503), 1, + sym_comment, + ACTIONS(864), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -57538,7 +60676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -57550,6 +60687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57564,8 +60703,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57580,17 +60717,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3342] = 3, + [3045] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, + ts_builtin_sym_end, + STATE(504), 1, sym_comment, - ACTIONS(892), 1, - sym__automatic_semicolon, - ACTIONS(888), 59, + ACTIONS(874), 59, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -57603,18 +60744,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57629,8 +60772,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57645,21 +60786,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3410] = 4, + [3119] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1449), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(944), 1, sym__automatic_semicolon, - ACTIONS(880), 58, + STATE(505), 1, + sym_comment, + ACTIONS(940), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -57668,19 +60814,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57695,8 +60841,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57711,168 +60855,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3480] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1414), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [3564] = 11, + [3193] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1383), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1511), 1, sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [3648] = 4, - ACTIONS(3), 1, + STATE(506), 1, sym_comment, - ACTIONS(1451), 1, - anon_sym_else, - STATE(805), 1, - sym_else_clause, - ACTIONS(1441), 58, + ACTIONS(1509), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -57881,7 +60883,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -57893,6 +60894,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57907,8 +60910,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57923,17 +60924,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3718] = 3, + [3267] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(900), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1515), 1, + anon_sym_SEMI, + ACTIONS(1517), 1, sym__automatic_semicolon, - ACTIONS(896), 59, + STATE(507), 1, + sym_comment, + ACTIONS(1513), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -57946,18 +60954,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -57972,8 +60980,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -57988,17 +60994,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3786] = 3, + [3343] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + STATE(508), 1, sym_comment, - ACTIONS(910), 1, - sym__automatic_semicolon, - ACTIONS(906), 59, + ACTIONS(878), 59, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58011,18 +61021,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58037,8 +61049,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58053,31 +61063,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [3854] = 11, + [3417] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1405), 1, + ACTIONS(1370), 1, anon_sym_function, - STATE(2701), 1, + ACTIONS(1499), 1, + sym_identifier, + ACTIONS(1503), 1, + anon_sym_EQ_GT, + ACTIONS(1519), 1, + anon_sym_EQ, + STATE(509), 1, + sym_comment, + STATE(2796), 1, sym_formal_parameters, - ACTIONS(1175), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, + ACTIONS(1501), 6, anon_sym_export, + anon_sym_let, anon_sym_async, anon_sym_static, anon_sym_get, anon_sym_set, - ACTIONS(1302), 15, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -58093,10 +61107,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 32, + ACTIONS(1222), 32, anon_sym_STAR, anon_sym_in, - anon_sym_SEMI, + anon_sym_of, anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, @@ -58126,17 +61140,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [3938] = 3, + [3507] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(510), 1, sym_comment, - ACTIONS(918), 1, - sym__automatic_semicolon, - ACTIONS(914), 59, + ACTIONS(1521), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58149,7 +61166,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58157,10 +61173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58175,8 +61194,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58191,90 +61208,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4006] = 11, + [3579] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1300), 1, - anon_sym_EQ_GT, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1346), 1, - sym_identifier, - ACTIONS(1367), 1, - anon_sym_function, - STATE(2701), 1, - sym_formal_parameters, - ACTIONS(1175), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(918), 1, sym__automatic_semicolon, - sym__ternary_qmark, - ACTIONS(1348), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [4090] = 3, - ACTIONS(3), 1, + STATE(511), 1, sym_comment, - ACTIONS(848), 1, - sym__automatic_semicolon, - ACTIONS(846), 59, + ACTIONS(914), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58287,7 +61236,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58299,6 +61247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58313,8 +61263,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58329,21 +61277,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4158] = 3, + [3653] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(926), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1523), 1, sym__automatic_semicolon, - ACTIONS(922), 59, + STATE(512), 1, + sym_comment, + ACTIONS(878), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58352,7 +61304,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58360,10 +61311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58378,8 +61332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58394,19 +61346,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4226] = 2, + [3727] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1459), 1, + anon_sym_finally, + STATE(513), 1, sym_comment, - ACTIONS(1453), 60, + STATE(848), 1, + sym_finally_clause, + ACTIONS(1475), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58415,7 +61375,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58423,11 +61382,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58442,8 +61402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58458,16 +61416,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4292] = 3, + [3803] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(514), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(880), 59, + ACTIONS(874), 60, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58480,19 +61442,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, + anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58507,8 +61470,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58523,17 +61484,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4360] = 3, + [3875] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(826), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(952), 1, sym__automatic_semicolon, - ACTIONS(820), 59, + STATE(515), 1, + sym_comment, + ACTIONS(948), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58546,7 +61512,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58558,6 +61523,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58572,8 +61539,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58588,20 +61553,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4428] = 3, + [3949] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(516), 1, sym_comment, - ACTIONS(848), 1, - ts_builtin_sym_end, - ACTIONS(846), 59, + ACTIONS(878), 60, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58610,19 +61578,21 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58637,8 +61607,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58653,15 +61621,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4496] = 2, + [4021] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(970), 1, + sym__automatic_semicolon, + STATE(517), 1, sym_comment, - ACTIONS(846), 60, + ACTIONS(966), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58674,7 +61649,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58682,11 +61656,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58701,8 +61676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58717,15 +61690,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4562] = 2, + [4095] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1525), 1, + sym__automatic_semicolon, + STATE(518), 1, sym_comment, - ACTIONS(846), 60, + ACTIONS(864), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58737,7 +61717,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58745,12 +61724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58765,8 +61745,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58781,17 +61759,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4628] = 3, + [4169] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(519), 1, sym_comment, - ACTIONS(1455), 1, - sym__automatic_semicolon, - ACTIONS(820), 59, + ACTIONS(874), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58803,7 +61784,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58811,11 +61791,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_catch, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58830,8 +61813,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58846,15 +61827,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4696] = 2, + [4241] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(520), 1, sym_comment, - ACTIONS(880), 60, + ACTIONS(878), 60, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58867,7 +61853,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58880,6 +61865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58894,8 +61881,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58910,17 +61895,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4762] = 3, + [4313] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1457), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(870), 1, sym__automatic_semicolon, - ACTIONS(880), 59, + STATE(521), 1, + sym_comment, + ACTIONS(864), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -58933,7 +61923,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -58945,6 +61934,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -58959,8 +61950,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -58975,21 +61964,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4830] = 3, + [4387] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(878), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1527), 1, sym__automatic_semicolon, - ACTIONS(876), 59, + STATE(522), 1, + sym_comment, + ACTIONS(864), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -58998,18 +61992,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59024,8 +62020,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59040,18 +62034,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4898] = 2, + [4463] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(978), 1, + sym__automatic_semicolon, + STATE(523), 1, sym_comment, - ACTIONS(880), 60, + ACTIONS(974), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59060,7 +62062,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59068,12 +62069,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59088,8 +62089,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59104,17 +62103,336 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [4964] = 3, + [4537] = 15, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(1431), 1, + anon_sym_COLON, + STATE(524), 1, sym_comment, - ACTIONS(882), 1, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1990), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [4631] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(1435), 1, + anon_sym_COLON, + STATE(525), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(2042), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [4725] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, + sym__ternary_qmark, + ACTIONS(1365), 1, + anon_sym_LPAREN, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1370), 1, + anon_sym_function, + ACTIONS(1384), 1, + sym_identifier, + ACTIONS(1390), 1, + anon_sym_EQ_GT, + ACTIONS(1439), 1, + anon_sym_in, + ACTIONS(1442), 1, + anon_sym_of, + STATE(526), 1, + sym_comment, + STATE(2851), 1, + sym_formal_parameters, + ACTIONS(1386), 6, + anon_sym_export, + anon_sym_let, + anon_sym_async, + anon_sym_static, + anon_sym_get, + anon_sym_set, + ACTIONS(1292), 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(1222), 30, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [4819] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1398), 1, + anon_sym_COLON, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(527), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1950), 1, + sym_variable_declarator, + ACTIONS(1211), 2, sym__automatic_semicolon, - ACTIONS(880), 59, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 33, + anon_sym_STAR, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [4913] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(528), 1, + sym_comment, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59127,7 +62445,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59139,6 +62456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59153,8 +62472,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59169,20 +62486,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5032] = 3, + [4984] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(529), 1, sym_comment, - ACTIONS(1459), 1, - sym__automatic_semicolon, - ACTIONS(880), 59, + ACTIONS(1531), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59191,7 +62512,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59199,11 +62519,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59218,8 +62539,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59234,21 +62553,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5100] = 3, + [5055] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(886), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1533), 1, sym__automatic_semicolon, - ACTIONS(884), 59, + STATE(530), 1, + sym_comment, + ACTIONS(864), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59257,18 +62581,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59283,8 +62608,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59299,22 +62622,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5168] = 4, + [5130] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(531), 1, sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1461), 1, - sym__automatic_semicolon, - ACTIONS(820), 58, + ACTIONS(878), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59323,18 +62647,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59349,8 +62675,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59365,24 +62689,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5238] = 5, + [5201] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1535), 1, + sym__automatic_semicolon, + STATE(532), 1, sym_comment, - ACTIONS(1375), 1, - anon_sym_finally, - ACTIONS(1463), 1, - ts_builtin_sym_end, - STATE(770), 1, - sym_finally_clause, - ACTIONS(1433), 57, + ACTIONS(864), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59391,17 +62716,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59416,8 +62743,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59432,18 +62757,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5310] = 4, + [5274] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(533), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1465), 1, - sym__automatic_semicolon, - ACTIONS(880), 58, + ACTIONS(1537), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59456,18 +62783,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59482,8 +62810,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59498,19 +62824,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5380] = 2, + [5345] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(534), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(874), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59519,7 +62849,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59527,10 +62856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59545,8 +62877,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59561,15 +62891,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5445] = 2, + [5416] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(535), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(874), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59582,7 +62917,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59594,6 +62928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59608,8 +62944,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59624,19 +62958,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5510] = 2, + [5487] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(956), 1, + sym__automatic_semicolon, + STATE(536), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(864), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59645,7 +62985,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59657,6 +62996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59671,8 +63012,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [5560] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1015), 1, + ts_builtin_sym_end, + ACTIONS(1017), 1, + sym__automatic_semicolon, + STATE(537), 1, + sym_comment, + ACTIONS(924), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59687,15 +63095,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5575] = 2, + [5635] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1021), 1, + ts_builtin_sym_end, + ACTIONS(1023), 1, + sym__automatic_semicolon, + STATE(538), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(940), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59708,18 +63124,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59734,8 +63150,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [5710] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1029), 1, + ts_builtin_sym_end, + ACTIONS(1031), 1, + sym__automatic_semicolon, + STATE(539), 1, + sym_comment, + ACTIONS(958), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59750,15 +63233,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5640] = 2, + [5785] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + sym__automatic_semicolon, + STATE(540), 1, sym_comment, - ACTIONS(1437), 59, + ACTIONS(878), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59770,7 +63260,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59778,11 +63267,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59797,8 +63287,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59813,20 +63301,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5705] = 5, + [5858] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, + sym__automatic_semicolon, + STATE(541), 1, sym_comment, - ACTIONS(1469), 1, - ts_builtin_sym_end, - ACTIONS(1471), 1, - anon_sym_else, - STATE(930), 1, - sym_else_clause, - ACTIONS(1441), 56, + ACTIONS(874), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -59838,17 +63328,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59863,8 +63355,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59879,20 +63369,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5776] = 3, + [5931] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(542), 1, sym_comment, - ACTIONS(969), 1, - sym__automatic_semicolon, - ACTIONS(860), 58, + ACTIONS(878), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59901,7 +63395,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59913,6 +63406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59927,8 +63422,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -59943,20 +63436,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5843] = 3, + [6002] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(543), 1, sym_comment, - ACTIONS(987), 1, - sym__automatic_semicolon, - ACTIONS(868), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -59965,7 +63462,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -59977,6 +63473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -59991,8 +63489,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60007,17 +63503,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5910] = 3, + [6073] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(544), 1, sym_comment, - ACTIONS(848), 2, + ACTIONS(876), 2, sym__automatic_semicolon, ts_builtin_sym_end, - ACTIONS(846), 57, + ACTIONS(874), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60030,7 +63531,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60041,6 +63541,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60055,8 +63557,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60071,20 +63571,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [5977] = 3, + [6146] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(545), 1, sym_comment, - ACTIONS(930), 1, - sym__automatic_semicolon, - ACTIONS(888), 58, + ACTIONS(1541), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60093,7 +63597,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60105,6 +63608,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60119,8 +63624,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60135,17 +63638,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6044] = 3, + [6217] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(546), 1, sym_comment, ACTIONS(882), 2, sym__automatic_semicolon, ts_builtin_sym_end, - ACTIONS(880), 57, + ACTIONS(878), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60158,7 +63666,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60169,6 +63676,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60183,8 +63692,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60199,19 +63706,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6111] = 3, + [6290] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(848), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, ts_builtin_sym_end, - ACTIONS(846), 58, + ACTIONS(1543), 1, + sym__automatic_semicolon, + STATE(547), 1, + sym_comment, + ACTIONS(864), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60220,19 +63735,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60247,8 +63761,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60263,18 +63775,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6178] = 4, + [6365] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(548), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1473), 1, - sym__automatic_semicolon, - ACTIONS(880), 57, + ACTIONS(1545), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60287,17 +63801,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60312,8 +63828,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60328,17 +63842,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6247] = 3, + [6436] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1475), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1041), 1, sym__automatic_semicolon, - ACTIONS(880), 58, + STATE(549), 1, + sym_comment, + ACTIONS(974), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60350,7 +63869,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60362,6 +63880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60376,8 +63896,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60392,20 +63910,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6314] = 3, + [6509] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(550), 1, sym_comment, - ACTIONS(993), 1, - sym__automatic_semicolon, - ACTIONS(896), 58, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60414,7 +63936,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60426,6 +63947,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60440,8 +63963,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60456,17 +63977,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6381] = 3, + [6580] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(997), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1033), 1, sym__automatic_semicolon, - ACTIONS(906), 58, + STATE(551), 1, + sym_comment, + ACTIONS(966), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60478,7 +64004,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60490,6 +64015,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60504,8 +64031,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60520,18 +64045,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6448] = 4, + [6653] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(552), 1, sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1477), 1, - sym__automatic_semicolon, - ACTIONS(820), 57, + ACTIONS(1539), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60544,17 +64071,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60569,8 +64098,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60585,20 +64112,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6517] = 3, + [6724] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(553), 1, sym_comment, - ACTIONS(1011), 1, - sym__automatic_semicolon, - ACTIONS(914), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60607,7 +64138,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60619,6 +64149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60633,8 +64165,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60649,20 +64179,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6584] = 3, + [6795] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(554), 1, sym_comment, - ACTIONS(1021), 1, - sym__automatic_semicolon, - ACTIONS(922), 58, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60671,7 +64205,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60683,6 +64216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60697,8 +64232,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60713,18 +64246,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6651] = 2, + [6866] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, + ts_builtin_sym_end, + STATE(555), 1, sym_comment, - ACTIONS(1453), 59, + ACTIONS(874), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60733,19 +64273,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60760,8 +64300,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60776,19 +64314,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6716] = 2, + [6939] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1059), 1, + sym__automatic_semicolon, + STATE(556), 1, sym_comment, - ACTIONS(1479), 59, + ACTIONS(932), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60797,7 +64341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60809,6 +64352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60823,8 +64368,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60839,15 +64382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6781] = 2, + [7012] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1547), 1, + ts_builtin_sym_end, + STATE(557), 1, sym_comment, - ACTIONS(1481), 59, + ACTIONS(1487), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60860,18 +64409,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60886,8 +64436,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [7085] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1549), 1, + ts_builtin_sym_end, + ACTIONS(1551), 1, + anon_sym_SEMI, + ACTIONS(1553), 1, + sym__automatic_semicolon, + STATE(558), 1, + sym_comment, + ACTIONS(1513), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60902,20 +64520,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6846] = 3, + [7162] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(559), 1, sym_comment, - ACTIONS(882), 1, - sym__automatic_semicolon, - ACTIONS(880), 58, + ACTIONS(1555), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -60924,7 +64546,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -60936,6 +64557,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -60950,8 +64573,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -60966,20 +64587,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6913] = 5, + [7233] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(1418), 1, - anon_sym_finally, - ACTIONS(1463), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1557), 1, ts_builtin_sym_end, - STATE(931), 1, - sym_finally_clause, - ACTIONS(1433), 56, + ACTIONS(1559), 1, + anon_sym_else, + STATE(560), 1, + sym_comment, + STATE(934), 1, + sym_else_clause, + ACTIONS(1483), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -60991,7 +64617,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61002,6 +64627,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61016,8 +64643,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61032,15 +64657,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [6984] = 2, + [7310] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(561), 1, sym_comment, - ACTIONS(1483), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61053,7 +64683,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61065,6 +64694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61079,8 +64710,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61095,16 +64724,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7049] = 3, + [7381] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(562), 1, sym_comment, - ACTIONS(848), 1, - ts_builtin_sym_end, - ACTIONS(846), 58, + ACTIONS(1529), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61117,18 +64750,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61143,8 +64777,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61159,20 +64791,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7116] = 3, + [7452] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(563), 1, sym_comment, - ACTIONS(1485), 1, - sym__automatic_semicolon, - ACTIONS(880), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61181,7 +64817,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61193,6 +64828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61207,8 +64844,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61223,20 +64858,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7183] = 3, + [7523] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1561), 1, + anon_sym_SEMI, + ACTIONS(1563), 1, + sym__automatic_semicolon, + STATE(564), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(880), 58, + ACTIONS(1513), 57, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61245,18 +64887,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61271,8 +64913,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61287,8 +64927,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7250] = 2, + [7598] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(565), 1, sym_comment, ACTIONS(1487), 59, anon_sym_export, @@ -61296,10 +64940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61308,7 +64952,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61316,10 +64959,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61334,8 +64980,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61350,15 +64994,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7315] = 2, + [7669] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(566), 1, sym_comment, - ACTIONS(1489), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61371,7 +65020,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61383,6 +65031,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61397,8 +65047,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61413,22 +65061,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7380] = 4, + [7740] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(842), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1565), 1, sym__automatic_semicolon, - ACTIONS(820), 57, + STATE(567), 1, + sym_comment, + ACTIONS(878), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61437,17 +65088,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61462,8 +65115,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61478,15 +65129,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7449] = 2, + [7813] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(568), 1, sym_comment, - ACTIONS(1491), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61499,7 +65155,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61511,6 +65166,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61525,8 +65182,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61541,15 +65196,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7514] = 2, + [7884] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + STATE(569), 1, sym_comment, - ACTIONS(1493), 59, + ACTIONS(878), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61562,18 +65223,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61588,8 +65250,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61604,15 +65264,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7579] = 2, + [7957] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(570), 1, sym_comment, - ACTIONS(1495), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61625,7 +65290,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61637,6 +65301,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61651,8 +65317,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61667,15 +65331,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7644] = 2, + [8028] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(571), 1, sym_comment, - ACTIONS(1497), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61688,7 +65357,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61700,6 +65368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61714,8 +65384,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61730,20 +65398,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7709] = 3, + [8099] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(572), 1, sym_comment, - ACTIONS(848), 1, - sym__automatic_semicolon, - ACTIONS(846), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61752,7 +65424,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61764,6 +65435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61778,8 +65451,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61794,16 +65465,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7776] = 3, + [8170] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(573), 1, sym_comment, - ACTIONS(1499), 1, - ts_builtin_sym_end, - ACTIONS(1453), 58, + ACTIONS(1539), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61816,18 +65491,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61842,8 +65518,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61858,18 +65532,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7843] = 4, + [8241] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, ts_builtin_sym_end, - ACTIONS(1501), 1, + ACTIONS(904), 1, sym__automatic_semicolon, - ACTIONS(880), 57, + STATE(574), 1, + sym_comment, + ACTIONS(864), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -61882,7 +65561,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61893,6 +65571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61907,8 +65587,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61923,20 +65601,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7912] = 3, + [8316] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(575), 1, sym_comment, - ACTIONS(878), 1, - sym__automatic_semicolon, - ACTIONS(876), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -61945,7 +65627,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -61957,6 +65638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -61971,8 +65654,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -61987,20 +65668,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [7979] = 3, + [8387] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(576), 1, sym_comment, - ACTIONS(886), 1, - sym__automatic_semicolon, - ACTIONS(884), 58, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62009,7 +65694,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62021,6 +65705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62035,8 +65721,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62051,15 +65735,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8046] = 2, + [8458] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(577), 1, sym_comment, - ACTIONS(1503), 59, + ACTIONS(1567), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62072,7 +65761,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62084,6 +65772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62098,8 +65788,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62114,20 +65802,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8111] = 3, + [8529] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1011), 1, + sym__automatic_semicolon, + STATE(578), 1, sym_comment, - ACTIONS(1505), 1, - ts_builtin_sym_end, - ACTIONS(1437), 58, + ACTIONS(948), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62136,18 +65829,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62162,8 +65856,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62178,15 +65870,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8178] = 2, + [8602] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(579), 1, sym_comment, - ACTIONS(1507), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62199,7 +65896,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62211,6 +65907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62225,8 +65923,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62241,15 +65937,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8243] = 2, + [8673] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(580), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62262,7 +65963,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62274,6 +65974,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62288,8 +65990,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62304,15 +66004,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8308] = 2, + [8744] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(581), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62325,7 +66030,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62337,6 +66041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62351,8 +66057,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62367,15 +66071,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8373] = 2, + [8815] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(582), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62388,7 +66097,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62400,6 +66108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62414,8 +66124,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62430,17 +66138,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8438] = 3, + [8886] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(583), 1, sym_comment, - ACTIONS(878), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(876), 57, + ACTIONS(1539), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62453,17 +66164,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62478,8 +66191,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62494,19 +66205,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8505] = 2, + [8957] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(912), 1, + sym__automatic_semicolon, + STATE(584), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(910), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62515,7 +66232,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62527,6 +66243,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62541,8 +66259,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62557,21 +66273,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8570] = 3, + [9030] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(886), 2, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(908), 1, sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(884), 57, + STATE(585), 1, + sym_comment, + ACTIONS(906), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62580,17 +66300,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62605,8 +66327,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62621,15 +66341,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8637] = 2, + [9103] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(586), 1, sym_comment, - ACTIONS(1511), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62642,7 +66367,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62654,6 +66378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62668,8 +66394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62684,21 +66408,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8702] = 4, + [9174] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(587), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(1513), 1, - sym__automatic_semicolon, - ACTIONS(880), 57, + ACTIONS(1539), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62707,18 +66434,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62733,8 +66461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62749,15 +66475,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8771] = 2, + [9245] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(588), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1539), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62770,7 +66501,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62782,6 +66512,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62796,8 +66528,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62812,87 +66542,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8836] = 11, + [9316] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(589), 1, sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1515), 1, - sym_identifier, - ACTIONS(1519), 1, - anon_sym_EQ_GT, - STATE(2696), 1, - sym_formal_parameters, - ACTIONS(1517), 5, + ACTIONS(1539), 59, anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_of, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - 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, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [8919] = 2, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [9387] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(590), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -62905,7 +66635,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62917,6 +66646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62931,8 +66662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -62947,19 +66676,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [8984] = 2, + [9458] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1511), 1, + sym__automatic_semicolon, + STATE(591), 1, sym_comment, - ACTIONS(1521), 59, + ACTIONS(1509), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -62968,7 +66703,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -62980,6 +66714,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -62994,8 +66730,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63010,15 +66744,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9049] = 2, + [9531] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(592), 1, sym_comment, - ACTIONS(1523), 59, + ACTIONS(912), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(910), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63031,18 +66772,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63057,8 +66798,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63073,20 +66812,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9114] = 3, + [9604] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(593), 1, sym_comment, - ACTIONS(1015), 1, - sym__automatic_semicolon, - ACTIONS(852), 58, + ACTIONS(1567), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63095,7 +66838,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63107,6 +66849,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63121,8 +66865,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63137,18 +66879,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9181] = 4, + [9675] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(594), 1, sym_comment, - ACTIONS(989), 1, - ts_builtin_sym_end, - ACTIONS(991), 1, - sym__automatic_semicolon, - ACTIONS(922), 57, + ACTIONS(1529), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63161,17 +66905,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63186,8 +66932,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63202,15 +66946,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9250] = 2, + [9746] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(595), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(908), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(906), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63223,18 +66974,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63249,8 +67000,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63265,15 +67014,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9315] = 2, + [9819] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(596), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1511), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(1509), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63286,18 +67042,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63312,8 +67068,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63328,19 +67082,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9380] = 2, + [9892] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, + ts_builtin_sym_end, + STATE(597), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(874), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63349,18 +67108,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63375,8 +67136,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63391,15 +67150,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9445] = 2, + [9965] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(598), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63412,7 +67176,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63424,6 +67187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63438,8 +67203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63454,19 +67217,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9510] = 2, + [10036] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1569), 1, + sym__automatic_semicolon, + STATE(599), 1, sym_comment, - ACTIONS(1525), 59, + ACTIONS(878), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -63475,18 +67245,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63501,8 +67272,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63517,15 +67286,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9575] = 2, + [10111] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(600), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63538,7 +67312,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63550,6 +67323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63564,8 +67339,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63580,15 +67353,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9640] = 2, + [10182] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(601), 1, sym_comment, - ACTIONS(1527), 59, + ACTIONS(1571), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63601,7 +67379,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63613,6 +67390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63627,8 +67406,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63643,15 +67420,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9705] = 2, + [10253] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(602), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1573), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63664,7 +67446,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63676,6 +67457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63690,8 +67473,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63706,15 +67487,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9770] = 2, + [10324] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(603), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1575), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63727,7 +67513,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63739,6 +67524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63753,8 +67540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63769,18 +67554,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9835] = 4, + [10395] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(604), 1, sym_comment, - ACTIONS(983), 1, - ts_builtin_sym_end, - ACTIONS(985), 1, - sym__automatic_semicolon, - ACTIONS(914), 57, + ACTIONS(1529), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63793,17 +67580,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63818,8 +67607,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63834,15 +67621,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9904] = 2, + [10466] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(605), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1577), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63855,7 +67647,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63867,6 +67658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63881,8 +67674,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63897,15 +67688,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [9969] = 2, + [10537] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(606), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1579), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63918,7 +67714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63930,6 +67725,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -63944,8 +67741,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -63960,15 +67755,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10034] = 2, + [10608] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(607), 1, sym_comment, - ACTIONS(1529), 59, + ACTIONS(1581), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -63981,7 +67781,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -63993,6 +67792,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64007,8 +67808,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64023,87 +67822,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10099] = 11, + [10679] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(608), 1, sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1515), 1, - sym_identifier, - ACTIONS(1519), 1, - anon_sym_EQ_GT, - ACTIONS(1531), 1, - anon_sym_EQ, - STATE(2696), 1, - sym_formal_parameters, - ACTIONS(1517), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 32, - anon_sym_STAR, - anon_sym_in, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [10182] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1509), 59, + ACTIONS(1583), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64116,7 +67848,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64128,6 +67859,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64142,8 +67875,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64158,19 +67889,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10247] = 2, + [10750] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1557), 1, + ts_builtin_sym_end, + ACTIONS(1585), 1, + anon_sym_else, + STATE(609), 1, sym_comment, - ACTIONS(1509), 59, + STATE(894), 1, + sym_else_clause, + ACTIONS(1483), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64179,18 +67919,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64205,8 +67945,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64221,18 +67959,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10312] = 4, + [10827] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(610), 1, sym_comment, - ACTIONS(977), 1, - ts_builtin_sym_end, - ACTIONS(979), 1, - sym__automatic_semicolon, - ACTIONS(906), 57, + ACTIONS(1529), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64245,17 +67985,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64270,8 +68012,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64286,15 +68026,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10381] = 2, + [10898] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(611), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1587), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64307,7 +68052,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64319,6 +68063,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64333,8 +68079,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64349,18 +68093,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10446] = 4, + [10969] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(612), 1, sym_comment, - ACTIONS(973), 1, - ts_builtin_sym_end, - ACTIONS(975), 1, - sym__automatic_semicolon, - ACTIONS(896), 57, + ACTIONS(1589), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64373,17 +68119,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64398,8 +68146,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64414,15 +68160,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10515] = 2, + [11040] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(613), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1591), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64435,7 +68186,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64447,6 +68197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64461,8 +68213,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64477,15 +68227,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10580] = 2, + [11111] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(614), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(1593), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64498,7 +68253,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64510,6 +68264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64524,8 +68280,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64540,15 +68294,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10645] = 2, + [11182] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1595), 1, + sym__automatic_semicolon, + STATE(615), 1, sym_comment, - ACTIONS(1509), 59, + ACTIONS(878), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64561,18 +68323,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64587,8 +68349,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64603,89 +68363,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10710] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1175), 1, - sym__ternary_qmark, - ACTIONS(1335), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_function, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1350), 1, - anon_sym_in, - ACTIONS(1353), 1, - anon_sym_of, - ACTIONS(1387), 1, - sym_identifier, - ACTIONS(1393), 1, - anon_sym_EQ_GT, - STATE(2759), 1, - sym_formal_parameters, - ACTIONS(1389), 5, - anon_sym_export, - anon_sym_async, - anon_sym_static, - anon_sym_get, - anon_sym_set, - ACTIONS(1302), 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(1186), 30, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [10797] = 2, + [11257] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(616), 1, sym_comment, - ACTIONS(1533), 59, + ACTIONS(1597), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64698,7 +68389,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64710,6 +68400,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64724,8 +68416,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64740,21 +68430,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10862] = 4, + [11328] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(617), 1, sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1535), 1, - sym__automatic_semicolon, - ACTIONS(820), 57, + ACTIONS(1529), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -64763,18 +68456,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64789,8 +68483,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64805,15 +68497,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10931] = 2, + [11399] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(618), 1, sym_comment, - ACTIONS(1537), 59, + ACTIONS(1599), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64826,7 +68523,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64838,6 +68534,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64852,8 +68550,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64868,15 +68564,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [10996] = 2, + [11470] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(619), 1, sym_comment, - ACTIONS(1539), 59, + ACTIONS(1601), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64889,7 +68590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64901,6 +68601,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64915,8 +68617,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64931,15 +68631,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11061] = 2, + [11541] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(620), 1, sym_comment, - ACTIONS(1541), 59, + ACTIONS(1603), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -64952,7 +68657,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -64964,6 +68668,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -64978,8 +68684,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -64994,15 +68698,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11126] = 2, + [11612] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(621), 1, sym_comment, - ACTIONS(1543), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65015,7 +68724,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65027,6 +68735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65041,8 +68751,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65057,19 +68765,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11191] = 2, + [11683] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1469), 1, + anon_sym_finally, + ACTIONS(1491), 1, + ts_builtin_sym_end, + STATE(622), 1, sym_comment, - ACTIONS(1545), 59, + STATE(949), 1, + sym_finally_clause, + ACTIONS(1475), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -65078,18 +68795,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65104,8 +68821,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65120,15 +68835,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11256] = 2, + [11760] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(623), 1, sym_comment, - ACTIONS(1547), 59, + ACTIONS(1605), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65141,7 +68861,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65153,6 +68872,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65167,8 +68888,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65183,23 +68902,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11321] = 5, + [11831] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(624), 1, sym_comment, - ACTIONS(1469), 1, - ts_builtin_sym_end, - ACTIONS(1549), 1, - anon_sym_else, - STATE(766), 1, - sym_else_clause, - ACTIONS(1441), 56, + ACTIONS(1607), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -65208,17 +68928,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65233,8 +68955,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65249,15 +68969,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11392] = 2, + [11902] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(625), 1, sym_comment, - ACTIONS(1551), 59, + ACTIONS(1609), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65270,7 +68995,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65282,6 +69006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65296,8 +69022,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65312,15 +69036,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11457] = 2, + [11973] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(626), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1611), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65333,7 +69062,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65345,6 +69073,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65359,8 +69089,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65375,15 +69103,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11522] = 2, + [12044] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(627), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1609), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65396,7 +69129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65408,6 +69140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65422,8 +69156,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65438,15 +69170,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11587] = 2, + [12115] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(628), 1, sym_comment, - ACTIONS(1555), 59, + ACTIONS(1613), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65459,7 +69196,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65471,6 +69207,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65485,8 +69223,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65501,15 +69237,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11652] = 2, + [12186] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(629), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1615), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65522,7 +69263,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65534,6 +69274,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65548,8 +69290,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65564,15 +69304,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11717] = 2, + [12257] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(630), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1617), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65585,7 +69330,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65597,6 +69341,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65611,8 +69357,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65627,15 +69371,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11782] = 2, + [12328] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(631), 1, sym_comment, - ACTIONS(1557), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65648,7 +69397,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65660,6 +69408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65674,8 +69424,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65690,15 +69438,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11847] = 2, + [12399] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(632), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1619), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65711,7 +69464,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65723,6 +69475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65737,8 +69491,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65753,15 +69505,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11912] = 2, + [12470] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(633), 1, sym_comment, - ACTIONS(1559), 59, + ACTIONS(1621), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65774,7 +69531,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65786,6 +69542,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65800,8 +69558,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [12541] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(634), 1, + sym_comment, + ACTIONS(1623), 59, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65816,18 +69639,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [11977] = 4, + [12612] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1017), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1051), 1, ts_builtin_sym_end, - ACTIONS(1019), 1, + ACTIONS(1053), 1, sym__automatic_semicolon, - ACTIONS(852), 57, + STATE(635), 1, + sym_comment, + ACTIONS(932), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65840,7 +69668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65851,6 +69678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65865,8 +69694,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [12687] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(636), 1, + sym_comment, + ACTIONS(1529), 59, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65881,15 +69775,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12046] = 2, + [12758] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(637), 1, sym_comment, - ACTIONS(1561), 59, + ACTIONS(1625), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65902,7 +69801,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65914,6 +69812,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65928,8 +69828,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [12829] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(638), 1, + sym_comment, + ACTIONS(1529), 59, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -65944,15 +69909,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12111] = 2, + [12900] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(639), 1, sym_comment, - ACTIONS(1553), 59, + ACTIONS(1627), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -65965,7 +69935,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -65977,6 +69946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -65991,8 +69962,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66007,15 +69976,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12176] = 2, + [12971] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(640), 1, sym_comment, - ACTIONS(1563), 59, + ACTIONS(1629), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66028,7 +70002,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66040,6 +70013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66054,8 +70029,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66070,15 +70043,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12241] = 2, + [13042] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(641), 1, sym_comment, - ACTIONS(1565), 59, + ACTIONS(1631), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66091,7 +70069,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66103,6 +70080,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66117,8 +70096,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66133,15 +70110,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12306] = 2, + [13113] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(642), 1, sym_comment, - ACTIONS(1567), 59, + ACTIONS(1633), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66154,7 +70136,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66166,6 +70147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66180,8 +70163,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66196,15 +70177,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12371] = 2, + [13184] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(643), 1, sym_comment, - ACTIONS(1569), 59, + ACTIONS(1635), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66217,7 +70203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66229,6 +70214,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66243,8 +70230,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66259,15 +70244,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12436] = 2, + [13255] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(644), 1, sym_comment, - ACTIONS(1569), 59, + ACTIONS(1637), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66280,7 +70270,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66292,6 +70281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66306,8 +70297,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [13326] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(645), 1, + sym_comment, + ACTIONS(1639), 59, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66322,18 +70378,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12501] = 4, + [13397] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(965), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1007), 1, ts_builtin_sym_end, - ACTIONS(967), 1, + ACTIONS(1009), 1, sym__automatic_semicolon, - ACTIONS(888), 57, + STATE(646), 1, + sym_comment, + ACTIONS(974), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66346,7 +70407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66357,6 +70417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66371,8 +70433,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66387,19 +70447,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12570] = 2, + [13472] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1019), 1, + sym__automatic_semicolon, + STATE(647), 1, sym_comment, - ACTIONS(1571), 59, + ACTIONS(958), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66408,7 +70474,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66420,6 +70485,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66434,8 +70501,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [13545] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1003), 1, + ts_builtin_sym_end, + ACTIONS(1005), 1, + sym__automatic_semicolon, + STATE(648), 1, + sym_comment, + ACTIONS(966), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66450,15 +70584,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12635] = 2, + [13620] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(649), 1, sym_comment, - ACTIONS(1573), 59, + ACTIONS(1641), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66471,7 +70610,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66483,6 +70621,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66497,8 +70637,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66513,20 +70651,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12700] = 3, + [13691] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(650), 1, sym_comment, - ACTIONS(850), 1, - sym__automatic_semicolon, - ACTIONS(820), 58, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66535,7 +70677,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66547,6 +70688,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66561,8 +70704,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66577,15 +70718,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12767] = 2, + [13762] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(651), 1, sym_comment, - ACTIONS(1575), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66598,7 +70744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66610,6 +70755,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66624,8 +70771,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66640,15 +70785,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12832] = 2, + [13833] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(652), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66661,7 +70811,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66673,6 +70822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66687,8 +70838,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [13904] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(999), 1, + ts_builtin_sym_end, + ACTIONS(1001), 1, + sym__automatic_semicolon, + STATE(653), 1, + sym_comment, + ACTIONS(948), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66703,19 +70921,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12897] = 2, + [13979] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1025), 1, + sym__automatic_semicolon, + STATE(654), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(940), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66724,7 +70948,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66736,6 +70959,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66750,8 +70975,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66766,15 +70989,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [12962] = 2, + [14052] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(655), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1645), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66787,7 +71015,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66799,6 +71026,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66813,8 +71042,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66829,19 +71056,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13027] = 2, + [14123] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1043), 1, + sym__automatic_semicolon, + STATE(656), 1, sym_comment, - ACTIONS(846), 59, + ACTIONS(924), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66850,7 +71083,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66862,6 +71094,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66876,8 +71110,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66892,18 +71124,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13092] = 2, + [14196] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(657), 1, sym_comment, - ACTIONS(880), 59, + ACTIONS(1529), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -66912,7 +71150,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66920,11 +71157,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -66939,8 +71177,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [14267] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1037), 1, + ts_builtin_sym_end, + ACTIONS(1039), 1, + sym__automatic_semicolon, + STATE(658), 1, + sym_comment, + ACTIONS(914), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -66955,15 +71260,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13157] = 2, + [14342] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(659), 1, sym_comment, - ACTIONS(1577), 59, + ACTIONS(1645), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -66976,7 +71286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -66988,6 +71297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67002,8 +71313,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67018,15 +71327,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13222] = 2, + [14413] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(660), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67039,7 +71353,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67051,6 +71364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67065,8 +71380,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67081,15 +71394,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13287] = 2, + [14484] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(661), 1, sym_comment, - ACTIONS(1579), 59, + ACTIONS(1647), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67102,7 +71420,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67114,6 +71431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67128,8 +71447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67144,20 +71461,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13352] = 3, + [14555] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(662), 1, sym_comment, - ACTIONS(1581), 1, - sym__automatic_semicolon, - ACTIONS(820), 58, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67166,7 +71487,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67178,6 +71498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67192,8 +71514,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67208,15 +71528,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13419] = 2, + [14626] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(663), 1, sym_comment, - ACTIONS(1579), 59, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67229,7 +71554,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67241,6 +71565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67255,8 +71581,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [14697] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1649), 1, + ts_builtin_sym_end, + STATE(664), 1, + sym_comment, + ACTIONS(1521), 58, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_finally, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67271,15 +71663,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13484] = 2, + [14770] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(665), 1, sym_comment, - ACTIONS(1583), 59, + ACTIONS(1651), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67292,7 +71689,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67304,6 +71700,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67318,8 +71716,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67334,19 +71730,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13549] = 2, + [14841] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1653), 1, + sym__automatic_semicolon, + STATE(666), 1, sym_comment, - ACTIONS(880), 59, + ACTIONS(878), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67355,7 +71757,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67367,6 +71768,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67381,8 +71784,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [14914] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1655), 1, + sym__automatic_semicolon, + STATE(667), 1, + sym_comment, + ACTIONS(878), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67397,15 +71867,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13614] = 2, + [14989] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(668), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1657), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67418,7 +71893,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67430,6 +71904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67444,8 +71920,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67460,15 +71934,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13679] = 2, + [15060] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(669), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67481,7 +71960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67493,6 +71971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67507,8 +71987,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67523,19 +72001,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13744] = 2, + [15131] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1055), 1, + sym__automatic_semicolon, + STATE(670), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(914), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67544,7 +72028,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67556,6 +72039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67570,8 +72055,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67586,19 +72069,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13809] = 2, + [15204] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(671), 1, sym_comment, - ACTIONS(1585), 59, + ACTIONS(1521), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67607,7 +72094,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67615,10 +72101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67633,8 +72122,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67649,18 +72136,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13874] = 2, + [15275] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(672), 1, sym_comment, - ACTIONS(846), 59, + ACTIONS(1643), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67669,7 +72162,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67677,11 +72169,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_throw, anon_sym_SEMI, anon_sym_case, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67696,8 +72189,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67712,15 +72203,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [13939] = 2, + [15346] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(673), 1, sym_comment, - ACTIONS(1587), 59, + ACTIONS(1659), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67733,7 +72229,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67745,6 +72240,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67759,8 +72256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67775,19 +72270,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14004] = 2, + [15417] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + STATE(674), 1, sym_comment, - ACTIONS(1589), 59, + ACTIONS(878), 58, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67796,18 +72296,20 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_catch, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67822,8 +72324,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67838,19 +72338,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14069] = 3, + [15490] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(675), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(880), 58, + ACTIONS(1661), 59, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -67859,19 +72364,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_catch, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67886,8 +72391,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67902,15 +72405,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14136] = 2, + [15561] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(676), 1, sym_comment, - ACTIONS(1591), 59, + ACTIONS(1663), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67923,7 +72431,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67935,6 +72442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -67949,8 +72458,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -67965,15 +72472,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14201] = 2, + [15632] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(677), 1, sym_comment, - ACTIONS(1593), 59, + ACTIONS(1665), 59, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -67986,7 +72498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -67998,6 +72509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68012,8 +72525,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68028,22 +72539,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14266] = 4, + [15703] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(678), 1, sym_comment, - ACTIONS(958), 1, - ts_builtin_sym_end, - ACTIONS(960), 1, - sym__automatic_semicolon, - ACTIONS(868), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68052,17 +72564,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68077,8 +72591,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68093,19 +72605,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14335] = 2, + [15773] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(679), 1, sym_comment, - ACTIONS(1595), 59, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68114,7 +72630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -68126,6 +72641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68140,8 +72657,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68156,15 +72671,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14400] = 2, + [15843] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(680), 1, sym_comment, - ACTIONS(1597), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68177,18 +72698,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68203,8 +72724,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68219,15 +72738,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14465] = 2, + [15915] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(681), 1, sym_comment, - ACTIONS(1599), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68240,18 +72765,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68266,8 +72791,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68282,15 +72805,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14530] = 2, + [15987] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(682), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68303,18 +72832,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68329,8 +72858,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68345,15 +72872,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14595] = 2, + [16059] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(683), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68366,18 +72899,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68392,8 +72925,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68408,15 +72939,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14660] = 2, + [16131] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(684), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68429,18 +72966,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68455,8 +72992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68471,18 +73006,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14725] = 4, + [16203] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(954), 1, - sym__automatic_semicolon, - ACTIONS(860), 57, + STATE(685), 1, + sym_comment, + ACTIONS(1539), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68495,7 +73033,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -68506,6 +73043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68520,8 +73059,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68536,15 +73073,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14794] = 2, + [16275] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(686), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68557,18 +73100,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68583,8 +73126,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68599,15 +73140,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14859] = 2, + [16347] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(687), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68620,18 +73167,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68646,8 +73193,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68662,15 +73207,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14924] = 2, + [16419] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(688), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68683,18 +73234,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68709,8 +73260,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68725,15 +73274,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [14989] = 2, + [16491] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1669), 1, + ts_builtin_sym_end, + STATE(689), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1601), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68746,18 +73301,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68772,8 +73327,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68788,15 +73341,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15054] = 2, + [16563] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(690), 1, sym_comment, - ACTIONS(1467), 59, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -68809,18 +73368,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68835,8 +73394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68851,18 +73408,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15119] = 2, + [16635] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(691), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68871,18 +73435,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68897,8 +73461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68913,18 +73475,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15183] = 2, + [16707] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(692), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68933,18 +73502,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -68959,8 +73528,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -68975,18 +73542,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15247] = 2, + [16779] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(693), 1, sym_comment, - ACTIONS(1533), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -68995,18 +73569,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69021,8 +73595,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69037,16 +73609,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15311] = 3, + [16851] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1601), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1555), 57, + STATE(694), 1, + sym_comment, + ACTIONS(1539), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69059,7 +73636,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69070,6 +73646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69084,8 +73662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69100,15 +73676,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15377] = 2, + [16923] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(695), 1, sym_comment, - ACTIONS(1537), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69120,7 +73701,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69132,6 +73712,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69146,8 +73728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69162,18 +73742,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15441] = 2, + [16993] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1671), 1, + ts_builtin_sym_end, + STATE(696), 1, sym_comment, - ACTIONS(1539), 58, + ACTIONS(1651), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69182,18 +73769,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69208,8 +73795,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69224,16 +73809,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15505] = 3, + [17065] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1603), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1673), 1, ts_builtin_sym_end, - ACTIONS(1551), 57, + STATE(697), 1, + sym_comment, + ACTIONS(1635), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69246,7 +73836,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69257,6 +73846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69271,8 +73862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69287,16 +73876,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15571] = 3, + [17137] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1675), 1, ts_builtin_sym_end, - ACTIONS(1553), 57, + STATE(698), 1, + sym_comment, + ACTIONS(1645), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69309,7 +73903,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69320,6 +73913,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69334,8 +73929,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69350,18 +73943,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15637] = 2, + [17209] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1677), 1, + ts_builtin_sym_end, + STATE(699), 1, sym_comment, - ACTIONS(1541), 58, + ACTIONS(1633), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69370,18 +73970,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69396,8 +73996,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69412,18 +74010,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15701] = 2, + [17281] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1679), 1, + ts_builtin_sym_end, + STATE(700), 1, sym_comment, - ACTIONS(1543), 58, + ACTIONS(1591), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69432,18 +74037,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69458,8 +74063,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69474,16 +74077,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15765] = 3, + [17353] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1607), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1675), 1, ts_builtin_sym_end, - ACTIONS(1569), 57, + STATE(701), 1, + sym_comment, + ACTIONS(1645), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69496,7 +74104,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69507,6 +74114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69521,8 +74130,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69537,18 +74144,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15831] = 2, + [17425] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1681), 1, + ts_builtin_sym_end, + STATE(702), 1, sym_comment, - ACTIONS(1545), 58, + ACTIONS(1577), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69557,18 +74171,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69583,8 +74197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69599,16 +74211,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15895] = 3, + [17497] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1609), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1683), 1, ts_builtin_sym_end, - ACTIONS(1497), 57, + STATE(703), 1, + sym_comment, + ACTIONS(1599), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69621,7 +74238,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69632,6 +74248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69646,8 +74264,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69662,15 +74278,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [15961] = 2, + [17569] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(704), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1665), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69682,7 +74303,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69694,6 +74314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69708,8 +74330,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69724,18 +74344,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16025] = 2, + [17639] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1685), 1, + ts_builtin_sym_end, + STATE(705), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1579), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69744,18 +74371,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69770,8 +74397,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69786,15 +74411,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16089] = 2, + [17711] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(706), 1, sym_comment, - ACTIONS(1547), 58, + ACTIONS(1629), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -69806,7 +74436,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -69818,69 +74447,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [16153] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(886), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(884), 56, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69895,8 +74463,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69911,20 +74477,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16219] = 3, + [17781] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(707), 1, sym_comment, - ACTIONS(1611), 1, - ts_builtin_sym_end, - ACTIONS(1495), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69933,17 +74502,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -69958,8 +74529,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -69974,20 +74543,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16285] = 3, + [17851] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(708), 1, sym_comment, - ACTIONS(1613), 1, - ts_builtin_sym_end, - ACTIONS(1493), 57, + ACTIONS(1663), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -69996,17 +74568,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70021,8 +74595,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70037,15 +74609,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16351] = 2, + [17921] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(709), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1627), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -70057,7 +74634,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70069,6 +74645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70083,8 +74661,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70099,20 +74675,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16415] = 3, + [17991] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(710), 1, sym_comment, - ACTIONS(1615), 1, - ts_builtin_sym_end, - ACTIONS(1529), 57, + ACTIONS(1601), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70121,17 +74700,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70146,8 +74727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70162,20 +74741,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16481] = 3, + [18061] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1029), 1, ts_builtin_sym_end, - ACTIONS(1553), 57, + ACTIONS(1071), 1, + sym__automatic_semicolon, + STATE(711), 1, + sym_comment, + ACTIONS(958), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70184,7 +74769,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70195,6 +74779,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70209,8 +74795,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70225,20 +74809,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16547] = 3, + [18135] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(712), 1, sym_comment, - ACTIONS(1607), 1, - ts_builtin_sym_end, - ACTIONS(1569), 57, + ACTIONS(1659), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70247,17 +74834,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70272,8 +74861,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70288,15 +74875,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16613] = 2, + [18205] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(713), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1645), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -70308,7 +74900,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70320,6 +74911,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70334,8 +74927,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70350,16 +74941,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16677] = 3, + [18275] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1617), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1687), 1, ts_builtin_sym_end, - ACTIONS(1523), 57, + STATE(714), 1, + sym_comment, + ACTIONS(1597), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -70372,7 +74968,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70383,6 +74978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70397,8 +74994,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70413,20 +75008,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16743] = 3, + [18347] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1619), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1021), 1, ts_builtin_sym_end, - ACTIONS(1521), 57, + ACTIONS(1069), 1, + sym__automatic_semicolon, + STATE(715), 1, + sym_comment, + ACTIONS(940), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70435,7 +75036,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70446,6 +75046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70460,8 +75062,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70476,21 +75076,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16809] = 4, + [18421] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(952), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1689), 1, ts_builtin_sym_end, - ACTIONS(1035), 1, - sym__automatic_semicolon, - ACTIONS(860), 56, + STATE(716), 1, + sym_comment, + ACTIONS(1537), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70499,7 +75103,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70510,6 +75113,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70524,8 +75129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70540,15 +75143,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16877] = 2, + [18493] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1015), 1, + ts_builtin_sym_end, + ACTIONS(1077), 1, + sym__automatic_semicolon, + STATE(717), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(924), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -70560,18 +75171,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70586,8 +75197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70602,16 +75211,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [16941] = 3, + [18567] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1621), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1691), 1, ts_builtin_sym_end, - ACTIONS(1579), 57, + STATE(718), 1, + sym_comment, + ACTIONS(1639), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -70624,7 +75238,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70635,6 +75248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70649,8 +75264,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70665,20 +75278,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17007] = 3, + [18639] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(719), 1, sym_comment, - ACTIONS(1623), 1, - ts_builtin_sym_end, - ACTIONS(1503), 57, + ACTIONS(1599), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70687,17 +75303,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70712,8 +75330,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70728,21 +75344,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17073] = 4, + [18709] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(958), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1693), 1, ts_builtin_sym_end, - ACTIONS(1043), 1, - sym__automatic_semicolon, - ACTIONS(868), 56, + STATE(720), 1, + sym_comment, + ACTIONS(1581), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70751,7 +75371,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70762,6 +75381,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70776,8 +75397,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70792,18 +75411,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17141] = 2, + [18781] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1695), 1, + ts_builtin_sym_end, + STATE(721), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1587), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70812,18 +75438,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70838,8 +75464,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70854,21 +75478,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17205] = 4, + [18853] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(965), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1697), 1, ts_builtin_sym_end, - ACTIONS(1045), 1, - sym__automatic_semicolon, - ACTIONS(888), 56, + STATE(722), 1, + sym_comment, + ACTIONS(1637), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70877,7 +75505,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -70888,6 +75515,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70902,8 +75531,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70918,20 +75545,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17273] = 3, + [18925] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(723), 1, sym_comment, - ACTIONS(1625), 1, - ts_builtin_sym_end, - ACTIONS(1527), 57, + ACTIONS(1597), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -70940,17 +75570,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -70965,8 +75597,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -70981,15 +75611,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17339] = 2, + [18995] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(724), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1645), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71001,7 +75636,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71013,6 +75647,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71027,8 +75663,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71043,15 +75677,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17403] = 2, + [19065] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(725), 1, sym_comment, - ACTIONS(1511), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71063,7 +75702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71075,6 +75713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71089,8 +75729,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71105,16 +75743,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17467] = 3, + [19135] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1627), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1699), 1, ts_builtin_sym_end, - ACTIONS(1575), 57, + STATE(726), 1, + sym_comment, + ACTIONS(1593), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71127,7 +75770,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71138,6 +75780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71152,8 +75796,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71168,20 +75810,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17533] = 3, + [19207] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(727), 1, sym_comment, - ACTIONS(1629), 1, - ts_builtin_sym_end, - ACTIONS(1525), 57, + ACTIONS(1593), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71190,17 +75835,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71215,8 +75862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71231,18 +75876,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17599] = 2, + [19277] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(728), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71251,18 +75903,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71277,8 +75929,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71293,20 +75943,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17663] = 3, + [19349] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1051), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1081), 1, + sym__automatic_semicolon, + STATE(729), 1, + sym_comment, + ACTIONS(932), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71315,7 +75971,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71326,6 +75981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71340,8 +75997,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71356,16 +76011,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17729] = 3, + [19423] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1507), 57, + STATE(730), 1, + sym_comment, + ACTIONS(1539), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71378,7 +76038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71389,6 +76048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71403,8 +76064,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71419,18 +76078,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17795] = 2, + [19495] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(731), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71439,18 +76105,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71465,8 +76131,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71481,18 +76145,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17859] = 2, + [19567] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1701), 1, + ts_builtin_sym_end, + STATE(732), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1607), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71501,18 +76172,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71527,8 +76198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71543,19 +76212,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17923] = 3, + [19639] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1505), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1703), 1, ts_builtin_sym_end, - ACTIONS(1437), 57, + STATE(733), 1, + sym_comment, + ACTIONS(1611), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71564,18 +76239,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71590,8 +76265,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71606,77 +76279,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [17989] = 2, + [19711] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1521), 58, - anon_sym_export, - anon_sym_default, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(734), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(2042), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 32, + anon_sym_STAR, anon_sym_LPAREN, - 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_in, anon_sym_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + 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, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [18053] = 2, + [19801] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(735), 1, sym_comment, - ACTIONS(1523), 58, + ACTIONS(1625), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71688,7 +76380,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71700,6 +76391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71714,8 +76407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71730,15 +76421,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18117] = 2, + [19871] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(736), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1609), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71750,7 +76446,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71762,6 +76457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71776,8 +76473,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71792,16 +76487,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18181] = 3, + [19941] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1705), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(737), 1, + sym_comment, + ACTIONS(1615), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71814,7 +76514,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71825,6 +76524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71839,8 +76540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71855,20 +76554,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18247] = 3, + [20013] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(738), 1, sym_comment, - ACTIONS(848), 1, - ts_builtin_sym_end, - ACTIONS(846), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -71877,17 +76579,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71902,8 +76606,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71918,15 +76620,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18313] = 2, + [20083] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(739), 1, sym_comment, - ACTIONS(1495), 58, + ACTIONS(1623), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -71938,7 +76645,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -71950,6 +76656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -71964,8 +76672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -71980,20 +76686,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18377] = 3, + [20153] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(740), 1, sym_comment, - ACTIONS(1637), 1, - ts_builtin_sym_end, - ACTIONS(1547), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72002,17 +76711,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72027,8 +76738,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72043,16 +76752,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18443] = 3, + [20223] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(741), 1, + sym_comment, + ACTIONS(1539), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72065,7 +76779,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72076,6 +76789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72090,8 +76805,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72106,15 +76819,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18509] = 2, + [20295] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(742), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1621), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72126,7 +76844,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72138,6 +76855,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72152,8 +76871,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72168,15 +76885,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18573] = 2, + [20365] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(743), 1, sym_comment, - ACTIONS(1493), 58, + ACTIONS(1617), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72188,7 +76910,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72200,6 +76921,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72214,8 +76937,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72230,18 +76951,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18637] = 2, + [20435] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(744), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72250,18 +76978,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72276,8 +77004,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72292,15 +77018,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18701] = 2, + [20507] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(745), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1613), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72312,7 +77043,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72324,6 +77054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72338,8 +77070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72354,15 +77084,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18765] = 2, + [20577] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(746), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1619), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72374,7 +77109,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72386,6 +77120,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72400,8 +77136,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72416,16 +77150,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18829] = 3, + [20647] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1639), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1707), 1, ts_builtin_sym_end, - ACTIONS(1545), 57, + STATE(747), 1, + sym_comment, + ACTIONS(1641), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72438,7 +77177,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72449,6 +77187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72463,8 +77203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72479,21 +77217,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18895] = 4, + [20719] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1709), 1, ts_builtin_sym_end, - ACTIONS(1641), 1, - sym__automatic_semicolon, - ACTIONS(880), 56, + STATE(748), 1, + sym_comment, + ACTIONS(1603), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -72502,7 +77244,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72513,6 +77254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72527,8 +77270,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72543,15 +77284,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [18963] = 2, + [20791] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(749), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72563,7 +77309,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72575,6 +77320,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72589,8 +77336,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72605,15 +77350,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19027] = 2, + [20861] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(750), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1615), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72625,7 +77375,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72637,6 +77386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72651,8 +77402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72667,15 +77416,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19091] = 2, + [20931] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(751), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1611), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72687,7 +77441,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72699,6 +77452,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72713,8 +77468,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72729,15 +77482,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19155] = 2, + [21001] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(752), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1607), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72749,7 +77507,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72761,6 +77518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72775,8 +77534,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72791,15 +77548,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19219] = 2, + [21071] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(753), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1587), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72811,7 +77573,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72823,6 +77584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72837,8 +77600,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72853,15 +77614,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19283] = 2, + [21141] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(754), 1, sym_comment, - ACTIONS(1509), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -72873,7 +77639,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -72885,69 +77650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [19347] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1643), 1, - ts_builtin_sym_end, - ACTIONS(1589), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -72962,8 +77666,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -72978,20 +77680,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19413] = 3, + [21211] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1645), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, ts_builtin_sym_end, - ACTIONS(1591), 57, + ACTIONS(1711), 1, + sym__automatic_semicolon, + STATE(755), 1, + sym_comment, + ACTIONS(878), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73000,7 +77708,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73011,69 +77718,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [19479] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1647), 1, - ts_builtin_sym_end, - ACTIONS(1587), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73088,8 +77734,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73104,16 +77748,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19545] = 3, + [21285] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1649), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1713), 1, ts_builtin_sym_end, - ACTIONS(1585), 57, + STATE(756), 1, + sym_comment, + ACTIONS(1583), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73126,7 +77775,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73137,6 +77785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73151,8 +77801,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73167,15 +77815,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19611] = 2, + [21357] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(757), 1, sym_comment, - ACTIONS(1507), 58, + ACTIONS(1581), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73187,7 +77840,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73199,69 +77851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [19675] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, - ts_builtin_sym_end, - ACTIONS(1553), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73276,8 +77867,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73292,20 +77881,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19741] = 3, + [21427] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(758), 1, sym_comment, - ACTIONS(1651), 1, - ts_builtin_sym_end, - ACTIONS(1511), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73314,17 +77906,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73339,8 +77933,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73355,15 +77947,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19807] = 2, + [21497] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(759), 1, sym_comment, - ACTIONS(1551), 58, + ACTIONS(1635), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73375,7 +77972,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73387,6 +77983,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73401,8 +77999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73417,15 +78013,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19871] = 2, + [21567] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1547), 1, + ts_builtin_sym_end, + STATE(760), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1487), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73437,18 +78039,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73463,8 +78066,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73479,20 +78080,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [19935] = 3, + [21639] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(761), 1, sym_comment, - ACTIONS(1653), 1, - ts_builtin_sym_end, - ACTIONS(1583), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73501,17 +78105,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73526,8 +78132,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73542,15 +78146,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20001] = 2, + [21709] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(762), 1, sym_comment, - ACTIONS(1497), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73562,7 +78171,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73574,6 +78182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73588,8 +78198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73604,16 +78212,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20065] = 3, + [21779] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1621), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1715), 1, ts_builtin_sym_end, - ACTIONS(1579), 57, + STATE(763), 1, + sym_comment, + ACTIONS(1617), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73626,7 +78239,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73637,6 +78249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73651,8 +78265,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73667,18 +78279,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20131] = 2, + [21851] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1717), 1, + ts_builtin_sym_end, + STATE(764), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1621), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73687,18 +78306,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73713,8 +78332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73729,20 +78346,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20195] = 3, + [21923] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(765), 1, sym_comment, - ACTIONS(1655), 1, + ACTIONS(1511), 2, + sym__automatic_semicolon, ts_builtin_sym_end, - ACTIONS(1577), 57, + ACTIONS(1509), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -73751,7 +78373,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73762,6 +78383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73776,8 +78399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73792,16 +78413,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20261] = 3, + [21995] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1719), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(766), 1, + sym_comment, + ACTIONS(1623), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73814,7 +78440,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73825,6 +78450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73839,8 +78466,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73855,16 +78480,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20327] = 3, + [22067] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1721), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(767), 1, + sym_comment, + ACTIONS(1625), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73877,7 +78507,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73888,6 +78517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73902,8 +78533,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73918,15 +78547,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20393] = 2, + [22139] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(768), 1, sym_comment, - ACTIONS(1555), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -73938,7 +78572,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -73950,6 +78583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -73964,8 +78599,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -73980,20 +78613,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20457] = 3, + [22209] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1549), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1723), 1, + anon_sym_SEMI, + ACTIONS(1725), 1, + sym__automatic_semicolon, + STATE(769), 1, + sym_comment, + ACTIONS(1513), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74002,17 +78643,17 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74027,8 +78668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74043,16 +78682,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20523] = 3, + [22285] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1727), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(770), 1, + sym_comment, + ACTIONS(1605), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74065,7 +78709,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74076,6 +78719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74090,8 +78735,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74106,20 +78749,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20589] = 3, + [22357] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(771), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74128,17 +78774,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74153,8 +78801,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74169,20 +78815,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20655] = 3, + [22427] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(772), 1, sym_comment, - ACTIONS(1657), 1, - ts_builtin_sym_end, - ACTIONS(1571), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74191,17 +78840,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74216,8 +78867,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74232,16 +78881,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20721] = 3, + [22497] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1659), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1729), 1, ts_builtin_sym_end, - ACTIONS(1491), 57, + STATE(773), 1, + sym_comment, + ACTIONS(1575), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74254,7 +78908,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74265,6 +78918,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74279,8 +78934,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74295,20 +78948,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20787] = 3, + [22569] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(774), 1, sym_comment, - ACTIONS(1661), 1, - ts_builtin_sym_end, - ACTIONS(1567), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74317,17 +78973,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74342,8 +79000,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74358,20 +79014,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20853] = 3, + [22639] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(775), 1, sym_comment, - ACTIONS(1663), 1, - ts_builtin_sym_end, - ACTIONS(1565), 57, + ACTIONS(1591), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74380,17 +79039,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74405,8 +79066,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74421,20 +79080,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20919] = 3, + [22709] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(776), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74443,17 +79105,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74468,8 +79132,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74484,16 +79146,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [20985] = 3, + [22779] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1731), 1, ts_builtin_sym_end, - ACTIONS(1489), 57, + STATE(777), 1, + sym_comment, + ACTIONS(1663), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74506,7 +79173,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74517,6 +79183,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74531,8 +79199,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74547,16 +79213,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21051] = 3, + [22851] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1733), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(778), 1, + sym_comment, + ACTIONS(1627), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74569,7 +79240,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74580,6 +79250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74594,8 +79266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74610,20 +79280,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21117] = 3, + [22923] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(779), 1, sym_comment, - ACTIONS(1667), 1, - ts_builtin_sym_end, - ACTIONS(1563), 57, + ACTIONS(1589), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74632,17 +79305,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74657,8 +79332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74673,21 +79346,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21183] = 4, + [22993] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1735), 1, ts_builtin_sym_end, - ACTIONS(971), 1, - sym__automatic_semicolon, - ACTIONS(820), 56, + STATE(780), 1, + sym_comment, + ACTIONS(1609), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74696,7 +79373,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74707,6 +79383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74721,8 +79399,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74737,16 +79413,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21251] = 3, + [23065] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1669), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1737), 1, ts_builtin_sym_end, - ACTIONS(1487), 57, + STATE(781), 1, + sym_comment, + ACTIONS(1613), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74759,7 +79440,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74770,6 +79450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74784,8 +79466,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74800,20 +79480,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21317] = 3, + [23137] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(782), 1, sym_comment, - ACTIONS(1671), 1, - ts_builtin_sym_end, - ACTIONS(1561), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74822,17 +79505,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74847,8 +79532,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74863,16 +79546,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21383] = 3, + [23207] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1739), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(783), 1, + sym_comment, + ACTIONS(1661), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -74885,7 +79573,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -74896,6 +79583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74910,8 +79599,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74926,20 +79613,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21449] = 3, + [23279] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(784), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -74948,17 +79638,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -74973,8 +79665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -74989,19 +79679,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21515] = 3, + [23349] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1741), 1, ts_builtin_sym_end, - ACTIONS(880), 57, + STATE(785), 1, + sym_comment, + ACTIONS(1629), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75010,18 +79706,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75036,8 +79732,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75052,20 +79746,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21581] = 3, + [23421] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(786), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75074,17 +79771,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75099,8 +79798,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75115,16 +79812,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21647] = 3, + [23491] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(787), 1, sym_comment, - ACTIONS(848), 1, - ts_builtin_sym_end, - ACTIONS(846), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75136,18 +79837,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75162,8 +79864,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75178,18 +79878,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21713] = 2, + [23561] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, + ts_builtin_sym_end, + STATE(788), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1643), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75198,18 +79905,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75224,8 +79931,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75240,15 +79945,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21777] = 2, + [23633] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(789), 1, sym_comment, - ACTIONS(1525), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75260,7 +79970,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75272,6 +79981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75286,8 +79997,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75302,20 +80011,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21841] = 3, + [23703] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(790), 1, sym_comment, - ACTIONS(1673), 1, - ts_builtin_sym_end, - ACTIONS(1483), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75324,17 +80036,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75349,8 +80063,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75365,15 +80077,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21907] = 2, + [23773] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(791), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1745), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75385,7 +80102,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75397,6 +80113,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75411,8 +80129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75427,20 +80143,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [21971] = 3, + [23843] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(792), 1, sym_comment, - ACTIONS(1605), 1, - ts_builtin_sym_end, - ACTIONS(1553), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75449,17 +80168,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75474,8 +80195,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75490,15 +80209,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22037] = 2, + [23913] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(793), 1, sym_comment, - ACTIONS(1553), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75510,7 +80234,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75522,6 +80245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75536,8 +80261,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75552,20 +80275,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22101] = 3, + [23983] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(794), 1, sym_comment, - ACTIONS(1675), 1, - ts_builtin_sym_end, - ACTIONS(1573), 57, + ACTIONS(1571), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75574,17 +80300,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75599,8 +80327,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75615,20 +80341,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22167] = 3, + [24053] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(795), 1, sym_comment, - ACTIONS(1677), 1, - ts_builtin_sym_end, - ACTIONS(1593), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -75637,17 +80366,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75662,8 +80393,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75678,15 +80407,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22233] = 2, + [24123] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(796), 1, sym_comment, - ACTIONS(1569), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75698,7 +80432,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75710,6 +80443,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75724,8 +80459,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75740,15 +80473,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22297] = 2, + [24193] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(797), 1, sym_comment, - ACTIONS(1569), 58, + ACTIONS(1539), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75760,7 +80498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75772,6 +80509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75786,8 +80525,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75802,16 +80539,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22361] = 3, + [24263] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1679), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1595), 57, + STATE(798), 1, + sym_comment, + ACTIONS(1643), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75824,7 +80566,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75835,6 +80576,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75849,8 +80592,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75865,16 +80606,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22427] = 3, + [24335] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1681), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1747), 1, ts_builtin_sym_end, - ACTIONS(1597), 57, + STATE(799), 1, + sym_comment, + ACTIONS(1657), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75887,7 +80633,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75898,6 +80643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -75912,8 +80659,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -75928,16 +80673,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22493] = 3, + [24407] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(800), 1, + sym_comment, + ACTIONS(1643), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -75950,7 +80700,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -75961,68 +80710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [22559] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1527), 58, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - 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_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76037,8 +80726,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76053,16 +80740,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22623] = 3, + [24479] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1749), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + STATE(801), 1, + sym_comment, + ACTIONS(1571), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76075,7 +80767,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -76086,70 +80777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [22689] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, - ts_builtin_sym_end, - ACTIONS(1683), 1, - sym__automatic_semicolon, - ACTIONS(820), 56, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76164,8 +80793,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76180,18 +80807,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22757] = 4, + [24551] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(802), 1, sym_comment, - ACTIONS(973), 1, - ts_builtin_sym_end, - ACTIONS(1041), 1, - sym__automatic_semicolon, - ACTIONS(896), 56, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76203,17 +80832,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76228,8 +80859,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76244,21 +80873,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22825] = 4, + [24621] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(977), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1751), 1, ts_builtin_sym_end, - ACTIONS(1023), 1, - sym__automatic_semicolon, - ACTIONS(906), 56, + STATE(803), 1, + sym_comment, + ACTIONS(1589), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76267,7 +80900,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -76278,6 +80910,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76292,8 +80926,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76308,18 +80940,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22893] = 4, + [24693] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(804), 1, sym_comment, - ACTIONS(983), 1, - ts_builtin_sym_end, - ACTIONS(1029), 1, - sym__automatic_semicolon, - ACTIONS(914), 56, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76331,17 +80965,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76356,8 +80992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76372,20 +81006,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [22961] = 3, + [24763] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(805), 1, sym_comment, - ACTIONS(882), 1, - ts_builtin_sym_end, - ACTIONS(880), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76394,17 +81031,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76419,8 +81058,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76435,20 +81072,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23027] = 3, + [24833] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(806), 1, sym_comment, - ACTIONS(1685), 1, - ts_builtin_sym_end, - ACTIONS(1599), 57, + ACTIONS(1605), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76457,17 +81097,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76482,8 +81124,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76498,20 +81138,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23093] = 3, + [24903] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(807), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1647), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76520,17 +81163,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76545,8 +81190,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76561,20 +81204,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23159] = 3, + [24973] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(808), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76583,17 +81229,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76608,8 +81256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76624,17 +81270,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23225] = 3, + [25043] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(809), 1, sym_comment, - ACTIONS(882), 2, - sym__automatic_semicolon, - ts_builtin_sym_end, - ACTIONS(880), 56, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76646,17 +81295,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76671,8 +81322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76687,8 +81336,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23291] = 2, + [25113] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(810), 1, sym_comment, ACTIONS(1529), 58, anon_sym_export, @@ -76696,6 +81349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76707,7 +81361,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -76719,69 +81372,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [23355] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_RBRACE, - 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_LPAREN, - 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_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76796,8 +81388,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76812,20 +81402,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23421] = 3, + [25183] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(811), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76834,17 +81427,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76859,8 +81454,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76875,20 +81468,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23487] = 3, + [25253] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1007), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1095), 1, + sym__automatic_semicolon, + STATE(812), 1, + sym_comment, + ACTIONS(974), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -76897,7 +81496,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -76908,6 +81506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76922,8 +81522,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -76938,17 +81536,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23553] = 3, + [25327] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(848), 2, - sym__automatic_semicolon, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1003), 1, ts_builtin_sym_end, - ACTIONS(846), 56, + ACTIONS(1085), 1, + sym__automatic_semicolon, + STATE(813), 1, + sym_comment, + ACTIONS(966), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -76960,7 +81564,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -76971,6 +81574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -76985,8 +81590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77001,20 +81604,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23619] = 3, + [25401] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(999), 1, ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1073), 1, + sym__automatic_semicolon, + STATE(814), 1, + sym_comment, + ACTIONS(948), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77023,7 +81632,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77034,6 +81642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77048,8 +81658,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77064,20 +81672,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23685] = 3, + [25475] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(815), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77086,17 +81697,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77111,8 +81724,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77127,20 +81738,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23751] = 3, + [25545] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(816), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1539), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77149,17 +81763,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77174,8 +81790,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77190,20 +81804,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23817] = 3, + [25615] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(817), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77212,17 +81829,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77237,8 +81856,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77253,20 +81870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23883] = 3, + [25685] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(818), 1, sym_comment, - ACTIONS(1635), 1, - ts_builtin_sym_end, - ACTIONS(1509), 57, + ACTIONS(1541), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77275,17 +81895,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77300,8 +81922,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77316,20 +81936,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [23949] = 3, + [25755] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(819), 1, sym_comment, - ACTIONS(1687), 1, - ts_builtin_sym_end, - ACTIONS(1533), 57, + ACTIONS(1583), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77338,17 +81961,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77363,8 +81988,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77379,20 +82002,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24015] = 3, + [25825] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(820), 1, sym_comment, - ACTIONS(1689), 1, - ts_builtin_sym_end, - ACTIONS(1559), 57, + ACTIONS(1537), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77401,17 +82027,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77426,8 +82054,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77442,15 +82068,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24081] = 2, + [25895] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(821), 1, sym_comment, - ACTIONS(1557), 58, + ACTIONS(1545), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77462,7 +82093,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77474,6 +82104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77488,8 +82120,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77504,15 +82134,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24145] = 2, + [25965] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(822), 1, sym_comment, - ACTIONS(1559), 58, + ACTIONS(874), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77524,7 +82159,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77536,6 +82170,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77550,8 +82186,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77566,16 +82200,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24209] = 3, + [26035] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1691), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1753), 1, ts_builtin_sym_end, - ACTIONS(1537), 57, + STATE(823), 1, + sym_comment, + ACTIONS(1647), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77588,7 +82227,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77599,68 +82237,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [24275] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1561), 58, - anon_sym_export, - anon_sym_default, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, - anon_sym_LPAREN, - 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_SEMI, - anon_sym_case, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77675,8 +82253,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77691,15 +82267,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24339] = 2, + [26107] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(824), 1, sym_comment, - ACTIONS(880), 58, + ACTIONS(1573), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77711,7 +82292,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77723,6 +82303,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77737,8 +82319,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77753,15 +82333,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24403] = 2, + [26177] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(825), 1, sym_comment, - ACTIONS(1563), 58, + ACTIONS(1529), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77773,7 +82358,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77785,6 +82369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77799,8 +82385,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77815,15 +82399,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24467] = 2, + [26247] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(826), 1, sym_comment, - ACTIONS(1565), 58, + ACTIONS(878), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77835,7 +82424,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77847,6 +82435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77861,8 +82451,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77877,15 +82465,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24531] = 2, + [26317] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(827), 1, sym_comment, - ACTIONS(1567), 58, + ACTIONS(1555), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -77897,7 +82490,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -77909,6 +82501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77923,8 +82517,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -77939,20 +82531,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24595] = 3, + [26387] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(828), 1, sym_comment, - ACTIONS(1605), 1, - ts_builtin_sym_end, - ACTIONS(1553), 57, + ACTIONS(1567), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -77961,17 +82556,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -77986,8 +82583,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78002,15 +82597,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24661] = 2, + [26457] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(829), 1, sym_comment, - ACTIONS(1573), 58, + ACTIONS(1575), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78022,7 +82622,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78034,6 +82633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78048,8 +82649,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78064,15 +82663,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24725] = 2, + [26527] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(830), 1, sym_comment, - ACTIONS(1575), 58, + ACTIONS(1567), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78084,7 +82688,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78096,6 +82699,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78110,8 +82715,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78126,15 +82729,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24789] = 2, + [26597] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(831), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1643), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78146,7 +82754,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78158,6 +82765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78172,8 +82781,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78188,16 +82795,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24853] = 3, + [26667] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1755), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(832), 1, + sym_comment, + ACTIONS(1631), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78210,7 +82822,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78221,6 +82832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78235,8 +82848,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [26739] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1757), 1, + ts_builtin_sym_end, + STATE(833), 1, + sym_comment, + ACTIONS(1531), 57, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_else, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78251,15 +82929,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24919] = 2, + [26811] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(834), 1, sym_comment, - ACTIONS(1571), 58, + ACTIONS(1643), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78271,7 +82954,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78283,6 +82965,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78297,8 +82981,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78313,20 +82995,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [24983] = 3, + [26881] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(835), 1, sym_comment, - ACTIONS(1693), 1, - ts_builtin_sym_end, - ACTIONS(1539), 57, + ACTIONS(1643), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78335,17 +83020,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78360,8 +83047,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78376,20 +83061,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25049] = 3, + [26951] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(836), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1643), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78398,17 +83086,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78423,8 +83113,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78439,16 +83127,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25115] = 3, + [27021] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1735), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(837), 1, + sym_comment, + ACTIONS(1609), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78461,7 +83154,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78472,6 +83164,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78486,8 +83180,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [27093] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(838), 1, + sym_comment, + ACTIONS(1657), 58, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78502,20 +83260,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25181] = 3, + [27163] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(839), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1643), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78524,17 +83285,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78549,8 +83312,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [27233] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(840), 1, + sym_comment, + ACTIONS(1643), 58, + anon_sym_export, + anon_sym_default, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_case, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78565,15 +83392,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25247] = 2, + [27303] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(841), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1661), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78585,7 +83417,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78597,6 +83428,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78611,8 +83444,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78627,16 +83458,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25311] = 3, + [27373] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(842), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78649,7 +83485,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78660,6 +83495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78674,8 +83511,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78690,16 +83525,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25377] = 3, + [27445] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1695), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1541), 57, + STATE(843), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78712,7 +83552,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78723,6 +83562,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78737,8 +83578,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78753,18 +83592,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25443] = 2, + [27517] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(844), 1, sym_comment, - ACTIONS(1503), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78773,18 +83619,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78799,8 +83645,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78815,16 +83659,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25507] = 3, + [27589] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(845), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78837,7 +83686,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78848,6 +83696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78862,8 +83712,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78878,16 +83726,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25573] = 3, + [27661] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1553), 57, + STATE(846), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -78900,7 +83753,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -78911,6 +83763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78925,8 +83779,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -78941,20 +83793,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25639] = 3, + [27733] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(847), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1531), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -78963,17 +83818,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -78988,8 +83845,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79004,15 +83859,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25705] = 2, + [27803] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(848), 1, sym_comment, - ACTIONS(1577), 58, + ACTIONS(1631), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79024,7 +83884,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79036,6 +83895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79050,8 +83911,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79066,16 +83925,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25769] = 3, + [27873] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(849), 1, + sym_comment, + ACTIONS(878), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79088,7 +83952,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79099,6 +83962,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79113,8 +83978,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79129,21 +83992,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25835] = 4, + [27945] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1697), 1, - sym__automatic_semicolon, - ACTIONS(880), 56, + STATE(850), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79152,7 +84019,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79163,6 +84029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79177,8 +84045,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79193,18 +84059,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25903] = 2, + [28017] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(851), 1, sym_comment, - ACTIONS(1479), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79213,18 +84086,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79239,8 +84112,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79255,18 +84126,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [25967] = 2, + [28089] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(852), 1, sym_comment, - ACTIONS(1481), 58, + ACTIONS(1539), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79275,18 +84153,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79301,8 +84179,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79317,20 +84193,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26031] = 3, + [28161] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(853), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1633), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79339,17 +84218,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79364,8 +84245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79380,21 +84259,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26097] = 4, + [28231] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(989), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1037), 1, - sym__automatic_semicolon, - ACTIONS(922), 56, + STATE(854), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79403,7 +84286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79414,6 +84296,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79428,8 +84312,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79444,15 +84326,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26165] = 2, + [28303] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(855), 1, sym_comment, - ACTIONS(1579), 58, + ACTIONS(912), 2, + sym__automatic_semicolon, + ts_builtin_sym_end, + ACTIONS(910), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79464,18 +84353,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79490,8 +84379,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79506,18 +84393,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26229] = 2, + [28375] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(856), 1, sym_comment, - ACTIONS(1579), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79526,18 +84420,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79552,8 +84446,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79568,15 +84460,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26293] = 2, + [28447] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(857), 1, sym_comment, - ACTIONS(1583), 58, + ACTIONS(1609), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79588,7 +84485,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79600,6 +84496,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79614,8 +84512,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79630,16 +84526,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26357] = 3, + [28517] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(858), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79652,7 +84553,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -79663,6 +84563,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79677,8 +84579,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79693,18 +84593,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26423] = 2, + [28589] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, + ts_builtin_sym_end, + STATE(859), 1, sym_comment, - ACTIONS(1483), 58, + ACTIONS(1643), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79713,18 +84620,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79739,8 +84646,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79755,18 +84660,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26487] = 2, + [28661] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(860), 1, sym_comment, - ACTIONS(1585), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79775,18 +84687,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79801,8 +84713,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79817,15 +84727,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26551] = 2, + [28733] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + ACTIONS(1761), 1, + sym__automatic_semicolon, + STATE(861), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(878), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -79837,18 +84755,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79863,8 +84781,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79879,18 +84795,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26615] = 2, + [28807] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1763), 1, + ts_builtin_sym_end, + STATE(862), 1, sym_comment, - ACTIONS(1587), 58, + ACTIONS(1619), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79899,18 +84822,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79925,8 +84848,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -79941,18 +84862,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26679] = 2, + [28879] = 14, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(863), 1, sym_comment, - ACTIONS(1589), 58, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1974), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 32, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [28969] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(864), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -79961,18 +84965,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -79987,8 +84991,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80003,15 +85005,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26743] = 2, + [29041] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(865), 1, sym_comment, - ACTIONS(846), 58, + ACTIONS(1651), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80023,7 +85030,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80035,6 +85041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80049,8 +85057,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80065,18 +85071,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26807] = 4, + [29111] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(866), 1, sym_comment, - ACTIONS(1017), 1, - ts_builtin_sym_end, - ACTIONS(1039), 1, + ACTIONS(876), 2, sym__automatic_semicolon, - ACTIONS(852), 56, + ts_builtin_sym_end, + ACTIONS(874), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80088,7 +85098,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80099,6 +85108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80113,8 +85124,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80129,18 +85138,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26875] = 2, + [29183] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(867), 1, sym_comment, - ACTIONS(1487), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80149,18 +85165,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80175,8 +85191,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80191,18 +85205,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [26939] = 2, + [29255] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(868), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80211,18 +85232,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80237,8 +85258,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80253,15 +85272,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27003] = 2, + [29327] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1037), 1, + ts_builtin_sym_end, + ACTIONS(1067), 1, + sym__automatic_semicolon, + STATE(869), 1, sym_comment, - ACTIONS(1591), 58, + ACTIONS(914), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80273,18 +85300,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80299,8 +85326,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80315,15 +85340,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27067] = 2, + [29401] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(870), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1637), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80335,7 +85365,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80347,6 +85376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80361,8 +85392,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80377,18 +85406,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27131] = 2, + [29471] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, + ts_builtin_sym_end, + STATE(871), 1, sym_comment, - ACTIONS(1489), 58, + ACTIONS(1643), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80397,18 +85433,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80423,8 +85459,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80439,18 +85473,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27195] = 2, + [29543] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(872), 1, sym_comment, - ACTIONS(1593), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80459,18 +85500,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80485,8 +85526,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80501,20 +85540,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27259] = 3, + [29615] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(873), 1, sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(1639), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80523,17 +85565,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80548,8 +85592,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80564,15 +85606,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27325] = 2, + [29685] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(874), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1641), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80584,7 +85631,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80596,6 +85642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80610,8 +85658,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80626,16 +85672,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27389] = 3, + [29755] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(875), 1, + sym_comment, + ACTIONS(1643), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80648,7 +85699,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80659,6 +85709,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80673,8 +85725,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80689,17 +85739,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27455] = 3, + [29827] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(876), 1, sym_comment, - ACTIONS(878), 2, + ACTIONS(882), 2, sym__automatic_semicolon, ts_builtin_sym_end, - ACTIONS(876), 56, + ACTIONS(878), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80711,7 +85766,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80722,6 +85776,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80736,8 +85792,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80752,15 +85806,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27521] = 2, + [29899] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1047), 1, + sym__automatic_semicolon, + STATE(877), 1, sym_comment, - ACTIONS(1595), 58, + ACTIONS(864), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80772,18 +85834,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80798,8 +85860,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80814,18 +85874,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27585] = 2, + [29973] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1765), 1, + ts_builtin_sym_end, + STATE(878), 1, sym_comment, - ACTIONS(1597), 58, + ACTIONS(1665), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80834,18 +85901,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80860,8 +85927,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80876,18 +85941,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27649] = 2, + [30045] = 14, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(879), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1930), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 32, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [30135] = 14, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(880), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1950), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 32, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [30225] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(881), 1, sym_comment, - ACTIONS(1491), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -80896,18 +86120,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80922,8 +86146,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -80938,16 +86160,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27713] = 3, + [30297] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(882), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -80960,7 +86187,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -80971,6 +86197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -80985,8 +86213,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81001,20 +86227,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27779] = 3, + [30369] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(883), 1, sym_comment, - ACTIONS(1631), 1, + ACTIONS(908), 2, + sym__automatic_semicolon, ts_builtin_sym_end, - ACTIONS(1467), 57, + ACTIONS(906), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81023,7 +86254,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -81034,6 +86264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81048,8 +86280,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81064,19 +86294,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27845] = 3, + [30441] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, ts_builtin_sym_end, - ACTIONS(1453), 57, + STATE(884), 1, + sym_comment, + ACTIONS(874), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81085,18 +86321,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81111,8 +86347,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81127,16 +86361,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27911] = 3, + [30513] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1699), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1557), 57, + STATE(885), 1, + sym_comment, + ACTIONS(1529), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -81149,7 +86388,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -81160,6 +86398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81174,8 +86414,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81190,18 +86428,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [27977] = 2, + [30585] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(886), 1, sym_comment, - ACTIONS(1599), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81210,18 +86455,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81236,8 +86481,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81252,18 +86495,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28041] = 2, + [30657] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(887), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1529), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81272,18 +86522,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81298,8 +86548,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81314,18 +86562,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28105] = 2, + [30729] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1767), 1, + ts_builtin_sym_end, + STATE(888), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1567), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81334,18 +86589,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81360,8 +86615,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81376,18 +86629,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28169] = 2, + [30801] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1769), 1, + ts_builtin_sym_end, + STATE(889), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1541), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81396,18 +86656,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81422,8 +86682,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81438,18 +86696,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28233] = 2, + [30873] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1767), 1, + ts_builtin_sym_end, + STATE(890), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1567), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81458,18 +86723,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81484,8 +86749,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81500,20 +86763,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28297] = 3, + [30945] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(891), 1, sym_comment, - ACTIONS(1701), 1, - ts_builtin_sym_end, - ACTIONS(1543), 57, + ACTIONS(1579), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81522,17 +86788,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81547,8 +86815,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81563,15 +86829,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28363] = 2, + [31015] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, + ts_builtin_sym_end, + STATE(892), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(878), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -81583,18 +86855,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81609,8 +86882,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81625,16 +86896,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28427] = 3, + [31087] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1771), 1, ts_builtin_sym_end, - ACTIONS(1481), 57, + STATE(893), 1, + sym_comment, + ACTIONS(1555), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -81647,7 +86923,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -81658,6 +86933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81672,8 +86949,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81688,18 +86963,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28493] = 2, + [31159] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1773), 1, + ts_builtin_sym_end, + STATE(894), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1545), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81708,18 +86990,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81734,8 +87016,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81750,20 +87030,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28557] = 3, + [31231] = 14, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1290), 1, + anon_sym_EQ_GT, + ACTIONS(1406), 1, + sym_identifier, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + STATE(895), 1, sym_comment, - ACTIONS(1631), 1, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1990), 1, + sym_variable_declarator, + ACTIONS(1211), 2, + sym__automatic_semicolon, + sym__ternary_qmark, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 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(1222), 32, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_in, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [31321] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1649), 1, ts_builtin_sym_end, - ACTIONS(1467), 57, + STATE(896), 1, + sym_comment, + ACTIONS(1521), 57, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81772,17 +87132,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81797,8 +87159,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81813,15 +87173,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28623] = 2, + [31393] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(897), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1577), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -81833,7 +87198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -81845,6 +87209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81859,8 +87225,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81875,15 +87239,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28687] = 2, + [31463] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(902), 1, + ts_builtin_sym_end, + ACTIONS(1775), 1, + sym__automatic_semicolon, + STATE(898), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(864), 56, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -81895,18 +87267,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81921,8 +87293,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -81937,20 +87307,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28751] = 3, + [31537] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(899), 1, sym_comment, - ACTIONS(1705), 1, - ts_builtin_sym_end, - ACTIONS(1479), 57, + ACTIONS(1529), 58, anon_sym_export, + anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, - anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -81959,17 +87332,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, + anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -81984,8 +87359,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82000,18 +87373,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28817] = 2, + [31607] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1777), 1, + ts_builtin_sym_end, + STATE(900), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1659), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82020,18 +87400,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82046,8 +87426,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82062,15 +87440,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28881] = 2, + [31679] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, + ts_builtin_sym_end, + STATE(901), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(874), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82082,18 +87466,19 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, + anon_sym_finally, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82108,8 +87493,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82124,18 +87507,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [28945] = 2, + [31751] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1779), 1, + ts_builtin_sym_end, + STATE(902), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1573), 57, anon_sym_export, - anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, + anon_sym_else, anon_sym_if, anon_sym_switch, anon_sym_for, @@ -82144,18 +87534,18 @@ static const uint16_t ts_small_parse_table[] = { 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_SEMI, - anon_sym_case, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82170,8 +87560,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82186,15 +87574,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29009] = 2, + [31823] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(903), 1, sym_comment, - ACTIONS(1467), 58, + ACTIONS(1603), 58, anon_sym_export, anon_sym_default, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82206,7 +87599,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82218,6 +87610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82232,8 +87626,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82248,16 +87640,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29073] = 3, + [31893] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1701), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1543), 56, + STATE(904), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82269,7 +87666,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82280,6 +87676,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82294,8 +87692,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82310,16 +87706,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29138] = 3, + [31964] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1621), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1579), 56, + STATE(905), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82331,7 +87732,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82342,6 +87742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82356,8 +87758,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82372,16 +87772,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29203] = 3, + [32035] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1613), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1679), 1, ts_builtin_sym_end, - ACTIONS(1493), 56, + STATE(906), 1, + sym_comment, + ACTIONS(1591), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82393,7 +87798,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82404,6 +87808,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82418,8 +87824,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82434,16 +87838,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29268] = 3, + [32106] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1611), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1495), 56, + STATE(907), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82455,7 +87864,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82466,6 +87874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82480,8 +87890,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82496,16 +87904,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29333] = 3, - ACTIONS(3), 1, + [32177] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1224), 1, + anon_sym_COLON, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1243), 1, + anon_sym_RBRACE, + ACTIONS(1785), 1, + anon_sym_LPAREN, + ACTIONS(1788), 1, + anon_sym_EQ, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + STATE(908), 1, sym_comment, - ACTIONS(1635), 1, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1783), 15, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 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(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [32264] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(909), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82517,7 +88004,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82528,6 +88014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82542,8 +88030,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82558,16 +88044,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29398] = 3, + [32335] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1747), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(910), 1, + sym_comment, + ACTIONS(1657), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82579,7 +88070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82590,6 +88080,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82604,8 +88096,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82620,16 +88110,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29463] = 3, - ACTIONS(3), 1, + [32406] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1213), 1, + anon_sym_RBRACE, + ACTIONS(1224), 1, + anon_sym_COLON, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1785), 1, + anon_sym_LPAREN, + ACTIONS(1788), 1, + anon_sym_EQ, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + STATE(911), 1, sym_comment, - ACTIONS(1635), 1, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1783), 15, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 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(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [32493] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(912), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82641,7 +88210,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82652,6 +88220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82666,8 +88236,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82682,16 +88250,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29528] = 3, + [32564] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(913), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82703,7 +88276,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82714,6 +88286,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82728,8 +88302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82744,16 +88316,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29593] = 3, + [32635] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(914), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82765,7 +88342,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82776,6 +88352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82790,8 +88368,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82806,16 +88382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29658] = 3, + [32706] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(915), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82827,7 +88408,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82838,6 +88418,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82852,8 +88434,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82868,16 +88448,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29723] = 3, + [32777] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1609), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1497), 56, + STATE(916), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82889,7 +88474,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82900,6 +88484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82914,8 +88500,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82930,16 +88514,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29788] = 3, + [32848] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1669), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1487), 56, + STATE(917), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -82951,7 +88540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -82962,6 +88550,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -82976,8 +88566,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -82992,16 +88580,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29853] = 3, + [32919] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1767), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(918), 1, + sym_comment, + ACTIONS(1567), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83013,7 +88606,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83024,6 +88616,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83038,8 +88632,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83054,16 +88646,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29918] = 3, + [32990] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1699), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1557), 56, + STATE(919), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83075,7 +88672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83086,6 +88682,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83100,8 +88698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83116,16 +88712,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [29983] = 3, + [33061] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1665), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1691), 1, ts_builtin_sym_end, - ACTIONS(1489), 56, + STATE(920), 1, + sym_comment, + ACTIONS(1639), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83137,7 +88738,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83148,6 +88748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83162,8 +88764,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83178,16 +88778,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30048] = 3, + [33132] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1603), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1767), 1, ts_builtin_sym_end, - ACTIONS(1551), 56, + STATE(921), 1, + sym_comment, + ACTIONS(1567), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83199,7 +88804,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83210,6 +88814,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83224,8 +88830,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83240,16 +88844,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30113] = 3, + [33203] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1771), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(922), 1, + sym_comment, + ACTIONS(1555), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83261,7 +88870,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83272,6 +88880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83286,8 +88896,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83302,16 +88910,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30178] = 3, + [33274] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(923), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83323,7 +88936,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83334,6 +88946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83348,8 +88962,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83364,16 +88976,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30243] = 3, + [33345] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(924), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83385,7 +89002,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83396,6 +89012,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83410,8 +89028,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83426,16 +89042,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30308] = 3, + [33416] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1601), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1555), 56, + STATE(925), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83447,7 +89068,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83458,6 +89078,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83472,8 +89094,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83488,16 +89108,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30373] = 3, + [33487] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1699), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(926), 1, + sym_comment, + ACTIONS(1593), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83509,7 +89134,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83520,6 +89144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83534,8 +89160,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83550,16 +89174,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30438] = 3, + [33558] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(927), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83571,7 +89200,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83582,6 +89210,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83596,8 +89226,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83612,16 +89240,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30503] = 3, + [33629] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1659), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1491), 56, + STATE(928), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83633,7 +89266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83644,6 +89276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83658,8 +89292,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83674,16 +89306,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30568] = 3, + [33700] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1749), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(929), 1, + sym_comment, + ACTIONS(1571), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83695,7 +89332,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83706,6 +89342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83720,8 +89358,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83736,16 +89372,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30633] = 3, + [33771] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1701), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(930), 1, + sym_comment, + ACTIONS(1607), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83757,7 +89398,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83768,6 +89408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83782,8 +89424,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83798,16 +89438,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30698] = 3, + [33842] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1615), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1729), 1, ts_builtin_sym_end, - ACTIONS(1529), 56, + STATE(931), 1, + sym_comment, + ACTIONS(1575), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83819,7 +89464,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83830,6 +89474,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83844,8 +89490,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83860,16 +89504,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30763] = 3, + [33913] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1779), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(932), 1, + sym_comment, + ACTIONS(1573), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83881,7 +89530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83892,6 +89540,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83906,8 +89556,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83922,16 +89570,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30828] = 3, + [33984] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(933), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -83943,7 +89596,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -83954,6 +89606,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -83968,8 +89622,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -83984,16 +89636,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30893] = 3, + [34055] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1667), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1773), 1, ts_builtin_sym_end, - ACTIONS(1563), 56, + STATE(934), 1, + sym_comment, + ACTIONS(1545), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84005,7 +89662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84016,6 +89672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84030,8 +89688,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84046,16 +89702,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [30958] = 3, + [34126] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1689), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1769), 1, ts_builtin_sym_end, - ACTIONS(1559), 56, + STATE(935), 1, + sym_comment, + ACTIONS(1541), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84067,7 +89728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84078,6 +89738,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84092,8 +89754,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84108,16 +89768,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31023] = 3, + [34197] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1685), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1739), 1, ts_builtin_sym_end, - ACTIONS(1599), 56, + STATE(936), 1, + sym_comment, + ACTIONS(1661), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84129,7 +89794,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84140,6 +89804,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84154,8 +89820,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84170,16 +89834,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31088] = 3, + [34268] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1671), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1713), 1, ts_builtin_sym_end, - ACTIONS(1561), 56, + STATE(937), 1, + sym_comment, + ACTIONS(1583), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84191,7 +89860,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84202,6 +89870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84216,8 +89886,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84232,16 +89900,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31153] = 3, + [34339] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1681), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1597), 56, + STATE(938), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84253,7 +89926,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84264,6 +89936,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84278,8 +89952,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84294,16 +89966,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31218] = 3, + [34410] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1605), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1741), 1, ts_builtin_sym_end, - ACTIONS(1553), 56, + STATE(939), 1, + sym_comment, + ACTIONS(1629), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84315,7 +89992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84326,6 +90002,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84340,8 +90018,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84356,16 +90032,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31283] = 3, + [34481] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(848), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(846), 56, + STATE(940), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84377,7 +90058,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84388,6 +90068,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84402,8 +90084,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84418,16 +90098,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31348] = 3, + [34552] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1607), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1687), 1, ts_builtin_sym_end, - ACTIONS(1569), 56, + STATE(941), 1, + sym_comment, + ACTIONS(1597), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84439,7 +90124,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84450,6 +90134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84464,8 +90150,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84480,16 +90164,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31413] = 3, + [34623] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1683), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(942), 1, + sym_comment, + ACTIONS(1599), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84501,7 +90190,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84512,6 +90200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84526,8 +90216,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84542,16 +90230,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31478] = 3, + [34694] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1607), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1669), 1, ts_builtin_sym_end, - ACTIONS(1569), 56, + STATE(943), 1, + sym_comment, + ACTIONS(1601), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84563,7 +90256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84574,6 +90266,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84588,8 +90282,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84604,16 +90296,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31543] = 3, + [34765] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1633), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1507), 56, + STATE(944), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84625,7 +90322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84636,6 +90332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84650,8 +90348,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84666,16 +90362,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31608] = 3, + [34836] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1753), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(945), 1, + sym_comment, + ACTIONS(1647), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84687,7 +90388,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84698,6 +90398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84712,8 +90414,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84728,16 +90428,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31673] = 3, + [34907] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1705), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(946), 1, + sym_comment, + ACTIONS(1615), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84749,7 +90454,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84760,6 +90464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84774,8 +90480,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84790,16 +90494,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31738] = 3, + [34978] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(947), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84811,7 +90520,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84822,6 +90530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84836,8 +90546,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84852,16 +90560,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31803] = 3, + [35049] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(948), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84873,7 +90586,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84884,6 +90596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84898,8 +90612,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84914,16 +90626,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31868] = 3, + [35120] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1629), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1755), 1, ts_builtin_sym_end, - ACTIONS(1525), 56, + STATE(949), 1, + sym_comment, + ACTIONS(1631), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84935,7 +90652,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -84946,6 +90662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -84960,8 +90678,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -84976,16 +90692,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31933] = 3, + [35191] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1625), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1527), 56, + STATE(950), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -84997,7 +90718,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85008,6 +90728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85022,8 +90744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85038,16 +90758,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [31998] = 3, + [35262] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1623), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1503), 56, + STATE(951), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85059,7 +90784,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85070,6 +90794,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85084,8 +90810,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85100,16 +90824,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32063] = 3, + [35333] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1617), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1733), 1, ts_builtin_sym_end, - ACTIONS(1523), 56, + STATE(952), 1, + sym_comment, + ACTIONS(1627), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85121,7 +90850,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85132,6 +90860,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85146,8 +90876,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85162,16 +90890,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32128] = 3, + [35404] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1619), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1675), 1, ts_builtin_sym_end, - ACTIONS(1521), 56, + STATE(953), 1, + sym_comment, + ACTIONS(1645), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85183,7 +90916,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85194,6 +90926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85208,8 +90942,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85224,16 +90956,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32193] = 3, + [35475] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1675), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(954), 1, + sym_comment, + ACTIONS(1645), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85245,7 +90982,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85256,6 +90992,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85270,8 +91008,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85286,16 +91022,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32258] = 3, + [35546] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(955), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85307,7 +91048,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85318,6 +91058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85332,8 +91074,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85348,16 +91088,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32323] = 3, + [35617] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1709), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(956), 1, + sym_comment, + ACTIONS(1603), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85369,7 +91114,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85380,6 +91124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85394,8 +91140,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85410,86 +91154,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32388] = 11, - ACTIONS(1188), 1, - anon_sym_COLON, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1209), 1, - anon_sym_RBRACE, - ACTIONS(1711), 1, - anon_sym_LPAREN, - ACTIONS(1714), 1, - anon_sym_EQ, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - STATE(1986), 1, - aux_sym_object_repeat1, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1709), 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(1718), 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(1707), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [32469] = 3, + [35688] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1663), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1757), 1, ts_builtin_sym_end, - ACTIONS(1565), 56, + STATE(957), 1, + sym_comment, + ACTIONS(1531), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85501,7 +91180,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85512,6 +91190,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85526,8 +91206,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85542,86 +91220,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32534] = 11, - ACTIONS(1188), 1, - anon_sym_COLON, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE, - ACTIONS(1711), 1, - anon_sym_LPAREN, - ACTIONS(1714), 1, - anon_sym_EQ, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, - aux_sym_object_repeat1, - ACTIONS(1709), 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(1718), 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(1707), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [32615] = 3, + [35759] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1661), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1794), 1, ts_builtin_sym_end, - ACTIONS(1567), 56, + STATE(958), 1, + sym_comment, + ACTIONS(1745), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85633,7 +91246,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85644,6 +91256,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85658,8 +91272,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85674,16 +91286,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32680] = 3, + [35830] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1689), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(959), 1, + sym_comment, + ACTIONS(1537), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85695,7 +91312,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85706,6 +91322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85720,8 +91338,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85736,16 +91352,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32745] = 3, + [35901] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(960), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85757,7 +91378,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85768,6 +91388,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85782,8 +91404,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85798,16 +91418,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32810] = 3, + [35972] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1675), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1777), 1, ts_builtin_sym_end, - ACTIONS(1573), 56, + STATE(961), 1, + sym_comment, + ACTIONS(1659), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85819,7 +91444,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85830,6 +91454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85844,8 +91470,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85860,16 +91484,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32875] = 3, + [36043] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1679), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1595), 56, + STATE(962), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85881,7 +91510,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85892,6 +91520,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85906,8 +91536,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85922,16 +91550,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [32940] = 3, + [36114] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1635), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1721), 1, ts_builtin_sym_end, - ACTIONS(1509), 56, + STATE(963), 1, + sym_comment, + ACTIONS(1625), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -85943,7 +91576,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -85954,6 +91586,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -85968,8 +91602,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -85984,16 +91616,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33005] = 3, + [36185] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1657), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1571), 56, + STATE(964), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86005,7 +91642,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86016,6 +91652,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86030,8 +91668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86046,16 +91682,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33070] = 3, + [36256] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1627), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, ts_builtin_sym_end, - ACTIONS(1575), 56, + STATE(965), 1, + sym_comment, + ACTIONS(1539), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86067,7 +91708,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86078,6 +91718,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86092,8 +91734,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86108,16 +91748,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33135] = 3, + [36327] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(966), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86129,7 +91774,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86140,6 +91784,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86154,8 +91800,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86170,16 +91814,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33200] = 3, + [36398] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1673), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(967), 1, + sym_comment, + ACTIONS(1635), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86191,7 +91840,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86202,6 +91850,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86216,8 +91866,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86232,16 +91880,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33265] = 3, + [36469] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1719), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(968), 1, + sym_comment, + ACTIONS(1623), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86253,7 +91906,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86264,6 +91916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86278,8 +91932,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86294,16 +91946,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33330] = 3, + [36540] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(876), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(969), 1, + sym_comment, + ACTIONS(874), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86315,7 +91972,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86326,6 +91982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86340,8 +91998,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86356,16 +92012,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33395] = 3, + [36611] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1687), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1533), 56, + STATE(970), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86377,7 +92038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86388,6 +92048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86402,8 +92064,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86418,16 +92078,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33460] = 3, + [36682] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1681), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(971), 1, + sym_comment, + ACTIONS(1577), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86439,7 +92104,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86450,6 +92114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86464,8 +92130,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86480,16 +92144,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33525] = 3, + [36753] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(972), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86501,7 +92170,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86512,6 +92180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86526,8 +92196,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86542,16 +92210,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33590] = 3, + [36824] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1691), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(882), 1, ts_builtin_sym_end, - ACTIONS(1537), 56, + STATE(973), 1, + sym_comment, + ACTIONS(878), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86563,7 +92236,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86574,6 +92246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86588,8 +92262,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86604,16 +92276,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33655] = 3, + [36895] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1677), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1685), 1, ts_builtin_sym_end, - ACTIONS(1593), 56, + STATE(974), 1, + sym_comment, + ACTIONS(1579), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86625,7 +92302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86636,6 +92312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86650,8 +92328,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86666,16 +92342,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33720] = 3, + [36966] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1693), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1539), 56, + STATE(975), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86687,7 +92368,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86698,6 +92378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86712,8 +92394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86728,16 +92408,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33785] = 3, + [37037] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1717), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(976), 1, + sym_comment, + ACTIONS(1621), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86749,7 +92434,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86760,6 +92444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86774,8 +92460,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86790,16 +92474,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33850] = 3, + [37108] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(977), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86811,7 +92500,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86822,6 +92510,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86836,8 +92526,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86852,38 +92540,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, - ts_builtin_sym_end, - ACTIONS(1467), 56, - anon_sym_export, - anon_sym_LBRACE, + [37179] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1224), 1, + anon_sym_COLON, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1245), 1, anon_sym_RBRACE, - anon_sym_import, - anon_sym_var, - anon_sym_let, - anon_sym_const, - anon_sym_if, - anon_sym_switch, - anon_sym_for, + ACTIONS(1785), 1, anon_sym_LPAREN, - 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, + ACTIONS(1788), 1, + anon_sym_EQ, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + STATE(978), 1, + sym_comment, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2118), 1, + aux_sym_object_repeat1, + ACTIONS(1783), 15, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 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(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [37266] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1715), 1, + ts_builtin_sym_end, + STATE(979), 1, + sym_comment, + ACTIONS(1617), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, anon_sym_throw, anon_sym_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86898,8 +92666,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86914,16 +92680,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [33980] = 3, + [37337] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1655), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1577), 56, + STATE(980), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86935,7 +92706,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -86946,6 +92716,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -86960,8 +92732,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -86976,16 +92746,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34045] = 3, + [37408] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1677), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(981), 1, + sym_comment, + ACTIONS(1633), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -86997,7 +92772,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87008,6 +92782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87022,8 +92798,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87038,16 +92812,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34110] = 3, + [37479] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1695), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1541), 56, + STATE(982), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87059,7 +92838,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87070,6 +92848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87084,8 +92864,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87100,16 +92878,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34175] = 3, + [37550] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(983), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87121,7 +92904,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87132,6 +92914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87146,8 +92930,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87162,16 +92944,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34240] = 3, + [37621] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1651), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1693), 1, ts_builtin_sym_end, - ACTIONS(1511), 56, + STATE(984), 1, + sym_comment, + ACTIONS(1581), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87183,7 +92970,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87194,6 +92980,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87208,8 +92996,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87224,16 +93010,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34305] = 3, + [37692] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1621), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1671), 1, ts_builtin_sym_end, - ACTIONS(1579), 56, + STATE(985), 1, + sym_comment, + ACTIONS(1651), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87245,7 +93036,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87256,6 +93046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87270,8 +93062,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87286,16 +93076,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34370] = 3, + [37763] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1673), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1697), 1, ts_builtin_sym_end, - ACTIONS(1483), 56, + STATE(986), 1, + sym_comment, + ACTIONS(1637), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87307,7 +93102,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87318,6 +93112,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87332,8 +93128,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87348,16 +93142,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34435] = 3, + [37834] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(987), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87369,7 +93168,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87380,6 +93178,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87394,8 +93194,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87410,16 +93208,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34500] = 3, + [37905] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1695), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(988), 1, + sym_comment, + ACTIONS(1587), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87431,7 +93234,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87442,6 +93244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87456,8 +93260,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87472,16 +93274,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34565] = 3, + [37976] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(989), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87493,7 +93300,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87504,6 +93310,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87518,8 +93326,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87534,16 +93340,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34630] = 3, + [38047] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1653), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1703), 1, ts_builtin_sym_end, - ACTIONS(1583), 56, + STATE(990), 1, + sym_comment, + ACTIONS(1611), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87555,7 +93366,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87566,6 +93376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87580,8 +93392,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87596,16 +93406,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34695] = 3, + [38118] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1639), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1707), 1, ts_builtin_sym_end, - ACTIONS(1545), 56, + STATE(991), 1, + sym_comment, + ACTIONS(1641), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87617,7 +93432,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87628,6 +93442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87642,8 +93458,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87658,16 +93472,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34760] = 3, + [38189] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1649), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1731), 1, ts_builtin_sym_end, - ACTIONS(1585), 56, + STATE(992), 1, + sym_comment, + ACTIONS(1663), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87679,7 +93498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87690,6 +93508,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87704,8 +93524,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87720,16 +93538,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34825] = 3, + [38260] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1637), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1547), 56, + STATE(993), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87741,7 +93564,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87752,6 +93574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87766,8 +93590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87782,16 +93604,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34890] = 3, + [38331] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1751), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(994), 1, + sym_comment, + ACTIONS(1589), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87803,7 +93630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87814,6 +93640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87828,8 +93656,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87844,16 +93670,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [34955] = 3, + [38402] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(995), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87865,7 +93696,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87876,6 +93706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87890,8 +93722,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87906,16 +93736,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35020] = 3, + [38473] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(996), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87927,7 +93762,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -87938,6 +93772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -87952,8 +93788,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -87968,16 +93802,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35085] = 3, + [38544] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1647), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, ts_builtin_sym_end, - ACTIONS(1587), 56, + STATE(997), 1, + sym_comment, + ACTIONS(1529), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -87989,7 +93828,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88000,6 +93838,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88014,8 +93854,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88030,16 +93868,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35150] = 3, + [38615] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1631), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1727), 1, ts_builtin_sym_end, - ACTIONS(1467), 56, + STATE(998), 1, + sym_comment, + ACTIONS(1605), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88051,7 +93894,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88062,6 +93904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88076,8 +93920,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88092,16 +93934,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35215] = 3, + [38686] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1643), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1735), 1, ts_builtin_sym_end, - ACTIONS(1589), 56, + STATE(999), 1, + sym_comment, + ACTIONS(1609), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88113,7 +93960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88124,6 +93970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88138,8 +93986,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88154,16 +94000,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35280] = 3, + [38757] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1735), 1, ts_builtin_sym_end, - ACTIONS(1481), 56, + STATE(1000), 1, + sym_comment, + ACTIONS(1609), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88175,7 +94026,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88186,6 +94036,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88200,8 +94052,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88216,86 +94066,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35345] = 11, - ACTIONS(1177), 1, - anon_sym_RBRACE, - ACTIONS(1188), 1, - anon_sym_COLON, - ACTIONS(1203), 1, + [38828] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1759), 1, + ts_builtin_sym_end, + STATE(1001), 1, sym_comment, - ACTIONS(1711), 1, + ACTIONS(1529), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, anon_sym_LPAREN, - ACTIONS(1714), 1, - anon_sym_EQ, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, - aux_sym_object_repeat1, - ACTIONS(1709), 14, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, anon_sym_SEMI, + anon_sym_yield, 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(1718), 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(1707), 21, - anon_sym_STAR, - anon_sym_in, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - [35426] = 3, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [38899] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1645), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1737), 1, ts_builtin_sym_end, - ACTIONS(1591), 56, + STATE(1002), 1, + sym_comment, + ACTIONS(1613), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88307,7 +94158,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88318,6 +94168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88332,8 +94184,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88348,16 +94198,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35491] = 3, + [38970] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(1705), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1763), 1, ts_builtin_sym_end, - ACTIONS(1479), 56, + STATE(1003), 1, + sym_comment, + ACTIONS(1619), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88369,7 +94224,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88380,6 +94234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88394,8 +94250,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88410,16 +94264,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35556] = 3, + [39041] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(882), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1743), 1, ts_builtin_sym_end, - ACTIONS(880), 56, + STATE(1004), 1, + sym_comment, + ACTIONS(1643), 56, anon_sym_export, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -88431,7 +94290,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -88442,6 +94300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -88456,8 +94316,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -88472,50 +94330,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [35621] = 3, - ACTIONS(1203), 1, + [39112] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1765), 1, + ts_builtin_sym_end, + STATE(1005), 1, sym_comment, - ACTIONS(1511), 22, - anon_sym_STAR, - anon_sym_in, - anon_sym_EQ, + ACTIONS(1665), 56, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - 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_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(1651), 34, - sym__ternary_qmark, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [39183] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1667), 1, + ts_builtin_sym_end, + STATE(1006), 1, + sym_comment, + ACTIONS(1539), 56, + anon_sym_export, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, 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_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [39254] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1007), 1, + sym_comment, + ACTIONS(1796), 21, + anon_sym_STAR, + anon_sym_in, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + ACTIONS(1798), 35, + 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, @@ -88532,13 +94525,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [35685] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [39324] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1008), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -88554,27 +94552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 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(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -88595,11 +94573,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + ACTIONS(1783), 20, + 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_DASH_DASH, - [35753] = 3, - ACTIONS(1203), 1, + anon_sym_BQUOTE, + [39398] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1009), 1, sym_comment, - ACTIONS(1722), 22, + ACTIONS(1802), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -88621,8 +94623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1724), 34, + ACTIONS(1804), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -88656,11 +94657,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [35817] = 3, - ACTIONS(1203), 1, + [39468] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1010), 1, sym_comment, - ACTIONS(1726), 22, + ACTIONS(1806), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -88682,8 +94688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1728), 34, + ACTIONS(1808), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -88717,46 +94722,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [35881] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1730), 22, - anon_sym_STAR, - anon_sym_in, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, - ACTIONS(1732), 34, + anon_sym_BQUOTE, + [39538] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1211), 1, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1390), 1, + anon_sym_EQ_GT, + ACTIONS(1439), 1, + anon_sym_in, + ACTIONS(1442), 1, anon_sym_of, - anon_sym_COLON, + ACTIONS(1810), 1, + sym_identifier, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(1814), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - sym_optional_chain, + STATE(1011), 1, + sym_comment, + STATE(2255), 1, + sym__destructuring_pattern, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + ACTIONS(1292), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -88772,17 +94768,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1222), 30, + anon_sym_STAR, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + sym_optional_chain, + 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_SLASH, + 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, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [35945] = 3, - ACTIONS(1203), 1, + [39628] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1012), 1, sym_comment, - ACTIONS(1734), 22, + ACTIONS(1509), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -88804,8 +94828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1736), 34, + ACTIONS(1511), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -88839,11 +94862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [36009] = 3, - ACTIONS(1203), 1, + [39698] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1013), 1, sym_comment, - ACTIONS(1738), 22, + ACTIONS(1817), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -88865,8 +94893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1740), 34, + ACTIONS(1819), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -88900,11 +94927,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [36073] = 3, - ACTIONS(1203), 1, + [39768] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1014), 1, sym_comment, - ACTIONS(1742), 22, + ACTIONS(1821), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -88926,8 +94958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1744), 34, + ACTIONS(1823), 35, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -88961,51 +94992,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [36137] = 6, - ACTIONS(1203), 1, + [39838] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1015), 1, sym_comment, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1746), 1, - anon_sym_EQ_GT, - ACTIONS(1201), 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(1175), 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(1186), 21, + ACTIONS(1825), 21, anon_sym_STAR, anon_sym_in, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -89024,15 +95023,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [36206] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1338), 1, - anon_sym_EQ, - ACTIONS(1746), 1, - anon_sym_EQ_GT, - ACTIONS(1201), 15, + ACTIONS(1827), 35, + 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, @@ -89048,53 +95051,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1175), 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(1186), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, - [36275] = 2, + anon_sym_BQUOTE, + [39908] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1016), 1, sym_comment, - ACTIONS(1748), 55, + ACTIONS(1829), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89106,7 +95082,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89117,6 +95092,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89131,8 +95108,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89147,14 +95122,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36336] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1750), 1, + [39975] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1374), 1, anon_sym_EQ, - ACTIONS(1752), 1, + ACTIONS(1831), 1, anon_sym_EQ_GT, - ACTIONS(1718), 15, + STATE(1017), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89170,7 +95149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 17, + ACTIONS(1211), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -89187,8 +95166,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -89209,14 +95189,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [36405] = 2, + [40050] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1018), 1, sym_comment, - ACTIONS(1748), 55, + ACTIONS(1833), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89228,7 +95212,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89239,6 +95222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89253,8 +95238,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89269,13 +95252,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36466] = 2, + [40117] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, + anon_sym_EQ, + ACTIONS(1837), 1, + anon_sym_EQ_GT, + STATE(1019), 1, + sym_comment, + ACTIONS(1792), 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(1783), 18, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [40192] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1831), 1, + anon_sym_EQ_GT, + STATE(1020), 1, + sym_comment, + ACTIONS(1237), 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(1211), 18, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [40267] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1021), 1, sym_comment, - ACTIONS(1748), 55, + ACTIONS(1509), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89287,7 +95409,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89298,6 +95419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89312,8 +95435,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89328,13 +95449,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36527] = 2, + [40334] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, + anon_sym_EQ, + ACTIONS(1837), 1, + anon_sym_EQ_GT, + STATE(1022), 1, + sym_comment, + ACTIONS(1792), 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(1783), 18, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [40409] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1023), 1, sym_comment, - ACTIONS(1754), 55, + ACTIONS(1839), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89346,7 +95539,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89357,6 +95549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89371,8 +95565,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89387,13 +95579,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36588] = 2, + [40476] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1024), 1, sym_comment, - ACTIONS(1756), 55, + ACTIONS(1841), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89405,7 +95602,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89416,6 +95612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89430,8 +95628,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89446,13 +95642,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36649] = 2, + [40543] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1025), 1, sym_comment, - ACTIONS(1758), 55, + ACTIONS(1841), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89464,7 +95665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89475,6 +95675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89489,8 +95691,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89505,13 +95705,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36710] = 2, + [40610] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1026), 1, sym_comment, - ACTIONS(1748), 55, + ACTIONS(1841), 55, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_with, anon_sym_var, anon_sym_let, anon_sym_const, @@ -89523,7 +95728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_do, anon_sym_try, - anon_sym_with, anon_sym_break, anon_sym_continue, anon_sym_debugger, @@ -89534,6 +95738,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -89548,8 +95754,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [40677] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1027), 1, + sym_comment, + ACTIONS(1841), 55, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_with, + anon_sym_var, + anon_sym_let, + anon_sym_const, + anon_sym_if, + anon_sym_switch, + anon_sym_for, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_while, + anon_sym_do, + anon_sym_try, + anon_sym_break, + anon_sym_continue, + anon_sym_debugger, + anon_sym_return, + anon_sym_throw, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_LT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -89564,14 +95831,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [36771] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, - anon_sym_EQ, - ACTIONS(1752), 1, + [40744] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1718), 15, + ACTIONS(1800), 1, + anon_sym_EQ, + STATE(1028), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89587,15 +95858,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 17, + ACTIONS(1783), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, @@ -89604,8 +95874,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -89626,24 +95897,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [36840] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - ACTIONS(1760), 1, - anon_sym_in, - ACTIONS(1763), 1, - anon_sym_of, - ACTIONS(1765), 1, + [40818] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1403), 1, anon_sym_EQ, - ACTIONS(1709), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1831), 1, + anon_sym_EQ_GT, + STATE(1029), 1, + sym_comment, + ACTIONS(1843), 4, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -89653,8 +95925,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89670,8 +95943,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 20, + ACTIONS(1222), 20, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -89690,15 +95964,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [36912] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1369), 1, + [40894] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, anon_sym_EQ, - ACTIONS(1767), 1, - anon_sym_EQ_GT, - ACTIONS(1201), 15, + STATE(1030), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89714,14 +95989,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1175), 16, - sym__automatic_semicolon, + ACTIONS(1783), 18, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, @@ -89730,8 +96006,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -89752,33 +96029,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [36980] = 7, - ACTIONS(1203), 1, + [40966] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1031), 1, sym_comment, - ACTIONS(1219), 1, - anon_sym_COLON, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - ACTIONS(1765), 1, + ACTIONS(1825), 21, + anon_sym_STAR, + anon_sym_in, anon_sym_EQ, - ACTIONS(1709), 15, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + ACTIONS(1827), 33, 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(1718), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89794,34 +96084,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + 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_DASH_DASH, - [37050] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + anon_sym_BQUOTE, + [41034] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1324), 1, + anon_sym_COLON, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1032), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89837,13 +96121,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 17, + ACTIONS(1783), 16, 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, @@ -89854,8 +96136,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -89876,22 +96159,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37116] = 7, - ACTIONS(1199), 1, + [41110] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1850), 1, + anon_sym_EQ, + ACTIONS(1853), 1, anon_sym_EQ_GT, - ACTIONS(1203), 1, + STATE(1033), 1, sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1271), 1, - anon_sym_COLON, - ACTIONS(1175), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1848), 4, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1783), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -89901,8 +96187,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89918,7 +96205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -89939,17 +96226,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37186] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1271), 1, + [41186] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1332), 1, anon_sym_COLON, - ACTIONS(1716), 1, + ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1765), 1, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1709), 15, + STATE(1034), 1, + sym_comment, + ACTIONS(1792), 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(1783), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -89964,8 +96270,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [41262] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1344), 1, + anon_sym_COLON, + STATE(1035), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -89981,7 +96322,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1211), 16, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90002,33 +96360,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37256] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1409), 1, - anon_sym_EQ, - ACTIONS(1771), 1, + [41338] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, anon_sym_EQ_GT, - ACTIONS(1769), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1175), 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(1201), 15, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1332), 1, + anon_sym_COLON, + STATE(1036), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90044,7 +96389,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1211), 16, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90065,44 +96427,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37326] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1726), 22, - anon_sym_STAR, - anon_sym_in, + [41414] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1255), 1, + anon_sym_COLON, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1846), 1, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1728), 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, + STATE(1037), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90118,28 +96456,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [37388] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1775), 1, - anon_sym_EQ, - ACTIONS(1778), 1, - anon_sym_EQ_GT, - ACTIONS(1773), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1783), 16, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -90149,24 +96471,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 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(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90187,33 +96494,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37458] = 7, - ACTIONS(1199), 1, + [41490] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1429), 1, + anon_sym_EQ, + ACTIONS(1855), 1, anon_sym_EQ_GT, - ACTIONS(1203), 1, + STATE(1038), 1, sym_comment, - ACTIONS(1219), 1, - anon_sym_COLON, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1175), 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(1201), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90229,35 +96521,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + ACTIONS(1211), 17, + 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_DASH_DASH, - [37528] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1742), 22, + anon_sym_BQUOTE, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -90276,18 +96560,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1744), 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, + [41564] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1255), 1, + anon_sym_COLON, + ACTIONS(1257), 1, + anon_sym_EQ, + STATE(1039), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90303,21 +96589,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1211), 16, + 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_DASH_DASH, anon_sym_BQUOTE, - [37590] = 6, - ACTIONS(1199), 1, - anon_sym_EQ_GT, - ACTIONS(1203), 1, - sym_comment, + ACTIONS(1222), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [41640] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(1344), 1, + anon_sym_COLON, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1201), 15, + STATE(1040), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90333,11 +96656,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1175), 16, + ACTIONS(1783), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -90349,8 +96671,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90371,15 +96694,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37658] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [41716] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1780), 1, + ACTIONS(1855), 1, anon_sym_EQ_GT, - ACTIONS(1718), 15, + STATE(1041), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90395,7 +96721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 16, + ACTIONS(1211), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -90411,8 +96737,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90433,22 +96760,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37726] = 7, - ACTIONS(1199), 1, + [41790] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1426), 1, + anon_sym_EQ, + ACTIONS(1859), 1, anon_sym_EQ_GT, - ACTIONS(1203), 1, + STATE(1042), 1, sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1175), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1857), 4, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -90458,8 +96788,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90475,7 +96806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90496,20 +96827,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37796] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1398), 1, + [41866] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1746), 1, + ACTIONS(1853), 1, anon_sym_EQ_GT, - ACTIONS(1782), 4, + STATE(1043), 1, + sym_comment, + ACTIONS(1861), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1175), 12, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -90521,8 +96855,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90538,7 +96873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90559,14 +96894,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37866] = 3, - ACTIONS(1203), 1, + [41942] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, + anon_sym_EQ, + ACTIONS(1863), 1, + anon_sym_EQ_GT, + STATE(1044), 1, sym_comment, - ACTIONS(1738), 22, + ACTIONS(1792), 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(1783), 17, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -90585,18 +96960,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1740), 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, + [42016] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, + anon_sym_EQ, + ACTIONS(1324), 1, + anon_sym_COLON, + STATE(1045), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90612,28 +96989,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [37928] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1752), 1, - anon_sym_EQ_GT, - ACTIONS(1788), 1, - anon_sym_EQ, - ACTIONS(1785), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1211), 16, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -90643,8 +97004,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1222), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [42092] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, + anon_sym_EQ_GT, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, + anon_sym_EQ, + STATE(1046), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90660,7 +97054,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1211), 17, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90681,15 +97093,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [37998] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1716), 1, + [42166] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1790), 1, anon_sym_EQ_GT, - ACTIONS(1720), 1, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1047), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90705,7 +97120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 16, + ACTIONS(1783), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -90721,8 +97136,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90743,11 +97159,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38066] = 3, - ACTIONS(1203), 1, + [42240] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1048), 1, sym_comment, - ACTIONS(1722), 22, + ACTIONS(1509), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -90769,8 +97188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1724), 32, + ACTIONS(1511), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -90802,15 +97220,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [38128] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1716), 1, + [42308] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, + anon_sym_EQ, + ACTIONS(1859), 1, anon_sym_EQ_GT, - ACTIONS(1765), 1, + STATE(1049), 1, + sym_comment, + ACTIONS(1865), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1211), 13, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1237), 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(1222), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [42384] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1050), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90826,12 +97314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 16, + ACTIONS(1783), 18, 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, @@ -90842,8 +97331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -90864,33 +97354,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38196] = 7, - ACTIONS(1203), 1, + [42456] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1051), 1, sym_comment, - ACTIONS(1720), 1, + ACTIONS(1806), 21, + anon_sym_STAR, + anon_sym_in, anon_sym_EQ, - ACTIONS(1778), 1, - anon_sym_EQ_GT, - ACTIONS(1791), 4, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + ACTIONS(1808), 33, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1709), 12, - sym__ternary_qmark, 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(1718), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90906,9 +97409,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + 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_DASH_DASH, + anon_sym_BQUOTE, + [42524] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1052), 1, + sym_comment, + ACTIONS(1796), 21, anon_sym_STAR, anon_sym_in, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -90927,33 +97446,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38266] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1771), 1, - anon_sym_EQ_GT, - ACTIONS(1793), 4, + ACTIONS(1798), 33, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1175), 12, - sym__ternary_qmark, 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(1201), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -90969,9 +97472,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + 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_DASH_DASH, + anon_sym_BQUOTE, + [42592] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1053), 1, + sym_comment, + ACTIONS(1821), 21, anon_sym_STAR, anon_sym_in, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -90990,33 +97509,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38336] = 7, - ACTIONS(1199), 1, - anon_sym_EQ_GT, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1229), 1, - anon_sym_COLON, - ACTIONS(1175), 15, + ACTIONS(1823), 33, 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(1201), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91032,34 +97535,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + 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_DASH_DASH, - [38406] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1750), 1, + anon_sym_BQUOTE, + [42660] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1718), 15, + ACTIONS(1867), 1, + anon_sym_in, + ACTIONS(1870), 1, + anon_sym_of, + STATE(1054), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91075,15 +97574,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 17, + ACTIONS(1783), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_LT_EQ, @@ -91092,10 +97589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -91114,15 +97611,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38472] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1344), 1, - anon_sym_EQ, - ACTIONS(1767), 1, + [42738] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1837), 1, anon_sym_EQ_GT, - ACTIONS(1201), 15, + ACTIONS(1875), 1, + anon_sym_EQ, + STATE(1055), 1, + sym_comment, + ACTIONS(1872), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1783), 13, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91138,24 +97657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1175), 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(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91176,15 +97678,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38540] = 6, - ACTIONS(1199), 1, + [42814] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, anon_sym_EQ_GT, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1221), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1201), 15, + ACTIONS(1306), 1, + anon_sym_COLON, + STATE(1056), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91200,11 +97707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1175), 16, + ACTIONS(1211), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -91216,8 +97722,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1186), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91238,15 +97745,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38608] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1780), 1, + [42890] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, anon_sym_EQ_GT, - ACTIONS(1795), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1057), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91262,12 +97772,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 16, + ACTIONS(1211), 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, @@ -91278,8 +97788,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91300,11 +97811,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38676] = 3, - ACTIONS(1203), 1, + [42964] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1058), 1, sym_comment, - ACTIONS(1734), 22, + ACTIONS(1802), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -91326,8 +97840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1736), 32, + ACTIONS(1804), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -91359,14 +97872,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [38738] = 3, - ACTIONS(1203), 1, + [43032] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1863), 1, + anon_sym_EQ_GT, + ACTIONS(1878), 1, + anon_sym_EQ, + STATE(1059), 1, sym_comment, - ACTIONS(1511), 22, + ACTIONS(1792), 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(1783), 17, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -91385,18 +97940,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1651), 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, + [43106] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1306), 1, + anon_sym_COLON, + ACTIONS(1790), 1, + anon_sym_EQ_GT, + ACTIONS(1846), 1, + anon_sym_EQ, + STATE(1060), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91412,17 +97969,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1783), 16, + 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_DASH_DASH, anon_sym_BQUOTE, - [38800] = 3, - ACTIONS(1203), 1, + ACTIONS(1781), 20, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + 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_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + [43182] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1061), 1, sym_comment, - ACTIONS(1730), 22, + ACTIONS(1817), 21, anon_sym_STAR, anon_sym_in, anon_sym_EQ, @@ -91444,8 +98036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - ACTIONS(1732), 32, + ACTIONS(1819), 33, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -91477,33 +98068,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [38862] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1716), 1, + [43250] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1235), 1, anon_sym_EQ_GT, - ACTIONS(1765), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1257), 1, anon_sym_EQ, - ACTIONS(1709), 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(1718), 15, + ACTIONS(1439), 1, + anon_sym_in, + ACTIONS(1880), 1, + anon_sym_of, + STATE(1062), 1, + sym_comment, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91519,38 +98101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [38932] = 7, - ACTIONS(1199), 1, - anon_sym_EQ_GT, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_EQ, - ACTIONS(1255), 1, - anon_sym_COLON, - ACTIONS(1175), 15, + ACTIONS(1211), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -91565,26 +98116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 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(1186), 21, + ACTIONS(1222), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -91603,22 +98138,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39002] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1229), 1, - anon_sym_COLON, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - ACTIONS(1765), 1, + [43328] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1374), 1, anon_sym_EQ, - ACTIONS(1709), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1831), 1, + anon_sym_EQ_GT, + STATE(1063), 1, + sym_comment, + ACTIONS(1882), 3, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(1211), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -91628,8 +98165,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91645,7 +98183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91666,22 +98204,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39072] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1255), 1, - anon_sym_COLON, - ACTIONS(1716), 1, - anon_sym_EQ_GT, - ACTIONS(1765), 1, + [43403] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, anon_sym_EQ, - ACTIONS(1709), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1837), 1, + anon_sym_EQ_GT, + STATE(1064), 1, + sym_comment, + ACTIONS(1885), 3, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(1783), 13, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -91691,8 +98231,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91708,7 +98249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91729,35 +98270,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39142] = 8, - ACTIONS(1199), 1, - anon_sym_EQ_GT, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1221), 1, + [43478] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1350), 1, + ACTIONS(1867), 1, anon_sym_in, - ACTIONS(1797), 1, + ACTIONS(1870), 1, anon_sym_of, - ACTIONS(1175), 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(1201), 15, + STATE(1065), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91773,7 +98299,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 20, + ACTIONS(1783), 16, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1781), 19, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -91793,19 +98336,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39214] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1750), 1, + [43553] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1752), 1, - anon_sym_EQ_GT, - ACTIONS(1799), 3, + STATE(1066), 1, + sym_comment, + ACTIONS(1861), 4, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -91817,8 +98362,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91834,7 +98380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91855,18 +98401,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39283] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1775), 1, + [43626] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1850), 1, anon_sym_EQ, - ACTIONS(1773), 4, + STATE(1067), 1, + sym_comment, + ACTIONS(1848), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -91878,8 +98427,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91895,7 +98445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91916,13 +98466,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39350] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1765), 1, + [43699] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1846), 1, anon_sym_EQ, - ACTIONS(1718), 15, + STATE(1068), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -91938,7 +98491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 16, + ACTIONS(1783), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -91954,8 +98507,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -91976,19 +98530,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39415] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1338), 1, + [43770] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1875), 1, anon_sym_EQ, - ACTIONS(1746), 1, - anon_sym_EQ_GT, - ACTIONS(1802), 3, + STATE(1069), 1, + sym_comment, + ACTIONS(1872), 4, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1175), 12, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -92000,8 +98556,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92017,7 +98574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92038,33 +98595,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39484] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1760), 1, - anon_sym_in, - ACTIONS(1763), 1, - anon_sym_of, - ACTIONS(1765), 1, + [43843] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1878), 1, anon_sym_EQ, - ACTIONS(1709), 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(1718), 15, + STATE(1070), 1, + sym_comment, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92080,40 +98620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 20, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39553] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1788), 1, - anon_sym_EQ, - ACTIONS(1785), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1783), 17, + 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, @@ -92123,24 +98636,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 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(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92161,18 +98659,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39620] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, - anon_sym_EQ, - ACTIONS(1791), 4, + [43914] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1837), 1, + anon_sym_EQ_GT, + ACTIONS(1848), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + ACTIONS(1872), 1, anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1875), 1, + anon_sym_EQ, + STATE(1071), 1, + sym_comment, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -92184,8 +98686,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92201,7 +98704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92222,13 +98725,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39687] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1795), 1, + [43990] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1403), 1, anon_sym_EQ, - ACTIONS(1718), 15, + ACTIONS(1831), 1, + anon_sym_EQ_GT, + ACTIONS(1843), 1, + anon_sym_RBRACK, + ACTIONS(1857), 1, + anon_sym_COMMA, + STATE(1072), 1, + sym_comment, + ACTIONS(1211), 13, + 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_DASH_DASH, + anon_sym_BQUOTE, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92244,24 +98770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1709), 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(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92282,21 +98791,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39752] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1398), 1, + [44066] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1746), 1, + ACTIONS(1859), 1, anon_sym_EQ_GT, - ACTIONS(1769), 1, - anon_sym_COMMA, - ACTIONS(1782), 1, - anon_sym_RBRACK, - ACTIONS(1175), 12, + STATE(1073), 1, + sym_comment, + ACTIONS(1211), 15, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_LPAREN, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92306,8 +98816,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92323,7 +98834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92344,19 +98855,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39822] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [44138] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, anon_sym_EQ, - ACTIONS(1778), 1, - anon_sym_EQ_GT, - ACTIONS(1709), 14, + STATE(1074), 1, + sym_comment, + ACTIONS(1885), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(1783), 13, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92366,8 +98880,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92383,7 +98898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92404,21 +98919,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39888] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1752), 1, - anon_sym_EQ_GT, - ACTIONS(1773), 1, - anon_sym_COMMA, - ACTIONS(1785), 1, - anon_sym_RBRACK, - ACTIONS(1788), 1, + [44210] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1709), 12, + ACTIONS(1853), 1, + anon_sym_EQ_GT, + STATE(1075), 1, + sym_comment, + ACTIONS(1783), 15, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_LPAREN, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92428,8 +98944,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92445,7 +98962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92466,19 +98983,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [39958] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1344), 1, + [44282] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1848), 1, + anon_sym_COMMA, + ACTIONS(1872), 1, + anon_sym_RBRACK, + ACTIONS(1875), 1, anon_sym_EQ, - ACTIONS(1771), 1, - anon_sym_EQ_GT, - ACTIONS(1175), 14, + STATE(1076), 1, + sym_comment, + ACTIONS(1783), 13, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92488,8 +99008,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92505,7 +99026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92526,19 +99047,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40024] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1750), 1, + [44355] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1888), 1, anon_sym_EQ, - ACTIONS(1799), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(1709), 12, + ACTIONS(1890), 1, + anon_sym_EQ_GT, + STATE(1077), 1, + sym_comment, + ACTIONS(1783), 14, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92548,8 +99071,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92565,7 +99089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92586,19 +99110,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40090] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1344), 1, + [44426] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1350), 1, - anon_sym_in, - ACTIONS(1771), 1, + ACTIONS(1853), 1, anon_sym_EQ_GT, - ACTIONS(1797), 1, + ACTIONS(1867), 1, + anon_sym_in, + ACTIONS(1870), 1, anon_sym_of, - ACTIONS(1175), 12, + STATE(1078), 1, + sym_comment, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -92610,8 +99137,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92627,7 +99155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 20, + ACTIONS(1781), 19, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -92647,19 +99175,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40159] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1773), 1, - anon_sym_COMMA, - ACTIONS(1785), 1, - anon_sym_RBRACK, - ACTIONS(1788), 1, + [44501] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1709), 12, + ACTIONS(1892), 1, + anon_sym_EQ_GT, + STATE(1079), 1, + sym_comment, + ACTIONS(1211), 14, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92669,8 +99199,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92686,7 +99217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92707,18 +99238,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40226] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1805), 1, + [44572] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1368), 1, anon_sym_EQ, - ACTIONS(1807), 1, + ACTIONS(1439), 1, + anon_sym_in, + ACTIONS(1859), 1, anon_sym_EQ_GT, - ACTIONS(1709), 13, + ACTIONS(1880), 1, + anon_sym_of, + STATE(1080), 1, + sym_comment, + ACTIONS(1211), 13, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -92728,8 +99265,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92745,9 +99283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1222), 19, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_AMP_AMP, @@ -92766,15 +99303,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40291] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1531), 1, + [44647] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1809), 1, + ACTIONS(1890), 1, anon_sym_EQ_GT, - ACTIONS(1175), 13, + STATE(1081), 1, + sym_comment, + ACTIONS(1783), 14, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, @@ -92787,8 +99327,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92804,7 +99345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92825,15 +99366,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40356] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1344), 1, + [44718] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1519), 1, anon_sym_EQ, - ACTIONS(1809), 1, + ACTIONS(1892), 1, anon_sym_EQ_GT, - ACTIONS(1175), 13, + STATE(1082), 1, + sym_comment, + ACTIONS(1211), 14, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, @@ -92846,8 +99390,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1201), 15, + ACTIONS(1237), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92863,7 +99408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1186), 21, + ACTIONS(1222), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92884,15 +99429,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40421] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [44789] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1888), 1, anon_sym_EQ, - ACTIONS(1807), 1, - anon_sym_EQ_GT, - ACTIONS(1709), 13, + STATE(1083), 1, + sym_comment, + ACTIONS(1783), 14, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_of, @@ -92905,8 +99451,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92922,7 +99469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 21, + ACTIONS(1781), 20, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -92943,19 +99490,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40486] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [44857] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1760), 1, + ACTIONS(1867), 1, anon_sym_in, - ACTIONS(1763), 1, + ACTIONS(1870), 1, anon_sym_of, - ACTIONS(1778), 1, - anon_sym_EQ_GT, - ACTIONS(1709), 12, + STATE(1084), 1, + sym_comment, + ACTIONS(1783), 13, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -92967,8 +99515,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(1718), 15, + ACTIONS(1792), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -92984,7 +99533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1707), 20, + ACTIONS(1781), 19, anon_sym_STAR, anon_sym_LT, anon_sym_GT, @@ -93004,344 +99553,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40555] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1805), 1, - anon_sym_EQ, - ACTIONS(1709), 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(1718), 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(1707), 21, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40617] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [44929] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, anon_sym_EQ, - ACTIONS(1760), 1, - anon_sym_in, - ACTIONS(1763), 1, - anon_sym_of, - ACTIONS(1709), 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(1718), 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(1707), 20, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - 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_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_DASH_DASH, - [40683] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1811), 1, - sym_identifier, - ACTIONS(1813), 1, - anon_sym_STAR, - ACTIONS(1815), 1, - anon_sym_LBRACE, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - STATE(2524), 1, - sym_string, - STATE(2526), 1, - sym_import_clause, - ACTIONS(1823), 2, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1894), 1, sym__automatic_semicolon, - sym__ternary_qmark, - STATE(2676), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(1817), 33, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [40751] = 11, - ACTIONS(3), 1, + STATE(1085), 1, sym_comment, - ACTIONS(1811), 1, - sym_identifier, - ACTIONS(1813), 1, + ACTIONS(864), 12, anon_sym_STAR, - ACTIONS(1815), 1, - anon_sym_LBRACE, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - STATE(2293), 1, - sym_string, - STATE(2552), 1, - sym_import_clause, - ACTIONS(1823), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(2676), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(1817), 33, - anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_LT, anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [40819] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1811), 1, - sym_identifier, - ACTIONS(1813), 1, - anon_sym_STAR, - ACTIONS(1815), 1, - anon_sym_LBRACE, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - STATE(2171), 1, - sym_string, - STATE(2626), 1, - sym_import_clause, - ACTIONS(1823), 2, - sym__automatic_semicolon, + ACTIONS(902), 28, sym__ternary_qmark, - STATE(2676), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(1817), 33, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [40887] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1811), 1, - sym_identifier, - ACTIONS(1813), 1, - anon_sym_STAR, - ACTIONS(1815), 1, anon_sym_LBRACE, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - STATE(2398), 1, - sym_string, - STATE(2474), 1, - sym_import_clause, - ACTIONS(1823), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(2676), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(1817), 33, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, 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_SLASH, 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, @@ -93349,84 +99606,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BQUOTE, - [40955] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1811), 1, - sym_identifier, - ACTIONS(1813), 1, - anon_sym_STAR, - ACTIONS(1815), 1, - anon_sym_LBRACE, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - STATE(2287), 1, - sym_string, - STATE(2628), 1, - sym_import_clause, - ACTIONS(1823), 2, - sym__automatic_semicolon, - sym__ternary_qmark, - STATE(2676), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(1817), 33, - anon_sym_COMMA, + [44989] = 12, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_in, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, - 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_SLASH, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [41023] = 11, - ACTIONS(1203), 1, + STATE(1086), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1825), 12, + ACTIONS(1896), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93439,7 +99642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1827), 21, + ACTIONS(1898), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -93461,27 +99664,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [41089] = 11, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [45059] = 11, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - STATE(1131), 2, + STATE(1087), 1, + sym_comment, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1843), 12, + ACTIONS(1912), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93494,7 +99697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1845), 21, + ACTIONS(1914), 23, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -93516,23 +99719,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [41155] = 9, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + [45127] = 12, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - STATE(1131), 2, + STATE(1088), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1847), 13, + ACTIONS(1916), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93545,8 +99757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1849), 22, + ACTIONS(1918), 21, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -93568,64 +99779,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - [41217] = 5, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, + [45197] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1089), 1, sym_comment, - ACTIONS(1851), 1, - sym__automatic_semicolon, - ACTIONS(820), 13, - anon_sym_STAR, - anon_sym_in, + ACTIONS(1589), 42, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(840), 27, - sym__ternary_qmark, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45251] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1090), 1, + sym_comment, + ACTIONS(1583), 42, + anon_sym_export, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_import, + anon_sym_let, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, 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_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41271] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45305] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - STATE(1140), 1, + STATE(1091), 1, + sym_comment, + STATE(1103), 1, sym_arguments, - ACTIONS(1853), 13, + ACTIONS(1920), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93638,8 +99903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1855), 26, + ACTIONS(1922), 27, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -93665,22 +99929,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41324] = 2, + [45364] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1092), 1, sym_comment, - ACTIONS(1557), 41, + ACTIONS(1577), 41, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_let, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_await, anon_sym_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -93695,8 +99966,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -93711,12 +99980,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [41371] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1720), 1, + [45417] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, anon_sym_EQ, - ACTIONS(1707), 13, + STATE(1093), 1, + sym_comment, + ACTIONS(1928), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1924), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93729,18 +100007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 27, + ACTIONS(1926), 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_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -93757,18 +100030,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41422] = 5, - ACTIONS(824), 1, + [45476] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, anon_sym_EQ, - ACTIONS(1203), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1094), 1, sym_comment, - ACTIONS(1857), 4, + ACTIONS(1933), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(822), 13, + ACTIONS(866), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93781,8 +100059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 23, + ACTIONS(872), 24, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_LPAREN, @@ -93805,69 +100082,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41475] = 5, - ACTIONS(1203), 1, + [45535] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1095), 1, sym_comment, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(1864), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1860), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 23, - sym__ternary_qmark, + ACTIONS(1573), 41, + anon_sym_export, anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_COLON, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, 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_LTtemplate_GT, + anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41528] = 8, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45588] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1869), 1, + ACTIONS(1936), 1, sym_optional_chain, - STATE(1140), 1, + STATE(1096), 1, + sym_comment, + STATE(1103), 1, sym_arguments, - ACTIONS(1853), 13, + ACTIONS(1920), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93880,8 +100163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1855), 23, + ACTIONS(1922), 24, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -93904,60 +100186,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41587] = 4, - ACTIONS(1203), 1, + [45653] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1097), 1, sym_comment, - ACTIONS(1851), 1, - sym__automatic_semicolon, - ACTIONS(820), 13, - anon_sym_STAR, - anon_sym_in, + ACTIONS(1575), 41, + anon_sym_export, + anon_sym_LBRACE, + anon_sym_import, + anon_sym_let, + anon_sym_LPAREN, + anon_sym_await, + anon_sym_SEMI, + anon_sym_yield, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_typeof, + anon_sym_void, + anon_sym_delete, + anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(840), 27, - sym__ternary_qmark, - anon_sym_LBRACE, + anon_sym_BQUOTE, + sym_number, + sym_identifier, + sym_private_property_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_AT, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [45706] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, + anon_sym_EQ, + STATE(1098), 1, + sym_comment, + ACTIONS(1942), 4, 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, - [41638] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1871), 1, - sym__automatic_semicolon, - ACTIONS(880), 13, + ACTIONS(1938), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -93970,18 +100264,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(882), 27, + ACTIONS(1940), 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_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -93998,18 +100287,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41689] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1880), 1, + [45765] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1877), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1873), 13, + STATE(1099), 1, + sym_comment, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94022,14 +100311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1875), 23, + ACTIONS(1783), 28, 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, @@ -94046,22 +100338,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [41742] = 2, + [45822] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1100), 1, sym_comment, - ACTIONS(1529), 41, + ACTIONS(1579), 41, anon_sym_export, anon_sym_LBRACE, anon_sym_import, + anon_sym_let, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_await, anon_sym_SEMI, anon_sym_yield, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_LT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_class, anon_sym_async, anon_sym_function, @@ -94076,8 +100375,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_delete, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, sym_identifier, @@ -94092,10 +100389,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_get, anon_sym_set, - [41789] = 3, - ACTIONS(1203), 1, + [45875] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1894), 1, + sym__automatic_semicolon, + STATE(1101), 1, sym_comment, - ACTIONS(1882), 13, + ACTIONS(864), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94108,8 +100411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1884), 27, + ACTIONS(902), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94136,149 +100438,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [41837] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1888), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [41933] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1922), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [42029] = 3, - ACTIONS(1203), 1, + [45932] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1947), 1, + sym__automatic_semicolon, + STATE(1102), 1, sym_comment, - ACTIONS(880), 13, + ACTIONS(878), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94291,18 +100462,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(882), 27, - sym__automatic_semicolon, + ACTIONS(882), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -94319,11 +100489,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42077] = 3, - ACTIONS(1203), 1, + [45989] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1103), 1, sym_comment, - ACTIONS(1924), 13, + ACTIONS(1949), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94336,8 +100511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1926), 27, + ACTIONS(1951), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94364,11 +100538,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42125] = 3, - ACTIONS(1203), 1, + [46043] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1104), 1, sym_comment, - ACTIONS(884), 13, + ACTIONS(1953), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94381,18 +100560,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(886), 27, - sym__automatic_semicolon, + ACTIONS(1955), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -94409,11 +100587,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42173] = 3, - ACTIONS(1203), 1, + [46097] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1105), 1, sym_comment, - ACTIONS(1928), 13, + ACTIONS(1957), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94426,8 +100609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1930), 27, + ACTIONS(1959), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94454,11 +100636,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42221] = 3, - ACTIONS(1203), 1, + [46151] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1106), 1, sym_comment, - ACTIONS(854), 13, + ACTIONS(1961), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94471,8 +100658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(858), 27, + ACTIONS(1963), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94499,11 +100685,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42269] = 3, - ACTIONS(1203), 1, + [46205] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1107), 1, sym_comment, - ACTIONS(1932), 13, + ACTIONS(1965), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94516,8 +100707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1934), 27, + ACTIONS(1967), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94544,11 +100734,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42317] = 3, - ACTIONS(1203), 1, + [46259] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1108), 1, sym_comment, - ACTIONS(1936), 13, + ACTIONS(1969), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94561,8 +100756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1938), 27, + ACTIONS(1971), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94589,11 +100783,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [46313] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [42365] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1109), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(1975), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [46413] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1110), 1, sym_comment, - ACTIONS(862), 13, + ACTIONS(2009), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94606,8 +100877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(866), 27, + ACTIONS(2011), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94634,11 +100904,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [46467] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [42413] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1111), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [46567] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1112), 1, sym_comment, - ACTIONS(1940), 13, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94651,8 +100998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1942), 27, + ACTIONS(2015), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94679,11 +101025,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [46621] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [42461] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1113), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2017), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [46721] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1114), 1, sym_comment, - ACTIONS(870), 13, + ACTIONS(2019), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94696,8 +101119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(874), 27, + ACTIONS(2021), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94724,11 +101146,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42509] = 3, - ACTIONS(1203), 1, + [46775] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1115), 1, sym_comment, - ACTIONS(890), 13, + ACTIONS(2023), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94741,8 +101168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(894), 27, + ACTIONS(2025), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94769,11 +101195,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42557] = 3, - ACTIONS(1203), 1, + [46829] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1116), 1, sym_comment, - ACTIONS(1817), 13, + ACTIONS(960), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94786,8 +101217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1823), 27, + ACTIONS(964), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94814,11 +101244,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [46883] = 26, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [42605] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + STATE(1117), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 7, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK_QMARK, + [46979] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1118), 1, sym_comment, - ACTIONS(1944), 13, + ACTIONS(2029), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94831,8 +101336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1946), 27, + ACTIONS(2031), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -94859,101 +101363,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [42653] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(898), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(902), 27, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + [47033] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(1902), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, 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, - [42701] = 3, - ACTIONS(1203), 1, + STATE(1119), 1, sym_comment, - ACTIONS(908), 13, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2033), 4, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(912), 27, + ACTIONS(2027), 12, 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, + [47117] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [42749] = 3, - ACTIONS(1203), 1, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + STATE(1120), 1, sym_comment, - ACTIONS(916), 13, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -94966,59 +101467,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(920), 27, + ACTIONS(2027), 18, 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, - [42797] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [47187] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - STATE(1131), 2, + STATE(1121), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, + ACTIONS(2033), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -95027,10 +101525,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 18, + ACTIONS(2027), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -95042,41 +101539,37 @@ static const uint16_t ts_small_parse_table[] = { 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, - [42863] = 14, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [47261] = 12, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + STATE(1122), 1, + sym_comment, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 10, + ACTIONS(1896), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -95085,145 +101578,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 17, + ACTIONS(1898), 19, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + 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, - [42933] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [47329] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1948), 1, + ACTIONS(2033), 1, anon_sym_PIPE, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1950), 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, - [43021] = 22, - ACTIONS(1203), 1, + STATE(1123), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(1886), 2, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 10, + ACTIONS(2027), 9, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -95232,12 +101668,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, - [43107] = 3, - ACTIONS(1203), 1, + [47421] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1124), 1, sym_comment, - ACTIONS(924), 13, + ACTIONS(942), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95250,8 +101689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(928), 27, + ACTIONS(946), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -95278,17 +101716,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43155] = 6, - ACTIONS(1203), 1, + [47475] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1125), 1, sym_comment, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1869), 1, - sym_optional_chain, - ACTIONS(1952), 13, + ACTIONS(906), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95301,17 +101738,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1954), 24, + ACTIONS(908), 28, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + 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, @@ -95326,28 +101765,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43209] = 11, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [47529] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2033), 1, + anon_sym_PIPE, + STATE(1126), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - STATE(1329), 2, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1825), 12, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 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, + [47619] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1127), 1, + sym_comment, + ACTIONS(2047), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95360,13 +101854,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1827), 19, - sym__automatic_semicolon, + ACTIONS(2049), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_SEMI, + 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, @@ -95380,10 +101880,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [43273] = 3, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [47673] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1128), 1, sym_comment, - ACTIONS(1952), 13, + ACTIONS(926), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95396,8 +101903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1954), 27, + ACTIONS(930), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -95424,74 +101930,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43321] = 21, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, + [47727] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1936), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(1948), 2, - anon_sym_AMP, - anon_sym_PIPE, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1950), 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, - [43405] = 3, - ACTIONS(1203), 1, + STATE(1129), 1, sym_comment, - ACTIONS(1707), 13, + ACTIONS(2047), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95504,8 +101958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 27, + ACTIONS(2049), 25, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -95514,10 +101967,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -95532,107 +101982,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43453] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [47787] = 22, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1130), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2033), 2, + anon_sym_AMP, + anon_sym_PIPE, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1970), 5, + ACTIONS(2027), 10, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [43549] = 15, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + [47875] = 16, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1886), 2, + STATE(1131), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 8, + ACTIONS(2033), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, @@ -95641,7 +102092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 17, + ACTIONS(2027), 17, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -95659,64 +102110,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [43621] = 24, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [47951] = 25, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1886), 2, + STATE(1132), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 8, + ACTIONS(2027), 8, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -95725,56 +102179,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [43711] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1972), 1, - sym__automatic_semicolon, - ACTIONS(880), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + [48045] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1983), 1, anon_sym_GT_GT, + ACTIONS(1987), 1, anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + STATE(1133), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(882), 26, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 9, 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_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_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, - [43761] = 3, - ACTIONS(1203), 1, + [48137] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1134), 1, sym_comment, - ACTIONS(1974), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95787,8 +102267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1976), 27, + ACTIONS(1783), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -95815,89 +102294,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [43809] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [48191] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1896), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1886), 2, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1135), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 9, - sym__ternary_qmark, + ACTIONS(2051), 5, 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, - [43897] = 9, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [48291] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - STATE(1329), 2, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + STATE(1136), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1847), 13, + ACTIONS(2033), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -95910,85 +102406,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1849), 20, - sym__automatic_semicolon, + ACTIONS(2027), 18, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, + 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_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, - [43957] = 11, - ACTIONS(1203), 1, + [48361] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1137), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1843), 12, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1845), 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, - [44021] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(876), 13, + ACTIONS(916), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96001,18 +102445,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(878), 27, - sym__automatic_semicolon, + ACTIONS(920), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -96029,11 +102472,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44069] = 3, - ACTIONS(1203), 1, + [48415] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1138), 1, sym_comment, - ACTIONS(1978), 13, + ACTIONS(2053), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96046,8 +102494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1922), 27, + ACTIONS(2055), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96074,11 +102521,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44117] = 3, - ACTIONS(1203), 1, + [48469] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1139), 1, sym_comment, - ACTIONS(1980), 13, + ACTIONS(2057), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96091,8 +102543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1982), 27, + ACTIONS(2059), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96119,113 +102570,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44165] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [48523] = 18, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(1886), 2, + STATE(1140), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1986), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [44263] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, + ACTIONS(2033), 7, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 18, + ACTIONS(2027), 15, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -96234,20 +102627,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [44329] = 3, - ACTIONS(1203), 1, + [48603] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1141), 1, sym_comment, - ACTIONS(1988), 13, + ACTIONS(874), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96260,8 +102654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1990), 27, + ACTIONS(876), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96288,114 +102681,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [44377] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1527), 40, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [44423] = 17, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [48657] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1896), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1908), 1, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1886), 2, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1142), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1131), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 7, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 15, - sym__ternary_qmark, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2061), 5, 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, - [44499] = 3, - ACTIONS(1203), 1, + [48757] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1143), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(2063), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96408,8 +102775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 27, + ACTIONS(2061), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96436,80 +102802,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44547] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [48811] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1144), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1996), 5, + ACTIONS(2065), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [44643] = 3, - ACTIONS(1203), 1, + [48911] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1145), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(2067), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96522,8 +102896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 27, + ACTIONS(2069), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96550,11 +102923,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44691] = 3, - ACTIONS(1203), 1, + [48965] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2075), 1, + sym_regex_flags, + STATE(1146), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(2071), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96567,15 +102947,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 27, + anon_sym_instanceof, + ACTIONS(2073), 26, 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, @@ -96593,13 +102972,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44739] = 3, - ACTIONS(1203), 1, + [49021] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1147), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(878), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96612,8 +102995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 27, + ACTIONS(882), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96640,11 +103022,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44787] = 3, - ACTIONS(1203), 1, + [49075] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1148), 1, sym_comment, - ACTIONS(876), 13, + ACTIONS(2077), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96657,8 +103044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(878), 27, + ACTIONS(2079), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96685,80 +103071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [44835] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1998), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [44931] = 3, - ACTIONS(1203), 1, + [49129] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1149), 1, sym_comment, - ACTIONS(2000), 13, + ACTIONS(2081), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96771,8 +103093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1996), 27, + ACTIONS(2083), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96799,11 +103120,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [44979] = 3, - ACTIONS(1203), 1, + [49183] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1150), 1, sym_comment, - ACTIONS(2002), 13, + ACTIONS(2085), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96816,8 +103142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2004), 27, + ACTIONS(2087), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96844,80 +103169,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45027] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2004), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [45123] = 3, - ACTIONS(1203), 1, + [49237] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1151), 1, sym_comment, - ACTIONS(2006), 13, + ACTIONS(2089), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96930,8 +103191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2008), 27, + ACTIONS(2091), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -96958,11 +103218,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45171] = 3, - ACTIONS(1203), 1, + [49291] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1152), 1, sym_comment, - ACTIONS(2010), 13, + ACTIONS(906), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -96975,8 +103240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2012), 27, + ACTIONS(908), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97003,80 +103267,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45219] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2012), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [45315] = 3, - ACTIONS(1203), 1, + [49345] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1153), 1, sym_comment, - ACTIONS(2014), 13, + ACTIONS(910), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97089,18 +103289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2016), 27, + ACTIONS(912), 28, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -97117,80 +103316,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45363] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2016), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [45459] = 3, - ACTIONS(1203), 1, + [49399] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2093), 1, + sym__automatic_semicolon, + STATE(1154), 1, sym_comment, - ACTIONS(2018), 13, + ACTIONS(864), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97203,18 +103340,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2020), 27, + ACTIONS(902), 27, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -97231,11 +103366,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45507] = 3, - ACTIONS(1203), 1, + [49455] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1155), 1, sym_comment, - ACTIONS(2022), 13, + ACTIONS(2095), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97248,8 +103388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2024), 27, + ACTIONS(2097), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97276,11 +103415,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [49509] = 12, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, anon_sym_BQUOTE, - [45555] = 3, - ACTIONS(1203), 1, + STATE(1156), 1, sym_comment, - ACTIONS(2026), 13, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(1916), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97293,20 +103453,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2028), 27, + ACTIONS(1918), 19, + sym__automatic_semicolon, 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_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -97320,12 +103473,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, + [49577] = 11, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, anon_sym_BQUOTE, - [45603] = 3, - ACTIONS(1203), 1, + STATE(1157), 1, sym_comment, - ACTIONS(2030), 13, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(1912), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97338,20 +103506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2032), 27, + ACTIONS(1914), 21, + sym__automatic_semicolon, 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_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -97366,80 +103527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45651] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2034), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [45747] = 3, - ACTIONS(1203), 1, + [49643] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1158), 1, sym_comment, - ACTIONS(2036), 13, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97452,8 +103548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2038), 27, + ACTIONS(2101), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97480,11 +103575,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45795] = 3, - ACTIONS(1203), 1, + [49697] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1159), 1, sym_comment, - ACTIONS(2040), 13, + ACTIONS(2103), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97497,8 +103597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2042), 27, + ACTIONS(2105), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97525,55 +103624,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45843] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1525), 40, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [45889] = 3, - ACTIONS(1203), 1, + [49751] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1160), 1, sym_comment, - ACTIONS(2044), 13, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97586,8 +103646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2046), 27, + ACTIONS(938), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97614,13 +103673,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [45937] = 4, - ACTIONS(1203), 1, + [49805] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1161), 1, sym_comment, - ACTIONS(2052), 1, - sym_regex_flags, - ACTIONS(2048), 14, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97633,15 +103695,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_DASH_DASH, - ACTIONS(2050), 25, + ACTIONS(2109), 28, 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, @@ -97659,73 +103720,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [45987] = 19, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1948), 4, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 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, - [46067] = 3, - ACTIONS(1203), 1, + [49859] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1162), 1, sym_comment, - ACTIONS(2054), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97738,8 +103744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2056), 27, + ACTIONS(2109), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97766,11 +103771,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46115] = 3, - ACTIONS(1203), 1, + [49913] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1163), 1, sym_comment, - ACTIONS(2058), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97783,8 +103793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2060), 27, + ACTIONS(2109), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97811,11 +103820,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46163] = 3, - ACTIONS(1203), 1, + [49967] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1164), 1, sym_comment, - ACTIONS(2062), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97828,8 +103842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2064), 27, + ACTIONS(2109), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97856,11 +103869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46211] = 3, - ACTIONS(1203), 1, + [50021] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1165), 1, sym_comment, - ACTIONS(2066), 13, + ACTIONS(910), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97873,8 +103891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2068), 27, + ACTIONS(912), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97901,11 +103918,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46259] = 3, - ACTIONS(1203), 1, + [50075] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1166), 1, sym_comment, - ACTIONS(2070), 13, + ACTIONS(2111), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -97918,8 +103940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2072), 27, + ACTIONS(2113), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -97946,56 +103967,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [46307] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2074), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(2076), 27, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [50129] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(1902), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1167), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [46355] = 3, - ACTIONS(1203), 1, + ACTIONS(2113), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [50229] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1168), 1, sym_comment, - ACTIONS(2078), 13, + ACTIONS(2115), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98008,8 +104061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2080), 27, + ACTIONS(2117), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98036,11 +104088,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46403] = 3, - ACTIONS(1203), 1, + [50283] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1169), 1, sym_comment, - ACTIONS(2082), 13, + ACTIONS(2119), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98053,8 +104110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2084), 27, + ACTIONS(2121), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98081,56 +104137,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [46451] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2086), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(2088), 27, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [50337] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(1902), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1170), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [46499] = 3, - ACTIONS(1203), 1, + ACTIONS(2121), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [50437] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1171), 1, sym_comment, - ACTIONS(2090), 13, + ACTIONS(2123), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98143,8 +104231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2092), 27, + ACTIONS(2125), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98171,11 +104258,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [50491] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [46547] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1172), 1, sym_comment, - ACTIONS(2094), 13, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2125), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [50591] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1173), 1, + sym_comment, + ACTIONS(2127), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98188,8 +104352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2096), 27, + ACTIONS(2129), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98216,191 +104379,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46595] = 27, - ACTIONS(1203), 1, + [50645] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1174), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(2131), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2133), 28, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(1833), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [50699] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1175), 1, + sym_comment, + ACTIONS(2135), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, + 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, - ACTIONS(1914), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(2096), 5, + ACTIONS(2137), 28, + 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, - [46691] = 25, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, anon_sym_STAR_STAR, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [50753] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1176), 1, + sym_comment, + ACTIONS(2139), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1950), 7, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2141), 28, 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, - [46783] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1521), 40, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, + anon_sym_instanceof, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [46829] = 3, - ACTIONS(1203), 1, + [50807] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1177), 1, sym_comment, - ACTIONS(2098), 13, + ACTIONS(2143), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98413,8 +104548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2100), 27, + ACTIONS(2145), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98441,55 +104575,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [46877] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1523), 40, - anon_sym_export, - anon_sym_LBRACE, - anon_sym_import, - anon_sym_LPAREN, - anon_sym_await, - anon_sym_SEMI, - anon_sym_yield, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_LT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_typeof, - anon_sym_void, - anon_sym_delete, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_AT, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [46923] = 3, - ACTIONS(1203), 1, + [50861] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1178), 1, sym_comment, - ACTIONS(880), 13, + ACTIONS(2147), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98502,8 +104597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(882), 27, + ACTIONS(2149), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98530,11 +104624,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [46971] = 3, - ACTIONS(1203), 1, + [50915] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1179), 1, sym_comment, - ACTIONS(846), 13, + ACTIONS(2151), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98547,18 +104646,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(848), 27, - sym__automatic_semicolon, + ACTIONS(2153), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -98575,80 +104673,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47019] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [50969] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1180), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2102), 5, + ACTIONS(2155), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [47115] = 3, - ACTIONS(1203), 1, + [51069] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1181), 1, sym_comment, - ACTIONS(2104), 13, + ACTIONS(950), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98661,8 +104767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2106), 27, + ACTIONS(954), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98689,11 +104794,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47163] = 3, - ACTIONS(1203), 1, + [51123] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1182), 1, sym_comment, - ACTIONS(884), 13, + ACTIONS(968), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98706,8 +104816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(886), 27, + ACTIONS(972), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98734,11 +104843,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47211] = 3, - ACTIONS(1203), 1, + [51177] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1183), 1, sym_comment, - ACTIONS(846), 13, + ACTIONS(976), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98751,8 +104865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(848), 27, + ACTIONS(980), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98779,11 +104892,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47259] = 3, - ACTIONS(1203), 1, + [51231] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1184), 1, sym_comment, - ACTIONS(2108), 13, + ACTIONS(2157), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98796,8 +104914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2110), 27, + ACTIONS(2159), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98824,11 +104941,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47307] = 3, - ACTIONS(1203), 1, + [51285] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1185), 1, sym_comment, - ACTIONS(2112), 13, + ACTIONS(2161), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98841,8 +104963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2114), 27, + ACTIONS(2163), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98869,11 +104990,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47355] = 3, - ACTIONS(1203), 1, + [51339] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1186), 1, sym_comment, - ACTIONS(2116), 13, + ACTIONS(2165), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98886,8 +105012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2118), 27, + ACTIONS(2167), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98914,11 +105039,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47403] = 3, - ACTIONS(1203), 1, + [51393] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1187), 1, sym_comment, - ACTIONS(2120), 13, + ACTIONS(2169), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -98931,8 +105061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2122), 27, + ACTIONS(2171), 28, sym__ternary_qmark, anon_sym_LBRACE, anon_sym_COMMA, @@ -98959,82 +105088,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47451] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [51447] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1188), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2173), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [51547] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1189), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2124), 5, + ACTIONS(2175), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [47547] = 4, - ACTIONS(1203), 1, + [51647] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1190), 1, sym_comment, - ACTIONS(2126), 1, - sym__automatic_semicolon, - ACTIONS(820), 13, + ACTIONS(2177), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99047,17 +105254,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(840), 26, + ACTIONS(2179), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -99074,30 +105281,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47597] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [51701] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - STATE(1329), 2, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1191), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 12, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2179), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [51801] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1192), 1, + sym_comment, + ACTIONS(878), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99110,30 +105375,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 17, + ACTIONS(882), 28, 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, - [47662] = 4, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [51855] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2181), 1, + sym__automatic_semicolon, + STATE(1193), 1, sym_comment, - ACTIONS(1720), 1, - anon_sym_EQ, - ACTIONS(1707), 13, + ACTIONS(878), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99146,14 +105426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 25, - sym__automatic_semicolon, + ACTIONS(882), 27, 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, @@ -99172,149 +105452,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [47711] = 29, - ACTIONS(1203), 1, + [51911] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1194), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(874), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(876), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2132), 1, - anon_sym_COMMA, - ACTIONS(2135), 1, - anon_sym_RBRACE, - ACTIONS(2139), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(1888), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47810] = 17, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + [51965] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1195), 1, + sym_comment, + ACTIONS(2183), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 7, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 14, - sym__automatic_semicolon, + ACTIONS(2185), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, + 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, - [47885] = 8, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [52019] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1196), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(2169), 1, - sym_optional_chain, - STATE(1279), 1, - sym_arguments, - ACTIONS(1853), 13, + ACTIONS(2187), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99327,14 +105572,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1855), 21, - sym__automatic_semicolon, + ACTIONS(2189), 28, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_of, - anon_sym_SEMI, + 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, @@ -99349,13 +105599,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [52073] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, anon_sym_BQUOTE, - [47942] = 4, - ACTIONS(1203), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + STATE(1197), 1, sym_comment, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(1860), 13, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -99368,413 +105639,413 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 25, + ACTIONS(2027), 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_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, - [47991] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [52142] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1198), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2016), 4, + ACTIONS(2179), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [48086] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [52241] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2257), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1199), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2012), 4, + ACTIONS(1975), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [48181] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [52340] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1200), 1, + sym_comment, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 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(2027), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + 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, + [52413] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1201), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1970), 4, + ACTIONS(2027), 8, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [48276] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [52504] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2135), 1, - anon_sym_RBRACE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2203), 1, - anon_sym_COMMA, - ACTIONS(2034), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2130), 2, + STATE(1202), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48375] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + ACTIONS(2027), 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, + [52593] = 22, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2213), 1, + anon_sym_PERCENT, + STATE(1203), 1, + sym_comment, + ACTIONS(2033), 2, anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, anon_sym_PIPE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2206), 1, - anon_sym_COMMA, - ACTIONS(2209), 1, - anon_sym_RBRACE, - ACTIONS(2034), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2130), 2, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48474] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 17, + ACTIONS(2027), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -99782,468 +106053,646 @@ static const uint16_t ts_small_parse_table[] = { 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, - [48539] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [52680] = 22, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1204), 1, + sym_comment, + ACTIONS(2033), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1996), 4, + ACTIONS(2027), 9, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [48634] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + [52767] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1205), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2261), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2004), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [48729] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [52870] = 16, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1206), 1, + sym_comment, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2243), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 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(2027), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + 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, + [52945] = 25, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1207), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2034), 4, + ACTIONS(2027), 7, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [48824] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [53038] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1208), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1998), 4, + ACTIONS(2027), 8, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [48919] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [53129] = 16, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2213), 1, + anon_sym_PERCENT, + STATE(1209), 1, + sym_comment, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 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(2027), 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, + [53204] = 25, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, - sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1210), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2034), 4, + ACTIONS(2027), 7, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [49014] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [53297] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1211), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1996), 4, - sym__automatic_semicolon, + ACTIONS(2263), 4, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [49109] = 17, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [53396] = 26, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2179), 1, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2191), 1, + ACTIONS(2237), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_CARET, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1212), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1329), 2, + ACTIONS(2251), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2253), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 6, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_QMARK_QMARK, + [53491] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1213), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 7, + ACTIONS(2033), 12, + anon_sym_STAR, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 14, + ACTIONS(2027), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -100251,117 +106700,134 @@ static const uint16_t ts_small_parse_table[] = { 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, - [49184] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [53560] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1214), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2211), 4, + ACTIONS(2265), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - [49279] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [53659] = 18, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2233), 1, + anon_sym_GT_GT, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - STATE(1329), 2, + STATE(1215), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, + ACTIONS(2033), 7, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 17, + ACTIONS(2027), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -100369,335 +106835,327 @@ static const uint16_t ts_small_parse_table[] = { 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, - [49344] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [53738] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2179), 1, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1216), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 8, + ACTIONS(2061), 4, 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, - [49431] = 24, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [53837] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2179), 1, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1217), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 7, + ACTIONS(2065), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [49520] = 15, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [53936] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, ACTIONS(2191), 1, - anon_sym_PERCENT, - ACTIONS(2171), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2189), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 8, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, + ACTIONS(2205), 1, anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 16, - sym__automatic_semicolon, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, sym__ternary_qmark, + ACTIONS(2259), 1, 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, - [49591] = 21, - ACTIONS(1203), 1, + STATE(1218), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2179), 1, - anon_sym_GT_GT, - ACTIONS(2191), 1, - anon_sym_PERCENT, - ACTIONS(1948), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2171), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2267), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 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, - [49674] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [54039] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1219), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2004), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [49769] = 3, - ACTIONS(1203), 1, + [54142] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + STATE(1220), 1, sym_comment, - ACTIONS(2112), 13, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -100710,90 +107168,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2114), 26, + ACTIONS(2027), 17, 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, - [49816] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [54211] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + STATE(1221), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 8, + ACTIONS(2027), 8, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -100802,128 +107253,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - [49903] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [54302] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, - anon_sym_AMP_AMP, - ACTIONS(2177), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, - sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1222), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2102), 4, + ACTIONS(2027), 8, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [49998] = 22, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(1956), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [54393] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2179), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, - anon_sym_AMP, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1223), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2197), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 9, + ACTIONS(2033), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -100932,444 +107380,534 @@ static const uint16_t ts_small_parse_table[] = { 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, - [50083] = 27, - ACTIONS(1203), 1, + [54476] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, + anon_sym_EQ, + STATE(1224), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1924), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(1900), 1, anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(1926), 26, + 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, - STATE(1131), 2, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [54531] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + STATE(1225), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2033), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 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, - ACTIONS(2213), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [50178] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1948), 1, + [54600] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2033), 1, anon_sym_PIPE, - ACTIONS(1956), 1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, - anon_sym_CARET, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + STATE(1226), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 8, + ACTIONS(2027), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, - [50265] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [54689] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2257), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1227), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2124), 4, + ACTIONS(2011), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [50360] = 4, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(822), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 25, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + [54788] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(2037), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, anon_sym_AMP_AMP, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2233), 1, + anon_sym_GT_GT, + ACTIONS(2237), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_CARET, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, anon_sym_PERCENT, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1228), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2251), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [50409] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + ACTIONS(2155), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [54887] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2217), 1, - anon_sym_in, - ACTIONS(2171), 2, + STATE(1229), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2173), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2193), 3, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2215), 4, + ACTIONS(2175), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [50506] = 14, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [54986] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, ACTIONS(2191), 1, - anon_sym_PERCENT, - ACTIONS(2171), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 10, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, + ACTIONS(2205), 1, anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, anon_sym_PIPE, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1230), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 16, + ACTIONS(2219), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2271), 2, 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, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, 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, - [50575] = 19, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55089] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2179), 1, - anon_sym_GT_GT, ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + STATE(1231), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2033), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1948), 4, + 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(1950), 11, + ACTIONS(2027), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_of, + 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, - [50654] = 5, - ACTIONS(1203), 1, + anon_sym_instanceof, + [55162] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1232), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - STATE(1279), 1, - sym_arguments, - ACTIONS(1853), 13, + ACTIONS(866), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101382,15 +107920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1855), 24, - sym__automatic_semicolon, + ACTIONS(872), 26, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, + 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, @@ -101407,11 +107945,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50705] = 3, - ACTIONS(1203), 1, + [55217] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, + anon_sym_EQ, + STATE(1233), 1, sym_comment, - ACTIONS(1936), 13, + ACTIONS(1938), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101424,17 +107969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1938), 26, - sym__automatic_semicolon, + ACTIONS(1940), 26, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -101451,356 +107994,364 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [50752] = 25, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55272] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2171), 2, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1234), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, + ACTIONS(2017), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - anon_sym_QMARK_QMARK, - [50843] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55371] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1235), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2273), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1998), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [50938] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55474] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + STATE(1236), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2096), 4, + ACTIONS(2113), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [51033] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55573] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1237), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2275), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1888), 4, + [55676] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + STATE(1238), 1, + sym_comment, + STATE(1285), 1, + sym_arguments, + ACTIONS(1920), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1922), 25, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, - [51128] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2128), 1, - anon_sym_STAR_STAR, - ACTIONS(2175), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, - anon_sym_GT_GT, - ACTIONS(2183), 1, - anon_sym_AMP, - ACTIONS(2185), 1, - anon_sym_CARET, - ACTIONS(2187), 1, - anon_sym_PIPE, - ACTIONS(2191), 1, - anon_sym_PERCENT, - ACTIONS(2199), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, - sym__ternary_qmark, - ACTIONS(2171), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2181), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2195), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2197), 2, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2173), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2193), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(1922), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [51223] = 6, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [55733] = 10, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2277), 1, + sym_optional_chain, + STATE(1239), 1, sym_comment, - ACTIONS(2220), 1, - sym__automatic_semicolon, - ACTIONS(840), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(822), 13, + STATE(1285), 1, + sym_arguments, + ACTIONS(1920), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -101813,15 +108364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 22, + ACTIONS(1922), 22, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_LPAREN, + 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, @@ -101836,1013 +108385,714 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [51276] = 25, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55796] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1240), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2279), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_QMARK_QMARK, - [51367] = 19, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [55899] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2155), 1, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1948), 4, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 11, - sym__automatic_semicolon, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, sym__ternary_qmark, + ACTIONS(2259), 1, 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, - [51446] = 12, - ACTIONS(1203), 1, + STATE(1241), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, + ACTIONS(2193), 2, anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(2203), 2, 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, - [51511] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1750), 1, - anon_sym_EQ, - ACTIONS(1707), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 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, + ACTIONS(2219), 2, 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, - [51560] = 5, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2126), 1, + ACTIONS(2281), 2, sym__automatic_semicolon, - ACTIONS(820), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(840), 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, - [51611] = 14, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 10, + ACTIONS(2195), 3, 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(1950), 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, + ACTIONS(2215), 3, 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, - [51680] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(1956), 1, + [56002] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + STATE(1242), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 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, - [51767] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(1860), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, + ACTIONS(2033), 4, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 25, + ACTIONS(2027), 11, + sym__automatic_semicolon, 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_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, - [51816] = 22, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(1956), 1, + [56085] = 18, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + STATE(1243), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1950), 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, - [51901] = 4, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(822), 13, - anon_sym_STAR, + ACTIONS(2033), 7, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 25, + ACTIONS(2027), 14, 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, - [51950] = 21, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56164] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(1948), 2, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2130), 2, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1244), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 9, + ACTIONS(2155), 4, 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, - [52033] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56263] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1245), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2283), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2102), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [52128] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56366] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1246), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2285), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1922), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [52223] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56469] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1247), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1888), 4, + ACTIONS(2121), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [52318] = 15, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56568] = 26, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 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(1950), 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, - [52389] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1248), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2096), 4, + ACTIONS(2027), 6, sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [52484] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_QMARK_QMARK, + [56663] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1249), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2124), 4, + ACTIONS(2125), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [52579] = 4, - ACTIONS(1203), 1, + [56762] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1250), 1, sym_comment, - ACTIONS(1880), 1, - anon_sym_EQ, - ACTIONS(1873), 13, + ACTIONS(2019), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -102855,8 +109105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1875), 25, + ACTIONS(2021), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -102864,6 +109113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -102881,282 +109131,306 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [52628] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56815] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2128), 1, + ACTIONS(2191), 1, anon_sym_STAR_STAR, - ACTIONS(2175), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2177), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2179), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2183), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2185), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2187), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2191), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2199), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2201), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2171), 2, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1251), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2189), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2195), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2197), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2287), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2173), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2193), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1970), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [52723] = 24, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [56918] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2143), 1, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2130), 2, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1252), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + ACTIONS(2289), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 7, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [52812] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [57021] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2255), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2257), 1, sym__ternary_qmark, - ACTIONS(2130), 2, - anon_sym_STAR, + STATE(1253), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2016), 4, + ACTIONS(2173), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [52907] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [57120] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1254), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2012), 4, + ACTIONS(1975), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [53002] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1880), 1, + [57219] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, anon_sym_EQ, - ACTIONS(1873), 13, + STATE(1255), 1, + sym_comment, + ACTIONS(1938), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103169,16 +109443,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(1940), 26, + 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_DASH_DASH, - ACTIONS(1875), 25, + anon_sym_BQUOTE, + [57274] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1256), 1, + sym_comment, + ACTIONS(2183), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2185), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, sym_optional_chain, anon_sym_AMP_AMP, @@ -103195,380 +109516,569 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [53051] = 28, - ACTIONS(1203), 1, + [57327] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, + anon_sym_EQ, + STATE(1257), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1781), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 26, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(1960), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, + 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, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + [57382] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, + STATE(1258), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2224), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [53147] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2061), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [57481] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + STATE(1259), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2226), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [53241] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2098), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2100), 25, + ACTIONS(2173), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, + [57580] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1260), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53287] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2017), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [57679] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2228), 1, + ACTIONS(2259), 1, anon_sym_COMMA, - ACTIONS(2230), 1, - anon_sym_RPAREN, - STATE(2021), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, + STATE(1261), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2291), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [53385] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [57782] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2228), 1, + ACTIONS(2259), 1, anon_sym_COMMA, - ACTIONS(2232), 1, - anon_sym_RBRACK, - STATE(1984), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, + STATE(1262), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2293), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [53483] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1880), 1, - anon_sym_EQ, - ACTIONS(2234), 1, - anon_sym_in, + [57885] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, + anon_sym_GT_GT, ACTIONS(2237), 1, - anon_sym_of, - ACTIONS(1873), 12, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_CARET, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + ACTIONS(2297), 1, + anon_sym_in, + STATE(1263), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2227), 2, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1875), 23, + ACTIONS(2253), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2249), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2295), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + [57986] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1264), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53535] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1788), 1, - anon_sym_EQ, - ACTIONS(1785), 4, + ACTIONS(2065), 4, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1707), 13, + anon_sym_SEMI, + [58085] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, + anon_sym_EQ, + STATE(1265), 1, + sym_comment, + ACTIONS(1924), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103581,11 +110091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 20, + ACTIONS(1926), 26, 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, @@ -103602,54 +110116,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [53585] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2054), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + [58140] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, + ACTIONS(2205), 1, anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, anon_sym_PIPE, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1266), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2056), 25, + ACTIONS(2219), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2011), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, + [58239] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1267), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2300), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53631] = 3, - ACTIONS(1203), 1, + [58342] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2093), 1, + sym__automatic_semicolon, + STATE(1268), 1, sym_comment, - ACTIONS(2120), 13, + ACTIONS(864), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103662,9 +110286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2122), 25, - sym__automatic_semicolon, + ACTIONS(902), 25, sym__ternary_qmark, anon_sym_COMMA, anon_sym_RBRACE, @@ -103688,11 +110310,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [53677] = 3, - ACTIONS(1203), 1, + [58399] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2302), 1, + sym__automatic_semicolon, + STATE(1269), 1, sym_comment, - ACTIONS(2044), 13, + ACTIONS(902), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(866), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103705,14 +110339,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2046), 25, - sym__automatic_semicolon, + ACTIONS(872), 23, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -103731,54 +110361,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53723] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2036), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(2038), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [58458] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, anon_sym_AMP_AMP, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2233), 1, + anon_sym_GT_GT, + ACTIONS(2237), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_CARET, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, anon_sym_PERCENT, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2255), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1270), 1, + sym_comment, + ACTIONS(2043), 2, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53769] = 3, - ACTIONS(1203), 1, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2251), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2253), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2179), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [58557] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, + anon_sym_EQ, + STATE(1271), 1, sym_comment, - ACTIONS(1952), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103791,8 +110456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1954), 25, + ACTIONS(1783), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -103817,168 +110481,375 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [53815] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1958), 1, + [58612] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(2169), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1952), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, anon_sym_GT_GT, + ACTIONS(2237), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_CARET, + ACTIONS(2241), 1, anon_sym_PIPE, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1272), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1954), 22, + ACTIONS(2253), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2175), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + [58711] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2304), 1, + anon_sym_COMMA, + ACTIONS(2307), 1, + anon_sym_RBRACE, + STATE(1273), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2065), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [53867] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [58814] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2229), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2233), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2237), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2239), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2241), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2245), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2255), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2257), 1, sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, + STATE(1274), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2235), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2239), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2227), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2249), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [53963] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2108), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2113), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [58913] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, + anon_sym_AMP_AMP, + ACTIONS(2231), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2233), 1, anon_sym_GT_GT, + ACTIONS(2237), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_CARET, + ACTIONS(2241), 1, anon_sym_PIPE, + ACTIONS(2245), 1, + anon_sym_PERCENT, + ACTIONS(2247), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1275), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2251), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2110), 25, + ACTIONS(2253), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2121), 4, sym__automatic_semicolon, - sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + [59012] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2229), 1, anon_sym_AMP_AMP, + ACTIONS(2231), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2233), 1, + anon_sym_GT_GT, + ACTIONS(2237), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_CARET, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, anon_sym_PERCENT, + ACTIONS(2247), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2255), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2257), 1, + sym__ternary_qmark, + STATE(1276), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2225), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2235), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2243), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2251), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2253), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2227), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2249), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [54009] = 3, - ACTIONS(1203), 1, + ACTIONS(2125), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [59111] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1277), 1, sym_comment, - ACTIONS(2026), 13, + ACTIONS(866), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -103991,8 +110862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2028), 25, + ACTIONS(872), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -104017,122 +110887,240 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54055] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [59166] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2309), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2312), 1, + anon_sym_RBRACE, + STATE(1278), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2065), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2241), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [54151] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2018), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + [59269] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, anon_sym_GT_GT, + ACTIONS(2205), 1, anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, anon_sym_PIPE, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2312), 1, + anon_sym_RBRACE, + ACTIONS(2314), 1, + anon_sym_COMMA, + STATE(1279), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2175), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2020), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2219), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59372] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(2037), 1, anon_sym_LBRACK, + ACTIONS(2039), 1, anon_sym_DOT, + ACTIONS(2041), 1, sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1280), 1, + sym_comment, + STATE(1952), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(2317), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [54197] = 3, - ACTIONS(1203), 1, + [59475] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2319), 1, + sym__automatic_semicolon, + STATE(1281), 1, sym_comment, - ACTIONS(2104), 13, + ACTIONS(1037), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(916), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104145,14 +111133,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2106), 25, - sym__automatic_semicolon, + ACTIONS(920), 23, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -104171,11 +111155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54243] = 3, - ACTIONS(1203), 1, + [59531] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1282), 1, sym_comment, - ACTIONS(2014), 13, + ACTIONS(2053), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104188,8 +111177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2016), 25, + ACTIONS(2055), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -104214,58 +111202,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54289] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(2243), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1860), 13, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + [59583] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, anon_sym_GT_GT, + ACTIONS(1987), 1, anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2323), 1, + anon_sym_RPAREN, + STATE(1283), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 20, - sym__ternary_qmark, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59685] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2325), 1, + anon_sym_RPAREN, + STATE(1284), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [54339] = 4, - ACTIONS(1203), 1, + [59787] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1285), 1, sym_comment, - ACTIONS(1765), 1, - anon_sym_EQ, - ACTIONS(1707), 13, + ACTIONS(1949), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104278,13 +111368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 24, + ACTIONS(1951), 26, 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, @@ -104303,11 +111393,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [59839] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [54387] = 3, - ACTIONS(1203), 1, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2327), 1, + anon_sym_COLON, + STATE(1286), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59941] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1846), 1, + anon_sym_EQ, + STATE(1287), 1, sym_comment, - ACTIONS(2010), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104320,14 +111489,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2012), 25, + ACTIONS(1783), 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, @@ -104346,11 +111513,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54433] = 3, - ACTIONS(1203), 1, + [59995] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2277), 1, + sym_optional_chain, + STATE(1288), 1, sym_comment, - ACTIONS(2006), 13, + ACTIONS(2047), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104363,8 +111541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2008), 25, + ACTIONS(2049), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -104372,9 +111549,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -104389,64 +111563,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54479] = 6, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2245), 1, - anon_sym_in, - ACTIONS(2248), 1, - anon_sym_of, - ACTIONS(822), 12, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 23, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + [60053] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2329), 1, + anon_sym_RPAREN, + STATE(1289), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [54531] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1867), 1, + [60155] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, anon_sym_EQ, - ACTIONS(2243), 1, - anon_sym_of, - ACTIONS(2250), 1, - anon_sym_in, - ACTIONS(1860), 12, + STATE(1290), 1, + sym_comment, + ACTIONS(2331), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1924), 12, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -104457,13 +111664,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 23, - sym__automatic_semicolon, + ACTIONS(1926), 21, sym__ternary_qmark, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -104481,86 +111684,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54583] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [60211] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2335), 1, + anon_sym_RPAREN, + STATE(1291), 1, + sym_comment, + STATE(2077), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2253), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [54679] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1775), 1, + [60313] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, anon_sym_EQ, - ACTIONS(1773), 4, + STATE(1292), 1, + sym_comment, + ACTIONS(1861), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1707), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104573,8 +111785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 20, + ACTIONS(1783), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -104594,11 +111805,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54729] = 3, - ACTIONS(1203), 1, + [60369] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1293), 1, sym_comment, - ACTIONS(2002), 13, + ACTIONS(2047), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104611,8 +111827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2004), 25, + ACTIONS(2049), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -104637,133 +111852,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [54775] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1880), 1, - anon_sym_EQ, - ACTIONS(2237), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1873), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(1875), 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, - [54825] = 28, - ACTIONS(1203), 1, + [60421] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1294), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2023), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2255), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [54921] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1760), 1, - anon_sym_in, - ACTIONS(1763), 1, - anon_sym_of, - ACTIONS(1765), 1, - anon_sym_EQ, - ACTIONS(1707), 12, - anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -104772,12 +111874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 23, + ACTIONS(2025), 26, 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, @@ -104796,11 +111899,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [54973] = 3, - ACTIONS(1203), 1, + [60473] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1295), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(2089), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104813,8 +111921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 25, + ACTIONS(2091), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -104839,13 +111946,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55019] = 3, - ACTIONS(1203), 1, + [60525] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2337), 1, + anon_sym_in, + ACTIONS(2340), 1, + anon_sym_of, + STATE(1296), 1, sym_comment, - ACTIONS(1707), 13, + ACTIONS(866), 11, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -104856,14 +111973,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 25, + ACTIONS(872), 24, 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, @@ -104882,11 +111996,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55065] = 3, - ACTIONS(1203), 1, + [60583] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2342), 1, + sym__automatic_semicolon, + STATE(1297), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(1051), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104899,14 +112023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 25, - sym__automatic_semicolon, + ACTIONS(938), 23, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -104925,11 +112045,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55111] = 3, - ACTIONS(1203), 1, + [60639] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1875), 1, + anon_sym_EQ, + STATE(1298), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(1872), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -104942,15 +112074,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 25, - sym__automatic_semicolon, + ACTIONS(1783), 21, 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, @@ -104968,79 +112094,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55157] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [60695] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2344), 1, + anon_sym_RPAREN, + STATE(1299), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2257), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55253] = 3, - ACTIONS(1203), 1, + [60797] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1300), 1, sym_comment, - ACTIONS(1992), 13, + ACTIONS(2029), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105053,8 +112188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1994), 25, + ACTIONS(2031), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105079,11 +112213,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55299] = 3, - ACTIONS(1203), 1, + [60849] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1850), 1, + anon_sym_EQ, + STATE(1301), 1, sym_comment, - ACTIONS(1988), 13, + ACTIONS(1848), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105096,15 +112242,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1990), 25, - sym__automatic_semicolon, + ACTIONS(1783), 21, 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, @@ -105122,81 +112262,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55345] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [60905] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2346), 1, + anon_sym_RPAREN, + STATE(1302), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2259), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55441] = 3, - ACTIONS(1203), 1, + [61007] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, + anon_sym_EQ, + ACTIONS(2331), 1, + anon_sym_of, + ACTIONS(2348), 1, + anon_sym_in, + STATE(1303), 1, sym_comment, - ACTIONS(2082), 13, + ACTIONS(1924), 11, anon_sym_STAR, - anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -105207,14 +112361,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2084), 25, + ACTIONS(1926), 24, 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, @@ -105233,11 +112384,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55487] = 3, - ACTIONS(1203), 1, + [61065] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1304), 1, sym_comment, - ACTIONS(924), 13, + ACTIONS(2081), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105250,8 +112406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(928), 25, + ACTIONS(2083), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105276,11 +112431,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55533] = 3, - ACTIONS(1203), 1, + [61117] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1305), 1, sym_comment, - ACTIONS(2066), 13, + ACTIONS(2077), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105293,8 +112453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2068), 25, + ACTIONS(2079), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105319,141 +112478,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55579] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2062), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(2064), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [61169] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55625] = 3, - ACTIONS(1203), 1, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2351), 1, + anon_sym_RPAREN, + STATE(1306), 1, sym_comment, - ACTIONS(2058), 13, + STATE(2128), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2060), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [61271] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55671] = 4, - ACTIONS(1203), 1, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2353), 1, + anon_sym_RPAREN, + STATE(1307), 1, sym_comment, - ACTIONS(2261), 1, - sym_regex_flags, - ACTIONS(2048), 14, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_DASH_DASH, - ACTIONS(2050), 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, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55719] = 3, - ACTIONS(1203), 1, + anon_sym_instanceof, + [61373] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2355), 1, + sym_regex_flags, + STATE(1308), 1, sym_comment, - ACTIONS(2116), 13, + ACTIONS(2071), 13, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105466,14 +112646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2118), 25, + anon_sym_instanceof, + ACTIONS(2073), 24, 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, @@ -105490,80 +112669,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [55765] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [61427] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2357), 1, + anon_sym_RBRACE, + STATE(1309), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(2215), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [55859] = 3, - ACTIONS(1203), 1, + [61529] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1310), 1, sym_comment, - ACTIONS(2040), 13, + ACTIONS(2067), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105576,8 +112764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2042), 25, + ACTIONS(2069), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105602,62 +112789,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55905] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1795), 1, - anon_sym_EQ, - ACTIONS(1707), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(1709), 24, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_BQUOTE, + [61581] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2359), 1, + anon_sym_RBRACK, + STATE(1311), 1, + sym_comment, + STATE(2062), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [55953] = 5, - ACTIONS(1203), 1, + [61683] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1312), 1, sym_comment, - ACTIONS(1720), 1, - anon_sym_EQ, - ACTIONS(1791), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1707), 13, + ACTIONS(1953), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105670,10 +112883,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 20, + ACTIONS(1955), 26, + 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, @@ -105691,79 +112908,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56003] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [61735] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2361), 1, + anon_sym_RPAREN, + STATE(1313), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2263), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56099] = 3, - ACTIONS(1203), 1, + [61837] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1314), 1, sym_comment, - ACTIONS(2000), 13, + ACTIONS(2009), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105776,8 +113002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1996), 25, + ACTIONS(2011), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -105802,152 +113027,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56145] = 28, - ACTIONS(1203), 1, + [61889] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, + anon_sym_EQ, + ACTIONS(2363), 1, + anon_sym_in, + ACTIONS(2366), 1, + anon_sym_of, + STATE(1315), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1938), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1940), 24, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2265), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [56241] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [61947] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2368), 1, + anon_sym_RPAREN, + STATE(1316), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2267), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56337] = 5, - ACTIONS(1203), 1, + [62049] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1317), 1, sym_comment, - ACTIONS(2269), 1, - sym__automatic_semicolon, - ACTIONS(989), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(924), 13, + ACTIONS(1969), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -105960,11 +113171,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(928), 22, + ACTIONS(1971), 26, + 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, @@ -105983,11 +113196,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56387] = 3, - ACTIONS(1203), 1, + [62101] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1318), 1, sym_comment, - ACTIONS(1940), 13, + ACTIONS(2063), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106000,8 +113218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1942), 25, + ACTIONS(2061), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106026,79 +113243,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56433] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [62153] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(1986), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2130), 2, + ACTIONS(2370), 1, + anon_sym_RPAREN, + STATE(1319), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56529] = 3, - ACTIONS(1203), 1, + [62255] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1320), 1, sym_comment, - ACTIONS(916), 13, + ACTIONS(2165), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106111,8 +113337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(920), 25, + ACTIONS(2167), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106137,18 +113362,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56575] = 5, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, + [62307] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1321), 1, sym_comment, - ACTIONS(2248), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(822), 13, + ACTIONS(1961), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106161,10 +113384,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 20, + ACTIONS(1963), 26, + 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, @@ -106182,11 +113409,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56625] = 3, - ACTIONS(1203), 1, + [62359] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1322), 1, sym_comment, - ACTIONS(908), 13, + ACTIONS(1965), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106199,8 +113431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(912), 25, + ACTIONS(1967), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106225,11 +113456,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56671] = 3, - ACTIONS(1203), 1, + [62411] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1323), 1, sym_comment, - ACTIONS(898), 13, + ACTIONS(2169), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106242,8 +113478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(902), 25, + ACTIONS(2171), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106268,11 +113503,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56717] = 3, - ACTIONS(1203), 1, + [62463] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1324), 1, sym_comment, - ACTIONS(1980), 13, + ACTIONS(2147), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106285,8 +113525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1982), 25, + ACTIONS(2149), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106311,149 +113550,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [56763] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [62515] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2228), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2271), 1, - anon_sym_RPAREN, - STATE(2101), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [56861] = 29, - ACTIONS(1203), 1, + ACTIONS(2372), 1, + anon_sym_RBRACE, + STATE(1325), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(2273), 1, - anon_sym_RBRACK, - STATE(2024), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [56959] = 3, - ACTIONS(1203), 1, + [62617] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1326), 1, sym_comment, - ACTIONS(1932), 13, + ACTIONS(2139), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106466,8 +113644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1934), 25, + ACTIONS(2141), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106492,80 +113669,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57005] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [62669] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, + anon_sym_AMP_AMP, + ACTIONS(1981), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, + anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, + anon_sym_PERCENT, + ACTIONS(1997), 1, + anon_sym_STAR_STAR, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2374), 1, + anon_sym_RBRACK, + STATE(1327), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [62771] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2228), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2275), 1, - anon_sym_RBRACK, - STATE(2024), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, + ACTIONS(2376), 1, + anon_sym_RPAREN, + STATE(1328), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57103] = 3, - ACTIONS(1203), 1, + [62873] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1329), 1, sym_comment, - ACTIONS(1924), 13, + ACTIONS(1957), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106578,8 +113835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1926), 25, + ACTIONS(1959), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106604,79 +113860,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [57149] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2277), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [57245] = 3, - ACTIONS(1203), 1, + [62925] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1330), 1, sym_comment, - ACTIONS(1817), 13, + ACTIONS(2135), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106689,8 +113882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1823), 25, + ACTIONS(2137), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106715,11 +113907,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57291] = 3, - ACTIONS(1203), 1, + [62977] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1878), 1, + anon_sym_EQ, + STATE(1331), 1, sym_comment, - ACTIONS(1978), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106732,12 +113931,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1922), 25, + ACTIONS(1783), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, @@ -106758,80 +113955,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57337] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [63031] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2228), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2279), 1, + ACTIONS(2378), 1, anon_sym_RPAREN, - STATE(1980), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, + STATE(1332), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57435] = 3, - ACTIONS(1203), 1, + [63133] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1333), 1, sym_comment, - ACTIONS(2090), 13, + ACTIONS(2131), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106844,8 +114049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2092), 25, + ACTIONS(2133), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106870,11 +114074,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57481] = 3, - ACTIONS(1203), 1, + [63185] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1334), 1, sym_comment, - ACTIONS(2070), 13, + ACTIONS(2127), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106887,8 +114096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2072), 25, + ACTIONS(2129), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106913,11 +114121,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57527] = 3, - ACTIONS(1203), 1, + [63237] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1335), 1, sym_comment, - ACTIONS(1944), 13, + ACTIONS(2103), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -106930,8 +114143,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2105), 26, + 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_DASH_DASH, - ACTIONS(1946), 25, + anon_sym_BQUOTE, + [63289] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1336), 1, + sym_comment, + ACTIONS(2151), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2153), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -106956,16 +114215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57573] = 4, - ACTIONS(1203), 1, + [63341] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1337), 1, sym_comment, - ACTIONS(2261), 1, - sym_regex_flags, - ACTIONS(2048), 15, + ACTIONS(2123), 12, anon_sym_STAR, anon_sym_in, - anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -106976,13 +114237,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_DASH_DASH, - ACTIONS(2050), 22, + ACTIONS(2125), 26, 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, @@ -106999,86 +114260,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57621] = 29, - ACTIONS(1203), 1, + [63393] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1338), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(916), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(920), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(2281), 1, - anon_sym_RPAREN, - STATE(2111), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [57719] = 5, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [63445] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1339), 1, sym_comment, - ACTIONS(2283), 1, - sym__automatic_semicolon, - ACTIONS(983), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(916), 13, + ACTIONS(2119), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107091,11 +114331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(920), 22, + ACTIONS(2121), 26, + 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, @@ -107114,11 +114356,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57769] = 3, - ACTIONS(1203), 1, + [63497] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1340), 1, sym_comment, - ACTIONS(1974), 13, + ACTIONS(2115), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107131,8 +114378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1976), 25, + ACTIONS(2117), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107157,84 +114403,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [57815] = 28, - ACTIONS(1203), 1, + [63549] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1341), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(2340), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(866), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(872), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, + 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, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + [63605] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, + STATE(1342), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2285), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57911] = 5, - ACTIONS(1203), 1, + ACTIONS(2380), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [63703] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, + anon_sym_EQ, + STATE(1343), 1, sym_comment, - ACTIONS(2287), 1, - sym__automatic_semicolon, - ACTIONS(977), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(908), 13, + ACTIONS(2366), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + ACTIONS(1938), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107247,12 +114551,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(912), 22, + ACTIONS(1940), 21, sym__ternary_qmark, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, sym_optional_chain, @@ -107270,61 +114571,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [57961] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2289), 1, - sym__automatic_semicolon, - ACTIONS(973), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(898), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(902), 22, - sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_BQUOTE, + [63759] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2382), 1, + anon_sym_RBRACK, + STATE(1344), 1, + sym_comment, + STATE(2062), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58011] = 5, - ACTIONS(1203), 1, + [63861] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1345), 1, sym_comment, - ACTIONS(2291), 1, - sym__automatic_semicolon, - ACTIONS(1017), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(854), 13, + ACTIONS(2111), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107337,11 +114665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(858), 22, + ACTIONS(2113), 26, + 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, @@ -107360,15 +114690,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58061] = 3, - ACTIONS(1203), 1, + [63913] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2201), 1, + anon_sym_GT_GT, + ACTIONS(2205), 1, + anon_sym_AMP, + ACTIONS(2207), 1, + anon_sym_CARET, + ACTIONS(2209), 1, + anon_sym_PIPE, + ACTIONS(2213), 1, + anon_sym_PERCENT, + ACTIONS(2221), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2223), 1, + sym__ternary_qmark, + STATE(1346), 1, sym_comment, - ACTIONS(890), 13, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2203), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2211), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2217), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2219), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1312), 2, + sym_template_string, + sym_arguments, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, + ACTIONS(2215), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2295), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [64011] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1846), 1, + anon_sym_EQ, + ACTIONS(1867), 1, + anon_sym_in, + ACTIONS(1870), 1, + anon_sym_of, + STATE(1347), 1, + sym_comment, + ACTIONS(1781), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -107377,14 +114787,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(894), 25, + ACTIONS(1783), 24, 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, @@ -107403,54 +114810,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58107] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(870), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(874), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [64069] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2384), 1, + anon_sym_RPAREN, + STATE(1348), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58153] = 3, - ACTIONS(1203), 1, + [64171] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1349), 1, sym_comment, - ACTIONS(862), 13, + ACTIONS(2057), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107463,8 +114904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(866), 25, + ACTIONS(2059), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107489,84 +114929,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58199] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [64223] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2386), 1, + anon_sym_RPAREN, + STATE(1350), 1, + sym_comment, + STATE(2195), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2293), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58295] = 5, - ACTIONS(1203), 1, + [64325] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1351), 1, sym_comment, - ACTIONS(2295), 1, - sym__automatic_semicolon, - ACTIONS(965), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(890), 13, + ACTIONS(2085), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107579,11 +115023,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(894), 22, + ACTIONS(2087), 26, + 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, @@ -107602,16 +115048,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58345] = 5, - ACTIONS(1203), 1, + [64377] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1352), 1, sym_comment, - ACTIONS(2297), 1, - sym__automatic_semicolon, - ACTIONS(958), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(870), 13, + ACTIONS(2013), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107624,11 +115070,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(874), 22, + ACTIONS(2015), 26, + 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, @@ -107647,16 +115095,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58395] = 5, - ACTIONS(1203), 1, + [64429] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1353), 1, sym_comment, - ACTIONS(2299), 1, - sym__automatic_semicolon, - ACTIONS(952), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(862), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107669,11 +115117,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(866), 22, + ACTIONS(2109), 26, + 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, @@ -107692,11 +115142,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58445] = 3, - ACTIONS(1203), 1, + [64481] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1354), 1, sym_comment, - ACTIONS(854), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107709,8 +115164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(858), 25, + ACTIONS(2109), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107735,11 +115189,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58491] = 3, - ACTIONS(1203), 1, + [64533] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1355), 1, sym_comment, - ACTIONS(2074), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107752,8 +115211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2076), 25, + ACTIONS(2109), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107778,11 +115236,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58537] = 3, - ACTIONS(1203), 1, + [64585] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1356), 1, sym_comment, - ACTIONS(2022), 13, + ACTIONS(950), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107795,8 +115258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2024), 25, + ACTIONS(954), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107821,11 +115283,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58583] = 3, - ACTIONS(1203), 1, + [64637] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1357), 1, sym_comment, - ACTIONS(1928), 13, + ACTIONS(2107), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107838,8 +115305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1930), 25, + ACTIONS(2109), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107864,11 +115330,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [58629] = 3, - ACTIONS(1203), 1, + [64689] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1358), 1, sym_comment, - ACTIONS(2030), 13, + ACTIONS(968), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107881,8 +115352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2032), 25, + ACTIONS(972), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107907,80 +115377,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58675] = 29, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(2301), 1, - anon_sym_RPAREN, - STATE(2075), 1, - aux_sym_array_repeat1, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [58773] = 3, - ACTIONS(1203), 1, + [64741] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1359), 1, sym_comment, - ACTIONS(1882), 13, + ACTIONS(976), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -107993,8 +115399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1884), 25, + ACTIONS(980), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -108019,190 +115424,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58819] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2078), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(2080), 25, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BQUOTE, + [64793] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1983), 1, + anon_sym_GT_GT, + ACTIONS(1987), 1, + anon_sym_AMP, + ACTIONS(1989), 1, anon_sym_CARET, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2388), 1, + anon_sym_RBRACK, + STATE(1360), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1985), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(1993), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(1977), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1999), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [58865] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [64895] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2390), 1, + anon_sym_RPAREN, + STATE(1361), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2303), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58961] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [64997] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2222), 1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2130), 2, + ACTIONS(2392), 1, + anon_sym_RPAREN, + STATE(1362), 1, + sym_comment, + STATE(2097), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2305), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59057] = 3, - ACTIONS(1203), 1, + [65099] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1363), 1, sym_comment, - ACTIONS(2086), 13, + ACTIONS(2099), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -108215,8 +115662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2088), 25, + ACTIONS(2101), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -108241,79 +115687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [59103] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_LPAREN, - ACTIONS(1958), 1, - anon_sym_LBRACK, - ACTIONS(1960), 1, - anon_sym_DOT, - ACTIONS(1962), 1, - sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, - anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, - anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2222), 1, - anon_sym_COMMA, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2307), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59199] = 3, - ACTIONS(1203), 1, + [65151] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1364), 1, sym_comment, - ACTIONS(2094), 13, + ACTIONS(934), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -108326,8 +115709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2096), 25, + ACTIONS(938), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -108352,85 +115734,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [59245] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65203] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2394), 1, + anon_sym_RPAREN, + STATE(1365), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2209), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59338] = 5, - ACTIONS(1203), 1, + [65305] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2355), 1, + sym_regex_flags, + STATE(1366), 1, sym_comment, - ACTIONS(1750), 1, - anon_sym_EQ, - ACTIONS(1799), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(1707), 13, + ACTIONS(2071), 14, anon_sym_STAR, anon_sym_in, + anon_sym_of, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -108441,10 +115831,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 20, + anon_sym_instanceof, + ACTIONS(2073), 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, @@ -108460,481 +115853,424 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [59387] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65359] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2309), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + ACTIONS(2396), 1, + anon_sym_RBRACE, + STATE(1367), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59482] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65461] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2102), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2398), 1, + anon_sym_RBRACK, + STATE(1368), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59575] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65563] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2016), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, + ACTIONS(2321), 1, + anon_sym_COMMA, + ACTIONS(2400), 1, + anon_sym_RPAREN, + STATE(1369), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59668] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65665] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2345), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1370), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2051), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59763] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65763] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2402), 1, + anon_sym_RPAREN, + STATE(1371), 1, + sym_comment, + STATE(2095), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2347), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59856] = 27, - ACTIONS(1203), 1, + [65865] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2404), 1, + sym__automatic_semicolon, + STATE(1372), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(999), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(950), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2323), 1, anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(2012), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59949] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(954), 23, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(2004), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [60042] = 5, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [65921] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1373), 1, sym_comment, - ACTIONS(2349), 1, - anon_sym_LPAREN, - ACTIONS(2352), 1, - anon_sym_COLON, - ACTIONS(2120), 13, + ACTIONS(2187), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -108947,11 +116283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(2122), 22, + ACTIONS(2189), 26, 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, @@ -108970,680 +116308,615 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [60091] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [65973] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1886), 2, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2406), 1, + anon_sym_RBRACK, + STATE(1374), 1, + sym_comment, + STATE(2051), 1, + aux_sym_array_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2135), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60184] = 27, - ACTIONS(1203), 1, + [66075] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2408), 1, + sym__automatic_semicolon, + STATE(1375), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1003), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(968), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(972), 23, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(1922), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [60277] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + [66131] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2410), 1, + sym__automatic_semicolon, + STATE(1376), 1, + sym_comment, + ACTIONS(1007), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(976), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2323), 1, anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(1998), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60370] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(980), 23, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(1970), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [60463] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66187] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2354), 1, + ACTIONS(2412), 1, anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1377), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60558] = 28, - ACTIONS(1203), 1, + [66289] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1378), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(926), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(930), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2356), 1, - anon_sym_RBRACE, - ACTIONS(1886), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66341] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1379), 1, + sym_comment, + ACTIONS(942), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, + 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, - ACTIONS(1914), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60653] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + ACTIONS(946), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66393] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1380), 1, + sym_comment, + ACTIONS(960), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, + 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, - ACTIONS(2161), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2358), 2, + ACTIONS(964), 26, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, + 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, - [60746] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66445] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2360), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + ACTIONS(2414), 1, + anon_sym_RPAREN, + STATE(1381), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60841] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [66547] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2362), 1, - anon_sym_RBRACE, - ACTIONS(1886), 2, + ACTIONS(2416), 1, + anon_sym_RPAREN, + STATE(1382), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60936] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [66649] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2364), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + ACTIONS(2418), 1, + anon_sym_RBRACK, + STATE(1383), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61031] = 5, - ACTIONS(1203), 1, + [66751] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1384), 1, sym_comment, - ACTIONS(2366), 1, - anon_sym_LPAREN, - ACTIONS(2369), 1, - anon_sym_COLON, - ACTIONS(1707), 13, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -109656,11 +116929,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 22, + ACTIONS(1783), 26, 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, @@ -109679,420 +116954,379 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [61080] = 28, - ACTIONS(1203), 1, + [66803] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2420), 1, + sym__automatic_semicolon, + STATE(1385), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1015), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(926), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(930), 23, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2371), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [61175] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + [66859] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1386), 1, + sym_comment, + ACTIONS(2177), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(1900), 1, anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2373), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [61270] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + ACTIONS(2179), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2375), 1, - anon_sym_SEMI, - ACTIONS(2377), 1, - sym__automatic_semicolon, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [61365] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [66911] = 30, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, + ACTIONS(2321), 1, anon_sym_COMMA, - ACTIONS(2379), 1, + ACTIONS(2422), 1, anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1387), 1, + sym_comment, + STATE(1779), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61460] = 25, - ACTIONS(1203), 1, + [67013] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1388), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(2095), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2323), 1, anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2097), 26, + 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, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [67065] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1389), 1, + sym_comment, + ACTIONS(2161), 12, + anon_sym_STAR, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1950), 4, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2163), 26, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_QMARK_QMARK, - [61549] = 19, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, + [67117] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2424), 1, + sym__automatic_semicolon, + STATE(1390), 1, + sym_comment, + ACTIONS(1021), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(942), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(1948), 4, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 9, + ACTIONS(946), 23, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, + 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, - [61626] = 12, - ACTIONS(1203), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [67173] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1391), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(2157), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2159), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1831), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, + [67225] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2426), 1, + sym__automatic_semicolon, + STATE(1392), 1, + sym_comment, + ACTIONS(1029), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(960), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -110105,2743 +117339,2826 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 15, + ACTIONS(964), 23, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, + 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, - [61689] = 27, - ACTIONS(1203), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [67281] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1393), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(2143), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2145), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(1958), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, + 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, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + [67333] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1394), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2381), 2, + ACTIONS(2428), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61782] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [67430] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1395), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2383), 2, + ACTIONS(2430), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61875] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [67527] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2385), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1396), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61970] = 28, - ACTIONS(1203), 1, + ACTIONS(2027), 6, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [67616] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1835), 1, + anon_sym_EQ, + STATE(1397), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1885), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(1781), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, + 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, - ACTIONS(1966), 1, anon_sym_DASH_DASH, - ACTIONS(1968), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + [67671] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2387), 1, + ACTIONS(2458), 1, anon_sym_SEMI, - ACTIONS(2389), 1, + ACTIONS(2460), 1, sym__automatic_semicolon, - ACTIONS(2130), 2, + STATE(1398), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62065] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [67770] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2391), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + STATE(1399), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2462), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62160] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [67867] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2393), 1, - anon_sym_RBRACE, - ACTIONS(1886), 2, + STATE(1400), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2464), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62255] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [67964] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, - anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(2130), 2, + ACTIONS(2466), 1, + anon_sym_SEMI, + ACTIONS(2468), 1, + sym__automatic_semicolon, + STATE(1401), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2395), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62348] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68063] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2397), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + STATE(1402), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2470), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62443] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68160] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2399), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + ACTIONS(2472), 1, + anon_sym_SEMI, + ACTIONS(2474), 1, + sym__automatic_semicolon, + STATE(1403), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62538] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68259] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2401), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + ACTIONS(2476), 1, + anon_sym_SEMI, + ACTIONS(2478), 1, + sym__automatic_semicolon, + STATE(1404), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62633] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68358] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2403), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1405), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2312), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62728] = 14, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68455] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 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(1950), 14, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, + ACTIONS(1979), 1, anon_sym_AMP_AMP, + ACTIONS(1981), 1, 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, - [62795] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(2319), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2331), 1, + ACTIONS(1991), 1, + anon_sym_PIPE, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2311), 2, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + STATE(1406), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2307), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [62880] = 22, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68552] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2331), 1, + ACTIONS(2442), 1, + anon_sym_CARET, + ACTIONS(2444), 1, + anon_sym_PIPE, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2311), 2, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2486), 1, + sym__ternary_qmark, + STATE(1407), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2175), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 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, - [62963] = 21, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68649] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(1948), 2, + ACTIONS(2440), 1, anon_sym_AMP, + ACTIONS(2442), 1, + anon_sym_CARET, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2311), 2, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2486), 1, + sym__ternary_qmark, + STATE(1408), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2179), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 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, - [63044] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68746] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2405), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1409), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2155), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63139] = 15, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68843] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 8, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2436), 1, anon_sym_GT_GT, + ACTIONS(2440), 1, anon_sym_AMP, + ACTIONS(2442), 1, + anon_sym_CARET, + ACTIONS(2444), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 14, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2480), 1, anon_sym_AMP_AMP, + ACTIONS(2482), 1, 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, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [63208] = 24, - ACTIONS(1203), 1, + ACTIONS(2486), 1, + sym__ternary_qmark, + STATE(1410), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, + ACTIONS(2065), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 5, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [63295] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [68940] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2311), 2, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2486), 1, + sym__ternary_qmark, + STATE(1411), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2061), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [63380] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69037] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2436), 1, anon_sym_GT_GT, + ACTIONS(2440), 1, anon_sym_AMP, + ACTIONS(2442), 1, + anon_sym_CARET, + ACTIONS(2444), 1, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 15, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2480), 1, anon_sym_AMP_AMP, + ACTIONS(2482), 1, 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, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [63443] = 17, - ACTIONS(1203), 1, + ACTIONS(2486), 1, + sym__ternary_qmark, + STATE(1412), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2311), 2, + ACTIONS(2173), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1131), 2, + ACTIONS(2454), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2456), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 7, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 12, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, + ACTIONS(2452), 3, 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, - [63516] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [69134] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2407), 1, - anon_sym_SEMI, - ACTIONS(2409), 1, - sym__automatic_semicolon, - ACTIONS(2130), 2, + STATE(1413), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2125), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63611] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69231] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2411), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1414), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2121), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63706] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69328] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2037), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(2039), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(2041), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2191), 1, + anon_sym_STAR_STAR, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(2199), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2201), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2205), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2207), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2209), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2213), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2221), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2223), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2413), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + ACTIONS(2488), 1, + anon_sym_SEMI, + ACTIONS(2490), 1, + sym__automatic_semicolon, + STATE(1415), 1, + sym_comment, + ACTIONS(2043), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2203), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2211), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2217), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2219), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2195), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2215), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63801] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69427] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(1996), 2, + STATE(1416), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2113), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2311), 2, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63894] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69524] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2034), 2, + STATE(1417), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2017), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2311), 2, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63987] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69621] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2415), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1418), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2011), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64082] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69718] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(1894), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2417), 1, - anon_sym_COLON, - ACTIONS(1886), 2, + STATE(1419), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + ACTIONS(2492), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64177] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [69815] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2419), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + STATE(1420), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1975), 2, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64272] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [69912] = 26, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2151), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2421), 1, - anon_sym_SEMI, - ACTIONS(2423), 1, - sym__automatic_semicolon, - ACTIONS(2130), 2, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + STATE(1421), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64367] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2027), 4, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_QMARK_QMARK, + [70005] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, - anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(1910), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2425), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, + STATE(1422), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1916), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64462] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2033), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 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, + [70086] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + STATE(1423), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(1900), 1, anon_sym_AMP, - ACTIONS(1902), 1, - anon_sym_CARET, - ACTIONS(1904), 1, anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(1984), 1, - anon_sym_COMMA, - ACTIONS(2427), 1, - anon_sym_RPAREN, - ACTIONS(1886), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1898), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(1906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2027), 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, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1890), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1912), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [64557] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [70153] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2494), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(2497), 1, + anon_sym_COLON, + STATE(1424), 1, + sym_comment, + ACTIONS(1781), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 23, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(2124), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [64650] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [70208] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, - anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, - anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, - sym__ternary_qmark, - ACTIONS(2096), 2, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2311), 2, + STATE(1425), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2033), 10, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [64743] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 14, sym__ternary_qmark, - ACTIONS(1888), 2, anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2311), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2321), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2337), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2339), 2, + anon_sym_CARET, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2313), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2335), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [64836] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + [70279] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2499), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(2502), 1, + anon_sym_COLON, + STATE(1426), 1, + sym_comment, + ACTIONS(2151), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2153), 23, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2139), 1, anon_sym_AMP_AMP, - ACTIONS(2141), 1, anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, - anon_sym_GT_GT, - ACTIONS(2147), 1, - anon_sym_AMP, - ACTIONS(2149), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2429), 1, - anon_sym_SEMI, - ACTIONS(2431), 1, - sym__automatic_semicolon, - ACTIONS(2130), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2153), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2161), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2163), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, - sym_template_string, - sym_arguments, - ACTIONS(2137), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2159), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [64931] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1956), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BQUOTE, + [70334] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1958), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1962), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1964), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1966), 1, - anon_sym_DASH_DASH, - ACTIONS(1968), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2139), 1, - anon_sym_AMP_AMP, - ACTIONS(2141), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2143), 1, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2147), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2149), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2151), 1, - anon_sym_PIPE, - ACTIONS(2155), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2157), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2165), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2167), 1, - sym__ternary_qmark, - ACTIONS(2130), 2, + STATE(1427), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2153), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2161), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2163), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2433), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1329), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2137), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2159), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65024] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2027), 6, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [70423] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2016), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, - anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1428), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65116] = 23, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2027), 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, + [70510] = 22, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2443), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, - anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2435), 2, + STATE(1429), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2033), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 5, + ACTIONS(2027), 7, sym__ternary_qmark, - anon_sym_of, + anon_sym_LBRACE, + anon_sym_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, - [65200] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [70595] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + STATE(1430), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2323), 1, anon_sym_AMP, - ACTIONS(2325), 1, - anon_sym_CARET, - ACTIONS(2327), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 15, sym__ternary_qmark, - ACTIONS(2469), 1, + anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(2311), 2, + 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, + [70662] = 18, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2436), 1, + anon_sym_GT_GT, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + STATE(1431), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 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(2339), 2, + ACTIONS(2027), 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, - STATE(1131), 2, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [70739] = 16, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + STATE(1432), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2446), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2033), 8, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 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, - [65292] = 28, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [70812] = 25, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2215), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2471), 1, - anon_sym_in, - ACTIONS(2435), 2, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + STATE(1433), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2437), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2459), 3, + ACTIONS(2434), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65386] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2027), 5, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [70903] = 22, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + STATE(1434), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1892), 1, + ACTIONS(2033), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2504), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2510), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2512), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2520), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2522), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2518), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 6, + sym__ternary_qmark, + anon_sym_of, anon_sym_AMP_AMP, - ACTIONS(1894), 1, anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, - anon_sym_GT_GT, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + [70987] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(1900), 1, - anon_sym_AMP, + anon_sym_LPAREN, ACTIONS(1902), 1, - anon_sym_CARET, + anon_sym_LBRACK, ACTIONS(1904), 1, - anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2017), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(1918), 1, + ACTIONS(2524), 1, + anon_sym_AMP_AMP, + ACTIONS(2526), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, + anon_sym_CARET, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2474), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + STATE(1435), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65478] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1773), 1, + [71083] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1848), 1, anon_sym_COMMA, - ACTIONS(1785), 1, + ACTIONS(1872), 1, anon_sym_RBRACK, - ACTIONS(1788), 1, + ACTIONS(1875), 1, anon_sym_EQ, - ACTIONS(1707), 13, + STATE(1436), 1, + sym_comment, + ACTIONS(1781), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -112854,8 +120171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 20, + ACTIONS(1783), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -112875,1354 +120191,1401 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_BQUOTE, - [65528] = 27, - ACTIONS(1203), 1, + [71139] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1933), 1, + anon_sym_RBRACK, + ACTIONS(2340), 1, + anon_sym_COMMA, + STATE(1437), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(866), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(872), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1831), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, + [71195] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2005), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2007), 1, sym__ternary_qmark, - ACTIONS(2476), 1, - anon_sym_COLON, - ACTIONS(2311), 2, + ACTIONS(2538), 1, + anon_sym_RBRACK, + STATE(1438), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65620] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [71291] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, + ACTIONS(2155), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2478), 1, - anon_sym_COLON, - ACTIONS(2311), 2, + STATE(1439), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65712] = 27, - ACTIONS(1203), 1, + [71387] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1928), 1, + anon_sym_RBRACK, + ACTIONS(1931), 1, + anon_sym_EQ, + ACTIONS(2331), 1, + anon_sym_COMMA, + STATE(1440), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1924), 12, + anon_sym_STAR, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1926), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1831), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(1922), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + [71443] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + ACTIONS(2540), 1, + anon_sym_COLON, + STATE(1441), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65804] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [71539] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1998), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + ACTIONS(2542), 1, + anon_sym_COLON, + STATE(1442), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65896] = 25, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [71635] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2439), 1, + ACTIONS(1979), 1, anon_sym_AMP_AMP, - ACTIONS(2441), 1, + ACTIONS(1981), 1, anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(1983), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(1987), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(1989), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(1995), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(1997), 1, anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2005), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2007), 1, + sym__ternary_qmark, + ACTIONS(2544), 1, + anon_sym_RBRACK, + STATE(1443), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(1973), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(1985), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(1993), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2003), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1950), 3, - sym__ternary_qmark, - anon_sym_of, - anon_sym_QMARK_QMARK, - ACTIONS(2437), 3, + ACTIONS(1977), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(1999), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65984] = 19, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [71731] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2443), 1, + ACTIONS(2113), 1, + anon_sym_of, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2455), 1, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2524), 1, + anon_sym_AMP_AMP, + ACTIONS(2526), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, + anon_sym_CARET, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1444), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1131), 2, + ACTIONS(2520), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2522), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1948), 4, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 8, - sym__ternary_qmark, + [71827] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2121), 1, anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, anon_sym_CARET, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - [66060] = 12, - ACTIONS(1203), 1, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1445), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, + ACTIONS(2504), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(2510), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1950), 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, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2518), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - [66122] = 14, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [71923] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2455), 1, + ACTIONS(2011), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(2435), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 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(1950), 13, - sym__ternary_qmark, - anon_sym_of, + ACTIONS(2524), 1, anon_sym_AMP_AMP, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [66188] = 23, - ACTIONS(1203), 1, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1446), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 5, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [66272] = 22, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72019] = 29, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1948), 1, - anon_sym_PIPE, - ACTIONS(2443), 1, + ACTIONS(2295), 1, + anon_sym_of, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2455), 1, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2524), 1, + anon_sym_AMP_AMP, + ACTIONS(2526), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, + anon_sym_CARET, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, + ACTIONS(2546), 1, + anon_sym_in, + STATE(1447), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2506), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - [66354] = 21, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72117] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2443), 1, + ACTIONS(1975), 1, + anon_sym_of, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2455), 1, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(1948), 2, + ACTIONS(2524), 1, + anon_sym_AMP_AMP, + ACTIONS(2526), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2528), 1, anon_sym_AMP, + ACTIONS(2530), 1, + anon_sym_CARET, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2435), 2, + ACTIONS(2534), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1448), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 6, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - [66434] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72213] = 26, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1970), 1, - anon_sym_of, - ACTIONS(2439), 1, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2441), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1449), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2027), 3, + sym__ternary_qmark, + anon_sym_of, + anon_sym_QMARK_QMARK, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66526] = 15, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72305] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2435), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2453), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 8, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2436), 1, anon_sym_GT_GT, + ACTIONS(2440), 1, anon_sym_AMP, + ACTIONS(2442), 1, + anon_sym_CARET, + ACTIONS(2444), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 13, - sym__ternary_qmark, - anon_sym_of, + ACTIONS(2448), 1, + anon_sym_PERCENT, + ACTIONS(2450), 1, + anon_sym_STAR_STAR, + ACTIONS(2480), 1, anon_sym_AMP_AMP, + ACTIONS(2482), 1, 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, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [66594] = 24, - ACTIONS(1203), 1, + ACTIONS(2486), 1, + sym__ternary_qmark, + ACTIONS(2549), 1, + anon_sym_COLON, + STATE(1450), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, - anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(1950), 4, - sym__ternary_qmark, - anon_sym_of, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - [66680] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72401] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(1948), 12, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 14, - sym__ternary_qmark, + ACTIONS(2125), 1, anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [66742] = 17, - ACTIONS(1203), 1, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1451), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LPAREN, - ACTIONS(1831), 1, - anon_sym_LBRACK, - ACTIONS(1833), 1, - anon_sym_DOT, - ACTIONS(1835), 1, - sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2435), 2, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1131), 2, + ACTIONS(2520), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2522), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1948), 7, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1950), 11, - sym__ternary_qmark, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, + ACTIONS(2518), 3, 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, - [66814] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72497] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1996), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + ACTIONS(2551), 1, + anon_sym_LBRACE, + STATE(1452), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66906] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72593] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2034), 1, + ACTIONS(2173), 1, anon_sym_of, - ACTIONS(2439), 1, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2441), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1453), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66998] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72689] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, + ACTIONS(2179), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, - anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2331), 1, - anon_sym_PERCENT, - ACTIONS(2333), 1, - anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2480), 1, - anon_sym_LBRACE, - ACTIONS(2311), 2, + STATE(1454), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67090] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72785] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2004), 1, + ACTIONS(2175), 1, anon_sym_of, - ACTIONS(2439), 1, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2441), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1455), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67182] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [72881] = 20, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2012), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, - anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1456), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2463), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67274] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2033), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 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, + [72961] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2124), 1, + ACTIONS(2065), 1, anon_sym_of, - ACTIONS(2439), 1, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, - ACTIONS(2441), 1, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, - anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, + ACTIONS(2536), 1, sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1457), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67366] = 6, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1857), 1, + [73057] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1942), 1, anon_sym_RBRACK, - ACTIONS(2248), 1, + ACTIONS(1945), 1, + anon_sym_EQ, + ACTIONS(2366), 1, anon_sym_COMMA, - ACTIONS(822), 13, + STATE(1458), 1, + sym_comment, + ACTIONS(1938), 12, anon_sym_STAR, anon_sym_in, anon_sym_LT, @@ -114235,8 +121598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 20, + ACTIONS(1940), 21, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -114256,664 +121618,667 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [67416] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1877), 1, - anon_sym_RBRACK, - ACTIONS(1880), 1, - anon_sym_EQ, - ACTIONS(2237), 1, - anon_sym_COMMA, - ACTIONS(1873), 13, - anon_sym_STAR, - 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_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(1875), 20, - sym__ternary_qmark, + anon_sym_BQUOTE, + [73113] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2061), 1, + anon_sym_of, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, anon_sym_AMP_AMP, + ACTIONS(2526), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, 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, + ACTIONS(2532), 1, + anon_sym_PIPE, + ACTIONS(2534), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [67466] = 6, - ACTIONS(1203), 1, + ACTIONS(2536), 1, + sym__ternary_qmark, + STATE(1459), 1, sym_comment, - ACTIONS(1864), 1, - anon_sym_RBRACK, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(2243), 1, - anon_sym_COMMA, - ACTIONS(1860), 13, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(2510), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 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, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2518), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_BQUOTE, - [67516] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [73209] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2482), 1, + ACTIONS(2553), 1, anon_sym_COLON, - ACTIONS(2311), 2, + STATE(1460), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67608] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [73305] = 28, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2484), 1, + ACTIONS(2555), 1, anon_sym_COLON, - ACTIONS(2311), 2, + STATE(1461), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67700] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [73401] = 18, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2096), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, - anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, - anon_sym_PIPE, - ACTIONS(2455), 1, + ACTIONS(2514), 1, anon_sym_PERCENT, - ACTIONS(2457), 1, + ACTIONS(2516), 1, anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1462), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2463), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2033), 7, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2027), 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, - [67792] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [73477] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + STATE(1463), 1, + sym_comment, + ACTIONS(1908), 2, anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1888), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, + anon_sym_STAR, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(2447), 1, anon_sym_AMP, - ACTIONS(2449), 1, - anon_sym_CARET, - ACTIONS(2451), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2445), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(2453), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2027), 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, - STATE(1131), 2, - sym_template_string, - sym_arguments, - ACTIONS(2437), 3, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2459), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [67884] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + [73543] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(2102), 1, - anon_sym_of, - ACTIONS(2439), 1, - anon_sym_AMP_AMP, - ACTIONS(2441), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2443), 1, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(2447), 1, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(2449), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(2451), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(2455), 1, - anon_sym_PERCENT, - ACTIONS(2457), 1, - anon_sym_STAR_STAR, - ACTIONS(2465), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2467), 1, - sym__ternary_qmark, - ACTIONS(2435), 2, + STATE(1464), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2445), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2453), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2461), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2463), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2437), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2459), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [67976] = 27, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1829), 1, + ACTIONS(2027), 5, + sym__ternary_qmark, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [73631] = 25, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, - ACTIONS(1831), 1, + ACTIONS(1902), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, + ACTIONS(1904), 1, anon_sym_DOT, - ACTIONS(1835), 1, + ACTIONS(1906), 1, sym_optional_chain, - ACTIONS(1837), 1, - anon_sym_PLUS_PLUS, - ACTIONS(1839), 1, - anon_sym_DASH_DASH, - ACTIONS(1841), 1, + ACTIONS(1910), 1, anon_sym_BQUOTE, - ACTIONS(1892), 1, - anon_sym_AMP_AMP, - ACTIONS(1894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1896), 1, + ACTIONS(2508), 1, anon_sym_GT_GT, - ACTIONS(1900), 1, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2524), 1, + anon_sym_AMP_AMP, + ACTIONS(2528), 1, anon_sym_AMP, - ACTIONS(1902), 1, + ACTIONS(2530), 1, anon_sym_CARET, - ACTIONS(1904), 1, + ACTIONS(2532), 1, anon_sym_PIPE, - ACTIONS(1908), 1, - anon_sym_PERCENT, - ACTIONS(1910), 1, - anon_sym_STAR_STAR, - ACTIONS(1918), 1, - anon_sym_QMARK_QMARK, - ACTIONS(1920), 1, - sym__ternary_qmark, - ACTIONS(2486), 1, - anon_sym_RBRACK, - ACTIONS(1886), 2, + STATE(1465), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1898), 2, + ACTIONS(2510), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(1906), 2, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1914), 2, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1916), 2, + ACTIONS(2522), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(1890), 3, + ACTIONS(2506), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(1912), 3, + ACTIONS(2518), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68068] = 4, - ACTIONS(1203), 1, + ACTIONS(2027), 4, + sym__ternary_qmark, + anon_sym_of, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [73721] = 16, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + STATE(1466), 1, sym_comment, - ACTIONS(1805), 1, - anon_sym_EQ, - ACTIONS(1707), 13, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2512), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 8, 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_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 21, + ACTIONS(2027), 13, 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, + [73793] = 23, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [68113] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2052), 1, - sym_regex_flags, - ACTIONS(2048), 15, - anon_sym_STAR, - anon_sym_in, - anon_sym_of, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2508), 1, anon_sym_GT_GT, + ACTIONS(2514), 1, + anon_sym_PERCENT, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + ACTIONS(2528), 1, anon_sym_AMP, - anon_sym_PIPE, + STATE(1467), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2510), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2522), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, + anon_sym_in, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2518), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_instanceof, - anon_sym_DASH_DASH, - ACTIONS(2050), 19, + ACTIONS(2027), 6, sym__ternary_qmark, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + [73879] = 24, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2033), 1, + anon_sym_PIPE, + ACTIONS(2508), 1, + anon_sym_GT_GT, + ACTIONS(2514), 1, anon_sym_PERCENT, + ACTIONS(2516), 1, 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, - [68158] = 6, - ACTIONS(1203), 1, + ACTIONS(2528), 1, + anon_sym_AMP, + ACTIONS(2530), 1, + anon_sym_CARET, + STATE(1468), 1, sym_comment, - ACTIONS(1720), 1, - anon_sym_EQ, - ACTIONS(1760), 1, - anon_sym_in, - ACTIONS(1763), 1, - anon_sym_of, - ACTIONS(1707), 12, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_SLASH, + ACTIONS(2510), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(2512), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(2520), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1709), 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, + ACTIONS(2522), 2, 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, - [68207] = 6, - ACTIONS(824), 1, - anon_sym_EQ, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2245), 1, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2506), 3, anon_sym_in, - ACTIONS(2248), 1, - anon_sym_of, - ACTIONS(822), 12, - anon_sym_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(828), 20, + ACTIONS(2518), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(2027), 5, sym__ternary_qmark, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + [73967] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, anon_sym_LPAREN, + ACTIONS(1902), 1, anon_sym_LBRACK, + ACTIONS(1904), 1, anon_sym_DOT, + ACTIONS(1906), 1, sym_optional_chain, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2514), 1, anon_sym_PERCENT, + ACTIONS(2516), 1, 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, - [68256] = 6, - ACTIONS(1203), 1, + STATE(1469), 1, sym_comment, - ACTIONS(1880), 1, - anon_sym_EQ, - ACTIONS(2234), 1, - anon_sym_in, - ACTIONS(2237), 1, - anon_sym_of, - ACTIONS(1873), 12, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2504), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 10, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -114921,42 +122286,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1875), 20, + ACTIONS(2027), 13, sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, + 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_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, + [74037] = 13, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, anon_sym_BQUOTE, - [68305] = 6, - ACTIONS(1203), 1, + ACTIONS(2516), 1, + anon_sym_STAR_STAR, + STATE(1470), 1, sym_comment, - ACTIONS(1867), 1, - anon_sym_EQ, - ACTIONS(2243), 1, - anon_sym_of, - ACTIONS(2250), 1, - anon_sym_in, - ACTIONS(1860), 12, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1104), 2, + sym_template_string, + sym_arguments, + ACTIONS(2033), 12, anon_sym_STAR, + anon_sym_in, anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, @@ -114967,3425 +122340,4330 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_DASH_DASH, - ACTIONS(1862), 20, + ACTIONS(2027), 14, sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - sym_optional_chain, + 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_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, - [68354] = 26, - ACTIONS(1203), 1, + [74103] = 28, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(109), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(119), 1, + aux_sym_method_definition_token1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(2559), 1, + anon_sym_RBRACE, + ACTIONS(2561), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, + anon_sym_async, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2567), 1, + anon_sym_static, + STATE(1471), 1, + sym_comment, + STATE(1547), 1, + aux_sym_export_statement_repeat1, + STATE(1679), 1, + sym_decorator, + STATE(2119), 1, + sym__property_name, + STATE(2132), 1, + aux_sym_object_repeat1, + STATE(2150), 1, + aux_sym_object_pattern_repeat1, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2569), 2, + anon_sym_get, + anon_sym_set, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2557), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(2142), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + [74198] = 28, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(109), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(119), 1, + aux_sym_method_definition_token1, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(2561), 1, + anon_sym_LBRACK, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2573), 1, + anon_sym_RBRACE, + ACTIONS(2575), 1, + anon_sym_async, + ACTIONS(2577), 1, + anon_sym_static, + STATE(1472), 1, + sym_comment, + STATE(1547), 1, + aux_sym_export_statement_repeat1, + STATE(1679), 1, + sym_decorator, + STATE(2119), 1, + sym__property_name, + STATE(2132), 1, + aux_sym_object_repeat1, + STATE(2150), 1, + aux_sym_object_pattern_repeat1, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2579), 2, + anon_sym_get, + anon_sym_set, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2571), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(2142), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + [74293] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2075), 1, + sym_regex_flags, + STATE(1473), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(2071), 14, + anon_sym_STAR, + anon_sym_in, + anon_sym_of, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_instanceof, + ACTIONS(2073), 20, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1831), 1, anon_sym_LBRACK, - ACTIONS(1833), 1, anon_sym_DOT, - ACTIONS(1835), 1, sym_optional_chain, - ACTIONS(1837), 1, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1841), 1, anon_sym_BQUOTE, - ACTIONS(2315), 1, - anon_sym_AMP_AMP, - ACTIONS(2317), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + [74344] = 27, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1902), 1, + anon_sym_LBRACK, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1906), 1, + sym_optional_chain, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2311), 2, + STATE(1474), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1131), 2, + STATE(1104), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68443] = 26, - ACTIONS(1203), 1, + [74437] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1800), 1, + anon_sym_EQ, + ACTIONS(1867), 1, + anon_sym_in, + ACTIONS(1870), 1, + anon_sym_of, + STATE(1475), 1, sym_comment, - ACTIONS(1837), 1, + ACTIONS(1781), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 21, + 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, - ACTIONS(1839), 1, anon_sym_DASH_DASH, - ACTIONS(1956), 1, + anon_sym_BQUOTE, + [74492] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1945), 1, + anon_sym_EQ, + ACTIONS(2363), 1, + anon_sym_in, + ACTIONS(2366), 1, + anon_sym_of, + STATE(1476), 1, + sym_comment, + ACTIONS(1938), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1940), 21, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1958), 1, anon_sym_LBRACK, - ACTIONS(1960), 1, anon_sym_DOT, - ACTIONS(1962), 1, sym_optional_chain, - ACTIONS(1968), 1, - anon_sym_BQUOTE, - ACTIONS(2315), 1, anon_sym_AMP_AMP, - ACTIONS(2317), 1, anon_sym_PIPE_PIPE, - ACTIONS(2319), 1, + 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_DASH_DASH, + anon_sym_BQUOTE, + [74547] = 27, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2037), 1, + anon_sym_LBRACK, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2041), 1, + sym_optional_chain, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(2436), 1, anon_sym_GT_GT, - ACTIONS(2323), 1, + ACTIONS(2440), 1, anon_sym_AMP, - ACTIONS(2325), 1, + ACTIONS(2442), 1, anon_sym_CARET, - ACTIONS(2327), 1, + ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2331), 1, + ACTIONS(2448), 1, anon_sym_PERCENT, - ACTIONS(2333), 1, + ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2341), 1, + ACTIONS(2480), 1, + anon_sym_AMP_AMP, + ACTIONS(2482), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2484), 1, anon_sym_QMARK_QMARK, - ACTIONS(2343), 1, + ACTIONS(2486), 1, sym__ternary_qmark, - ACTIONS(2311), 2, + STATE(1477), 1, + sym_comment, + ACTIONS(1908), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(2432), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2321), 2, + ACTIONS(2438), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(2329), 2, + ACTIONS(2446), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2337), 2, + ACTIONS(2454), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2339), 2, + ACTIONS(2456), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1329), 2, + STATE(1312), 2, sym_template_string, sym_arguments, - ACTIONS(2313), 3, + ACTIONS(2434), 3, anon_sym_in, anon_sym_LT, anon_sym_GT, - ACTIONS(2335), 3, + ACTIONS(2452), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68532] = 24, - ACTIONS(3), 1, + [74640] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1931), 1, + anon_sym_EQ, + ACTIONS(2331), 1, + anon_sym_of, + ACTIONS(2348), 1, + anon_sym_in, + STATE(1478), 1, + sym_comment, + ACTIONS(1924), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1926), 21, + 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_DASH_DASH, + anon_sym_BQUOTE, + [74695] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(868), 1, + anon_sym_EQ, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2337), 1, + anon_sym_in, + ACTIONS(2340), 1, + anon_sym_of, + STATE(1479), 1, + sym_comment, + ACTIONS(866), 11, + anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(872), 21, + 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_DASH_DASH, + anon_sym_BQUOTE, + [74750] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1888), 1, + anon_sym_EQ, + STATE(1480), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(1781), 12, anon_sym_STAR, - ACTIONS(95), 1, + 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_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1783), 22, + 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_DASH_DASH, + anon_sym_BQUOTE, + [74801] = 28, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2492), 1, - anon_sym_RBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2496), 1, - anon_sym_async, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2502), 1, + ACTIONS(2583), 1, + anon_sym_RBRACE, + ACTIONS(2585), 1, + anon_sym_async, + ACTIONS(2587), 1, anon_sym_static, - STATE(1515), 1, + STATE(1481), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - STATE(2017), 1, + STATE(2119), 1, + sym__property_name, + STATE(2147), 1, aux_sym_object_repeat1, - STATE(2085), 1, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2488), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2498), 2, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2504), 2, + ACTIONS(2589), 2, anon_sym_get, anon_sym_set, - STATE(1977), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2581), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2018), 3, + STATE(2096), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [68616] = 24, + [74896] = 28, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(95), 1, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2508), 1, + ACTIONS(2593), 1, anon_sym_RBRACE, - ACTIONS(2510), 1, + ACTIONS(2595), 1, anon_sym_async, - ACTIONS(2512), 1, + ACTIONS(2597), 1, anon_sym_static, - STATE(1515), 1, + STATE(1482), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - STATE(2082), 1, + STATE(2119), 1, + sym__property_name, + STATE(2147), 1, aux_sym_object_repeat1, - STATE(2085), 1, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2506), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2514), 2, + ACTIONS(2599), 2, anon_sym_get, anon_sym_set, - STATE(1977), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2591), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2073), 3, + STATE(2096), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [68700] = 24, + [74991] = 28, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(95), 1, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2518), 1, + ACTIONS(2603), 1, anon_sym_RBRACE, - ACTIONS(2520), 1, + ACTIONS(2605), 1, anon_sym_async, - ACTIONS(2522), 1, + ACTIONS(2607), 1, anon_sym_static, - STATE(1515), 1, + STATE(1483), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - STATE(2017), 1, + STATE(2119), 1, + sym__property_name, + STATE(2132), 1, aux_sym_object_repeat1, - STATE(2085), 1, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2516), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2524), 2, + ACTIONS(2609), 2, anon_sym_get, anon_sym_set, - STATE(1977), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2601), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2018), 3, + STATE(2142), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [68784] = 24, + [75086] = 28, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(95), 1, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2528), 1, + ACTIONS(2613), 1, anon_sym_RBRACE, - ACTIONS(2530), 1, + ACTIONS(2615), 1, anon_sym_async, - ACTIONS(2532), 1, + ACTIONS(2617), 1, anon_sym_static, - STATE(1515), 1, + STATE(1484), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - STATE(2082), 1, + STATE(2119), 1, + sym__property_name, + STATE(2132), 1, aux_sym_object_repeat1, - STATE(2085), 1, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2526), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2534), 2, + ACTIONS(2619), 2, anon_sym_get, anon_sym_set, - STATE(1977), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2611), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2073), 3, + STATE(2142), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [68868] = 24, + [75181] = 28, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(95), 1, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2538), 1, + ACTIONS(2623), 1, anon_sym_RBRACE, - ACTIONS(2540), 1, + ACTIONS(2625), 1, anon_sym_async, - ACTIONS(2542), 1, + ACTIONS(2627), 1, anon_sym_static, - STATE(1515), 1, + STATE(1485), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - STATE(2017), 1, + STATE(2119), 1, + sym__property_name, + STATE(2132), 1, aux_sym_object_repeat1, - STATE(2085), 1, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2536), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2544), 2, + ACTIONS(2629), 2, anon_sym_get, anon_sym_set, - STATE(1977), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(2018), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, + STATE(1746), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [68952] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_STAR, - ACTIONS(95), 1, - anon_sym_COMMA, - ACTIONS(103), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, - aux_sym_method_definition_token1, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2490), 1, - anon_sym_LBRACE, - ACTIONS(2494), 1, - anon_sym_LBRACK, - ACTIONS(2500), 1, - anon_sym_AT, - ACTIONS(2548), 1, - anon_sym_RBRACE, - ACTIONS(2550), 1, - anon_sym_async, - ACTIONS(2552), 1, - anon_sym_static, - STATE(1515), 1, - aux_sym_export_statement_repeat1, - STATE(1647), 1, - sym_decorator, - STATE(2017), 1, - aux_sym_object_repeat1, - STATE(2085), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2546), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2554), 2, - anon_sym_get, - anon_sym_set, - STATE(1977), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(2018), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(2087), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [69036] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_STAR, - ACTIONS(95), 1, - anon_sym_COMMA, - ACTIONS(103), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, - aux_sym_method_definition_token1, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2490), 1, - anon_sym_LBRACE, - ACTIONS(2494), 1, - anon_sym_LBRACK, - ACTIONS(2500), 1, - anon_sym_AT, - ACTIONS(2558), 1, - anon_sym_RBRACE, - ACTIONS(2560), 1, - anon_sym_async, - ACTIONS(2562), 1, - anon_sym_static, - STATE(1515), 1, - aux_sym_export_statement_repeat1, - STATE(1647), 1, - sym_decorator, - STATE(2017), 1, - aux_sym_object_repeat1, - STATE(2085), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2498), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2556), 2, + ACTIONS(2621), 3, anon_sym_export, + anon_sym_let, sym_identifier, - ACTIONS(2564), 2, - anon_sym_get, - anon_sym_set, - STATE(1977), 3, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2018), 3, + STATE(2142), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2087), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [69120] = 21, + [75276] = 25, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(103), 1, + ACTIONS(109), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2571), 1, + ACTIONS(2636), 1, anon_sym_async, - ACTIONS(2573), 1, + ACTIONS(2638), 1, anon_sym_static, - STATE(1515), 1, + STATE(1486), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - ACTIONS(2498), 2, + STATE(2119), 1, + sym__property_name, + STATE(2780), 1, + sym__destructuring_pattern, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2566), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2568), 2, + ACTIONS(2633), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(2575), 2, + ACTIONS(2640), 2, anon_sym_get, anon_sym_set, - STATE(2087), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - STATE(2168), 3, + ACTIONS(2631), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2573), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(2170), 3, + STATE(2576), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [69196] = 23, + [75363] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2581), 1, + ACTIONS(2646), 1, anon_sym_RBRACE, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - STATE(1475), 1, + STATE(1487), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69271] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75450] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2595), 1, + ACTIONS(2666), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1487), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1488), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69346] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75537] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2597), 1, + ACTIONS(2668), 1, anon_sym_RBRACE, - STATE(1478), 1, + STATE(1489), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69421] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75624] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2599), 1, + ACTIONS(2670), 1, anon_sym_RBRACE, - STATE(1476), 1, + STATE(1490), 1, + sym_comment, + STATE(1502), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69496] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75711] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2601), 1, + ACTIONS(2672), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1491), 1, + sym_comment, + STATE(1499), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69571] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75798] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(2606), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, + anon_sym_LTtemplate_GT, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2609), 1, - anon_sym_RBRACE, - ACTIONS(2611), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2614), 1, - anon_sym_LTtemplate_GT, - ACTIONS(2617), 1, - anon_sym_async, - ACTIONS(2620), 1, + ACTIONS(2652), 1, anon_sym_DQUOTE, - ACTIONS(2623), 1, + ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2629), 1, - anon_sym_AT, - ACTIONS(2632), 1, + ACTIONS(2656), 1, + anon_sym_async, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2635), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - STATE(1461), 1, + ACTIONS(2674), 1, + anon_sym_RBRACE, + STATE(1492), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2603), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2626), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2638), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69646] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75885] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2641), 1, + ACTIONS(2676), 1, anon_sym_RBRACE, - STATE(1463), 1, + STATE(1493), 1, + sym_comment, + STATE(1498), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69721] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [75972] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2643), 1, + ACTIONS(2678), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1492), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1494), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69796] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76059] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2645), 1, + ACTIONS(2680), 1, anon_sym_RBRACE, - STATE(1466), 1, + STATE(1495), 1, + sym_comment, + STATE(1497), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69871] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76146] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2647), 1, + ACTIONS(2682), 1, anon_sym_RBRACE, - STATE(1471), 1, - aux_sym_class_body_repeat1, + STATE(1496), 1, + sym_comment, STATE(1509), 1, + aux_sym_class_body_repeat1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [69946] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76233] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2649), 1, + ACTIONS(2684), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1497), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70021] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76320] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2651), 1, + ACTIONS(2686), 1, anon_sym_RBRACE, - STATE(1468), 1, + STATE(1498), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70096] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76407] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2653), 1, + ACTIONS(2688), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1499), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70171] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76494] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2655), 1, + ACTIONS(2690), 1, anon_sym_RBRACE, - STATE(1457), 1, + STATE(1489), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1500), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70246] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76581] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2657), 1, + ACTIONS(2692), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1501), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70321] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76668] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2659), 1, + ACTIONS(2694), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1502), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70396] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76755] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2661), 1, + ACTIONS(2696), 1, anon_sym_RBRACE, - STATE(1474), 1, + STATE(1503), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70471] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76842] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2663), 1, + ACTIONS(2698), 1, anon_sym_RBRACE, - STATE(1470), 1, + STATE(1501), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1504), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70546] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [76929] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2665), 1, + ACTIONS(2700), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1503), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1505), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70621] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [77016] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2667), 1, + ACTIONS(2702), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1506), 1, + sym_comment, + STATE(1508), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70696] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [77103] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2669), 1, + ACTIONS(2704), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1506), 1, aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1507), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70771] = 23, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [77190] = 26, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2709), 1, + anon_sym_STAR, + ACTIONS(2712), 1, + anon_sym_RBRACE, + ACTIONS(2714), 1, + anon_sym_SEMI, + ACTIONS(2717), 1, + anon_sym_LBRACK, + ACTIONS(2720), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, + ACTIONS(2723), 1, anon_sym_DQUOTE, - ACTIONS(1821), 1, + ACTIONS(2726), 1, anon_sym_SQUOTE, - ACTIONS(2500), 1, - anon_sym_AT, - ACTIONS(2579), 1, - anon_sym_STAR, - ACTIONS(2583), 1, - anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2729), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2735), 1, + anon_sym_AT, + ACTIONS(2738), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2741), 1, aux_sym_method_definition_token1, - ACTIONS(2671), 1, - anon_sym_RBRACE, - STATE(1460), 1, - aux_sym_class_body_repeat1, - STATE(1509), 1, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2732), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2744), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1508), 2, + sym_comment, + aux_sym_class_body_repeat1, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70846] = 23, + ACTIONS(2706), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [77275] = 27, ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(59), 1, anon_sym_LTtemplate_GT, - ACTIONS(1819), 1, - anon_sym_DQUOTE, - ACTIONS(1821), 1, - anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2579), 1, + ACTIONS(2644), 1, anon_sym_STAR, - ACTIONS(2583), 1, + ACTIONS(2648), 1, + anon_sym_SEMI, + ACTIONS(2650), 1, anon_sym_LBRACK, - ACTIONS(2585), 1, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2656), 1, anon_sym_async, - ACTIONS(2589), 1, + ACTIONS(2660), 1, anon_sym_static, - ACTIONS(2591), 1, + ACTIONS(2662), 1, aux_sym_method_definition_token1, - ACTIONS(2673), 1, + ACTIONS(2747), 1, anon_sym_RBRACE, - STATE(1461), 1, + STATE(1508), 1, aux_sym_class_body_repeat1, STATE(1509), 1, + sym_comment, + STATE(1552), 1, aux_sym_export_statement_repeat1, - STATE(1537), 1, - sym_method_definition, - STATE(1578), 1, - sym_class_static_block, - STATE(1579), 1, + STATE(1573), 1, sym_glimmer_template, - STATE(1647), 1, + STATE(1574), 1, + sym_class_static_block, + STATE(1575), 1, + sym_method_definition, + STATE(1679), 1, sym_decorator, - STATE(1878), 1, + STATE(1827), 1, + sym__property_name, + STATE(1913), 1, sym_glimmer_opening_tag, - STATE(2294), 1, + STATE(2444), 1, sym_field_definition, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2587), 2, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2593), 2, + ACTIONS(2664), 2, anon_sym_get, anon_sym_set, - STATE(1731), 3, + STATE(1947), 2, sym_string, - sym__property_name, sym_computed_property_name, - [70921] = 18, + ACTIONS(2642), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [77362] = 23, ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, anon_sym_STAR, - ACTIONS(113), 1, + ACTIONS(119), 1, aux_sym_method_definition_token1, - ACTIONS(1051), 1, + ACTIONS(1065), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2679), 1, + ACTIONS(2751), 1, + anon_sym_COMMA, + ACTIONS(2753), 1, + anon_sym_RBRACE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2681), 1, + ACTIONS(2757), 1, anon_sym_async, - ACTIONS(2685), 1, + ACTIONS(2759), 1, anon_sym_static, - STATE(1515), 1, + STATE(1510), 1, + sym_comment, + STATE(1547), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - ACTIONS(2675), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2677), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2683), 2, + STATE(2125), 1, + sym__property_name, + STATE(2175), 1, + aux_sym_object_repeat1, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2687), 2, + ACTIONS(2761), 2, anon_sym_get, anon_sym_set, - STATE(2053), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - STATE(2168), 3, + ACTIONS(2749), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2178), 3, sym_spread_element, sym_method_definition, sym_pair, - [70984] = 14, + [77439] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(948), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(898), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2691), 1, + ACTIONS(2765), 1, anon_sym_COMMA, - ACTIONS(2693), 1, + ACTIONS(2767), 1, anon_sym_RBRACE, - STATE(2016), 1, + STATE(1511), 1, + sym_comment, + STATE(2131), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2695), 2, + STATE(2780), 1, + sym__destructuring_pattern, + STATE(2795), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2019), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + STATE(2143), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2694), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(2689), 6, + ACTIONS(2763), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [71039] = 14, + [77505] = 21, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(97), 1, + anon_sym_STAR, + ACTIONS(119), 1, + aux_sym_method_definition_token1, + ACTIONS(1065), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2773), 1, + anon_sym_async, + ACTIONS(2775), 1, + anon_sym_static, + STATE(1512), 1, sym_comment, - ACTIONS(948), 1, + STATE(1547), 1, + aux_sym_export_statement_repeat1, + STATE(1679), 1, + sym_decorator, + STATE(2125), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2771), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2777), 2, + anon_sym_get, + anon_sym_set, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2769), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + STATE(2573), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + [77577] = 18, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(898), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2691), 1, + ACTIONS(2765), 1, anon_sym_COMMA, - ACTIONS(2699), 1, + ACTIONS(2781), 1, anon_sym_RBRACE, - STATE(2085), 1, + STATE(1513), 1, + sym_comment, + STATE(2150), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2695), 2, + STATE(2780), 1, + sym__destructuring_pattern, + STATE(2795), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(1977), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + STATE(2094), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2694), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(2697), 6, + ACTIONS(2779), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [71094] = 12, + [77643] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(948), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(898), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2490), 1, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(2494), 1, + ACTIONS(2561), 1, anon_sym_LBRACK, - ACTIONS(2695), 2, + STATE(1514), 1, + sym_comment, + STATE(2780), 1, + sym__destructuring_pattern, + STATE(2795), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2703), 2, + ACTIONS(2785), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2170), 3, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + STATE(2576), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(2694), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2766), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(2701), 6, + ACTIONS(2783), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [71144] = 16, + [77704] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1312), 1, - anon_sym_RBRACE, - ACTIONS(1321), 1, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2789), 1, + anon_sym_RBRACE, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1515), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, + anon_sym_let, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71200] = 15, + [77769] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, ACTIONS(1314), 1, anon_sym_RBRACE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1516), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [71254] = 16, + [77832] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1314), 1, - anon_sym_RBRACE, - ACTIONS(1321), 1, - anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + ACTIONS(2795), 1, + anon_sym_RBRACE, + STATE(1517), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71310] = 15, + [77895] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2711), 1, + ACTIONS(2795), 1, anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1518), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [71364] = 15, + [77960] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1334), 1, + anon_sym_RBRACE, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2713), 1, - anon_sym_RBRACE, - STATE(1990), 1, + STATE(1519), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(2118), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [71418] = 16, + [78025] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1272), 1, + anon_sym_RBRACE, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2711), 1, - anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1520), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, + anon_sym_let, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71474] = 15, + [78090] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1272), 1, + anon_sym_RBRACE, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2715), 1, - anon_sym_RBRACE, - STATE(1986), 1, + STATE(1521), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - STATE(1990), 1, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [71528] = 15, + [78153] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1314), 1, + anon_sym_RBRACE, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2717), 1, - anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1522), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [71582] = 16, + [78218] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1286), 1, - anon_sym_RBRACE, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1986), 1, - aux_sym_object_repeat1, - STATE(1990), 1, + ACTIONS(2797), 1, + anon_sym_RBRACE, + STATE(1523), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2118), 1, + aux_sym_object_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, + anon_sym_let, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71638] = 15, + [78283] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1286), 1, - anon_sym_RBRACE, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1986), 1, - aux_sym_object_repeat1, - STATE(1990), 1, + ACTIONS(2797), 1, + anon_sym_RBRACE, + STATE(1524), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2118), 1, + aux_sym_object_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [71692] = 16, + [78346] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2713), 1, + ACTIONS(2799), 1, anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1525), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, + anon_sym_let, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71748] = 16, + [78411] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, - anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2717), 1, + ACTIONS(2799), 1, anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1526), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71804] = 16, + [78474] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, - anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(1334), 1, + anon_sym_RBRACE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2715), 1, - anon_sym_RBRACE, - STATE(1986), 1, - aux_sym_object_repeat1, - STATE(1990), 1, + STATE(1527), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2118), 1, + aux_sym_object_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [71860] = 15, + [78537] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1312), 1, - anon_sym_RBRACE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2789), 1, + anon_sym_RBRACE, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1528), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [71914] = 13, + [78600] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1272), 1, + anon_sym_RBRACE, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2713), 1, - anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1529), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [71963] = 13, + [78658] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1314), 1, - anon_sym_RBRACE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, + ACTIONS(2797), 1, + anon_sym_RBRACE, + STATE(1530), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(2118), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72012] = 13, + [78716] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1286), 1, - anon_sym_RBRACE, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2789), 1, + anon_sym_RBRACE, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1986), 1, + STATE(1531), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - STATE(1990), 1, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72061] = 14, + [78774] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(1819), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, + anon_sym_COMMA, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1821), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2583), 1, + ACTIONS(1314), 1, + anon_sym_RBRACE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2719), 1, - anon_sym_STAR, - ACTIONS(2721), 1, - anon_sym_LBRACE, - ACTIONS(2723), 1, - anon_sym_async, - ACTIONS(2729), 1, - sym__automatic_semicolon, - STATE(1564), 1, - sym_statement_block, - ACTIONS(2725), 2, + ACTIONS(2793), 1, + anon_sym_EQ, + STATE(1532), 1, + sym_comment, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2727), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2577), 3, - anon_sym_export, - sym_identifier, - anon_sym_static, - ACTIONS(2707), 3, + ACTIONS(2791), 2, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - STATE(1728), 3, + anon_sym_COLON, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - [72112] = 13, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [78832] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2717), 1, + ACTIONS(2799), 1, anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1533), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72161] = 13, + [78890] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1334), 1, + anon_sym_RBRACE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(2711), 1, - anon_sym_RBRACE, - STATE(1990), 1, + STATE(1534), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(2118), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72210] = 13, + [78948] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(95), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(99), 1, anon_sym_COMMA, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1312), 1, - anon_sym_RBRACE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + ACTIONS(2795), 1, + anon_sym_RBRACE, + STATE(1535), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(1308), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72259] = 13, + [79006] = 17, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2650), 1, + anon_sym_LBRACK, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_STAR, + ACTIONS(2803), 1, + anon_sym_LBRACE, + ACTIONS(2805), 1, + anon_sym_async, + ACTIONS(2809), 1, + sym__automatic_semicolon, + STATE(1536), 1, sym_comment, - ACTIONS(95), 1, - anon_sym_COMMA, - ACTIONS(1304), 1, + STATE(1601), 1, + sym_statement_block, + STATE(1790), 1, + sym__property_name, + ACTIONS(2658), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2807), 2, + anon_sym_get, + anon_sym_set, + STATE(1947), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(2642), 4, + anon_sym_export, + anon_sym_let, + sym_identifier, + anon_sym_static, + [79066] = 16, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2751), 1, + anon_sym_COMMA, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, - anon_sym_EQ, - ACTIONS(2715), 1, + ACTIONS(2787), 1, + anon_sym_STAR, + ACTIONS(2811), 1, anon_sym_RBRACE, - STATE(1986), 1, + STATE(1537), 1, + sym_comment, + STATE(2146), 1, aux_sym_object_repeat1, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(1359), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [72308] = 13, + [79123] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, - anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(1308), 2, + STATE(1538), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2731), 2, + ACTIONS(2813), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [72356] = 12, + [79178] = 17, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2751), 1, + anon_sym_COMMA, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2709), 1, - anon_sym_EQ, - ACTIONS(1308), 2, + ACTIONS(2811), 1, + anon_sym_RBRACE, + STATE(1539), 1, + sym_comment, + STATE(2146), 1, + aux_sym_object_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2731), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [72402] = 18, + [79237] = 21, ACTIONS(3), 1, - sym_comment, - ACTIONS(109), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(115), 1, anon_sym_AT, - ACTIONS(1304), 1, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1316), 1, - sym_identifier, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2734), 1, + ACTIONS(2816), 1, anon_sym_export, - ACTIONS(2736), 1, + ACTIONS(2818), 1, anon_sym_STAR, - ACTIONS(2738), 1, + ACTIONS(2820), 1, anon_sym_class, - ACTIONS(2740), 1, + ACTIONS(2822), 1, anon_sym_async, - ACTIONS(2744), 1, + ACTIONS(2824), 1, anon_sym_static, - ACTIONS(2746), 1, + ACTIONS(2826), 1, aux_sym_method_definition_token1, - ACTIONS(2748), 1, + ACTIONS(2828), 1, anon_sym_get, - ACTIONS(2750), 1, + ACTIONS(2830), 1, anon_sym_set, - STATE(1551), 1, + STATE(1540), 1, + sym_comment, + STATE(1579), 1, aux_sym_export_statement_repeat1, - STATE(1592), 1, + STATE(1643), 1, sym_decorator, - ACTIONS(2742), 2, + STATE(2566), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2130), 3, + ACTIONS(1352), 2, + anon_sym_let, + sym_identifier, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - [72460] = 12, + [79304] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, + ACTIONS(1357), 1, anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(1308), 2, + ACTIONS(2793), 1, + anon_sym_EQ, + STATE(1541), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2752), 2, + ACTIONS(2813), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, + anon_sym_let, sym_identifier, anon_sym_static, - STATE(2186), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [72505] = 16, + [79361] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1819), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1821), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2500), 1, - anon_sym_AT, - ACTIONS(2583), 1, + ACTIONS(2751), 1, + anon_sym_COMMA, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2754), 1, - anon_sym_STAR, - ACTIONS(2756), 1, - anon_sym_async, - ACTIONS(2760), 1, - anon_sym_static, - ACTIONS(2762), 1, - aux_sym_method_definition_token1, - ACTIONS(2764), 1, - anon_sym_get, - ACTIONS(2766), 1, - anon_sym_set, - STATE(1566), 1, - aux_sym_export_statement_repeat1, - STATE(1647), 1, - sym_decorator, - ACTIONS(2577), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2758), 2, + ACTIONS(2811), 1, + anon_sym_RBRACE, + STATE(1542), 1, + sym_comment, + STATE(2146), 1, + aux_sym_object_repeat1, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(1736), 3, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - [72558] = 13, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [79413] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1819), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1821), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2583), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2768), 1, + ACTIONS(2832), 1, anon_sym_STAR, - ACTIONS(2770), 1, - anon_sym_async, - ACTIONS(2774), 1, + ACTIONS(2834), 1, anon_sym_get, - ACTIONS(2776), 1, + ACTIONS(2836), 1, anon_sym_set, - ACTIONS(2772), 2, + STATE(1543), 1, + sym_comment, + STATE(2684), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2577), 3, - anon_sym_export, - sym_identifier, - anon_sym_static, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(1733), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [72605] = 11, + ACTIONS(1352), 5, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + [79467] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2719), 1, + ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2778), 2, + STATE(1544), 1, + sym_comment, + STATE(2657), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2780), 2, + ACTIONS(2838), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2567), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [72648] = 11, + [79519] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, - sym__automatic_semicolon, - ACTIONS(2782), 1, + ACTIONS(2787), 1, anon_sym_STAR, - ACTIONS(2784), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2786), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2707), 3, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - STATE(2578), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 4, - anon_sym_export, - anon_sym_async, - sym_identifier, - anon_sym_static, - [72691] = 11, - ACTIONS(3), 1, + STATE(1545), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2705), 1, - anon_sym_STAR, - ACTIONS(1308), 2, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2752), 2, + ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [72734] = 10, + [79573] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2709), 1, + ACTIONS(2793), 1, anon_sym_EQ, - ACTIONS(1308), 2, + STATE(1546), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2731), 2, + ACTIONS(2813), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [72775] = 16, + [79623] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2500), 1, + ACTIONS(2565), 1, anon_sym_AT, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2736), 1, + ACTIONS(2818), 1, anon_sym_STAR, - ACTIONS(2740), 1, + ACTIONS(2822), 1, anon_sym_async, - ACTIONS(2744), 1, + ACTIONS(2824), 1, anon_sym_static, - ACTIONS(2746), 1, + ACTIONS(2826), 1, aux_sym_method_definition_token1, - ACTIONS(2748), 1, + ACTIONS(2828), 1, anon_sym_get, - ACTIONS(2750), 1, + ACTIONS(2830), 1, anon_sym_set, - STATE(1566), 1, + STATE(1547), 1, + sym_comment, + STATE(1611), 1, aux_sym_export_statement_repeat1, - STATE(1647), 1, + STATE(1679), 1, sym_decorator, - ACTIONS(1316), 2, - anon_sym_export, - sym_identifier, - ACTIONS(2742), 2, + STATE(2566), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2130), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - [72828] = 12, + ACTIONS(1352), 3, + anon_sym_export, + anon_sym_let, + sym_identifier, + [79685] = 15, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2788), 1, + ACTIONS(2842), 1, anon_sym_STAR, - ACTIONS(2792), 1, + ACTIONS(2844), 1, anon_sym_get, - ACTIONS(2794), 1, + ACTIONS(2846), 1, anon_sym_set, - ACTIONS(2790), 2, + STATE(1548), 1, + sym_comment, + STATE(2670), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2594), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [72873] = 12, + [79739] = 16, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2650), 1, + anon_sym_LBRACK, + ACTIONS(2652), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(2654), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2796), 1, + ACTIONS(2848), 1, anon_sym_STAR, - ACTIONS(2800), 1, + ACTIONS(2850), 1, + anon_sym_async, + ACTIONS(2852), 1, anon_sym_get, - ACTIONS(2802), 1, + ACTIONS(2854), 1, anon_sym_set, - ACTIONS(2798), 2, + STATE(1549), 1, + sym_comment, + STATE(1807), 1, + sym__property_name, + ACTIONS(2658), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(1947), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2580), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(2642), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [72918] = 9, + [79795] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2784), 2, + ACTIONS(2856), 1, + anon_sym_STAR, + STATE(1550), 1, + sym_comment, + STATE(2668), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + ACTIONS(2858), 2, + anon_sym_get, + anon_sym_set, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2578), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [72956] = 9, + [79847] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(1308), 2, + ACTIONS(2787), 1, + anon_sym_STAR, + STATE(1551), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 2, + ACTIONS(1359), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(2791), 2, anon_sym_LPAREN, anon_sym_COLON, - ACTIONS(2752), 2, + ACTIONS(2840), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [72994] = 3, + [79899] = 19, ACTIONS(3), 1, - sym_comment, - ACTIONS(2804), 1, - sym__automatic_semicolon, - ACTIONS(820), 17, - anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2565), 1, + anon_sym_AT, + ACTIONS(2650), 1, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, + ACTIONS(2652), 1, anon_sym_DQUOTE, + ACTIONS(2654), 1, anon_sym_SQUOTE, - sym_number, - sym_identifier, - sym_private_property_identifier, - anon_sym_AT, + ACTIONS(2860), 1, + anon_sym_STAR, + ACTIONS(2862), 1, + anon_sym_async, + ACTIONS(2864), 1, anon_sym_static, + ACTIONS(2866), 1, aux_sym_method_definition_token1, + ACTIONS(2868), 1, anon_sym_get, + ACTIONS(2870), 1, anon_sym_set, - [73020] = 3, - ACTIONS(3), 1, + STATE(1552), 1, sym_comment, - ACTIONS(2806), 1, - sym__automatic_semicolon, - ACTIONS(880), 17, + STATE(1611), 1, + aux_sym_export_statement_repeat1, + STATE(1679), 1, + sym_decorator, + STATE(1788), 1, + sym__property_name, + ACTIONS(2658), 2, + sym_number, + sym_private_property_identifier, + STATE(1947), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2642), 3, anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, + anon_sym_let, + sym_identifier, + [79961] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1553), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + ACTIONS(2791), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(2840), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73046] = 9, + [80008] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2778), 2, + STATE(1554), 1, + sym_comment, + STATE(2673), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2567), 3, - sym_string, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [80055] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2809), 1, + sym__automatic_semicolon, + STATE(1555), 1, + sym_comment, + STATE(2672), 1, sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2581), 2, + sym_string, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(2791), 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [73084] = 5, + [80102] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(2810), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2874), 1, anon_sym_LPAREN, - ACTIONS(2812), 1, + ACTIONS(2876), 1, anon_sym_DOT, - STATE(1601), 1, + STATE(1556), 1, + sym_comment, + STATE(1623), 1, sym_arguments, - ACTIONS(2808), 15, + ACTIONS(2872), 16, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118394,135 +126672,220 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73114] = 9, + [80139] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2814), 2, + STATE(1557), 1, + sym_comment, + STATE(2657), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2595), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [73152] = 9, + [80186] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2816), 2, + STATE(1558), 1, + sym_comment, + STATE(2668), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2596), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [73190] = 9, + [80233] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2878), 1, + sym__automatic_semicolon, + STATE(1559), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(864), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [80266] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2880), 1, + sym__automatic_semicolon, + STATE(1560), 1, + sym_comment, + ACTIONS(878), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [80299] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2818), 2, + STATE(1561), 1, + sym_comment, + STATE(2686), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2583), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [73228] = 9, + [80346] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2729), 1, + ACTIONS(2809), 1, sym__automatic_semicolon, - ACTIONS(2820), 2, + STATE(1562), 1, + sym_comment, + STATE(2685), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2707), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(2791), 3, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - STATE(2582), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [73266] = 2, + [80393] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1563), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(1957), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118531,19 +126894,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73289] = 2, + [80423] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1564), 1, sym_comment, - ACTIONS(2824), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118552,19 +126920,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73312] = 2, + [80453] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1565), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118573,19 +126946,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73335] = 2, + [80483] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1566), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118594,19 +126972,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73358] = 2, + [80513] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1567), 1, sym_comment, - ACTIONS(2828), 17, + ACTIONS(2884), 18, anon_sym_export, anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_let, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, + anon_sym_DOT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118615,19 +126998,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73381] = 2, + [80543] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1568), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118636,19 +127024,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73404] = 2, + [80573] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1569), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118657,19 +127050,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73427] = 2, + [80603] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1570), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118678,19 +127076,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73450] = 2, + [80633] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1571), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118699,20 +127102,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73473] = 3, + [80663] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1572), 1, sym_comment, - ACTIONS(2834), 1, - anon_sym_SEMI, - ACTIONS(2832), 16, + ACTIONS(2886), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118721,19 +127128,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73498] = 2, + [80693] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1573), 1, sym_comment, - ACTIONS(2826), 17, + ACTIONS(2888), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118742,22 +127154,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73521] = 5, + [80723] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1574), 1, sym_comment, - ACTIONS(2836), 1, - anon_sym_LPAREN, - ACTIONS(2838), 1, - anon_sym_DOT, - STATE(1646), 1, - sym_arguments, - ACTIONS(2808), 14, + ACTIONS(2890), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_async, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118766,19 +127180,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73550] = 2, + [80753] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2892), 1, + anon_sym_SEMI, + STATE(1575), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2890), 17, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_let, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118787,19 +127207,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73573] = 2, + [80785] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1576), 1, sym_comment, - ACTIONS(2840), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118808,51 +127233,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73596] = 13, - ACTIONS(1179), 1, - anon_sym_var, - ACTIONS(1193), 1, - anon_sym_class, - ACTIONS(1195), 1, - anon_sym_async, - ACTIONS(1197), 1, - anon_sym_function, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(2729), 1, - anon_sym_LPAREN, - ACTIONS(2842), 1, - anon_sym_default, - STATE(888), 1, - sym_declaration, - STATE(1852), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - ACTIONS(1181), 2, - anon_sym_let, - anon_sym_const, - STATE(971), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [73641] = 2, + [80815] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1577), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2895), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118861,19 +127259,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73664] = 2, + [80845] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2897), 1, + anon_sym_LPAREN, + ACTIONS(2899), 1, + anon_sym_DOT, + STATE(1578), 1, sym_comment, - ACTIONS(2844), 17, + STATE(1681), 1, + sym_arguments, + ACTIONS(2872), 15, anon_sym_export, anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_let, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118882,40 +127288,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73687] = 2, + [80881] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2903), 1, + anon_sym_AT, + STATE(1643), 1, + sym_decorator, + STATE(1579), 2, sym_comment, - ACTIONS(2846), 17, + aux_sym_export_statement_repeat1, + ACTIONS(2901), 15, anon_sym_export, anon_sym_STAR, - anon_sym_LPAREN, + anon_sym_let, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_class, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, - anon_sym_AT, anon_sym_static, aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73710] = 2, + [80915] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1580), 1, sym_comment, - ACTIONS(880), 17, + ACTIONS(2143), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118924,19 +127342,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73733] = 2, + [80945] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1581), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118945,19 +127368,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73756] = 2, + [80975] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1582), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2908), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118966,19 +127394,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73779] = 2, + [81005] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1583), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2910), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -118987,19 +127420,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73802] = 2, + [81035] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1584), 1, sym_comment, - ACTIONS(2848), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119008,43 +127446,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73825] = 5, + [81065] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1585), 1, sym_comment, - ACTIONS(2852), 1, - anon_sym_AT, - STATE(1551), 1, - aux_sym_export_statement_repeat1, - STATE(1592), 1, - sym_decorator, - ACTIONS(2850), 14, + ACTIONS(2157), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, + anon_sym_AT, anon_sym_static, aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73854] = 2, + [81095] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1586), 1, sym_comment, - ACTIONS(2830), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119053,19 +127498,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73877] = 2, + [81125] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1587), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119074,19 +127524,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73900] = 2, + [81155] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1588), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(874), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119095,19 +127550,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73923] = 2, + [81185] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1589), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119116,19 +127576,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73946] = 2, + [81215] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1590), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119137,19 +127602,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73969] = 2, + [81245] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1591), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119158,19 +127628,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [73992] = 2, + [81275] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1592), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2882), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119179,19 +127654,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74015] = 2, + [81305] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1593), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119200,19 +127680,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74038] = 2, + [81335] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1594), 1, sym_comment, - ACTIONS(846), 17, + ACTIONS(878), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119221,19 +127706,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74061] = 2, + [81365] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1595), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2914), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119242,19 +127732,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74084] = 2, + [81395] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1596), 1, sym_comment, - ACTIONS(2822), 17, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119263,45 +127758,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74107] = 9, + [81425] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1597), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2916), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2855), 1, - anon_sym_EQ_GT, - ACTIONS(2857), 2, - sym_number, - sym_private_property_identifier, - STATE(2343), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74143] = 2, + [81455] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1598), 1, sym_comment, - ACTIONS(2859), 16, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119310,18 +127810,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74165] = 2, + [81485] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1599), 1, sym_comment, - ACTIONS(1944), 16, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119330,41 +127836,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74187] = 5, + [81515] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1600), 1, sym_comment, - ACTIONS(2861), 1, - anon_sym_AT, - STATE(1566), 1, - aux_sym_export_statement_repeat1, - STATE(1647), 1, - sym_decorator, - ACTIONS(2850), 13, + ACTIONS(2912), 18, anon_sym_export, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_async, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, + anon_sym_AT, anon_sym_static, aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74215] = 2, + [81545] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1601), 1, sym_comment, - ACTIONS(2078), 16, + ACTIONS(2918), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [81575] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1602), 1, + sym_comment, + ACTIONS(2920), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119373,18 +127914,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74237] = 2, + [81605] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1603), 1, sym_comment, - ACTIONS(1882), 16, + ACTIONS(2906), 18, anon_sym_export, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LTtemplate_GT, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_AT, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [81635] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1604), 1, + sym_comment, + ACTIONS(2906), 18, + anon_sym_export, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_let, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119393,18 +127966,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74259] = 2, + [81665] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1605), 1, sym_comment, - ACTIONS(2846), 16, + ACTIONS(2884), 17, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119413,454 +127991,585 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74281] = 12, - ACTIONS(1203), 1, + [81694] = 14, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + ACTIONS(2922), 1, + anon_sym_STAR, + ACTIONS(2924), 1, + anon_sym_get, + ACTIONS(2926), 1, + anon_sym_set, + STATE(1606), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(1251), 1, + STATE(2207), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, + anon_sym_static, + [81743] = 15, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1215), 1, anon_sym_var, - ACTIONS(1257), 1, + ACTIONS(1229), 1, anon_sym_class, - ACTIONS(1259), 1, + ACTIONS(1231), 1, anon_sym_async, - ACTIONS(1261), 1, + ACTIONS(1233), 1, anon_sym_function, - ACTIONS(2864), 1, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(2809), 1, + anon_sym_LPAREN, + ACTIONS(2928), 1, anon_sym_default, - STATE(602), 1, + STATE(936), 1, sym_declaration, - STATE(1937), 1, + STATE(1607), 1, + sym_comment, + STATE(2018), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2054), 1, sym_decorator, - ACTIONS(1253), 2, + ACTIONS(1217), 2, anon_sym_let, anon_sym_const, - STATE(532), 5, + STATE(939), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [74323] = 12, + [81794] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2866), 1, + ACTIONS(2930), 1, anon_sym_STAR, - ACTIONS(2868), 1, - anon_sym_async, - ACTIONS(2872), 1, - anon_sym_get, - ACTIONS(2874), 1, - anon_sym_set, - ACTIONS(2870), 2, + STATE(1608), 1, + sym_comment, + STATE(2357), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1316), 3, + ACTIONS(2932), 2, + anon_sym_get, + anon_sym_set, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2351), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [74365] = 10, + [81841] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2876), 1, - anon_sym_STAR, - ACTIONS(2857), 2, + ACTIONS(2934), 1, + anon_sym_EQ_GT, + STATE(1609), 1, + sym_comment, + STATE(2357), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2878), 2, - anon_sym_get, - anon_sym_set, - STATE(2343), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [74403] = 11, + anon_sym_get, + anon_sym_set, + [81886] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2880), 1, + ACTIONS(2936), 1, anon_sym_STAR, - ACTIONS(2884), 1, + ACTIONS(2938), 1, anon_sym_get, - ACTIONS(2886), 1, + ACTIONS(2940), 1, anon_sym_set, - ACTIONS(2882), 2, + STATE(1610), 1, + sym_comment, + STATE(2340), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2598), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [74443] = 11, + [81935] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2942), 1, + anon_sym_AT, + STATE(1679), 1, + sym_decorator, + STATE(1611), 2, sym_comment, - ACTIONS(1304), 1, + aux_sym_export_statement_repeat1, + ACTIONS(2901), 14, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + anon_sym_async, + sym_number, + sym_identifier, + sym_private_property_identifier, + anon_sym_static, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [81968] = 14, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2888), 1, + ACTIONS(2945), 1, anon_sym_STAR, - ACTIONS(2892), 1, + ACTIONS(2947), 1, anon_sym_get, - ACTIONS(2894), 1, + ACTIONS(2949), 1, anon_sym_set, - ACTIONS(2890), 2, + STATE(1612), 1, + sym_comment, + STATE(2688), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2432), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [74483] = 10, + [82017] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2782), 1, + ACTIONS(2856), 1, anon_sym_STAR, - ACTIONS(2784), 2, + STATE(1613), 1, + sym_comment, + STATE(2668), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2786), 2, + ACTIONS(2858), 2, anon_sym_get, anon_sym_set, - STATE(2578), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 5, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [74521] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(1215), 1, - anon_sym_var, - ACTIONS(1223), 1, - anon_sym_class, - ACTIONS(1225), 1, - anon_sym_async, - ACTIONS(1227), 1, - anon_sym_function, - ACTIONS(2896), 1, - anon_sym_default, - STATE(731), 1, - sym_declaration, - STATE(1905), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - ACTIONS(1217), 2, - anon_sym_let, - anon_sym_const, - STATE(824), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [74563] = 2, + [82064] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(2898), 16, - anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + ACTIONS(2951), 1, + anon_sym_STAR, + ACTIONS(2953), 1, + anon_sym_get, + ACTIONS(2955), 1, + anon_sym_set, + STATE(1614), 1, + sym_comment, + STATE(2202), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 5, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, + [82113] = 15, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + ACTIONS(2957), 1, + anon_sym_STAR, + ACTIONS(2959), 1, + anon_sym_async, + ACTIONS(2961), 1, anon_sym_get, + ACTIONS(2963), 1, anon_sym_set, - [74585] = 2, - ACTIONS(3), 1, + STATE(1615), 1, sym_comment, - ACTIONS(2832), 16, + STATE(2339), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_async, + anon_sym_let, + sym_identifier, + anon_sym_static, + [82164] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1616), 1, + sym_comment, + STATE(2430), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74607] = 2, + [82206] = 11, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1617), 1, sym_comment, - ACTIONS(2900), 16, + STATE(2682), 1, + sym__property_name, + ACTIONS(1294), 2, + sym_number, + sym_private_property_identifier, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, + anon_sym_let, anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, + [82248] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1618), 1, + sym_comment, + STATE(2325), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74629] = 11, + [82290] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2902), 1, - anon_sym_STAR, - ACTIONS(2906), 1, - anon_sym_get, - ACTIONS(2908), 1, - anon_sym_set, - ACTIONS(2904), 2, + STATE(1619), 1, + sym_comment, + STATE(2329), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2441), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, - [74669] = 11, + anon_sym_get, + anon_sym_set, + [82332] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2910), 1, + ACTIONS(2965), 1, anon_sym_STAR, - ACTIONS(2914), 1, + ACTIONS(2967), 1, + anon_sym_async, + ACTIONS(2969), 1, anon_sym_get, - ACTIONS(2916), 1, + ACTIONS(2971), 1, anon_sym_set, - ACTIONS(2912), 2, + STATE(1620), 1, + sym_comment, + STATE(2334), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2348), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 4, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - [74709] = 12, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(1235), 1, - anon_sym_var, + [82380] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(1241), 1, - anon_sym_class, - ACTIONS(1243), 1, - anon_sym_async, - ACTIONS(1245), 1, - anon_sym_function, - ACTIONS(2918), 1, - anon_sym_default, - STATE(665), 1, - sym_declaration, - STATE(1871), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - ACTIONS(1237), 2, - anon_sym_let, - anon_sym_const, - STATE(868), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [74751] = 12, - ACTIONS(1179), 1, + anon_sym_AT, + ACTIONS(1340), 1, anon_sym_var, - ACTIONS(1193), 1, + ACTIONS(1346), 1, anon_sym_class, - ACTIONS(1195), 1, + ACTIONS(1348), 1, anon_sym_async, - ACTIONS(1197), 1, + ACTIONS(1350), 1, anon_sym_function, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(2842), 1, + ACTIONS(2973), 1, anon_sym_default, - STATE(888), 1, + STATE(841), 1, sym_declaration, - STATE(1852), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - ACTIONS(1181), 2, - anon_sym_let, - anon_sym_const, - STATE(971), 5, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - [74793] = 12, - ACTIONS(1203), 1, + STATE(1621), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(1267), 1, - anon_sym_var, - ACTIONS(1273), 1, - anon_sym_class, - ACTIONS(1275), 1, - anon_sym_async, - ACTIONS(1277), 1, - anon_sym_function, - ACTIONS(2920), 1, - anon_sym_default, - STATE(1922), 1, + STATE(1953), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2054), 1, sym_decorator, - STATE(2454), 1, - sym_declaration, - ACTIONS(1269), 2, + ACTIONS(1342), 2, anon_sym_let, anon_sym_const, - STATE(2562), 5, + STATE(706), 5, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, sym_function_declaration, sym_generator_function_declaration, - [74835] = 8, + [82428] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2922), 2, + STATE(1622), 1, + sym_comment, + STATE(2681), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2608), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [74868] = 2, + [82470] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1623), 1, sym_comment, - ACTIONS(2808), 15, + ACTIONS(2975), 16, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -119869,474 +128578,490 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74889] = 8, + [82498] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2924), 2, + STATE(1624), 1, + sym_comment, + STATE(2538), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2434), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [74922] = 8, + [82540] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2926), 2, + STATE(1625), 1, + sym_comment, + STATE(2668), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2423), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [74955] = 2, + [82582] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1980), 15, - anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1626), 1, + sym_comment, + STATE(2210), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [74976] = 8, + [82624] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2928), 2, + STATE(1627), 1, + sym_comment, + STATE(2697), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2443), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75009] = 8, + [82666] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2930), 2, + STATE(1628), 1, + sym_comment, + STATE(2206), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2355), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75042] = 2, + [82708] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(2932), 15, - anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1629), 1, + sym_comment, + STATE(2357), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75063] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2934), 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, - [75084] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2936), 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, - [75105] = 8, + [82750] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2938), 2, + STATE(1630), 1, + sym_comment, + STATE(2214), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2444), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75138] = 2, + [82792] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(2036), 15, - anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(1357), 1, + anon_sym_async, + ACTIONS(2755), 1, + anon_sym_LBRACK, + ACTIONS(2787), 1, + anon_sym_STAR, + STATE(1631), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, + ACTIONS(1359), 2, anon_sym_get, anon_sym_set, - [75159] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2940), 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, - [75180] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2942), 2, - sym_number, - sym_private_property_identifier, - STATE(2428), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [75213] = 10, + [82838] = 13, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(1321), 1, - anon_sym_async, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2705), 1, + ACTIONS(2801), 1, anon_sym_STAR, - ACTIONS(1308), 2, + ACTIONS(2977), 1, + anon_sym_async, + STATE(1632), 1, + sym_comment, + STATE(2657), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1323), 2, + ACTIONS(2838), 2, anon_sym_get, anon_sym_set, - ACTIONS(1316), 3, - anon_sym_export, - sym_identifier, - anon_sym_static, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - [75250] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2944), 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, - [75271] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2946), 15, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - sym_number, + anon_sym_let, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [75292] = 8, + [82884] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2948), 2, + STATE(1633), 1, + sym_comment, + STATE(2294), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2356), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75325] = 8, + [82926] = 14, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2950), 2, + ACTIONS(2979), 1, + anon_sym_STAR, + ACTIONS(2981), 1, + anon_sym_async, + ACTIONS(2983), 1, + anon_sym_get, + ACTIONS(2985), 1, + anon_sym_set, + STATE(1634), 1, + sym_comment, + STATE(2671), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2504), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 4, anon_sym_export, - anon_sym_async, + anon_sym_let, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, - [75358] = 8, + [82974] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1635), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2872), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2952), 2, - sym_number, - sym_private_property_identifier, - STATE(2600), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, + anon_sym_class, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75391] = 8, - ACTIONS(3), 1, + [83002] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1302), 1, + anon_sym_var, + ACTIONS(1308), 1, + anon_sym_class, + ACTIONS(1310), 1, + anon_sym_async, + ACTIONS(1312), 1, + anon_sym_function, + ACTIONS(2987), 1, + anon_sym_default, + STATE(783), 1, + sym_declaration, + STATE(1636), 1, sym_comment, - ACTIONS(1304), 1, + STATE(1980), 1, + aux_sym_export_statement_repeat1, + STATE(2054), 1, + sym_decorator, + ACTIONS(1304), 2, + anon_sym_let, + anon_sym_const, + STATE(785), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83050] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2857), 2, + STATE(1637), 1, + sym_comment, + STATE(2296), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2343), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75424] = 11, + [83092] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2954), 1, - anon_sym_STAR, - ACTIONS(2956), 1, - anon_sym_async, - ACTIONS(2960), 1, - anon_sym_get, - ACTIONS(2962), 1, - anon_sym_set, - ACTIONS(2958), 2, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1638), 1, + sym_comment, + STATE(2689), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2352), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [75463] = 2, + anon_sym_get, + anon_sym_set, + [83134] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1639), 1, sym_comment, - ACTIONS(2104), 15, + ACTIONS(2135), 16, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_class, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_class, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -120345,484 +129070,688 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75484] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2964), 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, - [75505] = 10, + [83162] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2719), 1, - anon_sym_STAR, - ACTIONS(2966), 1, - anon_sym_async, - ACTIONS(2778), 2, + ACTIONS(2791), 1, + anon_sym_LPAREN, + STATE(1640), 1, + sym_comment, + STATE(2698), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - ACTIONS(2780), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(1316), 3, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, + anon_sym_async, sym_identifier, anon_sym_static, - STATE(2567), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [75542] = 8, + anon_sym_get, + anon_sym_set, + [83204] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2968), 2, + STATE(1641), 1, + sym_comment, + STATE(2690), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2607), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75575] = 8, + [83246] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2970), 2, + STATE(1642), 1, + sym_comment, + STATE(2413), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2429), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75608] = 8, + [83288] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1643), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2989), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2972), 2, - sym_number, - sym_private_property_identifier, - STATE(2605), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, + anon_sym_class, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75641] = 8, + [83316] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2974), 2, + STATE(1644), 1, + sym_comment, + STATE(2694), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2604), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75674] = 8, + [83358] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2784), 2, + STATE(1645), 1, + sym_comment, + STATE(2695), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2578), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75707] = 8, - ACTIONS(3), 1, + [83400] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1320), 1, + anon_sym_var, + ACTIONS(1326), 1, + anon_sym_class, + ACTIONS(1328), 1, + anon_sym_async, + ACTIONS(1330), 1, + anon_sym_function, + ACTIONS(2991), 1, + anon_sym_default, + STATE(1646), 1, sym_comment, - ACTIONS(1304), 1, + STATE(2013), 1, + aux_sym_export_statement_repeat1, + STATE(2054), 1, + sym_decorator, + STATE(2736), 1, + sym_declaration, + ACTIONS(1322), 2, + anon_sym_let, + anon_sym_const, + STATE(2609), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83448] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2976), 2, + STATE(1647), 1, + sym_comment, + STATE(2205), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2505), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75740] = 11, + [83490] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1648), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2057), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2978), 1, - anon_sym_STAR, - ACTIONS(2980), 1, + anon_sym_class, anon_sym_async, - ACTIONS(2984), 1, - anon_sym_get, - ACTIONS(2986), 1, - anon_sym_set, - ACTIONS(2982), 2, sym_number, - sym_private_property_identifier, - ACTIONS(1316), 3, - anon_sym_export, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, - STATE(2581), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - [75779] = 8, + aux_sym_method_definition_token1, + anon_sym_get, + anon_sym_set, + [83518] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1649), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2169), 16, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2988), 2, - sym_number, - sym_private_property_identifier, - STATE(2492), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, + anon_sym_class, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75812] = 8, + [83546] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2990), 2, + STATE(1650), 1, + sym_comment, + STATE(2232), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2589), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75845] = 8, - ACTIONS(3), 1, + [83588] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1215), 1, + anon_sym_var, + ACTIONS(1229), 1, + anon_sym_class, + ACTIONS(1231), 1, + anon_sym_async, + ACTIONS(1233), 1, + anon_sym_function, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(2928), 1, + anon_sym_default, + STATE(936), 1, + sym_declaration, + STATE(1651), 1, sym_comment, - ACTIONS(1304), 1, + STATE(2018), 1, + aux_sym_export_statement_repeat1, + STATE(2054), 1, + sym_decorator, + ACTIONS(1217), 2, + anon_sym_let, + anon_sym_const, + STATE(939), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83636] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2992), 2, + STATE(1652), 1, + sym_comment, + STATE(2679), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2591), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75878] = 8, - ACTIONS(3), 1, + [83678] = 14, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(1251), 1, + anon_sym_var, + ACTIONS(1259), 1, + anon_sym_class, + ACTIONS(1261), 1, + anon_sym_async, + ACTIONS(1263), 1, + anon_sym_function, + ACTIONS(2993), 1, + anon_sym_default, + STATE(675), 1, + sym_declaration, + STATE(1653), 1, sym_comment, - ACTIONS(1304), 1, + STATE(1919), 1, + aux_sym_export_statement_repeat1, + STATE(2054), 1, + sym_decorator, + ACTIONS(1253), 2, + anon_sym_let, + anon_sym_const, + STATE(640), 5, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + [83726] = 11, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, + ACTIONS(2791), 1, anon_sym_LPAREN, - ACTIONS(2994), 2, + STATE(1654), 1, + sym_comment, + STATE(2211), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2592), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75911] = 8, + [83768] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2996), 2, + STATE(1655), 1, + sym_comment, + STATE(2683), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2433), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [75944] = 8, + [83807] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1656), 1, + sym_comment, + ACTIONS(2995), 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, + [83834] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1657), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2057), 15, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2998), 2, - sym_number, - sym_private_property_identifier, - STATE(2599), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [75977] = 8, + [83861] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(3000), 2, + STATE(1658), 1, + sym_comment, + STATE(2679), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2491), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76010] = 7, + [83900] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3002), 2, + STATE(1659), 1, + sym_comment, + STATE(2669), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2579), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76040] = 7, + [83939] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3004), 2, + STATE(1660), 1, + sym_comment, + STATE(2696), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2597), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76070] = 7, + [83978] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3006), 2, + STATE(1661), 1, + sym_comment, + STATE(2687), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2590), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76100] = 2, + [84017] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1662), 1, + sym_comment, + ACTIONS(2997), 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, + [84044] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1663), 1, sym_comment, - ACTIONS(2808), 14, + ACTIONS(2135), 15, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -120831,223 +129760,264 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76120] = 7, + [84071] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2990), 2, + STATE(1664), 1, + sym_comment, + STATE(2668), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2589), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76150] = 7, + [84110] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1665), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2872), 15, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(3008), 2, - sym_number, - sym_private_property_identifier, - STATE(2593), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76180] = 7, - ACTIONS(3), 1, + [84137] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1666), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(3010), 2, - sym_number, - sym_private_property_identifier, - STATE(2603), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [76210] = 7, - ACTIONS(3), 1, + ACTIONS(2999), 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, + [84164] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1667), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(3012), 2, - sym_number, - sym_private_property_identifier, - STATE(2490), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - [76240] = 7, + ACTIONS(3001), 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, + [84191] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3014), 2, + STATE(1668), 1, + sym_comment, + STATE(2680), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2438), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76270] = 7, + [84230] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2926), 2, + STATE(1669), 1, + sym_comment, + STATE(2596), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2423), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76300] = 7, + [84269] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3016), 2, + STATE(1670), 1, + sym_comment, + STATE(2203), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2606), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76330] = 7, + [84308] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2784), 2, + STATE(1671), 1, + sym_comment, + STATE(2293), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2578), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76360] = 7, + [84347] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2857), 2, + STATE(1672), 1, + sym_comment, + STATE(2657), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2343), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76390] = 2, + [84386] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1673), 1, sym_comment, - ACTIONS(2036), 14, + ACTIONS(2169), 15, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -121056,149 +130026,212 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76410] = 7, + [84413] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(2778), 2, + STATE(1674), 1, + sym_comment, + STATE(2357), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2567), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76440] = 7, + [84452] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3018), 2, + STATE(1675), 1, + sym_comment, + STATE(2212), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2346), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76470] = 7, + [84491] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(1308), 2, + STATE(1676), 1, + sym_comment, + STATE(2693), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2186), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76500] = 2, + [84530] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(2104), 14, - anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1677), 1, + sym_comment, + STATE(2578), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76520] = 7, + [84569] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3020), 2, + STATE(1678), 1, + sym_comment, + STATE(2214), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2431), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76550] = 7, + [84608] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1679), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(2989), 15, + anon_sym_export, + anon_sym_STAR, + anon_sym_let, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1306), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, - anon_sym_LBRACK, - ACTIONS(3022), 2, - sym_number, - sym_private_property_identifier, - STATE(2503), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1316), 6, - anon_sym_export, anon_sym_async, + sym_number, sym_identifier, + sym_private_property_identifier, + anon_sym_AT, anon_sym_static, + aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76580] = 2, + [84635] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1680), 1, + sym_comment, + ACTIONS(3003), 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, + [84662] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1681), 1, sym_comment, - ACTIONS(1980), 14, + ACTIONS(2975), 15, anon_sym_export, anon_sym_STAR, + anon_sym_let, anon_sym_LBRACK, - anon_sym_async, anon_sym_DQUOTE, anon_sym_SQUOTE, + anon_sym_async, sym_number, sym_identifier, sym_private_property_identifier, @@ -121207,1237 +130240,1657 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76600] = 7, + [84689] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(2679), 1, + ACTIONS(2755), 1, anon_sym_LBRACK, - ACTIONS(3024), 2, + STATE(1682), 1, + sym_comment, + STATE(2341), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, sym_private_property_identifier, - STATE(2424), 3, + STATE(2581), 2, sym_string, - sym__property_name, sym_computed_property_name, - ACTIONS(1316), 6, + ACTIONS(1352), 7, anon_sym_export, + anon_sym_let, anon_sym_async, sym_identifier, anon_sym_static, anon_sym_get, anon_sym_set, - [76630] = 2, + [84728] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(2946), 14, - anon_sym_export, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_async, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, + ACTIONS(1286), 1, anon_sym_SQUOTE, + ACTIONS(2755), 1, + anon_sym_LBRACK, + STATE(1683), 1, + sym_comment, + STATE(2208), 1, + sym__property_name, + ACTIONS(1294), 2, sym_number, - sym_identifier, sym_private_property_identifier, - anon_sym_AT, + STATE(2581), 2, + sym_string, + sym_computed_property_name, + ACTIONS(1352), 7, + anon_sym_export, + anon_sym_let, + anon_sym_async, + sym_identifier, anon_sym_static, - aux_sym_method_definition_token1, anon_sym_get, anon_sym_set, - [76650] = 2, + [84767] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(2932), 14, - anon_sym_export, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + sym_identifier, + ACTIONS(3007), 1, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_async, + ACTIONS(3009), 1, + anon_sym_LBRACE, + STATE(1684), 1, + sym_comment, + STATE(1925), 1, + sym_string, + STATE(2717), 1, + sym_import_clause, + STATE(2752), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3011), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [84808] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2652), 1, anon_sym_DQUOTE, + ACTIONS(2654), 1, anon_sym_SQUOTE, - sym_number, + ACTIONS(3005), 1, sym_identifier, - sym_private_property_identifier, - anon_sym_AT, - anon_sym_static, - aux_sym_method_definition_token1, - anon_sym_get, - anon_sym_set, - [76670] = 8, + ACTIONS(3007), 1, + anon_sym_STAR, + ACTIONS(3009), 1, + anon_sym_LBRACE, + STATE(1685), 1, + sym_comment, + STATE(1970), 1, + sym_string, + STATE(2642), 1, + sym_import_clause, + STATE(2752), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3011), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [84849] = 12, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + sym_identifier, + ACTIONS(3007), 1, + anon_sym_STAR, + ACTIONS(3009), 1, + anon_sym_LBRACE, + STATE(1686), 1, sym_comment, - ACTIONS(3026), 1, + STATE(2044), 1, + sym_string, + STATE(2582), 1, + sym_import_clause, + STATE(2752), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3011), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [84890] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3032), 1, + ACTIONS(3021), 1, anon_sym_LT_SLASH, - STATE(1148), 1, + STATE(1389), 1, sym_jsx_closing_element, - STATE(1650), 1, + STATE(1687), 1, + sym_comment, + STATE(1689), 1, sym_jsx_opening_element, - ACTIONS(3028), 2, + STATE(1691), 1, + aux_sym_jsx_element_repeat1, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1656), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76700] = 8, + [84931] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3034), 1, + ACTIONS(3023), 1, anon_sym_LT_SLASH, - STATE(1650), 1, + STATE(1688), 1, + sym_comment, + STATE(1689), 1, sym_jsx_opening_element, - STATE(1838), 1, + STATE(1697), 1, + aux_sym_jsx_element_repeat1, + STATE(1791), 1, sym_jsx_closing_element, - ACTIONS(3028), 2, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1656), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76730] = 8, + [84972] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3036), 1, + ACTIONS(3023), 1, anon_sym_LT_SLASH, - STATE(1650), 1, - sym_jsx_opening_element, - STATE(1837), 1, + STATE(1688), 1, + aux_sym_jsx_element_repeat1, + STATE(1797), 1, sym_jsx_closing_element, - ACTIONS(3028), 2, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1651), 5, + STATE(1689), 2, + sym_jsx_opening_element, + sym_comment, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76760] = 8, + [85011] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3036), 1, + ACTIONS(3025), 1, anon_sym_LT_SLASH, - STATE(1650), 1, - sym_jsx_opening_element, - STATE(1822), 1, + STATE(1185), 1, sym_jsx_closing_element, - ACTIONS(3028), 2, + STATE(1689), 1, + sym_jsx_opening_element, + STATE(1690), 1, + sym_comment, + STATE(1694), 1, + aux_sym_jsx_element_repeat1, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1656), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76790] = 8, + [85052] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3034), 1, + ACTIONS(3021), 1, anon_sym_LT_SLASH, - STATE(1650), 1, - sym_jsx_opening_element, - STATE(1803), 1, + STATE(1317), 1, sym_jsx_closing_element, - ACTIONS(3028), 2, + STATE(1689), 1, + sym_jsx_opening_element, + STATE(1691), 1, + sym_comment, + STATE(1697), 1, + aux_sym_jsx_element_repeat1, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1649), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76820] = 8, + [85093] = 12, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + sym_identifier, + ACTIONS(3007), 1, + anon_sym_STAR, + ACTIONS(3009), 1, + anon_sym_LBRACE, + STATE(1692), 1, sym_comment, - ACTIONS(3026), 1, + STATE(1981), 1, + sym_string, + STATE(2704), 1, + sym_import_clause, + STATE(2752), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3011), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [85134] = 12, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3038), 1, + ACTIONS(3027), 1, anon_sym_LT_SLASH, - STATE(1335), 1, - sym_jsx_closing_element, - STATE(1650), 1, + STATE(1689), 1, sym_jsx_opening_element, - ACTIONS(3028), 2, + STATE(1693), 1, + sym_comment, + STATE(1697), 1, + aux_sym_jsx_element_repeat1, + STATE(1882), 1, + sym_jsx_closing_element, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1655), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76850] = 8, + [85175] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3032), 1, + ACTIONS(3025), 1, anon_sym_LT_SLASH, - STATE(1147), 1, + STATE(1108), 1, sym_jsx_closing_element, - STATE(1650), 1, + STATE(1689), 1, sym_jsx_opening_element, - ACTIONS(3028), 2, + STATE(1694), 1, + sym_comment, + STATE(1697), 1, + aux_sym_jsx_element_repeat1, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1648), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76880] = 8, + [85216] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3026), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3013), 1, anon_sym_LBRACE, - ACTIONS(3030), 1, + ACTIONS(3017), 1, + sym_html_character_reference, + ACTIONS(3019), 1, anon_sym_LT, - ACTIONS(3038), 1, + ACTIONS(3027), 1, anon_sym_LT_SLASH, - STATE(1307), 1, - sym_jsx_closing_element, - STATE(1650), 1, + STATE(1689), 1, sym_jsx_opening_element, - ACTIONS(3028), 2, + STATE(1693), 1, + aux_sym_jsx_element_repeat1, + STATE(1695), 1, + sym_comment, + STATE(1880), 1, + sym_jsx_closing_element, + ACTIONS(3015), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1656), 5, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76910] = 7, + [85257] = 12, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(2652), 1, + anon_sym_DQUOTE, + ACTIONS(2654), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + sym_identifier, + ACTIONS(3007), 1, + anon_sym_STAR, + ACTIONS(3009), 1, + anon_sym_LBRACE, + STATE(1696), 1, sym_comment, - ACTIONS(3040), 1, + STATE(1956), 1, + sym_string, + STATE(2636), 1, + sym_import_clause, + STATE(2752), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3011), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [85298] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3029), 1, anon_sym_LBRACE, - ACTIONS(3046), 1, + ACTIONS(3035), 1, + sym_html_character_reference, + ACTIONS(3038), 1, anon_sym_LT, - ACTIONS(3049), 1, + ACTIONS(3041), 1, anon_sym_LT_SLASH, - STATE(1650), 1, + STATE(1689), 1, sym_jsx_opening_element, - ACTIONS(3043), 2, + ACTIONS(3032), 2, aux_sym_jsx_text_token1, aux_sym_jsx_text_token2, - STATE(1656), 5, + STATE(1697), 2, + sym_comment, + aux_sym_jsx_element_repeat1, + STATE(1820), 4, sym_jsx_element, sym_jsx_text, sym_jsx_expression, sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [76937] = 10, + [85334] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3061), 1, + ACTIONS(3053), 1, anon_sym_SLASH_GT, - STATE(1690), 1, + STATE(1698), 1, + sym_comment, + STATE(1715), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [76970] = 10, + [85373] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3063), 1, + ACTIONS(3055), 1, anon_sym_SLASH_GT, - STATE(1678), 1, + STATE(1699), 1, + sym_comment, + STATE(1726), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77003] = 10, + [85412] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3065), 1, + ACTIONS(3057), 1, anon_sym_SLASH_GT, - STATE(1687), 1, + STATE(1700), 1, + sym_comment, + STATE(1731), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77036] = 10, + [85451] = 12, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3067), 1, + ACTIONS(3059), 1, anon_sym_SLASH_GT, - STATE(1688), 1, + STATE(1701), 1, + sym_comment, + STATE(1722), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77069] = 9, + [85490] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, - anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3065), 1, + ACTIONS(3051), 1, + anon_sym_DOT, + ACTIONS(3053), 1, anon_sym_SLASH_GT, - STATE(1679), 1, + STATE(1702), 1, + sym_comment, + STATE(1714), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77099] = 9, + [85526] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3065), 1, + ACTIONS(3059), 1, anon_sym_SLASH_GT, - STATE(1670), 1, + STATE(1703), 1, + sym_comment, + STATE(1724), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77129] = 9, + [85562] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3047), 1, + anon_sym_COLON, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, - anon_sym_DOT, - ACTIONS(3067), 1, + ACTIONS(3055), 1, anon_sym_SLASH_GT, - STATE(1680), 1, + STATE(1704), 1, + sym_comment, + STATE(1723), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77159] = 9, + [85598] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3061), 1, + ACTIONS(3059), 1, anon_sym_SLASH_GT, - STATE(1684), 1, + STATE(1705), 1, + sym_comment, + STATE(1710), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77189] = 9, + [85634] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3067), 1, + ACTIONS(3053), 1, anon_sym_SLASH_GT, - STATE(1682), 1, + STATE(1706), 1, + sym_comment, + STATE(1717), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77219] = 9, + [85670] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3047), 1, + anon_sym_COLON, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, - anon_sym_DOT, - ACTIONS(3061), 1, + ACTIONS(3057), 1, anon_sym_SLASH_GT, - STATE(1691), 1, + STATE(1707), 1, + sym_comment, + STATE(1732), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77249] = 9, + [85706] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3059), 1, + ACTIONS(3051), 1, anon_sym_DOT, - ACTIONS(3063), 1, + ACTIONS(3057), 1, anon_sym_SLASH_GT, - STATE(1685), 1, + STATE(1708), 1, + sym_comment, + STATE(1730), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77279] = 9, + [85742] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3055), 1, - anon_sym_COLON, - ACTIONS(3057), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3063), 1, + ACTIONS(3051), 1, + anon_sym_DOT, + ACTIONS(3055), 1, anon_sym_SLASH_GT, - STATE(1676), 1, + STATE(1709), 1, + sym_comment, + STATE(1727), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77309] = 8, + [85778] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3061), 1, anon_sym_GT, - ACTIONS(3071), 1, + ACTIONS(3063), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1710), 1, + sym_comment, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77336] = 8, - ACTIONS(3), 1, + [85811] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3065), 1, + anon_sym_LBRACE, + ACTIONS(3067), 1, + anon_sym_LT, + ACTIONS(3069), 1, + anon_sym_DQUOTE, + ACTIONS(3071), 1, + anon_sym_SQUOTE, + STATE(1695), 1, + sym_jsx_opening_element, + STATE(1711), 1, sym_comment, - ACTIONS(3053), 1, + STATE(1872), 4, + sym_jsx_element, + sym_jsx_expression, + sym_jsx_self_closing_element, + sym__jsx_string, + [85842] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, ACTIONS(3073), 1, anon_sym_GT, ACTIONS(3075), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1712), 1, + sym_comment, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77363] = 8, + [85875] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3077), 1, + ACTIONS(3057), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1713), 1, + sym_comment, + STATE(1729), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77390] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3079), 1, + [85908] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3081), 1, - anon_sym_LT, - ACTIONS(3083), 1, - anon_sym_DQUOTE, - ACTIONS(3085), 1, - anon_sym_SQUOTE, - STATE(1652), 1, - sym_jsx_opening_element, - STATE(1835), 4, - sym_jsx_element, - sym_jsx_expression, - sym_jsx_self_closing_element, - sym_string, - [77415] = 7, - ACTIONS(1203), 1, - sym_comment, + ACTIONS(3077), 1, + anon_sym_GT, ACTIONS(3079), 1, - anon_sym_LBRACE, - ACTIONS(3081), 1, - anon_sym_LT, - ACTIONS(3083), 1, - anon_sym_DQUOTE, - ACTIONS(3085), 1, - anon_sym_SQUOTE, - STATE(1652), 1, - sym_jsx_opening_element, - STATE(1836), 4, - sym_jsx_element, - sym_jsx_expression, - sym_jsx_self_closing_element, - sym_string, - [77440] = 7, - ACTIONS(3), 1, + anon_sym_SLASH_GT, + STATE(1714), 1, sym_comment, - ACTIONS(3090), 1, - anon_sym_LBRACE, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3087), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - ACTIONS(3093), 2, - anon_sym_GT, - anon_sym_SLASH_GT, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77465] = 8, + [85941] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3065), 1, + ACTIONS(3083), 1, anon_sym_SLASH_GT, - STATE(1683), 1, + STATE(1715), 1, + sym_comment, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77492] = 8, + [85974] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3095), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3097), 1, + ACTIONS(3055), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1716), 1, + sym_comment, + STATE(1728), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77519] = 8, + [86007] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3061), 1, anon_sym_GT, - ACTIONS(3099), 1, + ACTIONS(3085), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1717), 1, + sym_comment, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77546] = 8, + [86040] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3101), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3103), 1, + ACTIONS(3059), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1718), 1, + sym_comment, + STATE(1725), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77573] = 8, + [86073] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3095), 1, + ACTIONS(3049), 1, anon_sym_GT, - ACTIONS(3105), 1, + ACTIONS(3053), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1712), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1719), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77600] = 8, - ACTIONS(3), 1, + [86106] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3065), 1, + anon_sym_LBRACE, + ACTIONS(3067), 1, + anon_sym_LT, + ACTIONS(3069), 1, + anon_sym_DQUOTE, + ACTIONS(3071), 1, + anon_sym_SQUOTE, + STATE(1695), 1, + sym_jsx_opening_element, + STATE(1720), 1, sym_comment, - ACTIONS(3053), 1, + STATE(1868), 4, + sym_jsx_element, + sym_jsx_expression, + sym_jsx_self_closing_element, + sym__jsx_string, + [86137] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3090), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, - anon_sym_GT, - ACTIONS(3107), 1, - anon_sym_SLASH_GT, - STATE(1674), 1, - aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3087), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + ACTIONS(3093), 2, + anon_sym_GT, + anon_sym_SLASH_GT, + STATE(1721), 2, + sym_comment, + aux_sym_jsx_opening_element_repeat1, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77627] = 8, + [86166] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3061), 1, + ACTIONS(3095), 1, anon_sym_SLASH_GT, - STATE(1671), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1722), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77654] = 8, + [86199] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3095), 1, + ACTIONS(3061), 1, anon_sym_GT, - ACTIONS(3109), 1, + ACTIONS(3097), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1723), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77681] = 8, + [86232] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3069), 1, + ACTIONS(3077), 1, anon_sym_GT, - ACTIONS(3111), 1, + ACTIONS(3099), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1724), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77708] = 8, + [86265] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3095), 1, + ACTIONS(3073), 1, anon_sym_GT, - ACTIONS(3113), 1, + ACTIONS(3101), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1725), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77735] = 8, + [86298] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3115), 1, + ACTIONS(3103), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1726), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77762] = 8, + [86331] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3077), 1, anon_sym_GT, - ACTIONS(3063), 1, + ACTIONS(3105), 1, anon_sym_SLASH_GT, - STATE(1677), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1727), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77789] = 8, + [86364] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3101), 1, + ACTIONS(3073), 1, anon_sym_GT, - ACTIONS(3117), 1, + ACTIONS(3107), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1728), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77816] = 8, + [86397] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3101), 1, + ACTIONS(3073), 1, anon_sym_GT, - ACTIONS(3119), 1, + ACTIONS(3109), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1729), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77843] = 8, + [86430] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3057), 1, + ACTIONS(3077), 1, anon_sym_GT, - ACTIONS(3067), 1, + ACTIONS(3111), 1, anon_sym_SLASH_GT, - STATE(1669), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1730), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77870] = 8, + [86463] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3101), 1, + ACTIONS(3081), 1, anon_sym_GT, - ACTIONS(3121), 1, + ACTIONS(3113), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1731), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77897] = 8, + [86496] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3061), 1, anon_sym_GT, - ACTIONS(3123), 1, + ACTIONS(3115), 1, anon_sym_SLASH_GT, - STATE(1674), 1, + STATE(1721), 1, aux_sym_jsx_opening_element_repeat1, - STATE(1737), 1, + STATE(1732), 1, + sym_comment, + STATE(1831), 1, sym_jsx_namespace_name, - ACTIONS(3051), 2, + ACTIONS(3043), 2, sym_jsx_identifier, sym_identifier, - STATE(1806), 2, + STATE(1845), 2, sym_jsx_expression, sym_jsx_attribute, - [77924] = 8, + [86529] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3127), 1, + ACTIONS(3119), 1, anon_sym_COMMA, - ACTIONS(3129), 1, + ACTIONS(3121), 1, anon_sym_RBRACE, - STATE(2119), 1, - sym_import_specifier, - STATE(2776), 2, - sym__module_export_name, + STATE(1733), 1, + sym_comment, + STATE(1972), 1, sym_string, - [77950] = 8, + STATE(2046), 1, + sym_export_specifier, + STATE(2121), 1, + sym__module_export_name, + [86563] = 11, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym_identifier, - ACTIONS(3133), 1, + ACTIONS(3125), 1, anon_sym_COMMA, - ACTIONS(3135), 1, + ACTIONS(3127), 1, anon_sym_RBRACE, - STATE(2004), 1, - sym_export_specifier, - STATE(2002), 2, - sym__module_export_name, - sym_string, - [77976] = 7, - ACTIONS(3), 1, + STATE(1734), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, + STATE(1972), 1, + sym_string, + STATE(2099), 1, + sym_import_specifier, + STATE(2786), 1, + sym__module_export_name, + [86597] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1243), 1, + anon_sym_RBRACE, + ACTIONS(3129), 1, + anon_sym_COMMA, ACTIONS(3131), 1, + anon_sym_EQ, + STATE(1735), 1, + sym_comment, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [86626] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(3133), 1, sym_identifier, - ACTIONS(3137), 1, + STATE(1736), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(2042), 1, + sym_variable_declarator, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + [86655] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1737), 1, + sym_comment, + ACTIONS(3135), 7, + anon_sym_COMMA, anon_sym_RBRACE, - STATE(2400), 1, - sym_export_specifier, - STATE(2002), 2, - sym__module_export_name, - sym_string, - [77999] = 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + anon_sym_RBRACK, + [86674] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3055), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3047), 1, anon_sym_COLON, - ACTIONS(3141), 1, + ACTIONS(3139), 1, anon_sym_EQ, - ACTIONS(3139), 5, + STATE(1738), 1, + sym_comment, + ACTIONS(3137), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [78016] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3143), 1, + [86697] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3129), 1, anon_sym_COMMA, - ACTIONS(3145), 1, - anon_sym_RBRACE, - ACTIONS(3147), 1, + ACTIONS(3131), 1, anon_sym_EQ, - STATE(1986), 1, + ACTIONS(3141), 1, + anon_sym_RBRACE, + STATE(1739), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - STATE(1990), 1, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2729), 2, + ACTIONS(2809), 2, anon_sym_LPAREN, anon_sym_COLON, - [78039] = 6, + [86726] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1869), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1740), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(2139), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78060] = 7, - ACTIONS(3), 1, + [86755] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3129), 1, + anon_sym_COMMA, + ACTIONS(3131), 1, + anon_sym_EQ, + ACTIONS(3143), 1, + anon_sym_RBRACE, + STATE(1741), 1, + sym_comment, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [86784] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1742), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(3145), 7, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + anon_sym_RBRACK, + [86803] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3125), 1, + ACTIONS(3123), 1, sym_identifier, - ACTIONS(3155), 1, + ACTIONS(3147), 1, anon_sym_RBRACE, - STATE(2455), 1, + STATE(1743), 1, + sym_comment, + STATE(1972), 1, + sym_string, + STATE(2246), 1, sym_import_specifier, - STATE(2776), 2, + STATE(2786), 1, sym__module_export_name, - sym_string, - [78083] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE, - ACTIONS(3143), 1, - anon_sym_COMMA, - ACTIONS(3147), 1, - anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, - aux_sym_object_repeat1, - ACTIONS(2729), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [78106] = 6, + [86834] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - ACTIONS(3157), 1, + ACTIONS(3133), 1, sym_identifier, - STATE(1906), 1, + STATE(1744), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1990), 1, sym_variable_declarator, - STATE(1705), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78127] = 6, + [86863] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1903), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1745), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1991), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78148] = 6, - ACTIONS(3), 1, + [86892] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1746), 1, sym_comment, - ACTIONS(3151), 1, + ACTIONS(3149), 7, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + anon_sym_RBRACK, + [86911] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - ACTIONS(3159), 1, + ACTIONS(3151), 1, sym_identifier, - STATE(1907), 1, + STATE(1747), 1, + sym_comment, + STATE(1758), 1, + sym__destructuring_pattern, + STATE(1985), 1, sym_variable_declarator, - STATE(1704), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78169] = 7, - ACTIONS(3), 1, + [86940] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1245), 1, + anon_sym_RBRACE, + ACTIONS(3129), 1, + anon_sym_COMMA, + ACTIONS(3131), 1, + anon_sym_EQ, + STATE(1748), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(3125), 1, - sym_identifier, - ACTIONS(3161), 1, - anon_sym_RBRACE, - STATE(2455), 1, - sym_import_specifier, - STATE(2776), 2, - sym__module_export_name, - sym_string, - [78192] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3167), 1, - anon_sym_EQ, - STATE(1831), 1, - sym__initializer, - ACTIONS(3165), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(3163), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [78211] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3169), 1, - anon_sym_EQ, - STATE(2088), 1, - sym__initializer, - ACTIONS(3165), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(3163), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [78230] = 6, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + STATE(2118), 1, + aux_sym_object_repeat1, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [86969] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3151), 1, - anon_sym_LBRACE, ACTIONS(3153), 1, - anon_sym_LBRACK, - STATE(1920), 1, - sym_variable_declarator, - STATE(1813), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78251] = 7, - ACTIONS(1203), 1, + anon_sym_RBRACE, + STATE(1749), 1, sym_comment, - ACTIONS(3143), 1, + STATE(1972), 1, + sym_string, + STATE(2121), 1, + sym__module_export_name, + STATE(2227), 1, + sym_export_specifier, + [87000] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3129), 1, anon_sym_COMMA, - ACTIONS(3147), 1, + ACTIONS(3131), 1, anon_sym_EQ, - ACTIONS(3171), 1, + ACTIONS(3155), 1, anon_sym_RBRACE, - STATE(1990), 1, + STATE(1750), 1, + sym_comment, + STATE(2117), 1, aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(2118), 1, aux_sym_object_repeat1, - ACTIONS(2729), 2, + ACTIONS(2809), 2, anon_sym_LPAREN, anon_sym_COLON, - [78274] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, - anon_sym_LBRACE, - ACTIONS(3153), 1, - anon_sym_LBRACK, - STATE(1870), 1, - sym_variable_declarator, - STATE(1813), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78295] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, - anon_sym_LBRACE, - ACTIONS(3153), 1, - anon_sym_LBRACK, - STATE(1967), 1, - sym_variable_declarator, - STATE(1813), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78316] = 2, - ACTIONS(1203), 1, + [87029] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1751), 1, sym_comment, - ACTIONS(3173), 7, + ACTIONS(3157), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -122445,53 +131898,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [78329] = 3, - ACTIONS(1203), 1, + [87048] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(3159), 1, + sym_identifier, + STATE(1752), 1, sym_comment, - ACTIONS(2220), 1, + STATE(1759), 1, + sym__destructuring_pattern, + STATE(1984), 1, + sym_variable_declarator, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + [87077] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3161), 1, sym__automatic_semicolon, - ACTIONS(840), 6, + STATE(1753), 1, + sym_comment, + ACTIONS(882), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_while, anon_sym_catch, anon_sym_finally, - [78344] = 6, + [87098] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(2084), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1754), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1974), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78365] = 7, - ACTIONS(1177), 1, - anon_sym_RBRACE, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3143), 1, - anon_sym_COMMA, - ACTIONS(3147), 1, - anon_sym_EQ, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, - aux_sym_object_repeat1, - ACTIONS(2729), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [78388] = 2, - ACTIONS(1203), 1, + [87127] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1755), 1, sym_comment, - ACTIONS(3175), 7, + ACTIONS(3163), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -122499,95 +131969,228 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [78401] = 6, + [87146] = 10, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3151), 1, + ACTIONS(3165), 1, + anon_sym_RBRACE, + STATE(1756), 1, + sym_comment, + STATE(1972), 1, + sym_string, + STATE(2121), 1, + sym__module_export_name, + STATE(2227), 1, + sym_export_specifier, + [87177] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1904), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1757), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(2043), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78422] = 7, - ACTIONS(3), 1, + [87206] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, + anon_sym_EQ, + STATE(1758), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, + STATE(2081), 1, + sym__initializer, + ACTIONS(3169), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(3167), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [87231] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3173), 1, + anon_sym_EQ, + STATE(1759), 1, + sym_comment, + STATE(1852), 1, + sym__initializer, + ACTIONS(3169), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(3167), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [87256] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3129), 1, + anon_sym_COMMA, ACTIONS(3131), 1, - sym_identifier, - ACTIONS(3177), 1, + anon_sym_EQ, + ACTIONS(3175), 1, anon_sym_RBRACE, - STATE(2400), 1, - sym_export_specifier, - STATE(2002), 2, - sym__module_export_name, - sym_string, - [78445] = 6, - ACTIONS(3), 1, + STATE(1760), 1, sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + STATE(2078), 1, + aux_sym_object_repeat1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [87285] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1964), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1761), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1929), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78466] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3179), 1, + [87314] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2302), 1, sym__automatic_semicolon, - ACTIONS(882), 6, + STATE(1762), 1, + sym_comment, + ACTIONS(902), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_else, anon_sym_while, anon_sym_catch, anon_sym_finally, - [78481] = 2, - ACTIONS(1203), 1, + [87335] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(3133), 1, + sym_identifier, + STATE(1763), 1, sym_comment, - ACTIONS(3181), 7, - anon_sym_COMMA, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1973), 1, + sym_variable_declarator, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + [87364] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(1410), 1, + anon_sym_LBRACK, + ACTIONS(3133), 1, + sym_identifier, + STATE(1764), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1930), 1, + sym_variable_declarator, + STATE(1805), 2, + sym_object_pattern, + sym_array_pattern, + [87393] = 10, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3123), 1, + sym_identifier, + ACTIONS(3177), 1, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - anon_sym_RBRACK, - [78494] = 7, - ACTIONS(1203), 1, + STATE(1765), 1, sym_comment, - ACTIONS(3143), 1, + STATE(1972), 1, + sym_string, + STATE(2246), 1, + sym_import_specifier, + STATE(2786), 1, + sym__module_export_name, + [87424] = 9, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1213), 1, + anon_sym_RBRACE, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3129), 1, anon_sym_COMMA, - ACTIONS(3147), 1, + ACTIONS(3131), 1, anon_sym_EQ, - ACTIONS(3183), 1, - anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, + STATE(1766), 1, + sym_comment, + STATE(2078), 1, aux_sym_object_repeat1, - ACTIONS(2729), 2, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2809), 2, anon_sym_LPAREN, anon_sym_COLON, - [78517] = 2, - ACTIONS(1203), 1, + [87453] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1767), 1, sym_comment, - ACTIONS(3185), 7, + ACTIONS(3179), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -122595,12718 +132198,17715 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_EQ, anon_sym_RBRACK, - [78530] = 6, + [87472] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1943), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1768), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1950), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [78551] = 7, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1209), 1, - anon_sym_RBRACE, - ACTIONS(3143), 1, - anon_sym_COMMA, - ACTIONS(3147), 1, - anon_sym_EQ, - STATE(1986), 1, - aux_sym_object_repeat1, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(2729), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [78574] = 6, + [87501] = 9, ACTIONS(3), 1, - sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3153), 1, + ACTIONS(1410), 1, anon_sym_LBRACK, - STATE(1940), 1, + ACTIONS(3133), 1, + sym_identifier, + STATE(1769), 1, + sym_comment, + STATE(1874), 1, + sym__destructuring_pattern, + STATE(1923), 1, sym_variable_declarator, - STATE(1813), 3, + STATE(1805), 2, sym_object_pattern, sym_array_pattern, + [87530] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1770), 1, + sym_comment, + ACTIONS(2107), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87548] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(3181), 1, + sym_identifier, + ACTIONS(3183), 1, + anon_sym_LBRACK, + STATE(1771), 1, + sym_comment, + STATE(2751), 1, sym__destructuring_pattern, - [78595] = 2, - ACTIONS(1203), 1, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + [87574] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1772), 1, sym_comment, - ACTIONS(3187), 7, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - anon_sym_RBRACK, - [78608] = 7, - ACTIONS(1203), 1, + ACTIONS(2107), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87592] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1773), 1, sym_comment, - ACTIONS(3143), 1, + ACTIONS(2021), 6, + anon_sym_as, anon_sym_COMMA, - ACTIONS(3147), 1, - anon_sym_EQ, - ACTIONS(3189), 1, anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - STATE(1993), 1, - aux_sym_object_repeat1, - ACTIONS(2729), 2, + anon_sym_from, anon_sym_LPAREN, anon_sym_COLON, - [78631] = 6, + [87610] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1774), 1, sym_comment, - ACTIONS(3149), 1, - sym_identifier, - ACTIONS(3151), 1, + ACTIONS(2139), 6, anon_sym_LBRACE, - ACTIONS(3153), 1, - anon_sym_LBRACK, - STATE(1918), 1, - sym_variable_declarator, - STATE(1813), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78652] = 6, - ACTIONS(1203), 1, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87628] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1775), 1, sym_comment, - ACTIONS(3169), 1, - anon_sym_EQ, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2214), 1, - sym_formal_parameters, - STATE(2477), 1, - sym__initializer, - ACTIONS(3193), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [78672] = 2, - ACTIONS(1203), 1, + ACTIONS(3185), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87646] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1776), 1, sym_comment, - ACTIONS(2248), 6, + ACTIONS(3145), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [78684] = 5, - ACTIONS(1203), 1, + [87664] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1777), 1, sym_comment, - ACTIONS(3197), 1, + ACTIONS(882), 6, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [87682] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1778), 1, + sym_comment, + ACTIONS(3187), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87700] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2321), 1, + anon_sym_COMMA, + STATE(1779), 1, + sym_comment, + STATE(1785), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(3189), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [87722] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3193), 1, anon_sym_BQUOTE, - ACTIONS(3199), 1, + ACTIONS(3195), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3195), 2, + STATE(1780), 1, + sym_comment, + STATE(1823), 1, + aux_sym_template_string_repeat1, + STATE(1940), 1, + sym_template_substitution, + ACTIONS(3191), 2, sym__template_chars, sym_escape_sequence, - STATE(1750), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [78702] = 6, - ACTIONS(1203), 1, + [87748] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3197), 1, + anon_sym_BQUOTE, + STATE(1781), 1, sym_comment, - ACTIONS(3169), 1, - anon_sym_EQ, - ACTIONS(3191), 1, + STATE(1830), 1, + aux_sym_template_string_repeat1, + STATE(1940), 1, + sym_template_substitution, + ACTIONS(3191), 2, + sym__template_chars, + sym_escape_sequence, + [87774] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3201), 1, anon_sym_LPAREN, - STATE(2246), 1, - sym_formal_parameters, - STATE(2385), 1, - sym__initializer, - ACTIONS(3201), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [78722] = 6, - ACTIONS(1203), 1, - sym_comment, ACTIONS(3203), 1, - anon_sym_catch, + anon_sym_DOT, + STATE(1782), 1, + sym_comment, + STATE(2092), 1, + sym_arguments, + ACTIONS(3199), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [87798] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(3205), 1, + anon_sym_catch, + ACTIONS(3207), 1, anon_sym_finally, - STATE(1951), 1, + STATE(1783), 1, + sym_comment, + STATE(1942), 1, sym_catch_clause, - STATE(2512), 1, + STATE(2714), 1, sym_finally_clause, - ACTIONS(1371), 2, + ACTIONS(1446), 2, anon_sym_else, anon_sym_while, - [78742] = 6, - ACTIONS(1203), 1, + [87824] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1784), 1, sym_comment, - ACTIONS(3169), 1, - anon_sym_EQ, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2190), 1, - sym_formal_parameters, - STATE(2517), 1, - sym__initializer, - ACTIONS(3207), 2, + ACTIONS(3135), 6, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - [78762] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2490), 1, - anon_sym_LBRACE, + anon_sym_EQ, + [87842] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(3209), 1, - sym_identifier, - ACTIONS(3211), 1, - anon_sym_LBRACK, - STATE(2653), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78780] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(882), 6, anon_sym_COMMA, + STATE(1785), 2, + sym_comment, + aux_sym_sequence_expression_repeat1, + ACTIONS(2051), 4, anon_sym_RBRACE, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [78792] = 6, - ACTIONS(1203), 1, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [87862] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1786), 1, + sym_comment, + ACTIONS(2107), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87880] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1787), 1, sym_comment, - ACTIONS(3169), 1, + ACTIONS(2107), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87898] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, anon_sym_EQ, - ACTIONS(3191), 1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2213), 1, - sym_formal_parameters, - STATE(2478), 1, + STATE(1788), 1, + sym_comment, + STATE(2273), 1, sym__initializer, - ACTIONS(3213), 2, + STATE(2434), 1, + sym_formal_parameters, + ACTIONS(3214), 2, sym__automatic_semicolon, anon_sym_SEMI, - [78812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3217), 1, - anon_sym_EQ, - ACTIONS(3215), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [78826] = 2, + [87924] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3219), 6, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_DOT, - anon_sym_SLASH_GT, + ACTIONS(3183), 1, + anon_sym_LBRACK, + ACTIONS(3216), 1, sym_identifier, - [78838] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3221), 1, - anon_sym_default, - ACTIONS(3223), 1, - anon_sym_RBRACE, - ACTIONS(3225), 1, - anon_sym_case, - STATE(1773), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [78856] = 2, - ACTIONS(1203), 1, + STATE(1789), 1, sym_comment, - ACTIONS(3181), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, + STATE(2791), 1, + sym__destructuring_pattern, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + [87950] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, anon_sym_EQ, - [78868] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1938), 6, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_from, + ACTIONS(3212), 1, anon_sym_LPAREN, - anon_sym_COLON, - [78880] = 2, - ACTIONS(1203), 1, + STATE(1790), 1, sym_comment, - ACTIONS(3187), 6, + STATE(2272), 1, + sym__initializer, + STATE(2437), 1, + sym_formal_parameters, + ACTIONS(3218), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, anon_sym_SEMI, - anon_sym_EQ, - [78892] = 2, + [87976] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1791), 1, sym_comment, - ACTIONS(3227), 6, + ACTIONS(1969), 6, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [78904] = 2, - ACTIONS(1203), 1, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [87994] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1792), 1, sym_comment, - ACTIONS(3185), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_EQ, - [78916] = 5, + ACTIONS(1965), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88012] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1793), 1, sym_comment, - ACTIONS(2490), 1, + ACTIONS(3220), 6, anon_sym_LBRACE, - ACTIONS(3211), 1, - anon_sym_LBRACK, - ACTIONS(3229), 1, - sym_identifier, - STATE(2683), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [78934] = 5, - ACTIONS(1203), 1, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88030] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1794), 1, + sym_comment, + ACTIONS(2103), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88048] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1795), 1, + sym_comment, + ACTIONS(3220), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88066] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1796), 1, + sym_comment, + ACTIONS(3220), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88084] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1797), 1, + sym_comment, + ACTIONS(2161), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88102] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1900), 1, + anon_sym_LPAREN, + ACTIONS(1904), 1, + anon_sym_DOT, + ACTIONS(1910), 1, + anon_sym_BQUOTE, + ACTIONS(3222), 1, + sym_optional_chain, + STATE(1798), 1, + sym_comment, + STATE(1104), 2, + sym_template_string, + sym_arguments, + [88128] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1799), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3224), 6, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_DOT, + anon_sym_SLASH_GT, + sym_identifier, + [88146] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3226), 1, anon_sym_default, - ACTIONS(3225), 1, - anon_sym_case, - ACTIONS(3231), 1, + ACTIONS(3229), 1, anon_sym_RBRACE, - STATE(1770), 3, + ACTIONS(3231), 1, + anon_sym_case, + STATE(1800), 2, + sym_comment, + aux_sym_switch_body_repeat1, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [78952] = 6, + [88170] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1801), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(3125), 1, - sym_identifier, - STATE(2455), 1, - sym_import_specifier, - STATE(2776), 2, - sym__module_export_name, - sym_string, - [78972] = 2, - ACTIONS(1203), 1, + ACTIONS(3220), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88188] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1802), 1, sym_comment, - ACTIONS(2114), 6, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_from, - anon_sym_LPAREN, - anon_sym_COLON, - [78984] = 5, - ACTIONS(1203), 1, + ACTIONS(3234), 6, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [88206] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(3183), 1, + anon_sym_LBRACK, + ACTIONS(3236), 1, + sym_identifier, + STATE(1803), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3235), 1, - anon_sym_BQUOTE, - ACTIONS(3233), 2, - sym__template_chars, - sym_escape_sequence, - STATE(1760), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [79002] = 5, - ACTIONS(1203), 1, + STATE(2764), 1, + sym__destructuring_pattern, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + [88232] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, + anon_sym_LBRACE, + ACTIONS(3183), 1, + anon_sym_LBRACK, + ACTIONS(3238), 1, + sym_identifier, + STATE(1804), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3237), 1, - anon_sym_BQUOTE, - ACTIONS(3233), 2, - sym__template_chars, - sym_escape_sequence, - STATE(1760), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [79020] = 2, - ACTIONS(1203), 1, + STATE(2856), 1, + sym__destructuring_pattern, + STATE(1746), 2, + sym_object_pattern, + sym_array_pattern, + [88258] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1805), 1, sym_comment, - ACTIONS(3175), 6, + ACTIONS(3149), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [79032] = 2, - ACTIONS(1203), 1, + [88276] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1806), 1, + sym_comment, + ACTIONS(3240), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88294] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, + anon_sym_EQ, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(1807), 1, + sym_comment, + STATE(2395), 1, + sym_formal_parameters, + STATE(2514), 1, + sym__initializer, + ACTIONS(3242), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [88320] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3117), 1, + sym_identifier, + STATE(1808), 1, + sym_comment, + STATE(1972), 1, + sym_string, + STATE(2121), 1, + sym__module_export_name, + STATE(2227), 1, + sym_export_specifier, + [88348] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1809), 1, sym_comment, - ACTIONS(2243), 6, + ACTIONS(3179), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [79044] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3241), 1, - anon_sym_LPAREN, - ACTIONS(3243), 1, - anon_sym_DOT, - STATE(2032), 1, - sym_arguments, - ACTIONS(3239), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [79062] = 5, + [88366] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(2490), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(3211), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - ACTIONS(3245), 1, + ACTIONS(3244), 1, sym_identifier, - STATE(2673), 3, + STATE(1810), 1, + sym_comment, + STATE(2255), 1, + sym__destructuring_pattern, + STATE(1746), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [79080] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3199), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3249), 1, - anon_sym_BQUOTE, - ACTIONS(3247), 2, - sym__template_chars, - sym_escape_sequence, - STATE(1749), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [79098] = 5, + [88392] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(2490), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(3211), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - ACTIONS(3251), 1, + ACTIONS(3246), 1, sym_identifier, - STATE(2469), 3, + STATE(1811), 1, + sym_comment, + STATE(1933), 1, + sym__destructuring_pattern, + STATE(1746), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [79116] = 5, - ACTIONS(3), 1, + [88418] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, + anon_sym_default, + ACTIONS(3250), 1, + anon_sym_RBRACE, + ACTIONS(3252), 1, + anon_sym_case, + STATE(1800), 1, + aux_sym_switch_body_repeat1, + STATE(1812), 1, sym_comment, - ACTIONS(2490), 1, + STATE(2148), 2, + sym_switch_case, + sym_switch_default, + [88444] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1812), 1, anon_sym_LBRACE, - ACTIONS(3211), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - ACTIONS(3253), 1, + ACTIONS(3254), 1, sym_identifier, - STATE(1963), 3, + STATE(1813), 1, + sym_comment, + STATE(2807), 1, + sym__destructuring_pattern, + STATE(1746), 2, sym_object_pattern, sym_array_pattern, - sym__destructuring_pattern, - [79134] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(848), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [79146] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3221), 1, + [88470] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3255), 1, + ACTIONS(3256), 1, anon_sym_RBRACE, - STATE(1761), 3, + STATE(1814), 1, + sym_comment, + STATE(1817), 1, + aux_sym_switch_body_repeat1, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79164] = 5, - ACTIONS(1203), 1, + [88496] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1815), 1, sym_comment, - ACTIONS(3260), 1, - anon_sym_BQUOTE, - ACTIONS(3262), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3257), 2, - sym__template_chars, - sym_escape_sequence, - STATE(1760), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [79182] = 5, - ACTIONS(1203), 1, + ACTIONS(2331), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [88514] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1816), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3157), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [88532] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3265), 1, + ACTIONS(3258), 1, anon_sym_RBRACE, - STATE(1767), 3, + STATE(1800), 1, + aux_sym_switch_body_repeat1, + STATE(1817), 1, + sym_comment, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79200] = 5, - ACTIONS(1203), 1, + [88558] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1818), 1, + sym_comment, + ACTIONS(876), 6, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [88576] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1819), 1, + sym_comment, + ACTIONS(3260), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88594] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1820), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3262), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88612] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3267), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - STATE(1767), 3, - sym_switch_case, - sym_switch_default, + STATE(1800), 1, aux_sym_switch_body_repeat1, - [79218] = 5, - ACTIONS(1203), 1, + STATE(1821), 1, sym_comment, - ACTIONS(3221), 1, + STATE(2148), 2, + sym_switch_case, + sym_switch_default, + [88638] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3269), 1, + ACTIONS(3266), 1, anon_sym_RBRACE, - STATE(1769), 3, + STATE(1822), 1, + sym_comment, + STATE(1828), 1, + aux_sym_switch_body_repeat1, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79236] = 5, - ACTIONS(1203), 1, + [88664] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3271), 1, + anon_sym_BQUOTE, + ACTIONS(3273), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1940), 1, + sym_template_substitution, + ACTIONS(3268), 2, + sym__template_chars, + sym_escape_sequence, + STATE(1823), 2, sym_comment, - ACTIONS(3221), 1, + aux_sym_template_string_repeat1, + [88688] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3271), 1, + ACTIONS(3276), 1, anon_sym_RBRACE, - STATE(1762), 3, + STATE(1800), 1, + aux_sym_switch_body_repeat1, + STATE(1824), 1, + sym_comment, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79254] = 5, - ACTIONS(3), 1, + [88714] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1825), 1, sym_comment, - ACTIONS(2490), 1, - anon_sym_LBRACE, - ACTIONS(3211), 1, - anon_sym_LBRACK, - ACTIONS(3273), 1, - sym_identifier, - STATE(2700), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [79272] = 2, - ACTIONS(1203), 1, + ACTIONS(2340), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_EQ, + [88732] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1826), 1, sym_comment, - ACTIONS(2237), 6, + ACTIONS(2366), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [79284] = 5, - ACTIONS(1203), 1, + [88750] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, + anon_sym_EQ, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(1827), 1, sym_comment, - ACTIONS(3275), 1, + STATE(2241), 1, + sym__initializer, + STATE(2508), 1, + sym_formal_parameters, + ACTIONS(3278), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [88776] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3278), 1, - anon_sym_RBRACE, - ACTIONS(3280), 1, + ACTIONS(3252), 1, anon_sym_case, - STATE(1767), 3, + ACTIONS(3280), 1, + anon_sym_RBRACE, + STATE(1800), 1, + aux_sym_switch_body_repeat1, + STATE(1828), 1, + sym_comment, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79302] = 2, - ACTIONS(1203), 1, + [88802] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1829), 1, sym_comment, - ACTIONS(3173), 6, + ACTIONS(3163), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_in, anon_sym_of, anon_sym_SEMI, anon_sym_EQ, - [79314] = 5, - ACTIONS(1203), 1, + [88820] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3282), 1, + anon_sym_BQUOTE, + STATE(1823), 1, + aux_sym_template_string_repeat1, + STATE(1830), 1, + sym_comment, + STATE(1940), 1, + sym_template_substitution, + ACTIONS(3191), 2, + sym__template_chars, + sym_escape_sequence, + [88846] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3286), 1, + anon_sym_EQ, + STATE(1831), 1, sym_comment, - ACTIONS(3221), 1, + ACTIONS(3284), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [88866] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3283), 1, + ACTIONS(3288), 1, anon_sym_RBRACE, - STATE(1767), 3, - sym_switch_case, - sym_switch_default, + STATE(1812), 1, aux_sym_switch_body_repeat1, - [79332] = 5, - ACTIONS(1203), 1, + STATE(1832), 1, sym_comment, - ACTIONS(3221), 1, - anon_sym_default, - ACTIONS(3225), 1, - anon_sym_case, - ACTIONS(3285), 1, - anon_sym_RBRACE, - STATE(1767), 3, + STATE(2148), 2, sym_switch_case, sym_switch_default, - aux_sym_switch_body_repeat1, - [79350] = 6, + [88892] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1833), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(3290), 6, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + sym_html_character_reference, + anon_sym_LT, + anon_sym_LT_SLASH, + [88910] = 9, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, anon_sym_DQUOTE, - ACTIONS(1306), 1, + ACTIONS(1286), 1, anon_sym_SQUOTE, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym_identifier, - STATE(2400), 1, - sym_export_specifier, - STATE(2002), 2, - sym__module_export_name, + STATE(1834), 1, + sym_comment, + STATE(1972), 1, sym_string, - [79370] = 5, - ACTIONS(3), 1, + STATE(2246), 1, + sym_import_specifier, + STATE(2786), 1, + sym__module_export_name, + [88938] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1835), 1, sym_comment, - ACTIONS(2490), 1, - anon_sym_LBRACE, - ACTIONS(3211), 1, - anon_sym_LBRACK, - ACTIONS(3287), 1, - sym_identifier, - STATE(2663), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [79388] = 5, - ACTIONS(1203), 1, + ACTIONS(2185), 6, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_from, + anon_sym_LPAREN, + anon_sym_COLON, + [88956] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3292), 1, + anon_sym_BQUOTE, + STATE(1780), 1, + aux_sym_template_string_repeat1, + STATE(1836), 1, sym_comment, - ACTIONS(3221), 1, + STATE(1940), 1, + sym_template_substitution, + ACTIONS(3191), 2, + sym__template_chars, + sym_escape_sequence, + [88982] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, anon_sym_default, - ACTIONS(3225), 1, + ACTIONS(3252), 1, anon_sym_case, - ACTIONS(3289), 1, + ACTIONS(3294), 1, anon_sym_RBRACE, - STATE(1767), 3, + STATE(1821), 1, + aux_sym_switch_body_repeat1, + STATE(1837), 1, + sym_comment, + STATE(2148), 2, sym_switch_case, sym_switch_default, + [89008] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3248), 1, + anon_sym_default, + ACTIONS(3252), 1, + anon_sym_case, + ACTIONS(3296), 1, + anon_sym_RBRACE, + STATE(1824), 1, aux_sym_switch_body_repeat1, - [79406] = 6, + STATE(1838), 1, + sym_comment, + STATE(2148), 2, + sym_switch_case, + sym_switch_default, + [89034] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2035), 1, + anon_sym_LPAREN, + ACTIONS(2039), 1, + anon_sym_DOT, + ACTIONS(2045), 1, + anon_sym_BQUOTE, + ACTIONS(3298), 1, + sym_optional_chain, + STATE(1839), 1, + sym_comment, + STATE(1312), 2, + sym_template_string, + sym_arguments, + [89060] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1840), 1, sym_comment, - ACTIONS(3291), 1, - sym_identifier, - ACTIONS(3293), 1, + ACTIONS(3300), 5, + anon_sym_LBRACE, anon_sym_GT, - ACTIONS(3295), 1, sym_jsx_identifier, - STATE(2221), 1, - sym_nested_identifier, - STATE(2770), 1, - sym_jsx_namespace_name, - [79425] = 6, + anon_sym_SLASH_GT, + sym_identifier, + [89077] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3297), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3302), 1, sym_identifier, - ACTIONS(3299), 1, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - STATE(1313), 1, + STATE(1352), 1, sym_class_body, - STATE(2442), 1, + STATE(1841), 1, + sym_comment, + STATE(2353), 1, sym_class_heritage, - [79444] = 6, - ACTIONS(1203), 1, + [89102] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_COLON, + ACTIONS(3131), 1, + anon_sym_EQ, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3310), 1, + anon_sym_RBRACE, + STATE(1842), 1, sym_comment, - ACTIONS(1205), 1, + STATE(2117), 1, + aux_sym_object_pattern_repeat1, + [89127] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3303), 1, + ACTIONS(3312), 1, anon_sym_export, - ACTIONS(3305), 1, + ACTIONS(3314), 1, anon_sym_class, - STATE(1780), 1, + STATE(1843), 1, + sym_comment, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2054), 1, sym_decorator, - [79463] = 6, + [89152] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3301), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3307), 1, + ACTIONS(3316), 1, sym_identifier, - ACTIONS(3309), 1, + ACTIONS(3318), 1, anon_sym_LBRACE, - STATE(1072), 1, + STATE(1112), 1, sym_class_body, - STATE(2218), 1, + STATE(1844), 1, + sym_comment, + STATE(2447), 1, sym_class_heritage, - [79482] = 2, + [89177] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1845), 1, sym_comment, - ACTIONS(2070), 5, + ACTIONS(3320), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [79493] = 5, + [89194] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(3311), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3322), 1, sym_identifier, - STATE(2717), 2, - sym__module_export_name, - sym_string, - [79510] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3315), 1, - anon_sym_AT, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - ACTIONS(3313), 2, - anon_sym_export, - anon_sym_class, - [79527] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3318), 1, - anon_sym_EQ, - ACTIONS(1773), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [79540] = 2, - ACTIONS(3), 1, + ACTIONS(3324), 1, + anon_sym_GT, + ACTIONS(3326), 1, + sym_jsx_identifier, + STATE(1846), 1, sym_comment, - ACTIONS(2044), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79551] = 6, + STATE(2459), 1, + sym_nested_identifier, + STATE(2815), 1, + sym_jsx_namespace_name, + [89219] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3321), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3328), 1, sym_identifier, - ACTIONS(3323), 1, + ACTIONS(3330), 1, anon_sym_LPAREN, - ACTIONS(3325), 1, + ACTIONS(3332), 1, anon_sym_LBRACK, - ACTIONS(3327), 1, + ACTIONS(3334), 1, sym_private_property_identifier, - STATE(1328), 1, + STATE(1150), 1, sym_arguments, - [79570] = 2, - ACTIONS(3), 1, + STATE(1847), 1, sym_comment, - ACTIONS(2044), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [79581] = 6, + [89244] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3299), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3329), 1, + ACTIONS(3336), 1, sym_identifier, - STATE(1313), 1, + STATE(1321), 1, sym_class_body, - STATE(2442), 1, + STATE(1848), 1, + sym_comment, + STATE(2625), 1, sym_class_heritage, - [79600] = 6, + [89269] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3331), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3338), 1, sym_identifier, - ACTIONS(3333), 1, + ACTIONS(3340), 1, anon_sym_GT, - ACTIONS(3335), 1, + ACTIONS(3342), 1, sym_jsx_identifier, - STATE(1662), 1, + STATE(1708), 1, sym_nested_identifier, - STATE(1675), 1, + STATE(1713), 1, sym_jsx_namespace_name, - [79619] = 6, - ACTIONS(3), 1, + STATE(1849), 1, sym_comment, - ACTIONS(3299), 1, - anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3337), 1, - sym_identifier, - STATE(1313), 1, - sym_class_body, - STATE(2442), 1, - sym_class_heritage, - [79638] = 2, + [89294] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1850), 1, sym_comment, - ACTIONS(1992), 5, + ACTIONS(3185), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [79649] = 6, - ACTIONS(3), 1, + [89311] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_COLON, + ACTIONS(3131), 1, + anon_sym_EQ, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3344), 1, + anon_sym_RBRACE, + STATE(1851), 1, sym_comment, - ACTIONS(3299), 1, - anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3339), 1, - sym_identifier, - STATE(1302), 1, + STATE(2076), 1, + aux_sym_object_pattern_repeat1, + [89336] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3348), 1, + anon_sym_in, + ACTIONS(3350), 1, + anon_sym_of, + STATE(1852), 1, + sym_comment, + ACTIONS(3346), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [89357] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3131), 1, + anon_sym_EQ, + STATE(1853), 1, + sym_comment, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(3352), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [89378] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, + anon_sym_LBRACE, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3355), 1, + sym_identifier, + STATE(1321), 1, sym_class_body, - STATE(2330), 1, + STATE(1854), 1, + sym_comment, + STATE(2625), 1, sym_class_heritage, - [79668] = 2, + [89403] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(1992), 5, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3357), 1, sym_identifier, - [79679] = 2, + STATE(1352), 1, + sym_class_body, + STATE(1855), 1, + sym_comment, + STATE(2353), 1, + sym_class_heritage, + [89428] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1856), 1, sym_comment, - ACTIONS(1992), 5, + ACTIONS(3359), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [79690] = 2, + [89445] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(1992), 5, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3117), 1, sym_identifier, - [79701] = 6, - ACTIONS(1203), 1, + STATE(1857), 1, sym_comment, - ACTIONS(1205), 1, + STATE(1972), 1, + sym_string, + STATE(2833), 1, + sym__module_export_name, + [89470] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3341), 1, + ACTIONS(3361), 1, anon_sym_export, - ACTIONS(3343), 1, + ACTIONS(3363), 1, anon_sym_class, - STATE(1780), 1, + STATE(1858), 1, + sym_comment, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2054), 1, sym_decorator, - [79720] = 2, + [89495] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3345), 5, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [79731] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3333), 1, - anon_sym_GT, - ACTIONS(3347), 1, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3365), 1, sym_identifier, - ACTIONS(3349), 1, - sym_jsx_identifier, - STATE(1666), 1, - sym_nested_identifier, - STATE(1681), 1, - sym_jsx_namespace_name, - [79750] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3351), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79761] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3351), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79772] = 3, - ACTIONS(1203), 1, + STATE(1321), 1, + sym_class_body, + STATE(1859), 1, sym_comment, - ACTIONS(3353), 1, - anon_sym_EQ, - ACTIONS(1773), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [79785] = 2, - ACTIONS(3), 1, + STATE(2625), 1, + sym_class_heritage, + [89520] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3369), 1, + anon_sym_AT, + STATE(2054), 1, + sym_decorator, + ACTIONS(3367), 2, + anon_sym_export, + anon_sym_class, + STATE(1860), 2, sym_comment, - ACTIONS(3351), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79796] = 6, + aux_sym_export_statement_repeat1, + [89541] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3299), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3356), 1, + ACTIONS(3372), 1, sym_identifier, - STATE(1302), 1, + STATE(1352), 1, sym_class_body, - STATE(2330), 1, + STATE(1861), 1, + sym_comment, + STATE(2353), 1, sym_class_heritage, - [79815] = 6, + [89566] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3374), 1, + sym_identifier, + ACTIONS(3376), 1, + anon_sym_GT, + ACTIONS(3378), 1, + sym_jsx_identifier, + STATE(1862), 1, + sym_comment, + STATE(2388), 1, + sym_nested_identifier, + STATE(2831), 1, + sym_jsx_namespace_name, + [89591] = 8, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3380), 1, + sym_identifier, + ACTIONS(3382), 1, + anon_sym_GT, + ACTIONS(3384), 1, + sym_jsx_identifier, + STATE(1863), 1, sym_comment, - ACTIONS(3299), 1, + STATE(2435), 1, + sym_nested_identifier, + STATE(2817), 1, + sym_jsx_namespace_name, + [89616] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3358), 1, + ACTIONS(3386), 1, sym_identifier, - STATE(1302), 1, + STATE(1352), 1, sym_class_body, - STATE(2330), 1, + STATE(1864), 1, + sym_comment, + STATE(2353), 1, sym_class_heritage, - [79834] = 2, + [89641] = 8, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1284), 1, + anon_sym_DQUOTE, + ACTIONS(1286), 1, + anon_sym_SQUOTE, + ACTIONS(3117), 1, + sym_identifier, + STATE(1865), 1, sym_comment, - ACTIONS(3351), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79845] = 2, + STATE(1972), 1, + sym_string, + STATE(2223), 1, + sym__module_export_name, + [89666] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1866), 1, sym_comment, - ACTIONS(2086), 5, + ACTIONS(2103), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [79856] = 6, + [89683] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3299), 1, - anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3360), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3388), 1, sym_identifier, - STATE(1302), 1, - sym_class_body, - STATE(2330), 1, - sym_class_heritage, - [79875] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2108), 5, - anon_sym_LBRACE, + ACTIONS(3390), 1, anon_sym_GT, + ACTIONS(3392), 1, sym_jsx_identifier, - anon_sym_SLASH_GT, - sym_identifier, - [79886] = 2, + STATE(1867), 1, + sym_comment, + STATE(2316), 1, + sym_nested_identifier, + STATE(2843), 1, + sym_jsx_namespace_name, + [89708] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1868), 1, sym_comment, - ACTIONS(3362), 5, + ACTIONS(3394), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [79897] = 6, - ACTIONS(1203), 1, + [89725] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3396), 1, + sym_identifier, + ACTIONS(3398), 1, + anon_sym_LPAREN, + ACTIONS(3400), 1, + anon_sym_LBRACK, + ACTIONS(3402), 1, + sym_private_property_identifier, + STATE(1351), 1, + sym_arguments, + STATE(1869), 1, sym_comment, - ACTIONS(1205), 1, + [89750] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3364), 1, + ACTIONS(3404), 1, anon_sym_export, - ACTIONS(3366), 1, + ACTIONS(3406), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [79916] = 3, - ACTIONS(1203), 1, + STATE(1870), 1, sym_comment, - ACTIONS(3368), 1, - anon_sym_EQ, - ACTIONS(1791), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [79929] = 6, + STATE(2054), 1, + sym_decorator, + [89775] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3299), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3370), 1, + ACTIONS(3408), 1, sym_identifier, - STATE(1313), 1, + STATE(1321), 1, sym_class_body, - STATE(2442), 1, - sym_class_heritage, - [79948] = 2, - ACTIONS(3), 1, + STATE(1871), 1, sym_comment, - ACTIONS(3372), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [79959] = 6, + STATE(2625), 1, + sym_class_heritage, + [89800] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1872), 1, sym_comment, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3309), 1, + ACTIONS(3410), 5, anon_sym_LBRACE, - ACTIONS(3374), 1, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, sym_identifier, - STATE(1101), 1, - sym_class_body, - STATE(2277), 1, - sym_class_heritage, - [79978] = 6, + [89817] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3333), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3340), 1, anon_sym_GT, - ACTIONS(3376), 1, + ACTIONS(3412), 1, sym_identifier, - ACTIONS(3378), 1, + ACTIONS(3414), 1, sym_jsx_identifier, - STATE(1663), 1, + STATE(1703), 1, sym_nested_identifier, - STATE(1689), 1, + STATE(1718), 1, sym_jsx_namespace_name, - [79997] = 4, - ACTIONS(1203), 1, + STATE(1873), 1, sym_comment, - ACTIONS(3169), 1, + [89842] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3171), 1, anon_sym_EQ, - STATE(2088), 1, + STATE(1874), 1, + sym_comment, + STATE(2081), 1, sym__initializer, - ACTIONS(3163), 3, + ACTIONS(3167), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [80012] = 2, - ACTIONS(1203), 1, + [89863] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3416), 1, + anon_sym_EQ, + STATE(1875), 1, sym_comment, - ACTIONS(3380), 5, - anon_sym_export, + ACTIONS(1848), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [89882] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, + anon_sym_COMMA, + ACTIONS(3421), 1, + anon_sym_RBRACE, + STATE(1876), 1, + sym_comment, + STATE(2146), 1, + aux_sym_object_repeat1, + ACTIONS(2809), 2, anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_class, - anon_sym_AT, - [80023] = 6, + anon_sym_COLON, + [89905] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1877), 1, sym_comment, - ACTIONS(3333), 1, + ACTIONS(3260), 5, + anon_sym_LBRACE, anon_sym_GT, - ACTIONS(3382), 1, - sym_identifier, - ACTIONS(3384), 1, sym_jsx_identifier, - STATE(1667), 1, - sym_nested_identifier, - STATE(1686), 1, - sym_jsx_namespace_name, - [80042] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3299), 1, - anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3386), 1, + anon_sym_SLASH_GT, sym_identifier, - STATE(1313), 1, - sym_class_body, - STATE(2442), 1, - sym_class_heritage, - [80061] = 2, - ACTIONS(3), 1, + [89922] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1878), 1, sym_comment, - ACTIONS(3345), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80072] = 2, - ACTIONS(3), 1, + ACTIONS(3423), 5, + anon_sym_export, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_class, + anon_sym_AT, + [89939] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1879), 1, sym_comment, - ACTIONS(1992), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80083] = 2, + ACTIONS(2185), 5, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [89956] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1880), 1, sym_comment, - ACTIONS(1992), 5, + ACTIONS(2161), 5, anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80094] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3388), 1, - sym_identifier, - ACTIONS(3390), 1, anon_sym_GT, - ACTIONS(3392), 1, sym_jsx_identifier, - STATE(2328), 1, - sym_nested_identifier, - STATE(2718), 1, - sym_jsx_namespace_name, - [80113] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3394), 1, + anon_sym_SLASH_GT, sym_identifier, - ACTIONS(3396), 1, - anon_sym_LPAREN, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(3400), 1, - sym_private_property_identifier, - STATE(1074), 1, - sym_arguments, - [80132] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2090), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80143] = 2, + [89973] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1881), 1, sym_comment, - ACTIONS(1992), 5, + ACTIONS(1965), 5, anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80154] = 2, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + sym_identifier, + [89990] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1882), 1, sym_comment, - ACTIONS(2112), 5, + ACTIONS(1969), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [80165] = 2, + [90007] = 8, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, + anon_sym_LBRACE, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3425), 1, + sym_identifier, + STATE(1352), 1, + sym_class_body, + STATE(1883), 1, sym_comment, - ACTIONS(1992), 5, + STATE(2353), 1, + sym_class_heritage, + [90032] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3318), 1, anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80176] = 2, + ACTIONS(3427), 1, + sym_identifier, + STATE(1106), 1, + sym_class_body, + STATE(1884), 1, + sym_comment, + STATE(2540), 1, + sym_class_heritage, + [90057] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1885), 1, sym_comment, - ACTIONS(3402), 5, + ACTIONS(2107), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [80187] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, + [90074] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3404), 1, + ACTIONS(3429), 1, anon_sym_export, - ACTIONS(3406), 1, + ACTIONS(3431), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [80206] = 5, - ACTIONS(3), 1, + STATE(1886), 1, sym_comment, - ACTIONS(1304), 1, - anon_sym_DQUOTE, - ACTIONS(1306), 1, - anon_sym_SQUOTE, - ACTIONS(3408), 1, - sym_identifier, - STATE(2403), 2, - sym__module_export_name, - sym_string, - [80223] = 6, + STATE(2054), 1, + sym_decorator, + [90099] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1887), 1, sym_comment, - ACTIONS(3299), 1, + ACTIONS(2107), 5, anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3410), 1, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, sym_identifier, - STATE(1313), 1, - sym_class_body, - STATE(2442), 1, - sym_class_heritage, - [80242] = 6, - ACTIONS(3), 1, + [90116] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1888), 1, sym_comment, - ACTIONS(3299), 1, + ACTIONS(2021), 5, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [90133] = 8, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - ACTIONS(3301), 1, + ACTIONS(3306), 1, anon_sym_extends, - ACTIONS(3412), 1, + ACTIONS(3433), 1, sym_identifier, - STATE(1302), 1, + STATE(1321), 1, sym_class_body, - STATE(2330), 1, - sym_class_heritage, - [80261] = 4, - ACTIONS(1203), 1, + STATE(1889), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_in, - ACTIONS(3418), 1, - anon_sym_of, - ACTIONS(3414), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [80276] = 6, + STATE(2625), 1, + sym_class_heritage, + [90158] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(3420), 1, - sym_identifier, - ACTIONS(3422), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3340), 1, anon_sym_GT, - ACTIONS(3424), 1, + ACTIONS(3435), 1, + sym_identifier, + ACTIONS(3437), 1, sym_jsx_identifier, - STATE(2234), 1, + STATE(1702), 1, sym_nested_identifier, - STATE(2751), 1, + STATE(1719), 1, sym_jsx_namespace_name, - [80295] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2729), 1, - anon_sym_COLON, - ACTIONS(3147), 1, - anon_sym_EQ, - ACTIONS(3426), 1, - anon_sym_COMMA, - ACTIONS(3428), 1, - anon_sym_RBRACE, - STATE(1990), 1, - aux_sym_object_pattern_repeat1, - [80314] = 2, - ACTIONS(3), 1, + STATE(1890), 1, sym_comment, - ACTIONS(3430), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80325] = 2, + [90183] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1891), 1, sym_comment, - ACTIONS(3432), 5, + ACTIONS(2107), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [80336] = 2, + [90200] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1892), 1, sym_comment, - ACTIONS(3434), 5, + ACTIONS(2107), 5, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, anon_sym_SLASH_GT, sym_identifier, - [80347] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2086), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80358] = 2, + [90217] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(2090), 5, - anon_sym_LBRACE, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3340), 1, anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3439), 1, sym_identifier, - [80369] = 2, - ACTIONS(3), 1, + ACTIONS(3441), 1, + sym_jsx_identifier, + STATE(1709), 1, + sym_nested_identifier, + STATE(1716), 1, + sym_jsx_namespace_name, + STATE(1893), 1, sym_comment, - ACTIONS(2070), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80380] = 2, + [90242] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(1894), 1, sym_comment, - ACTIONS(3436), 5, + ACTIONS(2139), 5, anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80391] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3438), 1, - sym_identifier, - ACTIONS(3440), 1, anon_sym_GT, - ACTIONS(3442), 1, sym_jsx_identifier, - STATE(2349), 1, - sym_nested_identifier, - STATE(2715), 1, - sym_jsx_namespace_name, - [80410] = 6, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2729), 1, - anon_sym_COLON, - ACTIONS(3147), 1, + anon_sym_SLASH_GT, + sym_identifier, + [90259] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3443), 1, anon_sym_EQ, - ACTIONS(3426), 1, + STATE(1895), 1, + sym_comment, + ACTIONS(1861), 4, anon_sym_COMMA, - ACTIONS(3444), 1, anon_sym_RBRACE, - STATE(1992), 1, - aux_sym_object_pattern_repeat1, - [80429] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3402), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80440] = 4, - ACTIONS(1203), 1, + anon_sym_RPAREN, + anon_sym_RBRACK, + [90278] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1896), 1, sym_comment, - ACTIONS(3147), 1, - anon_sym_EQ, - ACTIONS(2729), 2, - anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(3446), 2, + ACTIONS(1848), 5, anon_sym_COMMA, anon_sym_RBRACE, - [80455] = 2, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_RBRACK, + [90295] = 8, ACTIONS(3), 1, - sym_comment, - ACTIONS(1936), 5, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_SLASH_GT, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3445), 1, sym_identifier, - [80466] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2108), 5, - anon_sym_LBRACE, - aux_sym_jsx_text_token1, - aux_sym_jsx_text_token2, - anon_sym_LT, - anon_sym_LT_SLASH, - [80477] = 6, - ACTIONS(1203), 1, + STATE(1321), 1, + sym_class_body, + STATE(1897), 1, sym_comment, - ACTIONS(1205), 1, + STATE(2625), 1, + sym_class_heritage, + [90320] = 8, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3449), 1, + ACTIONS(3447), 1, anon_sym_export, - ACTIONS(3451), 1, + ACTIONS(3449), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [80496] = 6, - ACTIONS(3), 1, + STATE(1898), 1, sym_comment, - ACTIONS(3299), 1, - anon_sym_LBRACE, - ACTIONS(3301), 1, - anon_sym_extends, - ACTIONS(3453), 1, - sym_identifier, - STATE(1302), 1, - sym_class_body, - STATE(2330), 1, - sym_class_heritage, - [80515] = 2, - ACTIONS(1203), 1, + STATE(2054), 1, + sym_decorator, + [90345] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3451), 1, + anon_sym_EQ, + STATE(1899), 1, sym_comment, - ACTIONS(1773), 5, + ACTIONS(1848), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_EQ, anon_sym_RBRACK, - [80526] = 5, + [90364] = 8, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3304), 1, + anon_sym_LBRACE, + ACTIONS(3306), 1, + anon_sym_extends, + ACTIONS(3454), 1, + sym_identifier, + STATE(1352), 1, + sym_class_body, + STATE(1900), 1, sym_comment, - ACTIONS(3455), 1, - sym__glimmer_template_content, - ACTIONS(3457), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1083), 1, - sym_glimmer_closing_tag, - STATE(2035), 1, - aux_sym_glimmer_template_repeat1, - [80542] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2243), 4, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - [80552] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3459), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [80568] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2237), 4, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - [80578] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2248), 4, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_EQ, - [80588] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3461), 1, + STATE(2353), 1, + sym_class_heritage, + [90389] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, anon_sym_LBRACE, - ACTIONS(3463), 1, + ACTIONS(3458), 1, anon_sym_extends, - STATE(193), 1, + STATE(1378), 1, sym_class_body, - STATE(2225), 1, + STATE(1901), 1, + sym_comment, + STATE(2374), 1, sym_class_heritage, - [80604] = 4, + [90411] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(1902), 1, + sym_comment, + STATE(2510), 1, + sym__from_clause, + ACTIONS(3462), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90431] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3464), 1, + sym_identifier, + ACTIONS(3466), 1, + anon_sym_STAR, + ACTIONS(3468), 1, + anon_sym_LPAREN, + STATE(1903), 1, + sym_comment, + STATE(2425), 1, + sym_formal_parameters, + [90453] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3449), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1904), 1, sym_comment, - ACTIONS(3465), 1, + STATE(2054), 1, + sym_decorator, + [90475] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3470), 1, anon_sym_SQUOTE, - STATE(1856), 1, + STATE(1905), 1, + sym_comment, + STATE(1944), 1, aux_sym_string_repeat2, - ACTIONS(3467), 2, + ACTIONS(3472), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [80618] = 4, + [90495] = 6, ACTIONS(3), 1, - sym_comment, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, ACTIONS(3470), 1, anon_sym_DQUOTE, - STATE(1857), 1, + STATE(1906), 1, + sym_comment, + STATE(1937), 1, aux_sym_string_repeat1, - ACTIONS(3472), 2, + ACTIONS(3474), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [80632] = 5, - ACTIONS(1203), 1, + [90515] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3476), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1907), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3475), 1, - anon_sym_LBRACE, - STATE(568), 1, - sym_class_body, - STATE(2353), 1, - sym_class_heritage, - [80648] = 4, + STATE(2054), 1, + sym_decorator, + [90537] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3478), 1, + sym_html_character_reference, + ACTIONS(3481), 1, + anon_sym_DQUOTE, + ACTIONS(3483), 1, + sym_unescaped_double_jsx_string_fragment, + STATE(1908), 2, sym_comment, - ACTIONS(3477), 1, - anon_sym_SQUOTE, - STATE(1856), 1, - aux_sym_string_repeat2, - ACTIONS(3479), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [80662] = 4, + aux_sym__jsx_string_repeat1, + [90557] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3486), 1, + sym_identifier, + ACTIONS(3488), 1, + anon_sym_STAR, + STATE(1909), 1, sym_comment, - ACTIONS(3481), 1, - anon_sym_DQUOTE, - STATE(1857), 1, - aux_sym_string_repeat1, - ACTIONS(3483), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [80676] = 4, + STATE(2618), 1, + sym_formal_parameters, + [90579] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, + anon_sym_COMMA, + ACTIONS(3492), 1, + anon_sym_EQ, + ACTIONS(3494), 1, + anon_sym_RBRACK, + STATE(1910), 1, + sym_comment, + STATE(2063), 1, + aux_sym_array_pattern_repeat1, + [90601] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, + sym__glimmer_template_content, + ACTIONS(3498), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1563), 1, + sym_glimmer_closing_tag, + STATE(1911), 1, sym_comment, - ACTIONS(3477), 1, - anon_sym_DQUOTE, - STATE(1857), 1, - aux_sym_string_repeat1, - ACTIONS(3483), 2, - sym_unescaped_double_string_fragment, + STATE(2104), 1, + aux_sym_glimmer_template_repeat1, + [90623] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1912), 1, + sym_comment, + ACTIONS(3500), 4, + sym__template_chars, sym_escape_sequence, - [80690] = 5, - ACTIONS(1203), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [90639] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, + sym__glimmer_template_content, + ACTIONS(3498), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1585), 1, + sym_glimmer_closing_tag, + STATE(1911), 1, + aux_sym_glimmer_template_repeat1, + STATE(1913), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(192), 1, - sym_class_body, - STATE(2341), 1, - sym_class_heritage, - [80706] = 4, - ACTIONS(1203), 1, + [90661] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(1914), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1911), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3489), 2, + STATE(2287), 1, + sym__from_clause, + ACTIONS(3502), 2, sym__automatic_semicolon, anon_sym_SEMI, - [80720] = 4, - ACTIONS(1203), 1, + [90681] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3504), 1, + sym_identifier, + ACTIONS(3506), 1, + anon_sym_STAR, + STATE(1915), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1911), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3491), 2, + STATE(2425), 1, + sym_formal_parameters, + [90703] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1916), 1, + sym_comment, + ACTIONS(2366), 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + [90719] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1917), 1, + sym_comment, + ACTIONS(2340), 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + [90735] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1918), 1, + sym_comment, + ACTIONS(1549), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(3508), 2, sym__automatic_semicolon, anon_sym_SEMI, - [80734] = 4, - ACTIONS(3), 1, + [90753] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3510), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1919), 1, sym_comment, - ACTIONS(3481), 1, - anon_sym_SQUOTE, - STATE(1856), 1, - aux_sym_string_repeat2, - ACTIONS(3479), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [80748] = 5, - ACTIONS(1203), 1, + STATE(2054), 1, + sym_decorator, + [90775] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3512), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1920), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3493), 1, - anon_sym_LBRACE, - STATE(213), 1, - sym_class_body, - STATE(2399), 1, - sym_class_heritage, - [80764] = 2, - ACTIONS(1203), 1, + STATE(2054), 1, + sym_decorator, + [90797] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3492), 1, + anon_sym_EQ, + ACTIONS(3514), 1, + anon_sym_COMMA, + ACTIONS(3516), 1, + anon_sym_RPAREN, + STATE(1921), 1, + sym_comment, + STATE(2045), 1, + aux_sym_formal_parameters_repeat1, + [90819] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1922), 1, sym_comment, - ACTIONS(2729), 4, + ACTIONS(2809), 4, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_EQ, - [80774] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3495), 1, - sym_identifier, - ACTIONS(3497), 1, - anon_sym_STAR, - ACTIONS(3499), 1, - anon_sym_LPAREN, - STATE(2390), 1, - sym_formal_parameters, - [80790] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [90835] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1899), 1, + STATE(1923), 1, + sym_comment, + STATE(2016), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3501), 2, + ACTIONS(3520), 2, sym__automatic_semicolon, anon_sym_SEMI, - [80804] = 4, - ACTIONS(1203), 1, + [90855] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3522), 1, + sym_identifier, + ACTIONS(3524), 1, + anon_sym_STAR, + STATE(1924), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1898), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3503), 2, + STATE(2618), 1, + sym_formal_parameters, + [90877] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + STATE(1925), 1, + sym_comment, + STATE(2291), 1, + sym_import_attribute, + ACTIONS(3528), 2, sym__automatic_semicolon, anon_sym_SEMI, - [80818] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3505), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [80834] = 4, + [90897] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, + sym__glimmer_template_content, + ACTIONS(3530), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1105), 1, + sym_glimmer_closing_tag, + STATE(1926), 1, sym_comment, - ACTIONS(3507), 1, + STATE(2104), 1, + aux_sym_glimmer_template_repeat1, + [90919] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3532), 1, anon_sym_DQUOTE, - STATE(1941), 1, + STATE(1927), 1, + sym_comment, + STATE(2030), 1, aux_sym_string_repeat1, - ACTIONS(3509), 2, + ACTIONS(3474), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [80848] = 4, + [90939] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + sym_identifier, + ACTIONS(3536), 1, + anon_sym_STAR, + STATE(1928), 1, + sym_comment, + STATE(2530), 1, + sym_formal_parameters, + [90961] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1929), 1, sym_comment, - ACTIONS(3507), 1, + STATE(1962), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3538), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [90981] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1930), 1, + sym_comment, + STATE(1965), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3540), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91001] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3532), 1, anon_sym_SQUOTE, - STATE(1942), 1, + STATE(1931), 1, + sym_comment, + STATE(2029), 1, aux_sym_string_repeat2, - ACTIONS(3511), 2, + ACTIONS(3472), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [80862] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, + [91021] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3513), 1, + ACTIONS(3542), 1, anon_sym_LBRACE, - STATE(691), 1, + STATE(210), 1, sym_class_body, - STATE(2414), 1, - sym_class_heritage, - [80878] = 4, - ACTIONS(1203), 1, + STATE(1932), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2208), 1, - sym__from_clause, - ACTIONS(3517), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [80892] = 5, - ACTIONS(1203), 1, + STATE(2432), 1, + sym_class_heritage, + [91043] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3544), 1, + anon_sym_EQ, + STATE(1933), 1, sym_comment, - ACTIONS(3461), 1, - anon_sym_LBRACE, - ACTIONS(3463), 1, + STATE(2490), 1, + sym__initializer, + ACTIONS(3169), 2, + anon_sym_in, + anon_sym_of, + [91063] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - STATE(172), 1, + ACTIONS(3546), 1, + anon_sym_LBRACE, + STATE(1128), 1, sym_class_body, - STATE(2247), 1, + STATE(1934), 1, + sym_comment, + STATE(2270), 1, sym_class_heritage, - [80908] = 5, + [91085] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3519), 1, + ACTIONS(3548), 1, sym_identifier, - ACTIONS(3521), 1, + ACTIONS(3550), 1, anon_sym_STAR, - STATE(2306), 1, + STATE(1935), 1, + sym_comment, + STATE(2425), 1, sym_formal_parameters, - [80924] = 5, + [91107] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1936), 1, + sym_comment, + ACTIONS(2809), 2, + anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(3552), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [91125] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3554), 1, + anon_sym_DQUOTE, + STATE(1937), 1, sym_comment, - ACTIONS(3523), 1, - sym__glimmer_template_content, - ACTIONS(3525), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1567), 1, - sym_glimmer_closing_tag, - STATE(1961), 1, - aux_sym_glimmer_template_repeat1, - [80940] = 5, + STATE(2030), 1, + aux_sym_string_repeat1, + ACTIONS(3474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91145] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3556), 1, + anon_sym_DQUOTE, + STATE(1938), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3527), 1, - sym_identifier, - ACTIONS(3529), 1, - anon_sym_STAR, - STATE(2306), 1, - sym_formal_parameters, - [80956] = 5, + STATE(2001), 1, + aux_sym_string_repeat1, + ACTIONS(3474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91165] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3556), 1, + anon_sym_SQUOTE, + STATE(1939), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, - sym_identifier, - ACTIONS(3533), 1, - anon_sym_STAR, - STATE(2306), 1, - sym_formal_parameters, - [80972] = 4, - ACTIONS(1203), 1, + STATE(2002), 1, + aux_sym_string_repeat2, + ACTIONS(3472), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91185] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1940), 1, sym_comment, - ACTIONS(2729), 1, - anon_sym_COLON, - ACTIONS(3147), 1, - anon_sym_EQ, - ACTIONS(3535), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [80986] = 5, + ACTIONS(3558), 4, + sym__template_chars, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [91201] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3560), 1, + sym_html_character_reference, + ACTIONS(3562), 1, + anon_sym_DQUOTE, + ACTIONS(3564), 1, + sym_unescaped_double_jsx_string_fragment, + STATE(1941), 1, sym_comment, - ACTIONS(3457), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(3537), 1, - sym__glimmer_template_content, - STATE(1145), 1, - sym_glimmer_closing_tag, - STATE(1850), 1, - aux_sym_glimmer_template_repeat1, - [81002] = 3, - ACTIONS(1203), 1, + STATE(2037), 1, + aux_sym__jsx_string_repeat1, + [91223] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3207), 1, + anon_sym_finally, + STATE(1942), 1, + sym_comment, + STATE(2397), 1, + sym_finally_clause, + ACTIONS(1491), 2, + anon_sym_else, + anon_sym_while, + [91243] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3562), 1, + anon_sym_SQUOTE, + ACTIONS(3566), 1, + sym_html_character_reference, + ACTIONS(3568), 1, + sym_unescaped_single_jsx_string_fragment, + STATE(1943), 1, + sym_comment, + STATE(2025), 1, + aux_sym__jsx_string_repeat2, + [91265] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3554), 1, + anon_sym_SQUOTE, + STATE(1944), 1, + sym_comment, + STATE(2029), 1, + aux_sym_string_repeat2, + ACTIONS(3472), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91285] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3570), 1, + anon_sym_LBRACE, + STATE(195), 1, + sym_class_body, + STATE(1945), 1, sym_comment, - ACTIONS(2729), 2, + STATE(2307), 1, + sym_class_heritage, + [91307] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - anon_sym_COLON, - ACTIONS(3539), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [81014] = 5, - ACTIONS(1203), 1, + ACTIONS(3572), 1, + sym_identifier, + ACTIONS(3574), 1, + anon_sym_STAR, + STATE(1946), 1, + sym_comment, + STATE(2425), 1, + sym_formal_parameters, + [91329] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1947), 1, sym_comment, - ACTIONS(1205), 1, + ACTIONS(2497), 4, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [91345] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3343), 1, + ACTIONS(3431), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(1948), 1, + sym_comment, + STATE(2054), 1, sym_decorator, - [81030] = 3, - ACTIONS(1203), 1, + [91367] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1949), 1, sym_comment, - ACTIONS(3541), 1, - anon_sym_EQ, - ACTIONS(1791), 3, + ACTIONS(3576), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym_optional_chain, + anon_sym_BQUOTE, + [91383] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - [81042] = 4, - ACTIONS(1203), 1, + STATE(1950), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2256), 1, - sym__from_clause, - ACTIONS(3543), 2, + STATE(2019), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(3578), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81056] = 5, + [91403] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(3455), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, sym__glimmer_template_content, - ACTIONS(3545), 1, + ACTIONS(3530), 1, anon_sym_LT_SLASHtemplate_GT, - STATE(1309), 1, + STATE(1184), 1, sym_glimmer_closing_tag, - STATE(2035), 1, + STATE(1926), 1, aux_sym_glimmer_template_repeat1, - [81072] = 5, - ACTIONS(1203), 1, + STATE(1951), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3366), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [81088] = 4, - ACTIONS(1203), 1, + [91425] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2259), 1, + anon_sym_COMMA, + STATE(1952), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2251), 1, - sym__from_clause, - ACTIONS(3547), 2, + STATE(1996), 1, + aux_sym_sequence_expression_repeat1, + ACTIONS(3189), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81102] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3549), 1, - anon_sym_SQUOTE, - STATE(1865), 1, - aux_sym_string_repeat2, - ACTIONS(3551), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [81116] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, + [91445] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3553), 1, + ACTIONS(3580), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(1953), 1, + sym_comment, + STATE(2054), 1, sym_decorator, - [81132] = 5, + [91467] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, + sym__glimmer_template_content, + ACTIONS(3582), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1329), 1, + sym_glimmer_closing_tag, + STATE(1954), 1, sym_comment, - ACTIONS(3499), 1, + STATE(2104), 1, + aux_sym_glimmer_template_repeat1, + [91489] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3555), 1, + ACTIONS(3584), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3586), 1, anon_sym_STAR, - STATE(2390), 1, + STATE(1955), 1, + sym_comment, + STATE(2618), 1, sym_formal_parameters, - [81148] = 4, - ACTIONS(3), 1, + [91511] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + STATE(1956), 1, sym_comment, - ACTIONS(3549), 1, - anon_sym_DQUOTE, + STATE(2537), 1, + sym_import_attribute, + ACTIONS(3588), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91531] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3406), 1, + anon_sym_class, STATE(1860), 1, - aux_sym_string_repeat1, - ACTIONS(3559), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [81162] = 5, - ACTIONS(1203), 1, + aux_sym_export_statement_repeat1, + STATE(1957), 1, sym_comment, - ACTIONS(3561), 1, - anon_sym_COMMA, - ACTIONS(3563), 1, - anon_sym_RPAREN, - ACTIONS(3565), 1, - anon_sym_EQ, - STATE(2070), 1, - aux_sym_formal_parameters_repeat1, - [81178] = 5, - ACTIONS(1203), 1, + STATE(2054), 1, + sym_decorator, + [91553] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(1958), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2511), 1, + sym__from_clause, + ACTIONS(3590), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91573] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3567), 1, + ACTIONS(3592), 1, anon_sym_LBRACE, - STATE(611), 1, + STATE(635), 1, sym_class_body, - STATE(2238), 1, - sym_class_heritage, - [81194] = 5, - ACTIONS(1203), 1, + STATE(1959), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3569), 1, - anon_sym_LBRACE, - STATE(1318), 1, - sym_class_body, - STATE(2177), 1, + STATE(2200), 1, sym_class_heritage, - [81210] = 5, - ACTIONS(3), 1, + [91595] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1960), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_STAR, - STATE(2390), 1, - sym_formal_parameters, - [81226] = 4, - ACTIONS(1203), 1, + ACTIONS(2331), 4, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_EQ, + [91611] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + ACTIONS(3594), 1, + anon_sym_SEMI, + ACTIONS(3596), 1, + sym__automatic_semicolon, + STATE(1961), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2323), 1, + sym_import_attribute, + [91633] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1962), 1, + sym_comment, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3575), 2, + ACTIONS(3598), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81240] = 4, - ACTIONS(1203), 1, + [91653] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3314), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1963), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2054), 1, + sym_decorator, + [91675] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3600), 1, + sym_html_character_reference, + ACTIONS(3603), 1, + anon_sym_SQUOTE, + ACTIONS(3605), 1, + sym_unescaped_single_jsx_string_fragment, + STATE(1964), 2, + sym_comment, + aux_sym__jsx_string_repeat2, + [91695] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1965), 1, + sym_comment, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3577), 2, + ACTIONS(3608), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91715] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3610), 1, + anon_sym_COMMA, + ACTIONS(3613), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81254] = 5, - ACTIONS(1203), 1, + STATE(1966), 2, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3485), 1, + aux_sym_variable_declaration_repeat1, + [91733] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3570), 1, anon_sym_LBRACE, - STATE(164), 1, + STATE(176), 1, sym_class_body, - STATE(2362), 1, + STATE(1967), 1, + sym_comment, + STATE(2330), 1, sym_class_heritage, - [81270] = 5, - ACTIONS(1203), 1, + [91755] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3615), 1, + sym_identifier, + ACTIONS(3617), 1, + anon_sym_STAR, + STATE(1968), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2425), 1, + sym_formal_parameters, + [91777] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3475), 1, + ACTIONS(3592), 1, anon_sym_LBRACE, - STATE(521), 1, + STATE(537), 1, sym_class_body, - STATE(2365), 1, + STATE(1969), 1, + sym_comment, + STATE(2333), 1, sym_class_heritage, - [81286] = 2, - ACTIONS(1203), 1, + [91799] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + STATE(1970), 1, sym_comment, - ACTIONS(2352), 4, + STATE(2507), 1, + sym_import_attribute, + ACTIONS(3619), 2, sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, + [91819] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_COLON, + ACTIONS(3131), 1, anon_sym_EQ, - [81296] = 4, - ACTIONS(1203), 1, + STATE(1971), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(3621), 2, anon_sym_COMMA, - STATE(1965), 1, + anon_sym_RBRACE, + [91839] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1972), 1, + sym_comment, + ACTIONS(3623), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_from, + [91855] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1973), 1, + sym_comment, + STATE(2035), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3579), 2, + ACTIONS(3625), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81310] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [91875] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1966), 1, + STATE(1974), 1, + sym_comment, + STATE(2036), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3581), 2, + ACTIONS(3627), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [91895] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3629), 1, + anon_sym_DQUOTE, + STATE(1975), 1, + sym_comment, + STATE(1989), 1, + aux_sym_string_repeat1, + ACTIONS(3474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [91915] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3629), 1, + anon_sym_SQUOTE, + STATE(1976), 1, + sym_comment, + STATE(1992), 1, + aux_sym_string_repeat2, + ACTIONS(3472), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [91935] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3631), 1, + anon_sym_LBRACE, + STATE(729), 1, + sym_class_body, + STATE(1977), 1, + sym_comment, + STATE(2368), 1, + sym_class_heritage, + [91957] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3631), 1, + anon_sym_LBRACE, + STATE(717), 1, + sym_class_body, + STATE(1978), 1, + sym_comment, + STATE(2218), 1, + sym_class_heritage, + [91979] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(1979), 1, + sym_comment, + STATE(2409), 1, + sym__from_clause, + ACTIONS(3633), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81324] = 5, - ACTIONS(1203), 1, + [91999] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, + anon_sym_AT, + ACTIONS(3635), 1, + anon_sym_class, + STATE(1860), 1, + aux_sym_export_statement_repeat1, + STATE(1980), 1, + sym_comment, + STATE(2054), 1, + sym_decorator, + [92021] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + STATE(1981), 1, sym_comment, - ACTIONS(1205), 1, + STATE(2411), 1, + sym_import_attribute, + ACTIONS(3637), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92041] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3583), 1, + ACTIONS(3363), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(1982), 1, + sym_comment, + STATE(2054), 1, sym_decorator, - [81340] = 4, - ACTIONS(1203), 1, + [92063] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3639), 1, + anon_sym_EQ, + STATE(1983), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(1861), 3, anon_sym_COMMA, - STATE(1864), 1, + anon_sym_RBRACE, + anon_sym_RBRACK, + [92081] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1984), 1, + sym_comment, + STATE(2003), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3585), 2, + ACTIONS(3641), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81354] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [92101] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1863), 1, + STATE(1985), 1, + sym_comment, + STATE(2005), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3587), 2, + ACTIONS(3643), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81368] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3589), 1, - sym_identifier, - ACTIONS(3591), 1, - anon_sym_STAR, - STATE(2306), 1, - sym_formal_parameters, - [81384] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3593), 1, - sym_identifier, - ACTIONS(3595), 1, - anon_sym_STAR, - STATE(2231), 1, - sym_formal_parameters, - [81400] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, + [92121] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3597), 1, + ACTIONS(3542), 1, anon_sym_LBRACE, - STATE(1075), 1, + STATE(207), 1, sym_class_body, - STATE(2374), 1, - sym_class_heritage, - [81416] = 4, - ACTIONS(1203), 1, + STATE(1986), 1, sym_comment, - ACTIONS(3599), 1, + STATE(2228), 1, + sym_class_heritage, + [92143] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3602), 2, + STATE(1987), 1, + sym_comment, + ACTIONS(3645), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81430] = 4, - ACTIONS(1203), 1, + [92163] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1966), 1, + aux_sym_variable_declaration_repeat1, + STATE(1988), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2324), 1, - sym__from_clause, - ACTIONS(3604), 2, + ACTIONS(3647), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81444] = 4, - ACTIONS(1203), 1, + [92183] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3649), 1, + anon_sym_DQUOTE, + STATE(1989), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2030), 1, + aux_sym_string_repeat1, + ACTIONS(3474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [92203] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1987), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3606), 2, + STATE(1990), 1, + sym_comment, + ACTIONS(3651), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81458] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [92223] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1988), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3608), 2, + STATE(1991), 1, + sym_comment, + ACTIONS(3653), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81472] = 4, + [92243] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3610), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3649), 1, anon_sym_SQUOTE, - STATE(1856), 1, + STATE(1992), 1, + sym_comment, + STATE(2029), 1, aux_sym_string_repeat2, - ACTIONS(3479), 2, + ACTIONS(3472), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [81486] = 5, - ACTIONS(1203), 1, + [92263] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(1993), 1, + sym_comment, + ACTIONS(2502), 4, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_EQ, + [92279] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, + anon_sym_COMMA, + ACTIONS(3492), 1, + anon_sym_EQ, + ACTIONS(3655), 1, + anon_sym_RBRACK, + STATE(1994), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2052), 1, + aux_sym_array_pattern_repeat1, + [92301] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3597), 1, + ACTIONS(3657), 1, anon_sym_LBRACE, - STATE(1081), 1, + STATE(199), 1, sym_class_body, - STATE(2475), 1, - sym_class_heritage, - [81502] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3305), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [81518] = 4, - ACTIONS(1203), 1, + STATE(1995), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2427), 1, + sym_class_heritage, + [92323] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3659), 1, anon_sym_COMMA, - STATE(1914), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3612), 2, + ACTIONS(2051), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81532] = 2, - ACTIONS(1203), 1, + STATE(1996), 2, sym_comment, - ACTIONS(1938), 4, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [81542] = 4, - ACTIONS(1203), 1, + aux_sym_sequence_expression_repeat1, + [92341] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3662), 1, + anon_sym_LBRACE, + STATE(556), 1, + sym_class_body, + STATE(1997), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1913), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3614), 2, + STATE(2439), 1, + sym_class_heritage, + [92363] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + ACTIONS(3664), 1, + anon_sym_SEMI, + ACTIONS(3666), 1, sym__automatic_semicolon, + STATE(1998), 1, + sym_comment, + STATE(2442), 1, + sym_import_attribute, + [92385] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3668), 1, + anon_sym_STAR, + ACTIONS(3670), 1, + anon_sym_LBRACE, + STATE(1999), 1, + sym_comment, + STATE(2848), 2, + sym_namespace_import, + sym_named_imports, + [92405] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + ACTIONS(3672), 1, anon_sym_SEMI, - [81556] = 5, + ACTIONS(3674), 1, + sym__automatic_semicolon, + STATE(2000), 1, + sym_comment, + STATE(2303), 1, + sym_import_attribute, + [92427] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3676), 1, + anon_sym_DQUOTE, + STATE(2001), 1, sym_comment, - ACTIONS(3545), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(3616), 1, - sym__glimmer_template_content, - STATE(1332), 1, - sym_glimmer_closing_tag, - STATE(1887), 1, - aux_sym_glimmer_template_repeat1, - [81572] = 5, - ACTIONS(1203), 1, + STATE(2030), 1, + aux_sym_string_repeat1, + ACTIONS(3474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [92447] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3676), 1, + anon_sym_SQUOTE, + STATE(2002), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3618), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [81588] = 5, - ACTIONS(1203), 1, + STATE(2029), 1, + aux_sym_string_repeat2, + ACTIONS(3472), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [92467] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1966), 1, + aux_sym_variable_declaration_repeat1, + STATE(2003), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3620), 1, + ACTIONS(3678), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92487] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, anon_sym_LBRACE, - STATE(2068), 1, + ACTIONS(3458), 1, + anon_sym_extends, + STATE(1297), 1, sym_class_body, - STATE(2198), 1, - sym_class_heritage, - [81604] = 5, - ACTIONS(1203), 1, + STATE(2004), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_EQ, - ACTIONS(3622), 1, + STATE(2482), 1, + sym_class_heritage, + [92509] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - ACTIONS(3624), 1, - anon_sym_RBRACK, - STATE(1985), 1, - aux_sym_array_pattern_repeat1, - [81620] = 4, - ACTIONS(3), 1, + STATE(1966), 1, + aux_sym_variable_declaration_repeat1, + STATE(2005), 1, sym_comment, - ACTIONS(3610), 1, - anon_sym_DQUOTE, - STATE(1857), 1, - aux_sym_string_repeat1, - ACTIONS(3483), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [81634] = 5, - ACTIONS(1203), 1, + ACTIONS(3680), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92529] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3682), 1, + anon_sym_LBRACE, + STATE(502), 1, + sym_class_body, + STATE(2006), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2545), 1, + sym_class_heritage, + [92551] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3569), 1, + ACTIONS(3684), 1, anon_sym_LBRACE, - STATE(1322), 1, + STATE(156), 1, sym_class_body, - STATE(2202), 1, + STATE(2007), 1, + sym_comment, + STATE(2542), 1, sym_class_heritage, - [81650] = 5, + [92573] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3626), 1, + ACTIONS(3686), 1, sym_identifier, - ACTIONS(3628), 1, + ACTIONS(3688), 1, anon_sym_STAR, - STATE(2390), 1, - sym_formal_parameters, - [81666] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3630), 1, - anon_sym_SQUOTE, - STATE(1915), 1, - aux_sym_string_repeat2, - ACTIONS(3632), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [81680] = 5, - ACTIONS(3), 1, + STATE(2008), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3634), 1, - sym_identifier, - ACTIONS(3636), 1, - anon_sym_STAR, - STATE(2271), 1, + STATE(2618), 1, sym_formal_parameters, - [81696] = 4, + [92595] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3638), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3690), 1, anon_sym_DQUOTE, - STATE(1949), 1, + STATE(1927), 1, aux_sym_string_repeat1, - ACTIONS(3640), 2, + STATE(2009), 1, + sym_comment, + ACTIONS(3474), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [81710] = 4, + [92615] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3638), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3690), 1, anon_sym_SQUOTE, - STATE(1950), 1, + STATE(1931), 1, aux_sym_string_repeat2, - ACTIONS(3642), 2, + STATE(2010), 1, + sym_comment, + ACTIONS(3472), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [81724] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, + [92635] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3569), 1, + ACTIONS(3692), 1, anon_sym_LBRACE, - STATE(1317), 1, + STATE(2011), 1, + sym_comment, + STATE(2103), 1, sym_class_body, - STATE(2233), 1, + STATE(2405), 1, sym_class_heritage, - [81740] = 5, - ACTIONS(1203), 1, + [92657] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3694), 1, + sym_identifier, + ACTIONS(3696), 1, + anon_sym_STAR, + STATE(2012), 1, sym_comment, - ACTIONS(1205), 1, + STATE(2618), 1, + sym_formal_parameters, + [92679] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3406), 1, + ACTIONS(3698), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2013), 1, + sym_comment, + STATE(2054), 1, sym_decorator, - [81756] = 4, - ACTIONS(3), 1, + [92701] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3657), 1, + anon_sym_LBRACE, + STATE(190), 1, + sym_class_body, + STATE(2014), 1, sym_comment, - ACTIONS(3644), 1, - anon_sym_SQUOTE, - STATE(1859), 1, - aux_sym_string_repeat2, - ACTIONS(3646), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [81770] = 4, - ACTIONS(3), 1, + STATE(2449), 1, + sym_class_heritage, + [92723] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, + anon_sym_extends, + ACTIONS(3662), 1, + anon_sym_LBRACE, + STATE(656), 1, + sym_class_body, + STATE(2015), 1, sym_comment, - ACTIONS(3644), 1, - anon_sym_DQUOTE, - STATE(1861), 1, - aux_sym_string_repeat1, - ACTIONS(3648), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [81784] = 2, - ACTIONS(1203), 1, + STATE(2452), 1, + sym_class_heritage, + [92745] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1966), 1, + aux_sym_variable_declaration_repeat1, + STATE(2016), 1, sym_comment, - ACTIONS(3650), 4, - sym__template_chars, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [81794] = 5, - ACTIONS(1203), 1, + ACTIONS(3700), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92765] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2017), 1, sym_comment, - ACTIONS(1205), 1, + ACTIONS(1511), 4, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + anon_sym_SEMI, + [92781] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1241), 1, anon_sym_AT, - ACTIONS(3652), 1, + ACTIONS(3702), 1, anon_sym_class, - STATE(1780), 1, + STATE(1860), 1, aux_sym_export_statement_repeat1, - STATE(2031), 1, + STATE(2018), 1, + sym_comment, + STATE(2054), 1, sym_decorator, - [81810] = 4, - ACTIONS(1203), 1, + [92803] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, + anon_sym_COMMA, + STATE(1966), 1, + aux_sym_variable_declaration_repeat1, + STATE(2019), 1, sym_comment, - ACTIONS(3515), 1, + ACTIONS(3704), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [92823] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - STATE(2426), 1, + STATE(2020), 1, + sym_comment, + STATE(2584), 1, sym__from_clause, - ACTIONS(3654), 2, + ACTIONS(3706), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81824] = 5, + [92843] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3656), 1, + ACTIONS(3708), 1, sym_identifier, - ACTIONS(3658), 1, + ACTIONS(3710), 1, anon_sym_STAR, - STATE(2306), 1, + STATE(2021), 1, + sym_comment, + STATE(2425), 1, sym_formal_parameters, - [81840] = 4, - ACTIONS(1203), 1, + [92865] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, + anon_sym_LBRACE, + ACTIONS(3458), 1, + anon_sym_extends, + STATE(1385), 1, + sym_class_body, + STATE(2022), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2410), 1, + sym_class_heritage, + [92887] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1953), 1, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3660), 2, + STATE(2023), 1, + sym_comment, + ACTIONS(3712), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81854] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3662), 1, - anon_sym_DQUOTE, - STATE(1857), 1, - aux_sym_string_repeat1, - ACTIONS(3483), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [81868] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3662), 1, - anon_sym_SQUOTE, - STATE(1856), 1, - aux_sym_string_repeat2, - ACTIONS(3479), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [81882] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [92907] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1956), 1, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3664), 2, + STATE(2024), 1, + sym_comment, + ACTIONS(3714), 2, sym__automatic_semicolon, anon_sym_SEMI, - [81896] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3451), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [81912] = 5, - ACTIONS(1203), 1, + [92927] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3566), 1, + sym_html_character_reference, + ACTIONS(3568), 1, + sym_unescaped_single_jsx_string_fragment, + ACTIONS(3716), 1, + anon_sym_SQUOTE, + STATE(1964), 1, + aux_sym__jsx_string_repeat2, + STATE(2025), 1, sym_comment, - ACTIONS(3463), 1, + [92949] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3513), 1, + ACTIONS(3692), 1, anon_sym_LBRACE, - STATE(838), 1, + STATE(2026), 1, + sym_comment, + STATE(2152), 1, sym_class_body, - STATE(2334), 1, + STATE(2443), 1, sym_class_heritage, - [81928] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3666), 1, - sym_identifier, - ACTIONS(3668), 1, - anon_sym_STAR, - STATE(2306), 1, - sym_formal_parameters, - [81944] = 5, - ACTIONS(1203), 1, + [92971] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + ACTIONS(3718), 1, + anon_sym_SEMI, + ACTIONS(3720), 1, + sym__automatic_semicolon, + STATE(2027), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2535), 1, + sym_import_attribute, + [92993] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3670), 1, + ACTIONS(3682), 1, anon_sym_LBRACE, - STATE(152), 1, + STATE(485), 1, sym_class_body, - STATE(2439), 1, + STATE(2028), 1, + sym_comment, + STATE(2532), 1, sym_class_heritage, - [81960] = 5, + [93015] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3722), 1, + anon_sym_SQUOTE, + ACTIONS(3724), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + STATE(2029), 2, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3672), 1, - sym_identifier, - ACTIONS(3674), 1, - anon_sym_STAR, - STATE(2390), 1, - sym_formal_parameters, - [81976] = 4, + aux_sym_string_repeat2, + [93033] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(3676), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3727), 1, anon_sym_DQUOTE, - STATE(1857), 1, - aux_sym_string_repeat1, - ACTIONS(3483), 2, + ACTIONS(3729), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [81990] = 4, + STATE(2030), 2, + sym_comment, + aux_sym_string_repeat1, + [93051] = 7, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3732), 1, + sym_identifier, + ACTIONS(3734), 1, + anon_sym_STAR, + STATE(2031), 1, sym_comment, - ACTIONS(3676), 1, - anon_sym_SQUOTE, - STATE(1856), 1, - aux_sym_string_repeat2, - ACTIONS(3479), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [82004] = 4, - ACTIONS(1203), 1, + STATE(2618), 1, + sym_formal_parameters, + [93073] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3736), 1, + anon_sym_COMMA, + ACTIONS(2380), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2032), 2, sym_comment, - ACTIONS(3205), 1, - anon_sym_finally, - STATE(2259), 1, - sym_finally_clause, - ACTIONS(1463), 2, - anon_sym_else, - anon_sym_while, - [82018] = 5, - ACTIONS(1203), 1, + aux_sym_array_repeat1, + [93091] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + ACTIONS(3739), 1, + anon_sym_SEMI, + ACTIONS(3741), 1, + sym__automatic_semicolon, + STATE(2033), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2431), 1, + sym_import_attribute, + [93113] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3678), 1, + ACTIONS(3546), 1, anon_sym_LBRACE, - STATE(479), 1, + STATE(1160), 1, sym_class_body, - STATE(2447), 1, - sym_class_heritage, - [82034] = 4, - ACTIONS(1203), 1, + STATE(2034), 1, sym_comment, - ACTIONS(3487), 1, + STATE(2278), 1, + sym_class_heritage, + [93135] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3680), 2, + STATE(2035), 1, + sym_comment, + ACTIONS(3743), 2, sym__automatic_semicolon, anon_sym_SEMI, - [82048] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3620), 1, - anon_sym_LBRACE, - STATE(2008), 1, - sym_class_body, - STATE(2216), 1, - sym_class_heritage, - [82064] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3630), 1, - anon_sym_DQUOTE, - STATE(1925), 1, - aux_sym_string_repeat1, - ACTIONS(3682), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [82078] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [93155] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(1966), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3684), 2, + STATE(2036), 1, + sym_comment, + ACTIONS(3745), 2, sym__automatic_semicolon, anon_sym_SEMI, - [82092] = 2, - ACTIONS(1203), 1, + [93175] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3560), 1, + sym_html_character_reference, + ACTIONS(3564), 1, + sym_unescaped_double_jsx_string_fragment, + ACTIONS(3716), 1, + anon_sym_DQUOTE, + STATE(1908), 1, + aux_sym__jsx_string_repeat1, + STATE(2037), 1, sym_comment, - ACTIONS(1986), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [82102] = 5, - ACTIONS(1203), 1, + [93197] = 7, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3747), 1, + sym_identifier, + ACTIONS(3749), 1, + anon_sym_STAR, + STATE(2038), 1, sym_comment, - ACTIONS(3463), 1, + STATE(2476), 1, + sym_formal_parameters, + [93219] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3458), 1, anon_sym_extends, - ACTIONS(3493), 1, + ACTIONS(3684), 1, anon_sym_LBRACE, - STATE(209), 1, + STATE(157), 1, sym_class_body, - STATE(2304), 1, - sym_class_heritage, - [82118] = 5, - ACTIONS(1203), 1, + STATE(2039), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3670), 1, - anon_sym_LBRACE, - STATE(158), 1, - sym_class_body, - STATE(2456), 1, + STATE(2524), 1, sym_class_heritage, - [82134] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3678), 1, + [93241] = 7, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, anon_sym_LBRACE, - STATE(483), 1, + ACTIONS(3458), 1, + anon_sym_extends, + STATE(1364), 1, sym_class_body, - STATE(2459), 1, + STATE(2040), 1, + sym_comment, + STATE(2429), 1, sym_class_heritage, - [82150] = 5, + [93263] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(3455), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3496), 1, sym__glimmer_template_content, - ACTIONS(3525), 1, + ACTIONS(3582), 1, anon_sym_LT_SLASHtemplate_GT, - STATE(1565), 1, + STATE(1391), 1, sym_glimmer_closing_tag, - STATE(2035), 1, + STATE(1954), 1, aux_sym_glimmer_template_repeat1, - [82166] = 4, - ACTIONS(1203), 1, + STATE(2041), 1, sym_comment, - ACTIONS(3686), 1, - anon_sym_COMMA, - STATE(1962), 1, - aux_sym_array_repeat1, - ACTIONS(2226), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [82180] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3689), 1, - anon_sym_EQ, - STATE(2514), 1, - sym__initializer, - ACTIONS(3165), 2, - anon_sym_in, - anon_sym_of, - [82194] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [93285] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1968), 1, + STATE(2023), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3691), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [82208] = 4, - ACTIONS(1203), 1, + STATE(2042), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1911), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3693), 2, + ACTIONS(3751), 2, sym__automatic_semicolon, anon_sym_SEMI, - [82222] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [93305] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3518), 1, anon_sym_COMMA, - STATE(1911), 1, + STATE(2024), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(3695), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [82236] = 4, - ACTIONS(1203), 1, + STATE(2043), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1969), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3697), 2, + ACTIONS(3753), 2, sym__automatic_semicolon, anon_sym_SEMI, - [82250] = 4, - ACTIONS(1203), 1, + [93325] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3526), 1, + anon_sym_with, + STATE(2044), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COMMA, - STATE(1911), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3699), 2, + STATE(2512), 1, + sym_import_attribute, + ACTIONS(3755), 2, sym__automatic_semicolon, anon_sym_SEMI, - [82264] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3487), 1, + [93345] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3757), 1, anon_sym_COMMA, - STATE(1911), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(3701), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [82278] = 5, - ACTIONS(1203), 1, + ACTIONS(3759), 1, + anon_sym_RPAREN, + STATE(2045), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_EQ, - ACTIONS(3622), 1, + STATE(2166), 1, + aux_sym_formal_parameters_repeat1, + [93364] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3761), 1, anon_sym_COMMA, - ACTIONS(3703), 1, - anon_sym_RBRACK, - STATE(1981), 1, - aux_sym_array_pattern_repeat1, - [82294] = 2, - ACTIONS(1203), 1, + ACTIONS(3763), 1, + anon_sym_RBRACE, + STATE(2046), 1, sym_comment, - ACTIONS(2114), 4, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [82304] = 5, + STATE(2113), 1, + aux_sym_export_clause_repeat1, + [93383] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3705), 1, + ACTIONS(3765), 1, sym_identifier, - ACTIONS(3707), 1, - anon_sym_STAR, - STATE(2390), 1, - sym_formal_parameters, - [82320] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3569), 1, - anon_sym_LBRACE, - STATE(1325), 1, - sym_class_body, - STATE(2212), 1, - sym_class_heritage, - [82336] = 4, - ACTIONS(1203), 1, + STATE(2047), 1, sym_comment, - ACTIONS(3709), 1, - anon_sym_STAR, - ACTIONS(3711), 1, - anon_sym_LBRACE, - STATE(2709), 2, - sym_namespace_import, - sym_named_imports, - [82350] = 5, - ACTIONS(1203), 1, + STATE(2234), 1, + sym_formal_parameters, + [93402] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3767), 1, + sym_identifier, + STATE(2048), 1, sym_comment, - ACTIONS(3463), 1, - anon_sym_extends, - ACTIONS(3567), 1, + STATE(2475), 1, + sym_formal_parameters, + [93421] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(619), 1, - sym_class_body, - STATE(2250), 1, - sym_class_heritage, - [82366] = 5, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_AT, - ACTIONS(3713), 1, - anon_sym_class, - STATE(1780), 1, - aux_sym_export_statement_repeat1, - STATE(2031), 1, - sym_decorator, - [82382] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3426), 1, - anon_sym_COMMA, - ACTIONS(3715), 1, - anon_sym_RBRACE, - STATE(2058), 1, - aux_sym_object_pattern_repeat1, - [82395] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3426), 1, - anon_sym_COMMA, - ACTIONS(3717), 1, - anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [82408] = 4, - ACTIONS(1203), 1, + ACTIONS(3771), 1, + anon_sym_LPAREN, + STATE(2049), 1, sym_comment, - ACTIONS(3719), 1, - anon_sym_COMMA, - ACTIONS(3721), 1, - anon_sym_RBRACE, - STATE(2120), 1, - aux_sym_object_repeat1, - [82421] = 4, - ACTIONS(1203), 1, + STATE(2163), 1, + sym_statement_block, + [93440] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3773), 1, + sym_identifier, + STATE(2050), 1, sym_comment, - ACTIONS(2228), 1, + STATE(2423), 1, + sym_formal_parameters, + [93459] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3723), 1, - anon_sym_RPAREN, - STATE(1962), 1, + ACTIONS(3775), 1, + anon_sym_RBRACK, + STATE(2032), 1, aux_sym_array_repeat1, - [82434] = 4, - ACTIONS(1203), 1, + STATE(2051), 1, sym_comment, - ACTIONS(3622), 1, + [93478] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, anon_sym_COMMA, - ACTIONS(3725), 1, + ACTIONS(3777), 1, anon_sym_RBRACK, - STATE(1997), 1, + STATE(2052), 1, + sym_comment, + STATE(2065), 1, aux_sym_array_pattern_repeat1, - [82447] = 4, - ACTIONS(1203), 1, + [93497] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3779), 1, + sym_identifier, + STATE(1782), 1, + sym_decorator_member_expression, + STATE(2053), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - ACTIONS(3727), 1, - anon_sym_as, - STATE(2422), 1, - sym__from_clause, - [82460] = 4, - ACTIONS(1203), 1, + STATE(2161), 1, + sym_decorator_call_expression, + [93516] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2054), 1, + sym_comment, + ACTIONS(3781), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [93531] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3785), 1, + sym_unescaped_double_jsx_string_fragment, + STATE(2055), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(3783), 2, + sym_html_character_reference, + anon_sym_DQUOTE, + [93548] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3787), 1, + anon_sym_EQ, + STATE(2056), 1, + sym_comment, + ACTIONS(1870), 2, + anon_sym_in, + anon_sym_of, + [93565] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3789), 1, anon_sym_LBRACE, - ACTIONS(3731), 1, + ACTIONS(3791), 1, anon_sym_LPAREN, - STATE(2043), 1, + STATE(760), 1, sym_statement_block, - [82473] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(3733), 1, - anon_sym_RBRACK, - STATE(1962), 1, - aux_sym_array_repeat1, - [82486] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3622), 1, - anon_sym_COMMA, - ACTIONS(3735), 1, - anon_sym_RBRACK, - STATE(1997), 1, - aux_sym_array_pattern_repeat1, - [82499] = 4, - ACTIONS(1203), 1, + STATE(2057), 1, sym_comment, - ACTIONS(3719), 1, - anon_sym_COMMA, - ACTIONS(3737), 1, - anon_sym_RBRACE, - STATE(2120), 1, - aux_sym_object_repeat1, - [82512] = 4, - ACTIONS(1203), 1, + [93584] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2058), 1, sym_comment, - ACTIONS(3739), 1, - anon_sym_COLON, - ACTIONS(3741), 1, - anon_sym_GT, - ACTIONS(3743), 1, - anon_sym_DOT, - [82525] = 4, - ACTIONS(1203), 1, + ACTIONS(912), 3, + sym__automatic_semicolon, + anon_sym_else, + anon_sym_while, + [93599] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3795), 1, + sym_unescaped_single_jsx_string_fragment, + STATE(2059), 1, sym_comment, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(2279), 1, - anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [82538] = 4, - ACTIONS(1203), 1, + ACTIONS(3793), 2, + sym_html_character_reference, + anon_sym_SQUOTE, + [93616] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2060), 1, sym_comment, - ACTIONS(2228), 1, + ACTIONS(2380), 3, anon_sym_COMMA, - ACTIONS(2279), 1, anon_sym_RPAREN, - STATE(1980), 1, - aux_sym_array_repeat1, - [82551] = 4, - ACTIONS(1203), 1, + anon_sym_RBRACK, + [93631] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3492), 1, + anon_sym_EQ, + STATE(2061), 1, sym_comment, - ACTIONS(3426), 1, + ACTIONS(3797), 2, anon_sym_COMMA, - ACTIONS(3745), 1, - anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [82564] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2228), 1, + anon_sym_RBRACK, + [93648] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2232), 1, + ACTIONS(3799), 1, anon_sym_RBRACK, - STATE(1962), 1, + STATE(2032), 1, aux_sym_array_repeat1, - [82577] = 4, - ACTIONS(1203), 1, + STATE(2062), 1, sym_comment, - ACTIONS(3426), 1, + [93667] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, anon_sym_COMMA, - ACTIONS(3747), 1, - anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [82590] = 4, - ACTIONS(1203), 1, + ACTIONS(3801), 1, + anon_sym_RBRACK, + STATE(2063), 1, sym_comment, - ACTIONS(3719), 1, + STATE(2065), 1, + aux_sym_array_pattern_repeat1, + [93686] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(3749), 1, + ACTIONS(3803), 1, anon_sym_RBRACE, - STATE(2120), 1, + STATE(2064), 1, + sym_comment, + STATE(2114), 1, aux_sym_object_repeat1, - [82603] = 4, - ACTIONS(1203), 1, + [93705] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3797), 1, + anon_sym_RBRACK, + ACTIONS(3805), 1, + anon_sym_COMMA, + STATE(2065), 2, sym_comment, - ACTIONS(2228), 1, + aux_sym_array_pattern_repeat1, + [93722] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2230), 1, + ACTIONS(2402), 1, anon_sym_RPAREN, - STATE(2021), 1, - aux_sym_array_repeat1, - [82616] = 4, - ACTIONS(1203), 1, + STATE(2066), 1, sym_comment, - ACTIONS(2228), 1, + STATE(2095), 1, + aux_sym_array_repeat1, + [93741] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2230), 1, + ACTIONS(2402), 1, anon_sym_RPAREN, - STATE(1962), 1, + STATE(2032), 1, aux_sym_array_repeat1, - [82629] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3751), 1, - anon_sym_LPAREN, - ACTIONS(3753), 1, - anon_sym_await, - STATE(107), 1, - sym__for_header, - [82642] = 4, - ACTIONS(1203), 1, + STATE(2067), 1, sym_comment, - ACTIONS(3755), 1, - anon_sym_COMMA, - ACTIONS(3758), 1, - anon_sym_RBRACK, - STATE(1997), 1, - aux_sym_array_pattern_repeat1, - [82655] = 4, + [93760] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3394), 1, - sym_identifier, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(3400), 1, - sym_private_property_identifier, - [82668] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3760), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3808), 1, sym_identifier, - ACTIONS(3762), 1, + ACTIONS(3810), 1, anon_sym_SEMI, - ACTIONS(3764), 1, + ACTIONS(3812), 1, sym__automatic_semicolon, - [82681] = 4, - ACTIONS(3), 1, + STATE(2068), 1, sym_comment, - ACTIONS(3766), 1, + [93779] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3814), 1, sym_identifier, - ACTIONS(3768), 1, + ACTIONS(3816), 1, anon_sym_SEMI, - ACTIONS(3770), 1, + ACTIONS(3818), 1, sym__automatic_semicolon, - [82694] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3739), 1, - anon_sym_COLON, - ACTIONS(3743), 1, - anon_sym_DOT, - ACTIONS(3772), 1, - anon_sym_GT, - [82707] = 3, - ACTIONS(1203), 1, + STATE(2069), 1, sym_comment, - ACTIONS(3774), 1, - anon_sym_as, - ACTIONS(3776), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [82718] = 4, - ACTIONS(1203), 1, + [93798] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2070), 1, sym_comment, - ACTIONS(3778), 1, - anon_sym_LBRACE, - ACTIONS(3780), 1, + ACTIONS(2171), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [93813] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3820), 1, anon_sym_LPAREN, - STATE(553), 1, - sym_statement_block, - [82731] = 4, - ACTIONS(1203), 1, + ACTIONS(3822), 1, + anon_sym_await, + STATE(108), 1, + sym__for_header, + STATE(2071), 1, sym_comment, - ACTIONS(3782), 1, - anon_sym_COMMA, - ACTIONS(3784), 1, - anon_sym_RBRACE, - STATE(2040), 1, - aux_sym_export_clause_repeat1, - [82744] = 2, - ACTIONS(1203), 1, + [93832] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2072), 1, sym_comment, - ACTIONS(3786), 3, + ACTIONS(908), 3, sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [82753] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3622), 1, + anon_sym_else, + anon_sym_while, + [93847] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, anon_sym_COMMA, - ACTIONS(3624), 1, + ACTIONS(3494), 1, anon_sym_RBRACK, - STATE(1997), 1, + STATE(2063), 1, aux_sym_array_pattern_repeat1, - [82766] = 2, - ACTIONS(1203), 1, + STATE(2073), 1, sym_comment, - ACTIONS(1651), 3, - anon_sym_LBRACE, - anon_sym_else, - anon_sym_while, - [82775] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2291), 1, - sym__automatic_semicolon, - ACTIONS(1017), 2, - anon_sym_else, - anon_sym_while, - [82786] = 4, - ACTIONS(1203), 1, + [93866] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, + anon_sym_COLON, + ACTIONS(3826), 1, + anon_sym_GT, + ACTIONS(3828), 1, + anon_sym_DOT, + STATE(2074), 1, sym_comment, - ACTIONS(2228), 1, + [93885] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, anon_sym_COMMA, - ACTIONS(2301), 1, - anon_sym_RPAREN, + ACTIONS(3830), 1, + anon_sym_RBRACE, STATE(2075), 1, - aux_sym_array_repeat1, - [82799] = 4, - ACTIONS(1203), 1, sym_comment, - ACTIONS(2228), 1, + STATE(2110), 1, + aux_sym_object_pattern_repeat1, + [93904] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, anon_sym_COMMA, - ACTIONS(2232), 1, - anon_sym_RBRACK, - STATE(1984), 1, + ACTIONS(3832), 1, + anon_sym_RBRACE, + STATE(2076), 1, + sym_comment, + STATE(2110), 1, + aux_sym_object_pattern_repeat1, + [93923] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(3834), 1, + anon_sym_RPAREN, + STATE(2032), 1, aux_sym_array_repeat1, - [82812] = 4, - ACTIONS(1203), 1, + STATE(2077), 1, sym_comment, - ACTIONS(3622), 1, + [93942] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(3624), 1, - anon_sym_RBRACK, - STATE(1985), 1, - aux_sym_array_pattern_repeat1, - [82825] = 4, - ACTIONS(1203), 1, + ACTIONS(3836), 1, + anon_sym_RBRACE, + STATE(2078), 1, sym_comment, - ACTIONS(3788), 1, - anon_sym_DQUOTE, - ACTIONS(3790), 1, - anon_sym_SQUOTE, - STATE(2332), 1, - sym_string, - [82838] = 4, + STATE(2114), 1, + aux_sym_object_repeat1, + [93961] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3792), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3838), 1, sym_identifier, - STATE(1753), 1, - sym_decorator_member_expression, - STATE(2086), 1, - sym_decorator_call_expression, - [82851] = 3, - ACTIONS(1203), 1, + STATE(2079), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_EQ, - ACTIONS(3758), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [82862] = 4, - ACTIONS(1203), 1, + STATE(2423), 1, + sym_formal_parameters, + [93980] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3328), 1, + sym_identifier, + ACTIONS(3332), 1, + anon_sym_LBRACK, + ACTIONS(3334), 1, + sym_private_property_identifier, + STATE(2080), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - ACTIONS(3727), 1, - anon_sym_as, - STATE(2320), 1, - sym__from_clause, - [82875] = 4, - ACTIONS(1203), 1, + [93999] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2081), 1, sym_comment, - ACTIONS(3426), 1, + ACTIONS(3346), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(3794), 1, - anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [82888] = 4, - ACTIONS(1203), 1, + anon_sym_SEMI, + [94014] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3840), 1, + anon_sym_LBRACE, + ACTIONS(3842), 1, + anon_sym_LPAREN, + STATE(488), 1, + sym_statement_block, + STATE(2082), 1, sym_comment, - ACTIONS(3719), 1, + [94033] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3796), 1, - anon_sym_RBRACE, - STATE(2120), 1, - aux_sym_object_repeat1, - [82901] = 4, - ACTIONS(1203), 1, + ACTIONS(2392), 1, + anon_sym_RPAREN, + STATE(2083), 1, sym_comment, - ACTIONS(3719), 1, - anon_sym_COMMA, - ACTIONS(3796), 1, - anon_sym_RBRACE, - STATE(1979), 1, - aux_sym_object_repeat1, - [82914] = 4, - ACTIONS(1203), 1, + STATE(2097), 1, + aux_sym_array_repeat1, + [94052] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, + anon_sym_COLON, + ACTIONS(3828), 1, + anon_sym_DOT, + ACTIONS(3844), 1, + anon_sym_GT, + STATE(2084), 1, sym_comment, - ACTIONS(3426), 1, + [94071] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3794), 1, - anon_sym_RBRACE, - STATE(1978), 1, - aux_sym_object_pattern_repeat1, - [82927] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - ACTIONS(3727), 1, - anon_sym_as, - STATE(2204), 1, - sym__from_clause, - [82940] = 4, - ACTIONS(1203), 1, + ACTIONS(2335), 1, + anon_sym_RPAREN, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2085), 1, sym_comment, - ACTIONS(2228), 1, + [94090] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3798), 1, + ACTIONS(2335), 1, anon_sym_RPAREN, - STATE(1962), 1, + STATE(2077), 1, aux_sym_array_repeat1, - [82953] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3368), 1, - anon_sym_EQ, - ACTIONS(1763), 2, - anon_sym_in, - anon_sym_of, - [82964] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3800), 1, - sym_identifier, - STATE(1523), 1, - sym_decorator_member_expression, - STATE(1586), 1, - sym_decorator_call_expression, - [82977] = 4, - ACTIONS(1203), 1, + STATE(2086), 1, sym_comment, - ACTIONS(2228), 1, + [94109] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3802), 1, - anon_sym_RBRACK, - STATE(1962), 1, + ACTIONS(2392), 1, + anon_sym_RPAREN, + STATE(2032), 1, aux_sym_array_repeat1, - [82990] = 4, - ACTIONS(3), 1, + STATE(2087), 1, sym_comment, - ACTIONS(3499), 1, + [94128] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3804), 1, + ACTIONS(3846), 1, sym_identifier, - STATE(2387), 1, - sym_formal_parameters, - [83003] = 4, - ACTIONS(3), 1, + STATE(2088), 1, sym_comment, - ACTIONS(3806), 1, - sym_identifier, - ACTIONS(3808), 1, - anon_sym_SEMI, - ACTIONS(3810), 1, - sym__automatic_semicolon, - [83016] = 4, - ACTIONS(3), 1, + STATE(2234), 1, + sym_formal_parameters, + [94147] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3848), 1, + anon_sym_LBRACE, + ACTIONS(3850), 1, + anon_sym_LPAREN, + STATE(565), 1, + sym_statement_block, + STATE(2089), 1, sym_comment, - ACTIONS(3812), 1, - sym_identifier, - ACTIONS(3814), 1, - anon_sym_SEMI, - ACTIONS(3816), 1, - sym__automatic_semicolon, - [83029] = 4, - ACTIONS(1203), 1, + [94166] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2215), 1, + anon_sym_in, + STATE(2090), 1, sym_comment, - ACTIONS(3818), 1, + ACTIONS(2497), 2, anon_sym_LPAREN, - ACTIONS(3820), 1, + anon_sym_COLON, + [94183] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3852), 1, + anon_sym_LPAREN, + ACTIONS(3854), 1, anon_sym_await, - STATE(95), 1, + STATE(100), 1, sym__for_header, - [83042] = 4, - ACTIONS(3), 1, + STATE(2091), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3822), 1, - sym_identifier, - STATE(2316), 1, - sym_formal_parameters, - [83055] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_while, - ACTIONS(3824), 1, - anon_sym_else, - STATE(2329), 1, - sym_else_clause, - [83068] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3826), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [83077] = 2, - ACTIONS(1203), 1, + [94202] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2092), 1, sym_comment, - ACTIONS(3828), 3, + ACTIONS(3856), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [83086] = 4, - ACTIONS(1203), 1, + [94217] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2426), 1, + sym__automatic_semicolon, + STATE(2093), 1, sym_comment, - ACTIONS(2228), 1, + ACTIONS(1029), 2, + anon_sym_else, + anon_sym_while, + [94234] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, anon_sym_COMMA, - ACTIONS(2271), 1, - anon_sym_RPAREN, - STATE(2101), 1, - aux_sym_array_repeat1, - [83099] = 4, - ACTIONS(1203), 1, + ACTIONS(3858), 1, + anon_sym_RBRACE, + STATE(2094), 1, sym_comment, - ACTIONS(2228), 1, + STATE(2116), 1, + aux_sym_object_pattern_repeat1, + [94253] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2271), 1, + ACTIONS(3860), 1, anon_sym_RPAREN, - STATE(1962), 1, + STATE(2032), 1, aux_sym_array_repeat1, - [83112] = 4, - ACTIONS(3), 1, + STATE(2095), 1, sym_comment, - ACTIONS(3830), 1, - sym__glimmer_template_content, - ACTIONS(3833), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(2035), 1, - aux_sym_glimmer_template_repeat1, - [83125] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3835), 1, - sym_identifier, - STATE(2387), 1, - sym_formal_parameters, - [83138] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3739), 1, - anon_sym_COLON, - ACTIONS(3743), 1, - anon_sym_DOT, - ACTIONS(3837), 1, - anon_sym_GT, - [83151] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3839), 1, - sym_identifier, - ACTIONS(3841), 1, - anon_sym_SEMI, - ACTIONS(3843), 1, - sym__automatic_semicolon, - [83164] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3845), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [83173] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3847), 1, + [94272] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(3849), 1, + ACTIONS(3862), 1, anon_sym_RBRACE, - STATE(2106), 1, - aux_sym_export_clause_repeat1, - [83186] = 4, - ACTIONS(1203), 1, + STATE(2096), 1, sym_comment, - ACTIONS(3851), 1, - anon_sym_LBRACE, - ACTIONS(3853), 1, - anon_sym_LPAREN, - STATE(516), 1, - sym_statement_block, - [83199] = 2, - ACTIONS(1203), 1, + STATE(2115), 1, + aux_sym_object_repeat1, + [94291] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(3864), 1, + anon_sym_RPAREN, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2097), 1, sym_comment, - ACTIONS(848), 3, + [94310] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2424), 1, sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [83208] = 2, - ACTIONS(1203), 1, + STATE(2098), 1, sym_comment, - ACTIONS(1505), 3, + ACTIONS(1021), 2, anon_sym_else, anon_sym_while, - anon_sym_finally, - [83217] = 2, - ACTIONS(1203), 1, + [94327] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3866), 1, + anon_sym_COMMA, + ACTIONS(3868), 1, + anon_sym_RBRACE, + STATE(2099), 1, sym_comment, - ACTIONS(882), 3, - sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [83226] = 4, - ACTIONS(3), 1, + STATE(2136), 1, + aux_sym_named_imports_repeat1, + [94346] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2386), 1, + anon_sym_RPAREN, + STATE(2100), 1, sym_comment, - ACTIONS(3855), 1, - sym_identifier, - ACTIONS(3857), 1, - anon_sym_SEMI, - ACTIONS(3859), 1, - sym__automatic_semicolon, - [83239] = 4, - ACTIONS(1203), 1, + STATE(2195), 1, + aux_sym_array_repeat1, + [94365] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2386), 1, + anon_sym_RPAREN, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2101), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - ACTIONS(3727), 1, + [94384] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3623), 1, anon_sym_as, - STATE(2278), 1, - sym__from_clause, - [83252] = 3, - ACTIONS(1203), 1, + STATE(2102), 1, sym_comment, - ACTIONS(3861), 1, + ACTIONS(3870), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [94401] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2420), 1, sym__automatic_semicolon, - ACTIONS(840), 2, + STATE(2103), 1, + sym_comment, + ACTIONS(1015), 2, anon_sym_else, anon_sym_while, - [83263] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3863), 1, - sym_identifier, - STATE(2387), 1, - sym_formal_parameters, - [83276] = 4, + [94418] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3872), 1, + sym__glimmer_template_content, + ACTIONS(3875), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(2104), 2, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3865), 1, - sym_identifier, - STATE(2316), 1, - sym_formal_parameters, - [83289] = 4, - ACTIONS(3), 1, + aux_sym_glimmer_template_repeat1, + [94435] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, + anon_sym_COMMA, + ACTIONS(3655), 1, + anon_sym_RBRACK, + STATE(2065), 1, + aux_sym_array_pattern_repeat1, + STATE(2105), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3867), 1, - sym_identifier, - STATE(2316), 1, - sym_formal_parameters, - [83302] = 4, - ACTIONS(3), 1, + [94454] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2406), 1, + anon_sym_RBRACK, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2106), 1, sym_comment, - ACTIONS(3869), 1, - sym_identifier, - STATE(1539), 1, - sym_decorator_member_expression, - STATE(1627), 1, - sym_decorator_call_expression, - [83315] = 4, - ACTIONS(3), 1, + [94473] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2406), 1, + anon_sym_RBRACK, + STATE(2051), 1, + aux_sym_array_repeat1, + STATE(2107), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3871), 1, - sym_identifier, - STATE(2387), 1, - sym_formal_parameters, - [83328] = 4, - ACTIONS(1203), 1, + [94492] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, + anon_sym_COMMA, + ACTIONS(3655), 1, + anon_sym_RBRACK, + STATE(2052), 1, + aux_sym_array_pattern_repeat1, + STATE(2108), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3873), 1, + [94511] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, anon_sym_COLON, - STATE(2135), 1, - sym_formal_parameters, - [83341] = 3, - ACTIONS(1203), 1, + ACTIONS(3828), 1, + anon_sym_DOT, + ACTIONS(3877), 1, + anon_sym_GT, + STATE(2109), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_EQ, - ACTIONS(3875), 2, + [94530] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3879), 1, anon_sym_COMMA, + ACTIONS(3882), 1, anon_sym_RBRACE, - [83352] = 4, - ACTIONS(1203), 1, + STATE(2110), 2, + sym_comment, + aux_sym_object_pattern_repeat1, + [94547] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2111), 1, + sym_comment, + ACTIONS(3884), 3, + sym__automatic_semicolon, + anon_sym_with, + anon_sym_SEMI, + [94562] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2112), 1, sym_comment, - ACTIONS(3622), 1, + ACTIONS(3886), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [94577] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3888), 1, anon_sym_COMMA, - ACTIONS(3703), 1, - anon_sym_RBRACK, - STATE(1981), 1, - aux_sym_array_pattern_repeat1, - [83365] = 4, - ACTIONS(1203), 1, + ACTIONS(3890), 1, + anon_sym_RBRACE, + STATE(2113), 1, sym_comment, - ACTIONS(2228), 1, + STATE(2189), 1, + aux_sym_export_clause_repeat1, + [94596] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3892), 1, anon_sym_COMMA, - ACTIONS(2301), 1, - anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [83378] = 4, - ACTIONS(1203), 1, + ACTIONS(3895), 1, + anon_sym_RBRACE, + STATE(2114), 2, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - ACTIONS(3727), 1, - anon_sym_as, - STATE(2262), 1, - sym__from_clause, - [83391] = 4, - ACTIONS(1203), 1, + aux_sym_object_repeat1, + [94613] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, + anon_sym_COMMA, + ACTIONS(3897), 1, + anon_sym_RBRACE, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2115), 1, sym_comment, - ACTIONS(3426), 1, + [94632] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, anon_sym_COMMA, - ACTIONS(3877), 1, + ACTIONS(3899), 1, anon_sym_RBRACE, - STATE(2117), 1, + STATE(2110), 1, aux_sym_object_pattern_repeat1, - [83404] = 4, - ACTIONS(1203), 1, + STATE(2116), 1, sym_comment, - ACTIONS(3739), 1, + [94651] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3901), 1, + anon_sym_RBRACE, + STATE(2110), 1, + aux_sym_object_pattern_repeat1, + STATE(2117), 1, + sym_comment, + [94670] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, + anon_sym_COMMA, + ACTIONS(3903), 1, + anon_sym_RBRACE, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2118), 1, + sym_comment, + [94689] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + ACTIONS(3905), 1, anon_sym_COLON, - ACTIONS(3743), 1, - anon_sym_DOT, - ACTIONS(3879), 1, - anon_sym_GT, - [83417] = 4, + STATE(2119), 1, + sym_comment, + STATE(2567), 1, + sym_formal_parameters, + [94708] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3396), 1, + sym_identifier, + ACTIONS(3400), 1, + anon_sym_LBRACK, + ACTIONS(3402), 1, + sym_private_property_identifier, + STATE(2120), 1, sym_comment, - ACTIONS(3881), 1, + [94727] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3907), 1, + anon_sym_as, + STATE(2121), 1, + sym_comment, + ACTIONS(3909), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [94744] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + ACTIONS(3911), 1, + anon_sym_as, + STATE(2122), 1, + sym_comment, + STATE(2597), 1, + sym__from_clause, + [94763] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3913), 1, sym_identifier, - ACTIONS(3883), 1, + ACTIONS(3915), 1, anon_sym_SEMI, - ACTIONS(3885), 1, + ACTIONS(3917), 1, sym__automatic_semicolon, - [83430] = 4, - ACTIONS(3), 1, + STATE(2123), 1, sym_comment, - ACTIONS(3887), 1, + [94782] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3919), 1, sym_identifier, - ACTIONS(3889), 1, + ACTIONS(3921), 1, anon_sym_SEMI, - ACTIONS(3891), 1, + ACTIONS(3923), 1, sym__automatic_semicolon, - [83443] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3719), 1, - anon_sym_COMMA, - ACTIONS(3893), 1, - anon_sym_RBRACE, - STATE(2120), 1, - aux_sym_object_repeat1, - [83456] = 2, - ACTIONS(1203), 1, + STATE(2124), 1, sym_comment, - ACTIONS(2226), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [83465] = 4, - ACTIONS(1203), 1, + [94801] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + ACTIONS(3925), 1, + anon_sym_COLON, + STATE(2125), 1, sym_comment, - ACTIONS(3895), 1, + STATE(2567), 1, + sym_formal_parameters, + [94820] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3927), 1, anon_sym_LPAREN, - ACTIONS(3897), 1, + ACTIONS(3929), 1, anon_sym_await, - STATE(98), 1, + STATE(82), 1, sym__for_header, - [83478] = 3, - ACTIONS(1203), 1, + STATE(2126), 1, sym_comment, - ACTIONS(2299), 1, - sym__automatic_semicolon, - ACTIONS(952), 2, - anon_sym_else, - anon_sym_while, - [83489] = 3, - ACTIONS(1203), 1, + [94839] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3492), 1, + anon_sym_EQ, + STATE(2127), 1, sym_comment, - ACTIONS(2297), 1, + ACTIONS(3931), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [94856] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(3933), 1, + anon_sym_RPAREN, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2128), 1, + sym_comment, + [94875] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3935), 1, + sym_identifier, + ACTIONS(3937), 1, + anon_sym_SEMI, + ACTIONS(3939), 1, sym__automatic_semicolon, - ACTIONS(958), 2, - anon_sym_else, - anon_sym_while, - [83500] = 4, - ACTIONS(1203), 1, + STATE(2129), 1, sym_comment, - ACTIONS(3899), 1, - anon_sym_LBRACE, - ACTIONS(3901), 1, - anon_sym_LPAREN, - STATE(702), 1, - sym_statement_block, - [83513] = 3, - ACTIONS(1203), 1, + [94894] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2130), 1, sym_comment, - ACTIONS(2295), 1, + ACTIONS(3941), 3, sym__automatic_semicolon, - ACTIONS(965), 2, - anon_sym_else, - anon_sym_while, - [83524] = 3, - ACTIONS(1203), 1, + anon_sym_from, + anon_sym_SEMI, + [94909] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3943), 1, + anon_sym_RBRACE, + STATE(2110), 1, + aux_sym_object_pattern_repeat1, + STATE(2131), 1, sym_comment, - ACTIONS(2159), 1, - anon_sym_in, - ACTIONS(2369), 2, - anon_sym_LPAREN, + [94928] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, + anon_sym_COMMA, + ACTIONS(3945), 1, + anon_sym_RBRACE, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2132), 1, + sym_comment, + [94947] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, anon_sym_COLON, - [83535] = 4, - ACTIONS(1203), 1, + ACTIONS(3828), 1, + anon_sym_DOT, + ACTIONS(3947), 1, + anon_sym_GT, + STATE(2133), 1, sym_comment, - ACTIONS(3903), 1, + [94966] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3905), 1, + ACTIONS(2351), 1, anon_sym_RPAREN, - STATE(2099), 1, - aux_sym_formal_parameters_repeat1, - [83548] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3321), 1, - sym_identifier, - ACTIONS(3325), 1, - anon_sym_LBRACK, - ACTIONS(3327), 1, - sym_private_property_identifier, - [83561] = 4, - ACTIONS(1203), 1, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2134), 1, sym_comment, - ACTIONS(3561), 1, + [94985] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(3563), 1, + ACTIONS(2351), 1, anon_sym_RPAREN, - STATE(2070), 1, - aux_sym_formal_parameters_repeat1, - [83574] = 4, - ACTIONS(1203), 1, + STATE(2128), 1, + aux_sym_array_repeat1, + STATE(2135), 1, sym_comment, - ACTIONS(3719), 1, + [95004] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3949), 1, anon_sym_COMMA, - ACTIONS(3907), 1, + ACTIONS(3951), 1, anon_sym_RBRACE, - STATE(2062), 1, - aux_sym_object_repeat1, - [83587] = 4, - ACTIONS(3), 1, + STATE(2136), 1, sym_comment, - ACTIONS(3499), 1, + STATE(2180), 1, + aux_sym_named_imports_repeat1, + [95023] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3953), 1, + anon_sym_LBRACE, + ACTIONS(3955), 1, anon_sym_LPAREN, - ACTIONS(3909), 1, + STATE(557), 1, + sym_statement_block, + STATE(2137), 1, + sym_comment, + [95042] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3957), 1, sym_identifier, - STATE(2230), 1, + STATE(2138), 1, + sym_comment, + STATE(2423), 1, sym_formal_parameters, - [83600] = 4, - ACTIONS(1203), 1, + [95061] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2139), 1, sym_comment, - ACTIONS(2228), 1, + ACTIONS(3613), 3, + sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_SEMI, + [95076] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, ACTIONS(3911), 1, - anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [83613] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(878), 3, - sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [83622] = 2, - ACTIONS(1203), 1, + anon_sym_as, + STATE(2140), 1, sym_comment, - ACTIONS(2106), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [83631] = 4, + STATE(2506), 1, + sym__from_clause, + [95095] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3913), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3959), 1, sym_identifier, - STATE(2316), 1, - sym_formal_parameters, - [83644] = 4, - ACTIONS(1203), 1, + ACTIONS(3961), 1, + anon_sym_SEMI, + ACTIONS(3963), 1, + sym__automatic_semicolon, + STATE(2141), 1, sym_comment, - ACTIONS(3915), 1, - anon_sym_LPAREN, - ACTIONS(3917), 1, - anon_sym_await, - STATE(109), 1, - sym__for_header, - [83657] = 4, - ACTIONS(1203), 1, + [95114] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, + anon_sym_COMMA, + ACTIONS(3945), 1, + anon_sym_RBRACE, + STATE(2064), 1, + aux_sym_object_repeat1, + STATE(2142), 1, sym_comment, - ACTIONS(3919), 1, + [95133] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, anon_sym_COMMA, - ACTIONS(3921), 1, + ACTIONS(3943), 1, anon_sym_RBRACE, - STATE(2112), 1, - aux_sym_named_imports_repeat1, - [83670] = 3, - ACTIONS(1203), 1, + STATE(2075), 1, + aux_sym_object_pattern_repeat1, + STATE(2143), 1, sym_comment, - ACTIONS(3923), 1, - anon_sym_EQ, - ACTIONS(1763), 2, - anon_sym_in, - anon_sym_of, - [83681] = 4, - ACTIONS(1203), 1, + [95152] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3965), 1, + anon_sym_DQUOTE, + ACTIONS(3967), 1, + anon_sym_SQUOTE, + STATE(2111), 1, + sym_string, + STATE(2144), 1, sym_comment, - ACTIONS(3719), 1, + [95171] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(3907), 1, + ACTIONS(3969), 1, anon_sym_RBRACE, - STATE(2120), 1, + STATE(2114), 1, aux_sym_object_repeat1, - [83694] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(886), 3, - sym__automatic_semicolon, - anon_sym_else, - anon_sym_while, - [83703] = 2, - ACTIONS(1203), 1, + STATE(2145), 1, sym_comment, - ACTIONS(3602), 3, - sym__automatic_semicolon, + [95190] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - anon_sym_SEMI, - [83712] = 4, - ACTIONS(1203), 1, + ACTIONS(3971), 1, + anon_sym_RBRACE, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2146), 1, sym_comment, - ACTIONS(3426), 1, + [95209] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(3715), 1, + ACTIONS(3862), 1, anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [83725] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3239), 3, - anon_sym_export, - anon_sym_class, - anon_sym_AT, - [83734] = 4, - ACTIONS(1203), 1, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2147), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3925), 1, - anon_sym_COLON, - STATE(2135), 1, - sym_formal_parameters, - [83747] = 2, - ACTIONS(1203), 1, + [95228] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2148), 1, sym_comment, - ACTIONS(3414), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [83756] = 4, + ACTIONS(3973), 3, + anon_sym_default, + anon_sym_RBRACE, + anon_sym_case, + [95243] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3927), 1, + ACTIONS(3975), 1, sym_identifier, - STATE(2387), 1, + STATE(2149), 1, + sym_comment, + STATE(2234), 1, sym_formal_parameters, - [83769] = 4, - ACTIONS(1203), 1, + [95262] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3308), 1, + anon_sym_COMMA, + ACTIONS(3858), 1, + anon_sym_RBRACE, + STATE(2110), 1, + aux_sym_object_pattern_repeat1, + STATE(2150), 1, sym_comment, - ACTIONS(3929), 1, - anon_sym_LPAREN, - ACTIONS(3931), 1, - anon_sym_await, - STATE(72), 1, - sym__for_header, - [83782] = 3, - ACTIONS(1203), 1, + [95281] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + ACTIONS(3911), 1, + anon_sym_as, + STATE(2151), 1, sym_comment, - ACTIONS(3933), 1, + STATE(2404), 1, + sym__from_clause, + [95300] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2342), 1, sym__automatic_semicolon, - ACTIONS(882), 2, + STATE(2152), 1, + sym_comment, + ACTIONS(1051), 2, anon_sym_else, anon_sym_while, - [83793] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2289), 1, + [95317] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2410), 1, sym__automatic_semicolon, - ACTIONS(973), 2, + STATE(2153), 1, + sym_comment, + ACTIONS(1007), 2, anon_sym_else, anon_sym_while, - [83804] = 4, + [95334] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2154), 1, + sym_comment, + ACTIONS(3977), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [95349] = 6, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3979), 1, + sym_identifier, + STATE(1556), 1, + sym_decorator_member_expression, + STATE(1635), 1, + sym_decorator_call_expression, + STATE(2155), 1, sym_comment, - ACTIONS(3499), 1, + [95368] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3935), 1, + ACTIONS(3981), 1, sym_identifier, - STATE(2210), 1, - sym_formal_parameters, - [83817] = 3, - ACTIONS(1203), 1, + STATE(2156), 1, sym_comment, - ACTIONS(2287), 1, + STATE(2417), 1, + sym_formal_parameters, + [95387] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2408), 1, sym__automatic_semicolon, - ACTIONS(977), 2, + STATE(2157), 1, + sym_comment, + ACTIONS(1003), 2, anon_sym_else, anon_sym_while, - [83828] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3937), 1, - sym_identifier, - ACTIONS(3939), 1, - anon_sym_SEMI, - ACTIONS(3941), 1, + [95404] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3983), 1, sym__automatic_semicolon, - [83841] = 3, - ACTIONS(1203), 1, + STATE(2158), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(902), 2, + anon_sym_else, + anon_sym_while, + [95421] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2404), 1, sym__automatic_semicolon, - ACTIONS(983), 2, + STATE(2159), 1, + sym_comment, + ACTIONS(999), 2, anon_sym_else, anon_sym_while, - [83852] = 4, + [95438] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3943), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, sym_identifier, - ACTIONS(3945), 1, - anon_sym_SEMI, - ACTIONS(3947), 1, - sym__automatic_semicolon, - [83865] = 2, - ACTIONS(1203), 1, + STATE(2160), 1, + sym_comment, + STATE(2423), 1, + sym_formal_parameters, + [95457] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2161), 1, sym_comment, - ACTIONS(2038), 3, + ACTIONS(3199), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [83874] = 4, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3949), 1, - anon_sym_COMMA, - ACTIONS(3952), 1, - anon_sym_RPAREN, - STATE(2099), 1, - aux_sym_formal_parameters_repeat1, - [83887] = 3, - ACTIONS(1203), 1, + [95472] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + ACTIONS(3911), 1, + anon_sym_as, + STATE(2162), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_EQ, - ACTIONS(3952), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [83898] = 4, - ACTIONS(1203), 1, + STATE(2282), 1, + sym__from_clause, + [95491] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2163), 1, sym_comment, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(3954), 1, - anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [83911] = 4, + ACTIONS(1547), 3, + anon_sym_else, + anon_sym_while, + anon_sym_finally, + [95506] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3956), 1, + ACTIONS(3987), 1, sym_identifier, - STATE(2316), 1, + STATE(2164), 1, + sym_comment, + STATE(2423), 1, sym_formal_parameters, - [83924] = 3, - ACTIONS(1203), 1, + [95525] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3989), 1, + sym__automatic_semicolon, + STATE(2165), 1, sym_comment, - ACTIONS(2269), 1, + ACTIONS(882), 2, + anon_sym_else, + anon_sym_while, + [95542] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3991), 1, + anon_sym_COMMA, + ACTIONS(3994), 1, + anon_sym_RPAREN, + STATE(2166), 2, + sym_comment, + aux_sym_formal_parameters_repeat1, + [95559] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2167), 1, + sym_comment, + ACTIONS(876), 3, sym__automatic_semicolon, - ACTIONS(989), 2, anon_sym_else, anon_sym_while, - [83935] = 4, - ACTIONS(3), 1, + [95574] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3996), 1, + anon_sym_LPAREN, + ACTIONS(3998), 1, + anon_sym_await, + STATE(117), 1, + sym__for_header, + STATE(2168), 1, sym_comment, - ACTIONS(3499), 1, + [95593] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, anon_sym_LPAREN, - ACTIONS(3958), 1, + ACTIONS(4000), 1, sym_identifier, - STATE(2316), 1, + STATE(2169), 1, + sym_comment, + STATE(2234), 1, sym_formal_parameters, - [83948] = 2, - ACTIONS(1203), 1, + [95612] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2319), 1, + sym__automatic_semicolon, + STATE(2170), 1, sym_comment, - ACTIONS(3960), 3, + ACTIONS(1037), 2, + anon_sym_else, + anon_sym_while, + [95629] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4002), 1, + sym_identifier, + ACTIONS(4004), 1, + anon_sym_SEMI, + ACTIONS(4006), 1, sym__automatic_semicolon, - anon_sym_from, + STATE(2171), 1, + sym_comment, + [95648] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4008), 1, + sym_identifier, + ACTIONS(4010), 1, anon_sym_SEMI, - [83957] = 4, - ACTIONS(1203), 1, + ACTIONS(4012), 1, + sym__automatic_semicolon, + STATE(2172), 1, sym_comment, - ACTIONS(3962), 1, - anon_sym_COMMA, - ACTIONS(3965), 1, - anon_sym_RBRACE, - STATE(2106), 1, - aux_sym_export_clause_repeat1, - [83970] = 4, - ACTIONS(1203), 1, + [95667] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4014), 1, + anon_sym_SQUOTE, + STATE(2173), 1, sym_comment, - ACTIONS(3967), 1, - anon_sym_LBRACE, - ACTIONS(3969), 1, + ACTIONS(4016), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [95684] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4018), 1, anon_sym_LPAREN, - STATE(471), 1, - sym_statement_block, - [83983] = 4, - ACTIONS(1203), 1, + ACTIONS(4020), 1, + anon_sym_await, + STATE(111), 1, + sym__for_header, + STATE(2174), 1, sym_comment, - ACTIONS(2228), 1, + [95703] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(2281), 1, - anon_sym_RPAREN, - STATE(2111), 1, - aux_sym_array_repeat1, - [83996] = 4, + ACTIONS(4022), 1, + anon_sym_RBRACE, + STATE(2114), 1, + aux_sym_object_repeat1, + STATE(2175), 1, + sym_comment, + [95722] = 5, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4024), 1, + anon_sym_DQUOTE, + STATE(2176), 1, sym_comment, - ACTIONS(3499), 1, - anon_sym_LPAREN, - ACTIONS(3971), 1, - sym_identifier, - STATE(2387), 1, - sym_formal_parameters, - [84009] = 4, - ACTIONS(1203), 1, + ACTIONS(4026), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [95739] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2177), 1, sym_comment, - ACTIONS(2228), 1, + ACTIONS(1649), 3, + anon_sym_else, + anon_sym_while, + anon_sym_finally, + [95754] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3419), 1, anon_sym_COMMA, - ACTIONS(2281), 1, - anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [84022] = 4, - ACTIONS(1203), 1, + ACTIONS(4022), 1, + anon_sym_RBRACE, + STATE(2145), 1, + aux_sym_object_repeat1, + STATE(2178), 1, sym_comment, - ACTIONS(2228), 1, + [95773] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3514), 1, anon_sym_COMMA, - ACTIONS(3973), 1, + ACTIONS(3516), 1, anon_sym_RPAREN, - STATE(1962), 1, - aux_sym_array_repeat1, - [84035] = 4, - ACTIONS(1203), 1, + STATE(2045), 1, + aux_sym_formal_parameters_repeat1, + STATE(2179), 1, sym_comment, - ACTIONS(3975), 1, + [95792] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4028), 1, anon_sym_COMMA, - ACTIONS(3978), 1, + ACTIONS(4031), 1, anon_sym_RBRACE, - STATE(2112), 1, + STATE(2180), 2, + sym_comment, aux_sym_named_imports_repeat1, - [84048] = 2, - ACTIONS(1203), 1, + [95809] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(4033), 1, + sym_identifier, + STATE(2181), 1, + sym_comment, + STATE(2234), 1, + sym_formal_parameters, + [95828] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2182), 1, sym_comment, - ACTIONS(1499), 3, + ACTIONS(882), 3, + sym__automatic_semicolon, anon_sym_else, anon_sym_while, - anon_sym_finally, - [84057] = 2, - ACTIONS(1203), 1, + [95843] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(4035), 1, + sym_identifier, + STATE(2183), 1, sym_comment, - ACTIONS(3980), 3, - sym__automatic_semicolon, + STATE(2423), 1, + sym_formal_parameters, + [95862] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2184), 1, + sym_comment, + ACTIONS(2059), 3, + anon_sym_export, + anon_sym_class, + anon_sym_AT, + [95877] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3468), 1, + anon_sym_LPAREN, + ACTIONS(4037), 1, + sym_identifier, + STATE(2185), 1, + sym_comment, + STATE(2234), 1, + sym_formal_parameters, + [95896] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - anon_sym_SEMI, - [84066] = 4, - ACTIONS(1203), 1, + ACTIONS(3911), 1, + anon_sym_as, + STATE(2186), 1, sym_comment, - ACTIONS(3622), 1, + STATE(2515), 1, + sym__from_clause, + [95915] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3490), 1, anon_sym_COMMA, - ACTIONS(3703), 1, + ACTIONS(3494), 1, anon_sym_RBRACK, - STATE(1997), 1, + STATE(2065), 1, aux_sym_array_pattern_repeat1, - [84079] = 4, - ACTIONS(1203), 1, + STATE(2187), 1, sym_comment, - ACTIONS(2228), 1, - anon_sym_COMMA, - ACTIONS(2273), 1, - anon_sym_RBRACK, - STATE(1962), 1, - aux_sym_array_repeat1, - [84092] = 4, - ACTIONS(1203), 1, + [95934] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1557), 1, + anon_sym_while, + ACTIONS(4039), 1, + anon_sym_else, + STATE(2188), 1, sym_comment, - ACTIONS(3982), 1, + STATE(2587), 1, + sym_else_clause, + [95953] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4041), 1, anon_sym_COMMA, - ACTIONS(3985), 1, + ACTIONS(4044), 1, anon_sym_RBRACE, - STATE(2117), 1, - aux_sym_object_pattern_repeat1, - [84105] = 4, - ACTIONS(1203), 1, + STATE(2189), 2, sym_comment, - ACTIONS(2228), 1, + aux_sym_export_clause_repeat1, + [95970] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, anon_sym_COMMA, - ACTIONS(2273), 1, + ACTIONS(2359), 1, anon_sym_RBRACK, - STATE(2024), 1, + STATE(2032), 1, aux_sym_array_repeat1, - [84118] = 4, - ACTIONS(1203), 1, + STATE(2190), 1, sym_comment, - ACTIONS(3987), 1, - anon_sym_COMMA, - ACTIONS(3989), 1, - anon_sym_RBRACE, - STATE(2080), 1, - aux_sym_named_imports_repeat1, - [84131] = 4, - ACTIONS(1203), 1, + [95989] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3492), 1, + anon_sym_EQ, + STATE(2191), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(3994), 2, anon_sym_COMMA, - ACTIONS(3994), 1, - anon_sym_RBRACE, - STATE(2120), 1, - aux_sym_object_repeat1, - [84144] = 3, - ACTIONS(1203), 1, + anon_sym_RPAREN, + [96006] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4046), 1, + sym_identifier, + ACTIONS(4048), 1, + anon_sym_SEMI, + ACTIONS(4050), 1, + sym__automatic_semicolon, + STATE(2192), 1, sym_comment, - ACTIONS(3996), 1, - anon_sym_as, - ACTIONS(3998), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [84155] = 2, - ACTIONS(1203), 1, + [96025] = 6, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4052), 1, + sym_identifier, + ACTIONS(4054), 1, + anon_sym_SEMI, + ACTIONS(4056), 1, + sym__automatic_semicolon, + STATE(2193), 1, + sym_comment, + [96044] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2194), 1, sym_comment, - ACTIONS(1982), 3, + ACTIONS(2137), 3, anon_sym_export, anon_sym_class, anon_sym_AT, - [84164] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2483), 1, - sym_statement_block, - [84174] = 3, - ACTIONS(1203), 1, + [96059] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(4058), 1, + anon_sym_RPAREN, + STATE(2032), 1, + aux_sym_array_repeat1, + STATE(2195), 1, sym_comment, - ACTIONS(4000), 1, - anon_sym_LBRACE, - STATE(159), 1, - sym_statement_block, - [84184] = 3, - ACTIONS(1203), 1, + [96078] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2196), 1, sym_comment, - ACTIONS(4002), 1, - anon_sym_SEMI, - ACTIONS(4004), 1, + ACTIONS(4060), 3, sym__automatic_semicolon, - [84194] = 2, - ACTIONS(1203), 1, + anon_sym_from, + anon_sym_SEMI, + [96093] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3443), 1, + anon_sym_EQ, + STATE(2197), 1, sym_comment, - ACTIONS(1621), 2, - anon_sym_else, - anon_sym_while, - [84202] = 2, - ACTIONS(1203), 1, + ACTIONS(1870), 2, + anon_sym_in, + anon_sym_of, + [96110] = 6, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2333), 1, + anon_sym_COMMA, + ACTIONS(2359), 1, + anon_sym_RBRACK, + STATE(2062), 1, + aux_sym_array_repeat1, + STATE(2198), 1, sym_comment, - ACTIONS(1671), 2, - anon_sym_else, - anon_sym_while, - [84210] = 3, + [96129] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(4006), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4062), 1, sym_identifier, - ACTIONS(4008), 1, - anon_sym_STAR, - [84220] = 2, - ACTIONS(1203), 1, + STATE(1578), 1, + sym_decorator_member_expression, + STATE(1665), 1, + sym_decorator_call_expression, + STATE(2199), 1, sym_comment, - ACTIONS(1667), 2, - anon_sym_else, - anon_sym_while, - [84228] = 3, - ACTIONS(1203), 1, + [96148] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3592), 1, + anon_sym_LBRACE, + STATE(539), 1, + sym_class_body, + STATE(2200), 1, + sym_comment, + [96164] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4064), 1, + anon_sym_LBRACE, + STATE(163), 1, + sym_statement_block, + STATE(2201), 1, sym_comment, - ACTIONS(3191), 1, + [96180] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2357), 1, + STATE(2202), 1, + sym_comment, + STATE(2438), 1, sym_formal_parameters, - [84238] = 2, - ACTIONS(1203), 1, + [96196] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2203), 1, sym_comment, - ACTIONS(3758), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [84246] = 3, - ACTIONS(1203), 1, + STATE(2389), 1, + sym_formal_parameters, + [96212] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2204), 1, sym_comment, - ACTIONS(3191), 1, + STATE(2305), 1, + sym_statement_block, + [96228] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2381), 1, + STATE(2205), 1, + sym_comment, + STATE(2300), 1, sym_formal_parameters, - [84256] = 2, - ACTIONS(1203), 1, + [96244] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2206), 1, sym_comment, - ACTIONS(4010), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [84264] = 3, - ACTIONS(1203), 1, + STATE(2298), 1, + sym_formal_parameters, + [96260] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2207), 1, sym_comment, - ACTIONS(4012), 1, + STATE(2297), 1, + sym_formal_parameters, + [96276] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(903), 1, - sym_parenthesized_expression, - [84274] = 3, - ACTIONS(1203), 1, + STATE(2208), 1, sym_comment, - ACTIONS(3729), 1, + STATE(2292), 1, + sym_formal_parameters, + [96292] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2345), 1, - sym_statement_block, - [84284] = 3, - ACTIONS(1203), 1, + STATE(2209), 1, sym_comment, - ACTIONS(4014), 1, - anon_sym_LBRACE, - STATE(905), 1, + STATE(2290), 1, sym_statement_block, - [84294] = 2, - ACTIONS(1203), 1, + [96308] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2210), 1, sym_comment, - ACTIONS(1663), 2, - anon_sym_else, - anon_sym_while, - [84302] = 3, - ACTIONS(1203), 1, + STATE(2289), 1, + sym_formal_parameters, + [96324] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2211), 1, sym_comment, - ACTIONS(4012), 1, + STATE(2288), 1, + sym_formal_parameters, + [96340] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(118), 1, - sym_parenthesized_expression, - [84312] = 3, - ACTIONS(1203), 1, + STATE(2212), 1, sym_comment, - ACTIONS(4016), 1, + STATE(2285), 1, + sym_formal_parameters, + [96356] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(448), 1, - sym_statement_block, - [84322] = 3, - ACTIONS(1203), 1, + STATE(2213), 1, sym_comment, - ACTIONS(4012), 1, + STATE(2284), 1, + sym_statement_block, + [96372] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(110), 1, - sym_parenthesized_expression, - [84332] = 3, - ACTIONS(1203), 1, + STATE(2214), 1, sym_comment, - ACTIONS(4018), 1, + STATE(2283), 1, + sym_formal_parameters, + [96388] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1533), 1, - sym_statement_block, - [84342] = 3, - ACTIONS(1203), 1, + STATE(2215), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1540), 1, + STATE(2281), 1, sym_statement_block, - [84352] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4020), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [84360] = 3, - ACTIONS(1203), 1, + [96404] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2216), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1547), 1, - sym_statement_block, - [84370] = 3, - ACTIONS(1203), 1, + ACTIONS(4066), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96418] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2217), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(2502), 2, + anon_sym_LPAREN, + anon_sym_COLON, + [96432] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3631), 1, anon_sym_LBRACE, - STATE(1548), 1, - sym_statement_block, - [84380] = 3, - ACTIONS(1203), 1, + STATE(814), 1, + sym_class_body, + STATE(2218), 1, sym_comment, - ACTIONS(4018), 1, + [96448] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4068), 1, anon_sym_LBRACE, - STATE(1549), 1, + STATE(813), 1, sym_statement_block, - [84390] = 3, - ACTIONS(1203), 1, + STATE(2219), 1, sym_comment, - ACTIONS(4018), 1, + [96464] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4068), 1, anon_sym_LBRACE, - STATE(1552), 1, + STATE(812), 1, sym_statement_block, - [84400] = 3, - ACTIONS(1203), 1, + STATE(2220), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2113), 1, - sym_statement_block, - [84410] = 3, - ACTIONS(1203), 1, + [96480] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2221), 1, sym_comment, - ACTIONS(4022), 1, - anon_sym_LBRACE, - STATE(1276), 1, - sym_statement_block, - [84420] = 3, - ACTIONS(1203), 1, + STATE(2280), 1, + sym_formal_parameters, + [96496] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(76), 1, + sym_parenthesized_expression, + STATE(2222), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1553), 1, - sym_statement_block, - [84430] = 2, - ACTIONS(1203), 1, + [96512] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2223), 1, sym_comment, - ACTIONS(1661), 2, - anon_sym_else, - anon_sym_while, - [84438] = 3, - ACTIONS(1203), 1, + ACTIONS(4072), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96526] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(115), 1, + sym_parenthesized_expression, + STATE(2224), 1, sym_comment, - ACTIONS(4018), 1, + [96542] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4074), 1, anon_sym_LBRACE, - STATE(1554), 1, + STATE(462), 1, sym_statement_block, - [84448] = 3, - ACTIONS(1203), 1, + STATE(2225), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1555), 1, - sym_statement_block, - [84458] = 3, - ACTIONS(1203), 1, + [96558] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2226), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1556), 1, - sym_statement_block, - [84468] = 3, - ACTIONS(1203), 1, + ACTIONS(4076), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96572] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2227), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(4044), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96586] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3542), 1, anon_sym_LBRACE, - STATE(1557), 1, - sym_statement_block, - [84478] = 3, - ACTIONS(1203), 1, + STATE(205), 1, + sym_class_body, + STATE(2228), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1561), 1, - sym_statement_block, - [84488] = 3, - ACTIONS(1203), 1, + [96602] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2229), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(2025), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96616] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4080), 1, + anon_sym_STAR, + STATE(2230), 1, + sym_comment, + [96632] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4082), 1, anon_sym_LBRACE, - STATE(1528), 1, + STATE(212), 1, sym_statement_block, - [84498] = 3, - ACTIONS(1203), 1, + STATE(2231), 1, sym_comment, - ACTIONS(4018), 1, + [96648] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2232), 1, + sym_comment, + STATE(2463), 1, + sym_formal_parameters, + [96664] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4082), 1, anon_sym_LBRACE, - STATE(1562), 1, + STATE(218), 1, sym_statement_block, - [84508] = 3, - ACTIONS(1203), 1, + STATE(2233), 1, sym_comment, - ACTIONS(4018), 1, + [96680] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(1543), 1, + STATE(1320), 1, sym_statement_block, - [84518] = 3, - ACTIONS(1203), 1, + STATE(2234), 1, sym_comment, - ACTIONS(4012), 1, + [96696] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(105), 1, + STATE(107), 1, sym_parenthesized_expression, - [84528] = 2, - ACTIONS(1203), 1, + STATE(2235), 1, + sym_comment, + [96712] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2236), 1, sym_comment, - ACTIONS(2265), 2, + ACTIONS(2283), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84536] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1657), 2, - anon_sym_else, - anon_sym_while, - [84544] = 3, - ACTIONS(1203), 1, + [96726] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2237), 1, sym_comment, - ACTIONS(2729), 1, + ACTIONS(2189), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96740] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - ACTIONS(4024), 1, - anon_sym_EQ_GT, - [84554] = 3, - ACTIONS(1203), 1, + STATE(2238), 1, sym_comment, - ACTIONS(4018), 1, + STATE(2279), 1, + sym_formal_parameters, + [96756] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1559), 1, - sym_statement_block, - [84564] = 3, - ACTIONS(1203), 1, + STATE(2239), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1558), 1, + STATE(2467), 1, sym_statement_block, - [84574] = 3, - ACTIONS(1203), 1, + [96772] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2240), 1, sym_comment, - ACTIONS(2729), 1, - anon_sym_LPAREN, - ACTIONS(4026), 1, - anon_sym_EQ_GT, - [84584] = 3, - ACTIONS(1203), 1, + STATE(2470), 1, + sym_statement_block, + [96788] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2241), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(4086), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [96802] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1550), 1, + STATE(2242), 1, + sym_comment, + STATE(2471), 1, sym_statement_block, - [84594] = 2, - ACTIONS(1203), 1, + [96818] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2243), 1, sym_comment, - ACTIONS(3994), 2, + ACTIONS(4088), 2, anon_sym_COMMA, anon_sym_RBRACE, - [84602] = 3, - ACTIONS(3), 1, + [96832] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2244), 1, sym_comment, - ACTIONS(4028), 1, - sym_identifier, - ACTIONS(4030), 1, - anon_sym_STAR, - [84612] = 2, - ACTIONS(1203), 1, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [96846] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2245), 1, + sym_comment, + ACTIONS(1679), 2, + anon_sym_else, + anon_sym_while, + [96860] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2246), 1, sym_comment, - ACTIONS(3985), 2, + ACTIONS(4031), 2, anon_sym_COMMA, anon_sym_RBRACE, - [84620] = 2, - ACTIONS(1203), 1, + [96874] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2247), 1, sym_comment, - ACTIONS(4032), 2, + ACTIONS(872), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84628] = 3, - ACTIONS(1203), 1, + [96888] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(113), 1, + sym_parenthesized_expression, + STATE(2248), 1, sym_comment, - ACTIONS(4034), 1, - anon_sym_LBRACE, - STATE(2103), 1, - sym_statement_block, - [84638] = 3, - ACTIONS(1203), 1, + [96904] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2249), 1, sym_comment, - ACTIONS(4022), 1, - anon_sym_LBRACE, - STATE(1290), 1, - sym_statement_block, - [84648] = 3, + ACTIONS(1699), 2, + anon_sym_else, + anon_sym_while, + [96918] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(4036), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4092), 1, sym_identifier, - ACTIONS(4038), 1, + ACTIONS(4094), 1, anon_sym_STAR, - [84658] = 3, - ACTIONS(1203), 1, + STATE(2250), 1, sym_comment, - ACTIONS(4040), 1, + [96934] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(699), 1, + STATE(1584), 1, + sym_statement_block, + STATE(2251), 1, + sym_comment, + [96950] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2252), 1, + sym_comment, + ACTIONS(1687), 2, + anon_sym_else, + anon_sym_while, + [96964] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4098), 1, + anon_sym_LBRACE, + STATE(697), 1, sym_switch_body, - [84668] = 3, - ACTIONS(1203), 1, + STATE(2253), 1, sym_comment, - ACTIONS(4042), 1, + [96980] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4100), 1, anon_sym_LPAREN, - STATE(113), 1, + STATE(99), 1, sym__for_header, - [84678] = 3, - ACTIONS(1203), 1, + STATE(2254), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_LBRACE, - STATE(1293), 1, - sym_class_body, - [84688] = 3, - ACTIONS(1203), 1, + [96996] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2255), 1, sym_comment, - ACTIONS(4022), 1, + ACTIONS(3169), 2, + anon_sym_in, + anon_sym_of, + [97010] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2256), 1, + sym_comment, + STATE(2486), 1, + sym_formal_parameters, + [97026] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4102), 1, + anon_sym_LPAREN, + STATE(2257), 1, + sym_comment, + STATE(2735), 1, + sym_parenthesized_expression, + [97042] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(1295), 1, + STATE(1183), 1, sym_statement_block, - [84698] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1655), 2, - anon_sym_else, - anon_sym_while, - [84706] = 3, - ACTIONS(1203), 1, + STATE(2258), 1, sym_comment, - ACTIONS(4022), 1, + [97058] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(1296), 1, + STATE(1182), 1, sym_statement_block, - [84716] = 3, - ACTIONS(1203), 1, + STATE(2259), 1, sym_comment, - ACTIONS(4044), 1, - anon_sym_LPAREN, - STATE(2519), 1, - sym_parenthesized_expression, - [84726] = 2, - ACTIONS(1203), 1, + [97074] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2260), 1, sym_comment, - ACTIONS(4046), 2, + ACTIONS(4106), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84734] = 2, - ACTIONS(1203), 1, + [97088] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2261), 1, sym_comment, - ACTIONS(4048), 2, + ACTIONS(4108), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84742] = 3, - ACTIONS(1203), 1, + [97102] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2262), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(4110), 2, anon_sym_LBRACE, - STATE(1538), 1, - sym_statement_block, - [84752] = 2, - ACTIONS(1203), 1, + anon_sym_EQ_GT, + [97116] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2263), 1, sym_comment, - ACTIONS(2293), 2, + ACTIONS(2261), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84760] = 3, - ACTIONS(1203), 1, + [97130] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2264), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2340), 1, - sym_formal_parameters, - [84770] = 2, - ACTIONS(1203), 1, + ACTIONS(3994), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [97144] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2265), 1, sym_comment, - ACTIONS(2257), 2, + ACTIONS(2267), 2, sym__automatic_semicolon, anon_sym_SEMI, - [84778] = 3, - ACTIONS(1203), 1, + [97158] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2266), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(4112), 2, anon_sym_LBRACE, - STATE(1536), 1, - sym_statement_block, - [84788] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4018), 1, + anon_sym_EQ_GT, + [97172] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(1535), 1, + STATE(1124), 1, sym_statement_block, - [84798] = 3, - ACTIONS(1203), 1, + STATE(2267), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1534), 1, - sym_statement_block, - [84808] = 3, - ACTIONS(1203), 1, + [97188] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2259), 1, + sym_formal_parameters, + STATE(2268), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1531), 1, - sym_statement_block, - [84818] = 3, - ACTIONS(1203), 1, + [97204] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2258), 1, + sym_formal_parameters, + STATE(2269), 1, sym_comment, - ACTIONS(4018), 1, + [97220] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3546), 1, anon_sym_LBRACE, - STATE(1530), 1, - sym_statement_block, - [84828] = 3, - ACTIONS(1203), 1, + STATE(1181), 1, + sym_class_body, + STATE(2270), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1529), 1, - sym_statement_block, - [84838] = 2, - ACTIONS(1203), 1, + [97236] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2271), 1, sym_comment, - ACTIONS(1621), 2, + ACTIONS(1683), 2, anon_sym_else, anon_sym_while, - [84846] = 2, - ACTIONS(1203), 1, + [97250] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2272), 1, + sym_comment, + ACTIONS(4114), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97264] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2273), 1, + sym_comment, + ACTIONS(4116), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97278] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2274), 1, sym_comment, - ACTIONS(1653), 2, + ACTIONS(1669), 2, anon_sym_else, anon_sym_while, - [84854] = 3, + [97292] = 5, ACTIONS(3), 1, - sym_comment, - ACTIONS(4050), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(4052), 1, + ACTIONS(4120), 1, anon_sym_STAR, - [84864] = 2, - ACTIONS(1203), 1, + STATE(2275), 1, + sym_comment, + [97308] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2276), 1, sym_comment, - ACTIONS(1649), 2, + ACTIONS(1709), 2, anon_sym_else, anon_sym_while, - [84872] = 3, - ACTIONS(1203), 1, + [97322] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2277), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(1727), 2, + anon_sym_else, + anon_sym_while, + [97336] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3546), 1, anon_sym_LBRACE, - STATE(2096), 1, + STATE(1116), 1, sym_class_body, - [84882] = 3, - ACTIONS(1203), 1, + STATE(2278), 1, sym_comment, - ACTIONS(4034), 1, + [97352] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4082), 1, anon_sym_LBRACE, - STATE(2094), 1, + STATE(202), 1, sym_statement_block, - [84892] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1647), 2, - anon_sym_else, - anon_sym_while, - [84900] = 3, - ACTIONS(1203), 1, + STATE(2279), 1, sym_comment, - ACTIONS(4034), 1, + [97368] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4068), 1, anon_sym_LBRACE, - STATE(2092), 1, + STATE(869), 1, sym_statement_block, - [84910] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3569), 1, - anon_sym_LBRACE, - STATE(1312), 1, - sym_class_body, - [84920] = 2, - ACTIONS(1203), 1, + STATE(2280), 1, sym_comment, - ACTIONS(1643), 2, - anon_sym_else, - anon_sym_while, - [84928] = 3, - ACTIONS(1203), 1, + [97384] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2281), 1, sym_comment, - ACTIONS(4054), 1, + ACTIONS(4122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97398] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4124), 1, anon_sym_SEMI, - ACTIONS(4056), 1, + ACTIONS(4126), 1, sym__automatic_semicolon, - [84938] = 3, - ACTIONS(1203), 1, + STATE(2282), 1, sym_comment, - ACTIONS(4022), 1, + [97414] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1315), 1, - sym_statement_block, - [84948] = 3, - ACTIONS(1203), 1, + STATE(2283), 1, sym_comment, - ACTIONS(4022), 1, - anon_sym_LBRACE, - STATE(1316), 1, + STATE(2516), 1, sym_statement_block, - [84958] = 3, - ACTIONS(1203), 1, + [97430] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2284), 1, sym_comment, - ACTIONS(4058), 1, - anon_sym_SEMI, - ACTIONS(4060), 1, - sym__automatic_semicolon, - [84968] = 3, - ACTIONS(1203), 1, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97444] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2285), 1, sym_comment, - ACTIONS(4062), 1, + STATE(2517), 1, + sym_statement_block, + [97460] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4130), 1, anon_sym_SEMI, - ACTIONS(4064), 1, + ACTIONS(4132), 1, sym__automatic_semicolon, - [84978] = 3, - ACTIONS(1203), 1, + STATE(2286), 1, sym_comment, - ACTIONS(4066), 1, + [97476] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4134), 1, anon_sym_SEMI, - ACTIONS(4068), 1, + ACTIONS(4136), 1, sym__automatic_semicolon, - [84988] = 3, - ACTIONS(1203), 1, + STATE(2287), 1, sym_comment, - ACTIONS(4070), 1, + [97492] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1153), 1, - sym_statement_block, - [84998] = 3, - ACTIONS(1203), 1, + STATE(2288), 1, sym_comment, - ACTIONS(4022), 1, - anon_sym_LBRACE, - STATE(1319), 1, + STATE(2518), 1, sym_statement_block, - [85008] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3569), 1, + [97508] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1320), 1, - sym_class_body, - [85018] = 3, - ACTIONS(1203), 1, + STATE(2289), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_LBRACE, - STATE(1532), 1, + STATE(2523), 1, sym_statement_block, - [85028] = 3, - ACTIONS(1203), 1, + [97524] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2290), 1, sym_comment, - ACTIONS(4018), 1, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97538] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2291), 1, + sym_comment, + ACTIONS(4138), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97552] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1541), 1, + STATE(2292), 1, + sym_comment, + STATE(2528), 1, sym_statement_block, - [85038] = 3, - ACTIONS(1203), 1, + [97568] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2293), 1, sym_comment, - ACTIONS(4034), 1, + STATE(2546), 1, + sym_formal_parameters, + [97584] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2294), 1, + sym_comment, + STATE(2551), 1, + sym_formal_parameters, + [97600] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2295), 1, + sym_comment, + ACTIONS(1735), 2, + anon_sym_else, + anon_sym_while, + [97614] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2296), 1, + sym_comment, + STATE(2552), 1, + sym_formal_parameters, + [97630] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2066), 1, - sym_statement_block, - [85048] = 3, - ACTIONS(1203), 1, + STATE(2297), 1, sym_comment, - ACTIONS(3620), 1, + STATE(2555), 1, + sym_statement_block, + [97646] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2065), 1, - sym_class_body, - [85058] = 3, - ACTIONS(1203), 1, + STATE(2298), 1, sym_comment, - ACTIONS(4072), 1, + STATE(2556), 1, + sym_statement_block, + [97662] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4140), 1, anon_sym_LPAREN, - STATE(780), 1, + STATE(558), 1, sym_parenthesized_expression, - [85068] = 3, - ACTIONS(1203), 1, + STATE(2299), 1, sym_comment, - ACTIONS(3597), 1, + [97678] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1139), 1, - sym_class_body, - [85078] = 3, - ACTIONS(1203), 1, + STATE(2300), 1, sym_comment, - ACTIONS(4074), 1, + STATE(2557), 1, + sym_statement_block, + [97694] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4142), 1, anon_sym_LBRACE, - STATE(771), 1, + STATE(833), 1, sym_statement_block, - [85088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4078), 1, - sym_private_property_identifier, - [85098] = 3, - ACTIONS(1203), 1, + STATE(2301), 1, sym_comment, - ACTIONS(3743), 1, - anon_sym_DOT, - ACTIONS(3772), 1, - anon_sym_GT, - [85108] = 3, - ACTIONS(1203), 1, + [97710] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2302), 1, sym_comment, - ACTIONS(3739), 1, - anon_sym_COLON, - ACTIONS(3772), 1, - anon_sym_GT, - [85118] = 3, - ACTIONS(1203), 1, + ACTIONS(4144), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [97724] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4146), 1, + anon_sym_SEMI, + ACTIONS(4148), 1, + sym__automatic_semicolon, + STATE(2303), 1, sym_comment, - ACTIONS(4012), 1, + [97740] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(114), 1, + STATE(91), 1, sym_parenthesized_expression, - [85128] = 2, - ACTIONS(1203), 1, + STATE(2304), 1, + sym_comment, + [97756] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2305), 1, + sym_comment, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [97770] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2306), 1, sym_comment, - ACTIONS(1645), 2, + ACTIONS(1735), 2, anon_sym_else, anon_sym_while, - [85136] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3461), 1, + [97784] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3570), 1, anon_sym_LBRACE, - STATE(167), 1, + STATE(182), 1, sym_class_body, - [85146] = 3, - ACTIONS(1203), 1, + STATE(2307), 1, sym_comment, - ACTIONS(4080), 1, + [97800] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4150), 1, anon_sym_LBRACE, - STATE(169), 1, + STATE(179), 1, sym_statement_block, - [85156] = 3, - ACTIONS(3), 1, + STATE(2308), 1, sym_comment, - ACTIONS(4082), 1, + [97816] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4152), 1, sym_identifier, - ACTIONS(4084), 1, + ACTIONS(4154), 1, anon_sym_STAR, - [85166] = 2, - ACTIONS(1203), 1, + STATE(2309), 1, sym_comment, - ACTIONS(1677), 2, + [97832] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2310), 1, + sym_comment, + ACTIONS(1737), 2, anon_sym_else, anon_sym_while, - [85174] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4022), 1, + [97846] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1323), 1, + STATE(1581), 1, sym_statement_block, - [85184] = 3, - ACTIONS(1203), 1, + STATE(2311), 1, sym_comment, - ACTIONS(4070), 1, + [97862] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1128), 1, + STATE(1590), 1, sym_statement_block, - [85194] = 3, - ACTIONS(1203), 1, + STATE(2312), 1, sym_comment, - ACTIONS(4070), 1, + [97878] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4156), 1, anon_sym_LBRACE, - STATE(1123), 1, + STATE(471), 1, sym_statement_block, - [85204] = 3, - ACTIONS(1203), 1, + STATE(2313), 1, sym_comment, - ACTIONS(3739), 1, + [97894] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, anon_sym_COLON, - ACTIONS(3741), 1, + ACTIONS(3947), 1, anon_sym_GT, - [85214] = 3, - ACTIONS(1203), 1, + STATE(2314), 1, sym_comment, - ACTIONS(3569), 1, + [97910] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1324), 1, - sym_class_body, - [85224] = 3, - ACTIONS(1203), 1, + STATE(1598), 1, + sym_statement_block, + STATE(2315), 1, sym_comment, - ACTIONS(3741), 1, - anon_sym_GT, - ACTIONS(3743), 1, + [97926] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3828), 1, anon_sym_DOT, - [85234] = 3, - ACTIONS(1203), 1, + ACTIONS(3947), 1, + anon_sym_GT, + STATE(2316), 1, sym_comment, - ACTIONS(4086), 1, + [97942] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2317), 1, + sym_comment, + ACTIONS(1763), 2, + anon_sym_else, + anon_sym_while, + [97956] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(460), 1, + STATE(2243), 1, sym_statement_block, - [85244] = 2, - ACTIONS(1203), 1, + STATE(2318), 1, sym_comment, - ACTIONS(4088), 2, - anon_sym_GT, - anon_sym_DOT, - [85252] = 2, - ACTIONS(3), 1, + [97972] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1604), 1, + sym_statement_block, + STATE(2319), 1, sym_comment, - ACTIONS(4090), 2, - sym_jsx_identifier, - sym_identifier, - [85260] = 3, - ACTIONS(1203), 1, + [97988] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1603), 1, + sym_statement_block, + STATE(2320), 1, sym_comment, - ACTIONS(3567), 1, + [98004] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(653), 1, - sym_class_body, - [85270] = 3, - ACTIONS(1203), 1, + STATE(538), 1, + sym_statement_block, + STATE(2321), 1, sym_comment, - ACTIONS(4092), 1, + [98020] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(646), 1, + STATE(1599), 1, sym_statement_block, - [85280] = 3, - ACTIONS(1203), 1, + STATE(2322), 1, + sym_comment, + [98036] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4160), 1, + anon_sym_SEMI, + ACTIONS(4162), 1, + sym__automatic_semicolon, + STATE(2323), 1, sym_comment, - ACTIONS(3729), 1, + [98052] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2260), 1, + STATE(2177), 1, sym_statement_block, - [85290] = 3, - ACTIONS(1203), 1, + STATE(2324), 1, sym_comment, - ACTIONS(4044), 1, + [98068] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2266), 1, - sym_parenthesized_expression, - [85300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4094), 1, - sym_identifier, - ACTIONS(4096), 1, - anon_sym_STAR, - [85310] = 3, - ACTIONS(1203), 1, + STATE(2242), 1, + sym_formal_parameters, + STATE(2325), 1, sym_comment, - ACTIONS(4080), 1, + [98084] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4150), 1, anon_sym_LBRACE, - STATE(175), 1, + STATE(173), 1, sym_statement_block, - [85320] = 3, - ACTIONS(1203), 1, + STATE(2326), 1, sym_comment, - ACTIONS(4080), 1, + [98100] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4150), 1, anon_sym_LBRACE, - STATE(177), 1, + STATE(172), 1, sym_statement_block, - [85330] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4098), 1, - anon_sym_SEMI, - ACTIONS(4100), 1, - sym__automatic_semicolon, - [85340] = 3, - ACTIONS(1203), 1, + STATE(2327), 1, sym_comment, - ACTIONS(4018), 1, + [98116] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(1544), 1, + STATE(1338), 1, sym_statement_block, - [85350] = 3, - ACTIONS(1203), 1, + STATE(2328), 1, + sym_comment, + [98132] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2240), 1, + sym_formal_parameters, + STATE(2329), 1, sym_comment, - ACTIONS(3461), 1, + [98148] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3570), 1, anon_sym_LBRACE, - STATE(179), 1, + STATE(171), 1, sym_class_body, - [85360] = 3, - ACTIONS(1203), 1, + STATE(2330), 1, sym_comment, - ACTIONS(4092), 1, + [98164] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(588), 1, + STATE(646), 1, sym_statement_block, - [85370] = 3, - ACTIONS(1203), 1, + STATE(2331), 1, sym_comment, - ACTIONS(4092), 1, + [98180] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(586), 1, + STATE(648), 1, sym_statement_block, - [85380] = 3, - ACTIONS(1203), 1, + STATE(2332), 1, sym_comment, - ACTIONS(3567), 1, + [98196] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3592), 1, anon_sym_LBRACE, - STATE(579), 1, + STATE(653), 1, sym_class_body, - [85390] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4102), 1, - anon_sym_SEMI, - ACTIONS(4104), 1, - sym__automatic_semicolon, - [85400] = 3, - ACTIONS(1203), 1, + STATE(2333), 1, sym_comment, - ACTIONS(4012), 1, + [98212] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(108), 1, - sym_parenthesized_expression, - [85410] = 3, - ACTIONS(1203), 1, + STATE(2239), 1, + sym_formal_parameters, + STATE(2334), 1, sym_comment, - ACTIONS(4080), 1, + [98228] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2335), 1, + sym_comment, + ACTIONS(1765), 2, + anon_sym_else, + anon_sym_while, + [98242] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4150), 1, anon_sym_LBRACE, - STATE(181), 1, + STATE(187), 1, sym_statement_block, - [85420] = 3, - ACTIONS(1203), 1, + STATE(2336), 1, sym_comment, - ACTIONS(4092), 1, + [98258] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4158), 1, anon_sym_LBRACE, - STATE(569), 1, + STATE(658), 1, sym_statement_block, - [85430] = 3, - ACTIONS(1203), 1, + STATE(2337), 1, sym_comment, - ACTIONS(3778), 1, + [98274] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3953), 1, anon_sym_LBRACE, - STATE(548), 1, + STATE(664), 1, sym_statement_block, - [85440] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4106), 1, - anon_sym_SEMI, - ACTIONS(4108), 1, - sym__automatic_semicolon, - [85450] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4110), 1, - anon_sym_SEMI, - ACTIONS(4112), 1, - sym__automatic_semicolon, - [85460] = 3, - ACTIONS(1203), 1, + STATE(2338), 1, sym_comment, - ACTIONS(3191), 1, + [98290] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2339), 1, + STATE(2204), 1, sym_formal_parameters, - [85470] = 2, - ACTIONS(1203), 1, + STATE(2339), 1, sym_comment, - ACTIONS(1679), 2, - anon_sym_else, - anon_sym_while, - [85478] = 2, - ACTIONS(1203), 1, + [98306] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2209), 1, + sym_formal_parameters, + STATE(2340), 1, sym_comment, - ACTIONS(1681), 2, - anon_sym_else, - anon_sym_while, - [85486] = 3, - ACTIONS(1203), 1, + [98322] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2213), 1, + sym_formal_parameters, + STATE(2341), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_SEMI, - ACTIONS(4116), 1, - sym__automatic_semicolon, - [85496] = 3, - ACTIONS(1203), 1, + [98338] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2342), 1, sym_comment, - ACTIONS(4118), 1, - anon_sym_SEMI, - ACTIONS(4120), 1, - sym__automatic_semicolon, - [85506] = 3, - ACTIONS(1203), 1, + ACTIONS(4164), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98352] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1586), 1, + sym_statement_block, + STATE(2343), 1, sym_comment, - ACTIONS(4012), 1, + [98368] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(112), 1, + STATE(84), 1, sym_parenthesized_expression, - [85516] = 3, - ACTIONS(1203), 1, + STATE(2344), 1, + sym_comment, + [98384] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2345), 1, sym_comment, - ACTIONS(4122), 1, + ACTIONS(3931), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [98398] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(449), 1, + STATE(1565), 1, sym_statement_block, - [85526] = 3, - ACTIONS(1203), 1, + STATE(2346), 1, sym_comment, - ACTIONS(4012), 1, + [98414] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1566), 1, + sym_statement_block, + STATE(2347), 1, + sym_comment, + [98430] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(116), 1, + STATE(81), 1, sym_parenthesized_expression, - [85536] = 2, - ACTIONS(1203), 1, + STATE(2348), 1, sym_comment, - ACTIONS(1685), 2, - anon_sym_else, - anon_sym_while, - [85544] = 2, - ACTIONS(3), 1, + [98446] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4166), 1, + anon_sym_LBRACE, + STATE(465), 1, + sym_statement_block, + STATE(2349), 1, sym_comment, - ACTIONS(4124), 2, - sym_jsx_identifier, - sym_identifier, - [85552] = 2, - ACTIONS(1203), 1, + [98462] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1568), 1, + sym_statement_block, + STATE(2350), 1, + sym_comment, + [98478] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1569), 1, + sym_statement_block, + STATE(2351), 1, + sym_comment, + [98494] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2352), 1, sym_comment, - ACTIONS(4126), 2, + ACTIONS(4168), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85560] = 2, - ACTIONS(1203), 1, + [98508] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, + anon_sym_LBRACE, + STATE(1324), 1, + sym_class_body, + STATE(2353), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85568] = 3, - ACTIONS(3), 1, + [98524] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1570), 1, + sym_statement_block, + STATE(2354), 1, sym_comment, - ACTIONS(4128), 1, - sym_identifier, - ACTIONS(4130), 1, - anon_sym_STAR, - [85578] = 3, - ACTIONS(1203), 1, + [98540] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1571), 1, + sym_statement_block, + STATE(2355), 1, sym_comment, - ACTIONS(4070), 1, + [98556] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1142), 1, + STATE(1576), 1, sym_statement_block, - [85588] = 2, - ACTIONS(1203), 1, + STATE(2356), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85596] = 2, - ACTIONS(1203), 1, + [98572] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2215), 1, + sym_formal_parameters, + STATE(2357), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85604] = 2, - ACTIONS(1203), 1, + [98588] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2216), 1, + sym_statement_block, + STATE(2358), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85612] = 2, - ACTIONS(1203), 1, + [98604] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4170), 1, + sym_identifier, + ACTIONS(4172), 1, + anon_sym_STAR, + STATE(2359), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85620] = 2, - ACTIONS(1203), 1, + [98620] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2360), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1731), 2, anon_sym_else, anon_sym_while, - [85628] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3597), 1, + [98634] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4068), 1, anon_sym_LBRACE, - STATE(1146), 1, - sym_class_body, - [85638] = 3, - ACTIONS(1203), 1, + STATE(715), 1, + sym_statement_block, + STATE(2361), 1, sym_comment, - ACTIONS(4132), 1, - anon_sym_SEMI, - ACTIONS(4134), 1, - sym__automatic_semicolon, - [85648] = 2, - ACTIONS(1203), 1, + [98650] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2219), 1, + sym_formal_parameters, + STATE(2362), 1, sym_comment, - ACTIONS(2267), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85656] = 2, - ACTIONS(1203), 1, + [98666] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2220), 1, + sym_formal_parameters, + STATE(2363), 1, sym_comment, - ACTIONS(2241), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85664] = 2, - ACTIONS(1203), 1, + [98682] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2364), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1777), 2, anon_sym_else, anon_sym_while, - [85672] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2307), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85680] = 2, - ACTIONS(1203), 1, + [98696] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2365), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1675), 2, anon_sym_else, anon_sym_while, - [85688] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4136), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85696] = 2, - ACTIONS(1203), 1, + [98710] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2366), 1, sym_comment, - ACTIONS(4138), 2, + ACTIONS(2271), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85704] = 2, - ACTIONS(1203), 1, + [98724] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2367), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1675), 2, anon_sym_else, anon_sym_while, - [85712] = 2, - ACTIONS(1203), 1, + [98738] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3631), 1, + anon_sym_LBRACE, + STATE(711), 1, + sym_class_body, + STATE(2368), 1, sym_comment, - ACTIONS(4140), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85720] = 2, - ACTIONS(1203), 1, + [98754] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1564), 1, + sym_statement_block, + STATE(2369), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85728] = 3, - ACTIONS(1203), 1, + [98770] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1592), 1, + sym_statement_block, + STATE(2370), 1, sym_comment, - ACTIONS(4042), 1, - anon_sym_LPAREN, - STATE(84), 1, - sym__for_header, - [85738] = 3, - ACTIONS(1203), 1, + [98786] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1595), 1, + sym_statement_block, + STATE(2371), 1, sym_comment, - ACTIONS(4142), 1, + [98802] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4174), 1, anon_sym_LBRACE, - STATE(2620), 1, - sym_switch_body, - [85748] = 3, - ACTIONS(1203), 1, + STATE(2170), 1, + sym_statement_block, + STATE(2372), 1, sym_comment, - ACTIONS(4144), 1, + [98818] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(728), 1, + STATE(1281), 1, + sym_statement_block, + STATE(2373), 1, + sym_comment, + [98834] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, + anon_sym_LBRACE, + STATE(1356), 1, + sym_class_body, + STATE(2374), 1, + sym_comment, + [98850] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4176), 1, + anon_sym_LBRACE, + STATE(759), 1, sym_switch_body, - [85758] = 3, - ACTIONS(1203), 1, + STATE(2375), 1, sym_comment, - ACTIONS(4042), 1, + [98866] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4100), 1, anon_sym_LPAREN, - STATE(86), 1, + STATE(75), 1, sym__for_header, - [85768] = 2, - ACTIONS(1203), 1, + STATE(2376), 1, sym_comment, - ACTIONS(4146), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85776] = 2, - ACTIONS(1203), 1, + [98882] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, + anon_sym_LBRACE, + STATE(1358), 1, + sym_statement_block, + STATE(2377), 1, sym_comment, - ACTIONS(4148), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85784] = 2, - ACTIONS(1203), 1, + [98898] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, + anon_sym_LBRACE, + STATE(1359), 1, + sym_statement_block, + STATE(2378), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85792] = 2, - ACTIONS(1203), 1, + [98914] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2379), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1749), 2, anon_sym_else, anon_sym_while, - [85800] = 2, - ACTIONS(1203), 1, + [98928] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4178), 1, + sym_identifier, + ACTIONS(4180), 1, + anon_sym_STAR, + STATE(2380), 1, sym_comment, - ACTIONS(2255), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85808] = 2, - ACTIONS(1203), 1, + [98944] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4182), 1, + anon_sym_LBRACE, + STATE(957), 1, + sym_statement_block, + STATE(2381), 1, + sym_comment, + [98960] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2382), 1, sym_comment, - ACTIONS(4150), 2, + ACTIONS(4184), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85816] = 2, - ACTIONS(1203), 1, + [98974] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2383), 1, sym_comment, - ACTIONS(4152), 2, + ACTIONS(4186), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85824] = 2, - ACTIONS(1203), 1, + [98988] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2384), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1753), 2, anon_sym_else, anon_sym_while, - [85832] = 2, - ACTIONS(1203), 1, + [99002] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2385), 1, sym_comment, - ACTIONS(2305), 2, + ACTIONS(2289), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85840] = 2, - ACTIONS(1203), 1, + [99016] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2386), 1, sym_comment, - ACTIONS(3952), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [85848] = 2, - ACTIONS(1203), 1, + ACTIONS(4188), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99030] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2387), 1, sym_comment, - ACTIONS(2303), 2, + ACTIONS(2287), 2, sym__automatic_semicolon, anon_sym_SEMI, - [85856] = 3, - ACTIONS(1203), 1, + [99044] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3828), 1, + anon_sym_DOT, + ACTIONS(3877), 1, + anon_sym_GT, + STATE(2388), 1, sym_comment, - ACTIONS(3493), 1, + [99060] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(206), 1, - sym_class_body, - [85866] = 3, - ACTIONS(1203), 1, + STATE(2389), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, + STATE(2562), 1, + sym_statement_block, + [99076] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, + anon_sym_COLON, + ACTIONS(3877), 1, + anon_sym_GT, + STATE(2390), 1, + sym_comment, + [99092] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, STATE(2391), 1, - sym_formal_parameters, - [85876] = 3, - ACTIONS(1203), 1, sym_comment, - ACTIONS(4022), 1, + ACTIONS(4190), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [99106] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1258), 1, + STATE(1600), 1, sym_statement_block, - [85886] = 2, - ACTIONS(1203), 1, + STATE(2392), 1, sym_comment, - ACTIONS(4154), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [85894] = 3, - ACTIONS(1203), 1, + [99122] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1596), 1, + sym_statement_block, + STATE(2393), 1, sym_comment, - ACTIONS(4012), 1, - anon_sym_LPAREN, - STATE(92), 1, - sym_parenthesized_expression, - [85904] = 3, - ACTIONS(1203), 1, + [99138] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1593), 1, + sym_statement_block, + STATE(2394), 1, sym_comment, - ACTIONS(3729), 1, + [99154] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1732), 1, + STATE(1591), 1, sym_statement_block, - [85914] = 2, - ACTIONS(1203), 1, + STATE(2395), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85922] = 2, - ACTIONS(1203), 1, + [99170] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2396), 1, + sym_comment, + ACTIONS(4192), 2, + anon_sym_GT, + anon_sym_DOT, + [99184] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2397), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1755), 2, anon_sym_else, anon_sym_while, - [85930] = 2, - ACTIONS(1203), 1, + [99198] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2398), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1757), 2, anon_sym_else, anon_sym_while, - [85938] = 2, - ACTIONS(1203), 1, + [99212] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2399), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [85946] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4012), 1, - anon_sym_LPAREN, - STATE(93), 1, - sym_parenthesized_expression, - [85956] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2383), 1, - sym_formal_parameters, - [85966] = 3, - ACTIONS(1203), 1, + [99226] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1589), 1, + sym_statement_block, + STATE(2400), 1, sym_comment, - ACTIONS(4022), 1, + [99242] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(1252), 1, + STATE(1587), 1, sym_statement_block, - [85976] = 3, - ACTIONS(1203), 1, + STATE(2401), 1, sym_comment, - ACTIONS(4156), 1, + [99258] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, anon_sym_LBRACE, - STATE(212), 1, + STATE(1577), 1, sym_statement_block, - [85986] = 2, - ACTIONS(1203), 1, + STATE(2402), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [85994] = 2, - ACTIONS(1203), 1, + [99274] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2403), 1, sym_comment, - ACTIONS(1631), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86002] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4158), 1, + [99288] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4194), 1, anon_sym_SEMI, - ACTIONS(4160), 1, + ACTIONS(4196), 1, sym__automatic_semicolon, - [86012] = 2, - ACTIONS(1203), 1, + STATE(2404), 1, sym_comment, - ACTIONS(1986), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [86020] = 2, - ACTIONS(1203), 1, + [99304] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3692), 1, + anon_sym_LBRACE, + STATE(2159), 1, + sym_class_body, + STATE(2405), 1, sym_comment, - ACTIONS(1631), 2, - anon_sym_else, - anon_sym_while, - [86028] = 3, - ACTIONS(1203), 1, + [99320] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4174), 1, + anon_sym_LBRACE, + STATE(2157), 1, + sym_statement_block, + STATE(2406), 1, sym_comment, - ACTIONS(4162), 1, + [99336] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4174), 1, + anon_sym_LBRACE, + STATE(2153), 1, + sym_statement_block, + STATE(2407), 1, + sym_comment, + [99352] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4198), 1, anon_sym_SEMI, - ACTIONS(4164), 1, + ACTIONS(4200), 1, sym__automatic_semicolon, - [86038] = 3, - ACTIONS(1203), 1, + STATE(2408), 1, sym_comment, - ACTIONS(4166), 1, + [99368] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4202), 1, anon_sym_SEMI, - ACTIONS(4168), 1, + ACTIONS(4204), 1, sym__automatic_semicolon, - [86048] = 3, - ACTIONS(1203), 1, + STATE(2409), 1, sym_comment, - ACTIONS(4170), 1, - anon_sym_SEMI, - ACTIONS(4172), 1, + [99384] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, + anon_sym_LBRACE, + STATE(1372), 1, + sym_class_body, + STATE(2410), 1, + sym_comment, + [99400] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2411), 1, + sym_comment, + ACTIONS(4206), 2, sym__automatic_semicolon, - [86058] = 2, - ACTIONS(1203), 1, + anon_sym_SEMI, + [99414] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2412), 1, sym_comment, - ACTIONS(1627), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86066] = 3, - ACTIONS(1203), 1, + [99428] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2413), 1, sym_comment, - ACTIONS(3739), 1, - anon_sym_COLON, - ACTIONS(3837), 1, - anon_sym_GT, - [86076] = 3, - ACTIONS(1203), 1, + STATE(2568), 1, + sym_formal_parameters, + [99444] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, + anon_sym_LBRACE, + STATE(1375), 1, + sym_statement_block, + STATE(2414), 1, + sym_comment, + [99460] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, + anon_sym_LBRACE, + STATE(1376), 1, + sym_statement_block, + STATE(2415), 1, sym_comment, - ACTIONS(3743), 1, - anon_sym_DOT, - ACTIONS(3837), 1, - anon_sym_GT, - [86086] = 2, - ACTIONS(1203), 1, + [99476] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2416), 1, sym_comment, - ACTIONS(1675), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86094] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3569), 1, + [99490] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(1242), 1, - sym_class_body, - [86104] = 2, - ACTIONS(1203), 1, + STATE(1186), 1, + sym_statement_block, + STATE(2417), 1, + sym_comment, + [99506] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2418), 1, sym_comment, - ACTIONS(1619), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86112] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4174), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [86120] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4176), 1, + [99520] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4208), 1, anon_sym_LPAREN, - STATE(856), 1, + STATE(564), 1, sym_parenthesized_expression, - [86130] = 3, - ACTIONS(1203), 1, + STATE(2419), 1, sym_comment, - ACTIONS(3513), 1, + [99536] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(685), 1, - sym_class_body, - [86140] = 3, - ACTIONS(1203), 1, + STATE(1379), 1, + sym_statement_block, + STATE(2420), 1, sym_comment, - ACTIONS(4178), 1, + [99552] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4210), 1, anon_sym_LBRACE, - STATE(850), 1, + STATE(847), 1, sym_statement_block, - [86150] = 2, - ACTIONS(1203), 1, + STATE(2421), 1, sym_comment, - ACTIONS(1617), 2, - anon_sym_else, - anon_sym_while, - [86158] = 3, - ACTIONS(1203), 1, + [99568] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4082), 1, + anon_sym_LBRACE, + STATE(203), 1, + sym_statement_block, + STATE(2422), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2411), 1, - sym_formal_parameters, - [86168] = 3, - ACTIONS(1203), 1, + [99584] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, + anon_sym_LBRACE, + STATE(1334), 1, + sym_statement_block, + STATE(2423), 1, sym_comment, - ACTIONS(3191), 1, + [99600] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2413), 1, + STATE(2231), 1, sym_formal_parameters, - [86178] = 3, - ACTIONS(1203), 1, + STATE(2424), 1, sym_comment, - ACTIONS(4180), 1, + [99616] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(689), 1, + STATE(1340), 1, sym_statement_block, - [86188] = 3, - ACTIONS(1203), 1, + STATE(2425), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2419), 1, - sym_statement_block, - [86198] = 3, - ACTIONS(1203), 1, + [99632] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2233), 1, + sym_formal_parameters, + STATE(2426), 1, sym_comment, - ACTIONS(3485), 1, + [99648] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3657), 1, anon_sym_LBRACE, - STATE(173), 1, + STATE(177), 1, sym_class_body, - [86208] = 3, - ACTIONS(1203), 1, + STATE(2427), 1, sym_comment, - ACTIONS(4182), 1, + [99664] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4212), 1, anon_sym_LBRACE, STATE(180), 1, sym_statement_block, - [86218] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2421), 1, - sym_formal_parameters, - [86228] = 2, - ACTIONS(1203), 1, + STATE(2428), 1, sym_comment, - ACTIONS(3875), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [86236] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4184), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [86244] = 3, - ACTIONS(1203), 1, + [99680] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, + anon_sym_LBRACE, + STATE(1380), 1, + sym_class_body, + STATE(2429), 1, sym_comment, - ACTIONS(3191), 1, + [99696] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2123), 1, + STATE(2430), 1, + sym_comment, + STATE(2577), 1, sym_formal_parameters, - [86254] = 3, - ACTIONS(1203), 1, + [99712] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4214), 1, + anon_sym_SEMI, + ACTIONS(4216), 1, + sym__automatic_semicolon, + STATE(2431), 1, sym_comment, - ACTIONS(3739), 1, + [99728] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3542), 1, + anon_sym_LBRACE, + STATE(204), 1, + sym_class_body, + STATE(2432), 1, + sym_comment, + [99744] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, anon_sym_COLON, - ACTIONS(3879), 1, + ACTIONS(3844), 1, anon_sym_GT, - [86264] = 3, - ACTIONS(1203), 1, + STATE(2433), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2430), 1, - sym_formal_parameters, - [86274] = 3, - ACTIONS(1203), 1, + [99760] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1583), 1, + sym_statement_block, + STATE(2434), 1, sym_comment, - ACTIONS(3743), 1, + [99776] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3828), 1, anon_sym_DOT, - ACTIONS(3879), 1, + ACTIONS(3844), 1, anon_sym_GT, - [86284] = 2, - ACTIONS(1203), 1, + STATE(2435), 1, + sym_comment, + [99792] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2436), 1, sym_comment, - ACTIONS(1607), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [86292] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2436), 1, - sym_formal_parameters, - [86302] = 3, - ACTIONS(1203), 1, + [99806] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1582), 1, + sym_statement_block, + STATE(2437), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2445), 1, - sym_formal_parameters, - [86312] = 3, - ACTIONS(1203), 1, + [99822] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2438), 1, sym_comment, - ACTIONS(3475), 1, + STATE(2580), 1, + sym_statement_block, + [99838] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3662), 1, anon_sym_LBRACE, - STATE(518), 1, + STATE(647), 1, sym_class_body, - [86322] = 3, - ACTIONS(1203), 1, + STATE(2439), 1, sym_comment, - ACTIONS(4186), 1, + [99854] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4218), 1, anon_sym_LBRACE, - STATE(519), 1, + STATE(654), 1, sym_statement_block, - [86332] = 3, - ACTIONS(1203), 1, + STATE(2440), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2446), 1, - sym_formal_parameters, - [86342] = 3, - ACTIONS(1203), 1, + [99870] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4174), 1, + anon_sym_LBRACE, + STATE(2098), 1, + sym_statement_block, + STATE(2441), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2449), 1, - sym_formal_parameters, - [86352] = 3, - ACTIONS(1203), 1, + [99886] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4220), 1, + anon_sym_SEMI, + ACTIONS(4222), 1, + sym__automatic_semicolon, + STATE(2442), 1, sym_comment, - ACTIONS(3729), 1, + [99902] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3692), 1, anon_sym_LBRACE, - STATE(2450), 1, - sym_statement_block, - [86362] = 3, - ACTIONS(1203), 1, + STATE(2093), 1, + sym_class_body, + STATE(2443), 1, sym_comment, - ACTIONS(4182), 1, + [99918] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2444), 1, + sym_comment, + ACTIONS(4224), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [99932] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4212), 1, anon_sym_LBRACE, - STATE(182), 1, + STATE(188), 1, sym_statement_block, - [86372] = 3, - ACTIONS(1203), 1, + STATE(2445), 1, sym_comment, - ACTIONS(4182), 1, + [99948] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4212), 1, anon_sym_LBRACE, - STATE(187), 1, + STATE(184), 1, sym_statement_block, - [86382] = 2, - ACTIONS(1203), 1, + STATE(2446), 1, sym_comment, - ACTIONS(1607), 2, - anon_sym_else, - anon_sym_while, - [86390] = 3, - ACTIONS(3), 1, + [99964] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3546), 1, + anon_sym_LBRACE, + STATE(1178), 1, + sym_class_body, + STATE(2447), 1, sym_comment, - ACTIONS(4188), 1, - sym_identifier, - ACTIONS(4190), 1, - anon_sym_STAR, - [86400] = 3, - ACTIONS(1203), 1, + [99980] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2448), 1, sym_comment, - ACTIONS(3485), 1, + STATE(2589), 1, + sym_statement_block, + [99996] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3657), 1, anon_sym_LBRACE, - STATE(189), 1, + STATE(174), 1, sym_class_body, - [86410] = 3, - ACTIONS(1203), 1, + STATE(2449), 1, sym_comment, - ACTIONS(4186), 1, + [100012] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4218), 1, anon_sym_LBRACE, - STATE(526), 1, + STATE(549), 1, sym_statement_block, - [86420] = 3, - ACTIONS(1203), 1, + STATE(2450), 1, sym_comment, - ACTIONS(4186), 1, + [100028] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4218), 1, anon_sym_LBRACE, - STATE(527), 1, + STATE(551), 1, sym_statement_block, - [86430] = 3, - ACTIONS(1203), 1, + STATE(2451), 1, sym_comment, - ACTIONS(3475), 1, + [100044] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3662), 1, anon_sym_LBRACE, - STATE(529), 1, + STATE(578), 1, sym_class_body, - [86440] = 2, - ACTIONS(1203), 1, + STATE(2452), 1, sym_comment, - ACTIONS(4192), 2, + [100060] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2453), 1, + sym_comment, + ACTIONS(2317), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86448] = 2, - ACTIONS(1203), 1, + [100074] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2454), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86456] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4182), 1, + [100088] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4212), 1, anon_sym_LBRACE, - STATE(196), 1, + STATE(197), 1, sym_statement_block, - [86466] = 3, - ACTIONS(1203), 1, + STATE(2455), 1, sym_comment, - ACTIONS(4186), 1, + [100104] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4218), 1, anon_sym_LBRACE, - STATE(530), 1, + STATE(670), 1, sym_statement_block, - [86476] = 3, - ACTIONS(1203), 1, + STATE(2456), 1, sym_comment, - ACTIONS(3851), 1, + [100120] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3848), 1, anon_sym_LBRACE, - STATE(531), 1, + STATE(671), 1, sym_statement_block, - [86486] = 3, - ACTIONS(3), 1, + STATE(2457), 1, sym_comment, - ACTIONS(4194), 1, - sym_identifier, - ACTIONS(4196), 1, - sym_private_property_identifier, - [86496] = 2, - ACTIONS(1203), 1, + [100136] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2458), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86504] = 2, - ACTIONS(3), 1, + [100150] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3826), 1, + anon_sym_GT, + ACTIONS(3828), 1, + anon_sym_DOT, + STATE(2459), 1, sym_comment, - ACTIONS(4198), 2, - sym__glimmer_template_content, - anon_sym_LT_SLASHtemplate_GT, - [86512] = 3, - ACTIONS(1203), 1, + [100166] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(109), 1, + sym_parenthesized_expression, + STATE(2460), 1, sym_comment, - ACTIONS(3597), 1, + [100182] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3824), 1, + anon_sym_COLON, + ACTIONS(3826), 1, + anon_sym_GT, + STATE(2461), 1, + sym_comment, + [100198] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2462), 1, + sym_comment, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [100212] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1078), 1, - sym_class_body, - [86522] = 3, - ACTIONS(1203), 1, + STATE(2463), 1, sym_comment, - ACTIONS(4012), 1, + STATE(2590), 1, + sym_statement_block, + [100228] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(73), 1, + STATE(106), 1, sym_parenthesized_expression, - [86532] = 3, - ACTIONS(1203), 1, + STATE(2464), 1, sym_comment, - ACTIONS(4200), 1, + [100244] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4226), 1, anon_sym_LBRACE, - STATE(440), 1, + STATE(446), 1, sym_statement_block, - [86542] = 3, - ACTIONS(1203), 1, + STATE(2465), 1, sym_comment, - ACTIONS(4012), 1, - anon_sym_LPAREN, - STATE(74), 1, - sym_parenthesized_expression, - [86552] = 3, - ACTIONS(1203), 1, + [100260] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2466), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2471), 1, - sym_formal_parameters, - [86562] = 3, - ACTIONS(1203), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [100274] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2467), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2472), 1, - sym_formal_parameters, - [86572] = 2, - ACTIONS(1203), 1, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [100288] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2468), 1, sym_comment, - ACTIONS(4202), 2, + ACTIONS(4228), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86580] = 3, - ACTIONS(1203), 1, + [100302] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(2469), 1, sym_comment, - ACTIONS(4070), 1, + ACTIONS(4230), 2, + sym_jsx_identifier, + sym_identifier, + [100316] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2470), 1, + sym_comment, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [100330] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2471), 1, + sym_comment, + ACTIONS(4128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [100344] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4232), 1, + sym_identifier, + ACTIONS(4234), 1, + anon_sym_STAR, + STATE(2472), 1, + sym_comment, + [100360] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(1080), 1, + STATE(1390), 1, sym_statement_block, - [86590] = 2, - ACTIONS(1203), 1, + STATE(2473), 1, + sym_comment, + [100376] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4236), 1, + sym_identifier, + ACTIONS(4238), 1, + anon_sym_STAR, + STATE(2474), 1, sym_comment, - ACTIONS(4204), 2, + [100392] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [86598] = 3, - ACTIONS(1203), 1, + STATE(1173), 1, + sym_statement_block, + STATE(2475), 1, sym_comment, - ACTIONS(4156), 1, + [100408] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(197), 1, + STATE(1168), 1, sym_statement_block, - [86608] = 2, - ACTIONS(1203), 1, + STATE(2476), 1, + sym_comment, + [100424] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2477), 1, + sym_comment, + ACTIONS(3797), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [100438] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2478), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86616] = 2, - ACTIONS(1203), 1, + [100452] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2479), 1, sym_comment, - ACTIONS(4206), 2, + ACTIONS(2285), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86624] = 3, - ACTIONS(1203), 1, + [100466] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2480), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [100480] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2479), 1, + STATE(2267), 1, sym_formal_parameters, - [86634] = 3, - ACTIONS(1203), 1, + STATE(2481), 1, sym_comment, - ACTIONS(4022), 1, + [100496] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, anon_sym_LBRACE, - STATE(1237), 1, - sym_statement_block, - [86644] = 2, - ACTIONS(1203), 1, + STATE(1392), 1, + sym_class_body, + STATE(2482), 1, sym_comment, - ACTIONS(1605), 2, - anon_sym_else, - anon_sym_while, - [86652] = 2, - ACTIONS(1203), 1, + [100512] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(2483), 1, + sym_comment, + STATE(2585), 1, + sym__from_clause, + [100528] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2484), 1, sym_comment, - ACTIONS(4208), 2, + ACTIONS(1926), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86660] = 3, - ACTIONS(1203), 1, + [100542] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2485), 1, sym_comment, - ACTIONS(4022), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [100556] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(1277), 1, + STATE(1137), 1, sym_statement_block, - [86670] = 3, - ACTIONS(1203), 1, + STATE(2486), 1, sym_comment, - ACTIONS(4156), 1, + [100572] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4240), 1, anon_sym_LBRACE, - STATE(211), 1, - sym_statement_block, - [86680] = 2, - ACTIONS(1203), 1, + STATE(643), 1, + sym_switch_body, + STATE(2487), 1, + sym_comment, + [100588] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4100), 1, + anon_sym_LPAREN, + STATE(105), 1, + sym__for_header, + STATE(2488), 1, + sym_comment, + [100604] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4242), 1, + anon_sym_LPAREN, + STATE(769), 1, + sym_parenthesized_expression, + STATE(2489), 1, + sym_comment, + [100620] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3348), 1, + anon_sym_in, + ACTIONS(3350), 1, + anon_sym_of, + STATE(2490), 1, + sym_comment, + [100636] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2491), 1, sym_comment, - ACTIONS(1601), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86688] = 2, - ACTIONS(1203), 1, + [100650] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(2492), 1, sym_comment, - ACTIONS(2224), 2, + ACTIONS(4244), 2, + sym_jsx_identifier, + sym_identifier, + [100664] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2493), 1, + sym_comment, + ACTIONS(4246), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86696] = 3, - ACTIONS(3), 1, + [100678] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2494), 1, sym_comment, - ACTIONS(4210), 1, + ACTIONS(4248), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [100692] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2495), 1, + sym_comment, + ACTIONS(4250), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [100706] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2496), 1, + sym_comment, + ACTIONS(2281), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [100720] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4252), 1, sym_identifier, - ACTIONS(4212), 1, + ACTIONS(4254), 1, anon_sym_STAR, - [86706] = 3, - ACTIONS(1203), 1, + STATE(2497), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2317), 1, - sym_formal_parameters, - [86716] = 3, - ACTIONS(1203), 1, + [100736] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2498), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(2279), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [100750] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2545), 1, + STATE(2398), 1, sym_statement_block, - [86726] = 2, - ACTIONS(1203), 1, + STATE(2499), 1, + sym_comment, + [100766] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4256), 1, + anon_sym_LPAREN, + STATE(1918), 1, + sym_parenthesized_expression, + STATE(2500), 1, + sym_comment, + [100782] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2501), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [86734] = 2, - ACTIONS(1203), 1, + [100796] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4258), 1, + sym_identifier, + ACTIONS(4260), 1, + anon_sym_STAR, + STATE(2502), 1, sym_comment, - ACTIONS(4214), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [86742] = 3, - ACTIONS(1203), 1, + [100812] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2503), 1, sym_comment, - ACTIONS(3493), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [100826] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2504), 1, + sym_comment, + ACTIONS(1721), 2, + anon_sym_else, + anon_sym_while, + [100840] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3789), 1, anon_sym_LBRACE, - STATE(200), 1, - sym_class_body, - [86752] = 2, - ACTIONS(1203), 1, + STATE(896), 1, + sym_statement_block, + STATE(2505), 1, sym_comment, - ACTIONS(3965), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [86760] = 3, - ACTIONS(1203), 1, + [100856] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4262), 1, + anon_sym_SEMI, + ACTIONS(4264), 1, + sym__automatic_semicolon, + STATE(2506), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_LBRACE, - STATE(554), 1, - sym_switch_body, - [86770] = 3, - ACTIONS(1203), 1, + [100872] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2507), 1, sym_comment, - ACTIONS(4042), 1, - anon_sym_LPAREN, - STATE(75), 1, - sym__for_header, - [86780] = 2, - ACTIONS(1203), 1, + ACTIONS(4266), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [100886] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4096), 1, + anon_sym_LBRACE, + STATE(1572), 1, + sym_statement_block, + STATE(2508), 1, sym_comment, - ACTIONS(4218), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [86788] = 3, - ACTIONS(1203), 1, + [100902] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4268), 1, + anon_sym_SEMI, + ACTIONS(4270), 1, + sym__automatic_semicolon, + STATE(2509), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2480), 1, - sym_formal_parameters, - [86798] = 2, - ACTIONS(1203), 1, + [100918] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4272), 1, + anon_sym_SEMI, + ACTIONS(4274), 1, + sym__automatic_semicolon, + STATE(2510), 1, sym_comment, - ACTIONS(1605), 2, - anon_sym_else, - anon_sym_while, - [86806] = 3, - ACTIONS(1203), 1, + [100934] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4276), 1, + anon_sym_SEMI, + ACTIONS(4278), 1, + sym__automatic_semicolon, + STATE(2511), 1, sym_comment, - ACTIONS(4012), 1, - anon_sym_LPAREN, - STATE(78), 1, - sym_parenthesized_expression, - [86816] = 2, - ACTIONS(1203), 1, + [100950] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2512), 1, sym_comment, - ACTIONS(4220), 2, + ACTIONS(4280), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86824] = 2, - ACTIONS(1203), 1, + [100964] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4282), 1, + anon_sym_SEMI, + ACTIONS(4284), 1, + sym__automatic_semicolon, + STATE(2513), 1, sym_comment, - ACTIONS(4222), 2, + [100980] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2514), 1, + sym_comment, + ACTIONS(4286), 2, sym__automatic_semicolon, anon_sym_SEMI, - [86832] = 3, - ACTIONS(1203), 1, + [100994] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4288), 1, + anon_sym_SEMI, + ACTIONS(4290), 1, + sym__automatic_semicolon, + STATE(2515), 1, + sym_comment, + [101010] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2516), 1, + sym_comment, + ACTIONS(4292), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101024] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2517), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101038] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2518), 1, + sym_comment, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101052] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3328), 1, + sym_identifier, + ACTIONS(3334), 1, + sym_private_property_identifier, + STATE(2519), 1, + sym_comment, + [101068] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4296), 1, anon_sym_LPAREN, - STATE(2463), 1, - sym_formal_parameters, - [86842] = 2, - ACTIONS(1203), 1, + STATE(507), 1, + sym_parenthesized_expression, + STATE(2520), 1, sym_comment, - ACTIONS(2253), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [86850] = 3, - ACTIONS(1203), 1, + [101084] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4298), 1, + sym_identifier, + ACTIONS(4300), 1, + sym_private_property_identifier, + STATE(2521), 1, sym_comment, - ACTIONS(4180), 1, + [101100] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4302), 1, anon_sym_LBRACE, - STATE(776), 1, + STATE(529), 1, sym_statement_block, - [86860] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2285), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [86868] = 3, - ACTIONS(1203), 1, + STATE(2522), 1, sym_comment, - ACTIONS(4180), 1, - anon_sym_LBRACE, - STATE(777), 1, - sym_statement_block, - [86878] = 3, - ACTIONS(1203), 1, + [101116] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2523), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101130] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3684), 1, anon_sym_LBRACE, - STATE(778), 1, + STATE(161), 1, sym_class_body, - [86888] = 3, - ACTIONS(1203), 1, + STATE(2524), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2462), 1, - sym_formal_parameters, - [86898] = 3, - ACTIONS(1203), 1, + [101146] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4064), 1, + anon_sym_LBRACE, + STATE(158), 1, + sym_statement_block, + STATE(2525), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2458), 1, - sym_formal_parameters, - [86908] = 3, - ACTIONS(1203), 1, + [101162] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2526), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [101176] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(2457), 1, - sym_formal_parameters, - [86918] = 2, - ACTIONS(1203), 1, + STATE(98), 1, + sym_parenthesized_expression, + STATE(2527), 1, sym_comment, - ACTIONS(2352), 2, - anon_sym_LPAREN, - anon_sym_COLON, - [86926] = 2, - ACTIONS(1203), 1, + [101192] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2528), 1, sym_comment, - ACTIONS(4224), 2, + ACTIONS(4294), 2, anon_sym_COMMA, anon_sym_RBRACE, - [86934] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2453), 1, - sym_formal_parameters, - [86944] = 3, - ACTIONS(1203), 1, + [101206] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2529), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [101220] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4104), 1, anon_sym_LBRACE, - STATE(2481), 1, + STATE(1149), 1, sym_statement_block, - [86954] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4226), 1, - anon_sym_SEMI, - ACTIONS(4228), 1, - sym__automatic_semicolon, - [86964] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2482), 1, - sym_formal_parameters, - [86974] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2484), 1, - sym_formal_parameters, - [86984] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4230), 1, - anon_sym_SEMI, - ACTIONS(4232), 1, - sym__automatic_semicolon, - [86994] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4234), 1, - anon_sym_SEMI, - ACTIONS(4236), 1, - sym__automatic_semicolon, - [87004] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4238), 1, - anon_sym_SEMI, - ACTIONS(4240), 1, - sym__automatic_semicolon, - [87014] = 3, - ACTIONS(1203), 1, + STATE(2530), 1, sym_comment, - ACTIONS(3191), 1, + [101236] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2485), 1, - sym_formal_parameters, - [87024] = 3, - ACTIONS(1203), 1, + STATE(2531), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2486), 1, + STATE(2549), 1, sym_formal_parameters, - [87034] = 3, - ACTIONS(1203), 1, + [101252] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3682), 1, + anon_sym_LBRACE, + STATE(484), 1, + sym_class_body, + STATE(2532), 1, sym_comment, - ACTIONS(3729), 1, + [101268] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4304), 1, anon_sym_LBRACE, - STATE(2487), 1, + STATE(505), 1, sym_statement_block, - [87044] = 3, - ACTIONS(1203), 1, + STATE(2533), 1, sym_comment, - ACTIONS(3191), 1, + [101284] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2488), 1, - sym_formal_parameters, - [87054] = 3, - ACTIONS(1203), 1, + STATE(2534), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2493), 1, + STATE(2548), 1, sym_formal_parameters, - [87064] = 3, - ACTIONS(1203), 1, + [101300] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4308), 1, + sym__automatic_semicolon, + STATE(2535), 1, sym_comment, - ACTIONS(3191), 1, + [101316] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2496), 1, - sym_formal_parameters, - [87074] = 3, - ACTIONS(1203), 1, + STATE(2536), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2497), 1, + STATE(2544), 1, sym_formal_parameters, - [87084] = 3, - ACTIONS(1203), 1, + [101332] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2537), 1, sym_comment, - ACTIONS(4242), 1, + ACTIONS(4310), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [101346] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(649), 1, - sym_parenthesized_expression, - [87094] = 3, - ACTIONS(1203), 1, + STATE(2448), 1, + sym_formal_parameters, + STATE(2538), 1, sym_comment, - ACTIONS(3729), 1, + [101362] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4064), 1, anon_sym_LBRACE, - STATE(2500), 1, + STATE(162), 1, sym_statement_block, - [87104] = 3, - ACTIONS(1203), 1, + STATE(2539), 1, sym_comment, - ACTIONS(4244), 1, + [101378] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3546), 1, anon_sym_LBRACE, - STATE(648), 1, - sym_statement_block, - [87114] = 3, - ACTIONS(1203), 1, + STATE(1151), 1, + sym_class_body, + STATE(2540), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2501), 1, - sym_formal_parameters, - [87124] = 3, - ACTIONS(1203), 1, + [101394] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4312), 1, + anon_sym_LBRACE, + STATE(2302), 1, + sym_object, + STATE(2541), 1, sym_comment, - ACTIONS(3670), 1, + [101410] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3684), 1, anon_sym_LBRACE, - STATE(153), 1, + STATE(159), 1, sym_class_body, - [87134] = 3, - ACTIONS(1203), 1, + STATE(2542), 1, sym_comment, - ACTIONS(4000), 1, + [101426] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4304), 1, anon_sym_LBRACE, - STATE(154), 1, + STATE(523), 1, sym_statement_block, - [87144] = 3, - ACTIONS(1203), 1, + STATE(2543), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2506), 1, - sym_formal_parameters, - [87154] = 3, - ACTIONS(1203), 1, + [101442] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4304), 1, + anon_sym_LBRACE, + STATE(517), 1, + sym_statement_block, + STATE(2544), 1, sym_comment, - ACTIONS(3569), 1, + [101458] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3682), 1, anon_sym_LBRACE, - STATE(1275), 1, + STATE(515), 1, sym_class_body, - [87164] = 3, - ACTIONS(1203), 1, + STATE(2545), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2609), 1, - sym_formal_parameters, - [87174] = 3, - ACTIONS(1203), 1, + [101474] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, + anon_sym_LBRACE, + STATE(2546), 1, sym_comment, - ACTIONS(3191), 1, + STATE(2598), 1, + sym_statement_block, + [101490] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2396), 1, + STATE(2543), 1, sym_formal_parameters, - [87184] = 3, - ACTIONS(1203), 1, + STATE(2547), 1, sym_comment, - ACTIONS(3729), 1, + [101506] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4064), 1, anon_sym_LBRACE, - STATE(2508), 1, + STATE(154), 1, sym_statement_block, - [87194] = 3, - ACTIONS(1203), 1, + STATE(2548), 1, sym_comment, - ACTIONS(3729), 1, + [101522] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4304), 1, anon_sym_LBRACE, - STATE(2509), 1, + STATE(511), 1, sym_statement_block, - [87204] = 3, - ACTIONS(1203), 1, + STATE(2549), 1, sym_comment, - ACTIONS(3678), 1, + [101538] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3840), 1, anon_sym_LBRACE, - STATE(481), 1, - sym_class_body, - [87214] = 3, - ACTIONS(1203), 1, + STATE(510), 1, + sym_statement_block, + STATE(2550), 1, sym_comment, - ACTIONS(4246), 1, + [101554] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(482), 1, - sym_statement_block, - [87224] = 3, - ACTIONS(1203), 1, + STATE(2551), 1, sym_comment, - ACTIONS(3729), 1, + STATE(2599), 1, + sym_statement_block, + [101570] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2511), 1, + STATE(2552), 1, + sym_comment, + STATE(2600), 1, sym_statement_block, - [87234] = 2, - ACTIONS(1203), 1, + [101586] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2539), 1, + sym_formal_parameters, + STATE(2553), 1, sym_comment, - ACTIONS(4248), 2, + [101602] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2554), 1, + sym_comment, + ACTIONS(2269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [101616] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2555), 1, + sym_comment, + ACTIONS(4294), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87242] = 2, - ACTIONS(1203), 1, + [101630] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2556), 1, sym_comment, - ACTIONS(4250), 2, + ACTIONS(4294), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87250] = 3, - ACTIONS(1203), 1, + [101644] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2557), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101658] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2124), 1, + STATE(2201), 1, sym_formal_parameters, - [87260] = 3, - ACTIONS(1203), 1, + STATE(2558), 1, sym_comment, - ACTIONS(4000), 1, - anon_sym_LBRACE, - STATE(161), 1, - sym_statement_block, - [87270] = 2, - ACTIONS(1203), 1, + [101674] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2559), 1, sym_comment, - ACTIONS(1603), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [87278] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3978), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87286] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3670), 1, - anon_sym_LBRACE, - STATE(162), 1, - sym_class_body, - [87296] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4246), 1, - anon_sym_LBRACE, - STATE(488), 1, - sym_statement_block, - [87306] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4246), 1, - anon_sym_LBRACE, - STATE(489), 1, - sym_statement_block, - [87316] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3678), 1, - anon_sym_LBRACE, - STATE(491), 1, - sym_class_body, - [87326] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [101688] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2448), 1, + STATE(2533), 1, sym_formal_parameters, - [87336] = 2, - ACTIONS(1203), 1, + STATE(2560), 1, + sym_comment, + [101704] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2561), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1759), 2, anon_sym_else, anon_sym_while, - [87344] = 3, - ACTIONS(1203), 1, + [101718] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2562), 1, sym_comment, - ACTIONS(4000), 1, - anon_sym_LBRACE, - STATE(163), 1, - sym_statement_block, - [87354] = 3, - ACTIONS(1203), 1, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [101732] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2563), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(2273), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [101746] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(494), 1, - sym_statement_block, - [87364] = 3, - ACTIONS(1203), 1, + STATE(2564), 1, sym_comment, - ACTIONS(3967), 1, - anon_sym_LBRACE, - STATE(495), 1, + STATE(2601), 1, sym_statement_block, - [87374] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1637), 2, - anon_sym_else, - anon_sym_while, - [87382] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1639), 2, - anon_sym_else, - anon_sym_while, - [87390] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2440), 1, - sym_formal_parameters, - [87400] = 2, - ACTIONS(1203), 1, + [101762] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2565), 1, sym_comment, - ACTIONS(2277), 2, + ACTIONS(2275), 2, sym__automatic_semicolon, anon_sym_SEMI, - [87408] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3165), 2, - anon_sym_in, - anon_sym_of, - [87416] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [101776] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2515), 1, + STATE(2318), 1, sym_formal_parameters, - [87426] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4070), 1, - anon_sym_LBRACE, - STATE(1084), 1, - sym_statement_block, - [87436] = 3, - ACTIONS(1203), 1, + STATE(2566), 1, sym_comment, - ACTIONS(4070), 1, + [101792] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1085), 1, + STATE(2342), 1, sym_statement_block, - [87446] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4252), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [87454] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2427), 1, - sym__from_clause, - [87464] = 3, - ACTIONS(1203), 1, + STATE(2567), 1, sym_comment, - ACTIONS(3597), 1, + [101808] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(1086), 1, - sym_class_body, - [87474] = 3, - ACTIONS(1203), 1, + STATE(2568), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2425), 1, - sym__from_clause, - [87484] = 2, - ACTIONS(1203), 1, + STATE(2602), 1, + sym_statement_block, + [101824] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2569), 1, sym_comment, - ACTIONS(4254), 2, + ACTIONS(4314), 2, sym__automatic_semicolon, anon_sym_SEMI, - [87492] = 2, - ACTIONS(1203), 1, + [101838] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2570), 1, sym_comment, - ACTIONS(4256), 2, + ACTIONS(4316), 2, sym__automatic_semicolon, anon_sym_SEMI, - [87500] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4156), 1, - anon_sym_LBRACE, - STATE(207), 1, - sym_statement_block, - [87510] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4180), 1, - anon_sym_LBRACE, - STATE(827), 1, - sym_statement_block, - [87520] = 2, - ACTIONS(1203), 1, + [101852] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_LPAREN, + ACTIONS(4318), 1, + anon_sym_EQ_GT, + STATE(2571), 1, sym_comment, - ACTIONS(4258), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87528] = 3, - ACTIONS(1203), 1, + [101868] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_LPAREN, + ACTIONS(4320), 1, + anon_sym_EQ_GT, + STATE(2572), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2520), 1, - sym_statement_block, - [87538] = 2, - ACTIONS(1203), 1, + [101884] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2573), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(3895), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87546] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2507), 1, - sym_statement_block, - [87556] = 3, - ACTIONS(1203), 1, + [101898] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2574), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2522), 1, - sym_statement_block, - [87566] = 3, - ACTIONS(1203), 1, + ACTIONS(1759), 2, + anon_sym_else, + anon_sym_while, + [101912] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2575), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2523), 1, - sym_statement_block, - [87576] = 2, - ACTIONS(1203), 1, + ACTIONS(1769), 2, + anon_sym_else, + anon_sym_while, + [101926] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2576), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(3882), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87584] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3729), 1, + [101940] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2528), 1, - sym_statement_block, - [87594] = 2, - ACTIONS(1203), 1, + STATE(2577), 1, sym_comment, - ACTIONS(1701), 2, - anon_sym_else, - anon_sym_while, - [87602] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + STATE(2603), 1, + sym_statement_block, + [101956] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2530), 1, + STATE(2358), 1, sym_formal_parameters, - [87612] = 3, - ACTIONS(1203), 1, + STATE(2578), 1, sym_comment, - ACTIONS(3191), 1, + [101972] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2531), 1, + STATE(2525), 1, sym_formal_parameters, - [87622] = 3, - ACTIONS(1203), 1, + STATE(2579), 1, + sym_comment, + [101988] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2580), 1, + sym_comment, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [102002] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2581), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(2497), 2, anon_sym_LPAREN, - STATE(2532), 1, - sym_formal_parameters, - [87632] = 3, - ACTIONS(1203), 1, + anon_sym_COLON, + [102016] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(2027), 1, + sym__from_clause, + STATE(2582), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2533), 1, - sym_statement_block, - [87642] = 2, - ACTIONS(1203), 1, + [102032] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(2509), 1, + sym__from_clause, + STATE(2583), 1, sym_comment, - ACTIONS(2259), 2, - sym__automatic_semicolon, + [102048] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4322), 1, anon_sym_SEMI, - [87650] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2263), 2, + ACTIONS(4324), 1, sym__automatic_semicolon, + STATE(2584), 1, + sym_comment, + [102064] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4326), 1, anon_sym_SEMI, - [87658] = 3, - ACTIONS(1203), 1, + ACTIONS(4328), 1, + sym__automatic_semicolon, + STATE(2585), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2534), 1, - sym_statement_block, - [87668] = 3, - ACTIONS(1203), 1, + [102080] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2361), 1, + sym_formal_parameters, + STATE(2586), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2536), 1, - sym_statement_block, - [87678] = 2, - ACTIONS(1203), 1, + [102096] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2587), 1, sym_comment, - ACTIONS(4262), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [87686] = 2, - ACTIONS(1203), 1, + ACTIONS(1773), 2, + anon_sym_else, + anon_sym_while, + [102110] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2588), 1, sym_comment, - ACTIONS(4264), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [87694] = 2, - ACTIONS(1203), 1, + ACTIONS(1779), 2, + anon_sym_else, + anon_sym_while, + [102124] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2589), 1, + sym_comment, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [102138] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2590), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(4294), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87702] = 3, - ACTIONS(1203), 1, + [102152] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4100), 1, + anon_sym_LPAREN, + STATE(72), 1, + sym__for_header, + STATE(2591), 1, sym_comment, - ACTIONS(3729), 1, + [102168] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4330), 1, anon_sym_LBRACE, - STATE(2537), 1, - sym_statement_block, - [87712] = 2, - ACTIONS(1203), 1, + STATE(2592), 1, sym_comment, - ACTIONS(1695), 2, + STATE(2644), 1, + sym_switch_body, + [102184] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2593), 1, + sym_comment, + ACTIONS(1729), 2, anon_sym_else, anon_sym_while, - [87720] = 3, - ACTIONS(1203), 1, + [102198] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2594), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1771), 2, + anon_sym_else, + anon_sym_while, + [102212] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4102), 1, anon_sym_LPAREN, - STATE(2538), 1, - sym_formal_parameters, - [87730] = 3, - ACTIONS(1203), 1, + STATE(2487), 1, + sym_parenthesized_expression, + STATE(2595), 1, sym_comment, - ACTIONS(3191), 1, + [102228] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2539), 1, + STATE(2564), 1, sym_formal_parameters, - [87740] = 3, - ACTIONS(1203), 1, + STATE(2596), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2542), 1, - sym_formal_parameters, - [87750] = 3, - ACTIONS(1203), 1, + [102244] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4332), 1, + anon_sym_SEMI, + ACTIONS(4334), 1, + sym__automatic_semicolon, + STATE(2597), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2543), 1, - sym_statement_block, - [87760] = 2, - ACTIONS(1203), 1, + [102260] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2598), 1, sym_comment, - ACTIONS(4266), 2, + ACTIONS(4336), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87768] = 2, - ACTIONS(1203), 1, + [102274] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2599), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(4336), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87776] = 2, - ACTIONS(1203), 1, + [102288] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2600), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(4336), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87784] = 2, - ACTIONS(1203), 1, + [102302] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2601), 1, sym_comment, - ACTIONS(1693), 2, - anon_sym_else, - anon_sym_while, - [87792] = 2, - ACTIONS(1203), 1, + ACTIONS(4336), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [102316] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2602), 1, sym_comment, - ACTIONS(4260), 2, + ACTIONS(4336), 2, anon_sym_COMMA, anon_sym_RBRACE, - [87800] = 2, - ACTIONS(1203), 1, + [102330] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2603), 1, sym_comment, - ACTIONS(1691), 2, + ACTIONS(4336), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [102344] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2604), 1, + sym_comment, + ACTIONS(1767), 2, anon_sym_else, anon_sym_while, - [87808] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4044), 1, - anon_sym_LPAREN, - STATE(2401), 1, - sym_parenthesized_expression, - [87818] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3416), 1, - anon_sym_in, - ACTIONS(3418), 1, - anon_sym_of, - [87828] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4070), 1, - anon_sym_LBRACE, - STATE(1091), 1, - sym_statement_block, - [87838] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3899), 1, - anon_sym_LBRACE, - STATE(854), 1, - sym_statement_block, - [87848] = 2, - ACTIONS(1203), 1, + [102358] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2605), 1, sym_comment, - ACTIONS(4268), 2, + ACTIONS(2291), 2, sym__automatic_semicolon, anon_sym_SEMI, - [87856] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4042), 1, - anon_sym_LPAREN, - STATE(94), 1, - sym__for_header, - [87866] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4270), 1, - anon_sym_LBRACE, - STATE(911), 1, - sym_switch_body, - [87876] = 2, - ACTIONS(1203), 1, + [102372] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + STATE(2606), 1, sym_comment, - ACTIONS(4272), 2, + ACTIONS(4338), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [102386] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4340), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [87884] = 2, - ACTIONS(1203), 1, + ACTIONS(4342), 1, + anon_sym_from, + STATE(2607), 1, + sym_comment, + [102402] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2608), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1751), 2, anon_sym_else, anon_sym_while, - [87892] = 2, - ACTIONS(1203), 1, + [102416] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2609), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87900] = 2, - ACTIONS(1203), 1, + ACTIONS(1741), 2, + anon_sym_else, + anon_sym_while, + [102430] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(3396), 1, + sym_identifier, + ACTIONS(3402), 1, + sym_private_property_identifier, + STATE(2610), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87908] = 2, - ACTIONS(1203), 1, + [102446] = 5, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4344), 1, + sym_identifier, + ACTIONS(4346), 1, + sym_private_property_identifier, + STATE(2611), 1, sym_comment, - ACTIONS(4274), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [87916] = 2, - ACTIONS(1203), 1, + [102462] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2612), 1, sym_comment, - ACTIONS(1687), 2, + ACTIONS(1733), 2, anon_sym_else, anon_sym_while, - [87924] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2125), 1, - sym__from_clause, - [87934] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4276), 1, - anon_sym_COMMA, - ACTIONS(4278), 1, - anon_sym_from, - [87944] = 2, - ACTIONS(1203), 1, + [102476] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2456), 1, + sym_formal_parameters, + STATE(2613), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87952] = 2, - ACTIONS(1203), 1, + [102492] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2614), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1693), 2, anon_sym_else, anon_sym_while, - [87960] = 3, - ACTIONS(1203), 1, + [102506] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2615), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2551), 1, - sym_statement_block, - [87970] = 3, - ACTIONS(1203), 1, + ACTIONS(1719), 2, + anon_sym_else, + anon_sym_while, + [102520] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2455), 1, + sym_formal_parameters, + STATE(2616), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2553), 1, - sym_statement_block, - [87980] = 3, - ACTIONS(1203), 1, + [102536] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2451), 1, + sym_formal_parameters, + STATE(2617), 1, sym_comment, - ACTIONS(3729), 1, + [102552] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4084), 1, anon_sym_LBRACE, - STATE(2554), 1, + STATE(1304), 1, sym_statement_block, - [87990] = 2, - ACTIONS(1203), 1, + STATE(2618), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [87998] = 2, - ACTIONS(1203), 1, + [102568] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2422), 1, + sym_formal_parameters, + STATE(2619), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88006] = 2, - ACTIONS(1203), 1, + [102584] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2620), 1, sym_comment, - ACTIONS(1689), 2, + ACTIONS(1717), 2, anon_sym_else, anon_sym_while, - [88014] = 2, - ACTIONS(1203), 1, + [102598] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2450), 1, + sym_formal_parameters, + STATE(2621), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88022] = 2, - ACTIONS(1203), 1, + [102614] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2446), 1, + sym_formal_parameters, + STATE(2622), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88030] = 3, - ACTIONS(1203), 1, + [102630] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2623), 1, + sym_comment, + ACTIONS(1715), 2, + anon_sym_else, + anon_sym_while, + [102644] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2445), 1, + sym_formal_parameters, + STATE(2624), 1, sym_comment, - ACTIONS(3729), 1, + [102660] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3456), 1, anon_sym_LBRACE, - STATE(2555), 1, - sym_statement_block, - [88040] = 3, - ACTIONS(1203), 1, + STATE(1295), 1, + sym_class_body, + STATE(2625), 1, + sym_comment, + [102676] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2626), 1, sym_comment, - ACTIONS(3729), 1, + ACTIONS(4348), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [102690] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3769), 1, anon_sym_LBRACE, - STATE(2556), 1, + STATE(1783), 1, sym_statement_block, - [88050] = 3, - ACTIONS(1203), 1, + STATE(2627), 1, sym_comment, - ACTIONS(4012), 1, + [102706] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(111), 1, + STATE(70), 1, sym_parenthesized_expression, - [88060] = 3, - ACTIONS(1203), 1, + STATE(2628), 1, sym_comment, - ACTIONS(4044), 1, + [102722] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2629), 1, + sym_comment, + ACTIONS(1713), 2, + anon_sym_else, + anon_sym_while, + [102736] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(2290), 1, + STATE(114), 1, sym_parenthesized_expression, - [88070] = 3, - ACTIONS(1203), 1, + STATE(2630), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2557), 1, - sym_statement_block, - [88080] = 2, - ACTIONS(1203), 1, + [102752] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4102), 1, + anon_sym_LPAREN, + STATE(2592), 1, + sym_parenthesized_expression, + STATE(2631), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88088] = 2, - ACTIONS(1203), 1, + [102768] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(112), 1, + sym_parenthesized_expression, + STATE(2632), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88096] = 2, - ACTIONS(1203), 1, + [102784] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2633), 1, sym_comment, - ACTIONS(4266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88104] = 3, - ACTIONS(1203), 1, + ACTIONS(1705), 2, + anon_sym_else, + anon_sym_while, + [102798] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2634), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2369), 1, - sym_formal_parameters, - [88114] = 3, - ACTIONS(1203), 1, + ACTIONS(1703), 2, + anon_sym_else, + anon_sym_while, + [102812] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2635), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2368), 1, - sym_formal_parameters, - [88124] = 3, - ACTIONS(1203), 1, + ACTIONS(1701), 2, + anon_sym_else, + anon_sym_while, + [102826] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(2000), 1, + sym__from_clause, + STATE(2636), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2364), 1, - sym_formal_parameters, - [88134] = 3, - ACTIONS(1203), 1, + [102842] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2637), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1695), 2, + anon_sym_else, + anon_sym_while, + [102856] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2638), 1, + sym_comment, + ACTIONS(1747), 2, + anon_sym_else, + anon_sym_while, + [102870] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2363), 1, + STATE(2440), 1, sym_formal_parameters, - [88144] = 3, - ACTIONS(1203), 1, + STATE(2639), 1, sym_comment, - ACTIONS(3515), 1, + [102886] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - STATE(2261), 1, + STATE(2513), 1, sym__from_clause, - [88154] = 2, - ACTIONS(1203), 1, + STATE(2640), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88162] = 3, - ACTIONS(1203), 1, + [102902] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2641), 1, sym_comment, - ACTIONS(3515), 1, + ACTIONS(1685), 2, + anon_sym_else, + anon_sym_while, + [102916] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - STATE(2245), 1, + STATE(2033), 1, sym__from_clause, - [88172] = 2, - ACTIONS(1203), 1, + STATE(2642), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88180] = 2, - ACTIONS(1203), 1, + [102932] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2643), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88188] = 2, - ACTIONS(1203), 1, + ACTIONS(1681), 2, + anon_sym_else, + anon_sym_while, + [102946] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2644), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88196] = 2, - ACTIONS(1203), 1, + ACTIONS(1673), 2, + anon_sym_else, + anon_sym_while, + [102960] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2645), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88204] = 2, - ACTIONS(1203), 1, + ACTIONS(1667), 2, + anon_sym_else, + anon_sym_while, + [102974] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2646), 1, sym_comment, - ACTIONS(4280), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [88212] = 3, - ACTIONS(1203), 1, + ACTIONS(1667), 2, + anon_sym_else, + anon_sym_while, + [102988] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2647), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2359), 1, - sym_formal_parameters, - [88222] = 3, - ACTIONS(1203), 1, + ACTIONS(1667), 2, + anon_sym_else, + anon_sym_while, + [103002] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2648), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1767), 2, + anon_sym_else, + anon_sym_while, + [103016] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2229), 1, + STATE(2473), 1, sym_formal_parameters, - [88232] = 2, - ACTIONS(1203), 1, + STATE(2649), 1, sym_comment, - ACTIONS(1699), 2, + [103032] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2650), 1, + sym_comment, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88240] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2257), 1, - sym__from_clause, - [88250] = 2, - ACTIONS(1203), 1, + [103046] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2651), 1, sym_comment, - ACTIONS(1705), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88258] = 2, - ACTIONS(1203), 1, + [103060] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2652), 1, sym_comment, - ACTIONS(1703), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88266] = 3, - ACTIONS(1203), 1, + [103074] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2653), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1667), 2, + anon_sym_else, + anon_sym_while, + [103088] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2215), 1, + STATE(2441), 1, sym_formal_parameters, - [88276] = 3, - ACTIONS(1203), 1, + STATE(2654), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2358), 1, - sym_formal_parameters, - [88286] = 3, - ACTIONS(3), 1, + [103104] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2655), 1, sym_comment, - ACTIONS(4282), 1, - sym_identifier, - ACTIONS(4284), 1, - anon_sym_STAR, - [88296] = 3, - ACTIONS(1203), 1, + ACTIONS(1743), 2, + anon_sym_else, + anon_sym_while, + [103118] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2656), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(2293), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103132] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2214), 1, + STATE(2437), 1, sym_formal_parameters, - [88306] = 2, - ACTIONS(1203), 1, + STATE(2657), 1, sym_comment, - ACTIONS(1673), 2, - anon_sym_else, - anon_sym_while, - [88314] = 2, - ACTIONS(1203), 1, + [103148] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2658), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88322] = 2, - ACTIONS(1203), 1, + [103162] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2659), 1, sym_comment, - ACTIONS(1669), 2, + ACTIONS(2300), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103176] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2660), 1, + sym_comment, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88330] = 2, - ACTIONS(1203), 1, + [103190] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2661), 1, sym_comment, - ACTIONS(1665), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88338] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [103204] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2211), 1, + STATE(2420), 1, sym_formal_parameters, - [88348] = 3, - ACTIONS(1203), 1, + STATE(2662), 1, sym_comment, - ACTIONS(3191), 1, + [103220] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2206), 1, + STATE(2415), 1, sym_formal_parameters, - [88358] = 3, - ACTIONS(1203), 1, + STATE(2663), 1, sym_comment, - ACTIONS(3191), 1, + [103236] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2205), 1, + STATE(2414), 1, sym_formal_parameters, - [88368] = 3, - ACTIONS(1203), 1, + STATE(2664), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2354), 1, - sym_formal_parameters, - [88378] = 3, - ACTIONS(1203), 1, + [103252] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2665), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(4350), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103266] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2201), 1, + STATE(2407), 1, sym_formal_parameters, - [88388] = 3, - ACTIONS(1203), 1, + STATE(2666), 1, sym_comment, - ACTIONS(3191), 1, + [103282] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2199), 1, + STATE(2406), 1, sym_formal_parameters, - [88398] = 3, - ACTIONS(1203), 1, + STATE(2667), 1, sym_comment, - ACTIONS(3191), 1, + [103298] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2193), 1, + STATE(2402), 1, sym_formal_parameters, - [88408] = 3, - ACTIONS(1203), 1, + STATE(2668), 1, sym_comment, - ACTIONS(3191), 1, + [103314] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2192), 1, + STATE(2401), 1, sym_formal_parameters, - [88418] = 3, - ACTIONS(1203), 1, + STATE(2669), 1, sym_comment, - ACTIONS(3191), 1, + [103330] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2191), 1, + STATE(2400), 1, sym_formal_parameters, - [88428] = 3, - ACTIONS(1203), 1, + STATE(2670), 1, sym_comment, - ACTIONS(3191), 1, + [103346] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2189), 1, + STATE(2394), 1, sym_formal_parameters, - [88438] = 3, - ACTIONS(1203), 1, + STATE(2671), 1, sym_comment, - ACTIONS(3191), 1, + [103362] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2188), 1, + STATE(2393), 1, sym_formal_parameters, - [88448] = 3, - ACTIONS(1203), 1, + STATE(2672), 1, sym_comment, - ACTIONS(3191), 1, + [103378] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2184), 1, + STATE(2392), 1, sym_formal_parameters, - [88458] = 2, - ACTIONS(1203), 1, + STATE(2673), 1, + sym_comment, + [103394] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2674), 1, sym_comment, - ACTIONS(1659), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88466] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [103408] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2180), 1, + STATE(2378), 1, sym_formal_parameters, - [88476] = 3, - ACTIONS(1203), 1, + STATE(2675), 1, sym_comment, - ACTIONS(3191), 1, + [103424] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2178), 1, + STATE(2377), 1, sym_formal_parameters, - [88486] = 3, - ACTIONS(1203), 1, + STATE(2676), 1, sym_comment, - ACTIONS(3191), 1, + [103440] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2173), 1, + STATE(2373), 1, sym_formal_parameters, - [88496] = 3, - ACTIONS(1203), 1, + STATE(2677), 1, sym_comment, - ACTIONS(3191), 1, + [103456] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2172), 1, + STATE(2372), 1, sym_formal_parameters, - [88506] = 3, - ACTIONS(1203), 1, + STATE(2678), 1, sym_comment, - ACTIONS(3191), 1, + [103472] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2167), 1, + STATE(2371), 1, sym_formal_parameters, - [88516] = 3, - ACTIONS(1203), 1, + STATE(2679), 1, sym_comment, - ACTIONS(3191), 1, + [103488] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2165), 1, + STATE(2370), 1, sym_formal_parameters, - [88526] = 3, - ACTIONS(1203), 1, + STATE(2680), 1, sym_comment, - ACTIONS(3191), 1, + [103504] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2164), 1, + STATE(2369), 1, sym_formal_parameters, - [88536] = 3, - ACTIONS(1203), 1, + STATE(2681), 1, sym_comment, - ACTIONS(3191), 1, + [103520] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2159), 1, + STATE(2251), 1, sym_formal_parameters, - [88546] = 3, - ACTIONS(1203), 1, + STATE(2682), 1, sym_comment, - ACTIONS(3191), 1, + [103536] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2158), 1, + STATE(2356), 1, sym_formal_parameters, - [88556] = 3, - ACTIONS(1203), 1, + STATE(2683), 1, sym_comment, - ACTIONS(3191), 1, + [103552] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2157), 1, + STATE(2355), 1, sym_formal_parameters, - [88566] = 3, - ACTIONS(1203), 1, + STATE(2684), 1, sym_comment, - ACTIONS(3191), 1, + [103568] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2156), 1, + STATE(2354), 1, sym_formal_parameters, - [88576] = 3, - ACTIONS(1203), 1, + STATE(2685), 1, sym_comment, - ACTIONS(3191), 1, + [103584] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2155), 1, + STATE(2351), 1, sym_formal_parameters, - [88586] = 3, - ACTIONS(1203), 1, + STATE(2686), 1, sym_comment, - ACTIONS(3191), 1, + [103600] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2154), 1, + STATE(2350), 1, sym_formal_parameters, - [88596] = 3, - ACTIONS(1203), 1, + STATE(2687), 1, sym_comment, - ACTIONS(3191), 1, + [103616] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2153), 1, + STATE(2347), 1, sym_formal_parameters, - [88606] = 3, - ACTIONS(1203), 1, + STATE(2688), 1, sym_comment, - ACTIONS(3191), 1, + [103632] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2152), 1, + STATE(2346), 1, sym_formal_parameters, - [88616] = 3, - ACTIONS(1203), 1, + STATE(2689), 1, sym_comment, - ACTIONS(3191), 1, + [103648] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2150), 1, + STATE(2343), 1, sym_formal_parameters, - [88626] = 3, - ACTIONS(1203), 1, + STATE(2690), 1, sym_comment, - ACTIONS(3191), 1, + [103664] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2149), 1, + STATE(2328), 1, sym_formal_parameters, - [88636] = 2, - ACTIONS(1203), 1, + STATE(2691), 1, sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [88644] = 3, - ACTIONS(1203), 1, + [103680] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2428), 1, + sym_formal_parameters, + STATE(2692), 1, sym_comment, - ACTIONS(3191), 1, + [103696] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2147), 1, + STATE(2322), 1, sym_formal_parameters, - [88654] = 3, - ACTIONS(1203), 1, + STATE(2693), 1, sym_comment, - ACTIONS(3191), 1, + [103712] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2146), 1, + STATE(2320), 1, sym_formal_parameters, - [88664] = 3, - ACTIONS(1203), 1, + STATE(2694), 1, sym_comment, - ACTIONS(3191), 1, + [103728] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2145), 1, + STATE(2319), 1, sym_formal_parameters, - [88674] = 3, - ACTIONS(1203), 1, + STATE(2695), 1, sym_comment, - ACTIONS(3191), 1, + [103744] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2144), 1, + STATE(2315), 1, sym_formal_parameters, - [88684] = 3, - ACTIONS(1203), 1, + STATE(2696), 1, sym_comment, - ACTIONS(3191), 1, + [103760] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2142), 1, + STATE(2312), 1, sym_formal_parameters, - [88694] = 3, - ACTIONS(1203), 1, + STATE(2697), 1, sym_comment, - ACTIONS(3191), 1, + [103776] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2141), 1, + STATE(2311), 1, sym_formal_parameters, - [88704] = 3, - ACTIONS(1203), 1, + STATE(2698), 1, sym_comment, - ACTIONS(3729), 1, - anon_sym_LBRACE, - STATE(2544), 1, - sym_statement_block, - [88714] = 2, - ACTIONS(1203), 1, + [103792] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2699), 1, + sym_comment, + ACTIONS(4352), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [103806] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2700), 1, sym_comment, - ACTIONS(1615), 2, + ACTIONS(1743), 2, anon_sym_else, anon_sym_while, - [88722] = 2, - ACTIONS(1203), 1, + [103820] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2701), 1, sym_comment, - ACTIONS(1613), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88730] = 2, - ACTIONS(1203), 1, + [103834] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2702), 1, sym_comment, - ACTIONS(1611), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88738] = 2, - ACTIONS(1203), 1, + [103848] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2703), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88746] = 2, - ACTIONS(1203), 1, + [103862] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(1998), 1, + sym__from_clause, + STATE(2704), 1, + sym_comment, + [103878] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2705), 1, sym_comment, - ACTIONS(1609), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88754] = 2, - ACTIONS(1203), 1, + [103892] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2706), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88762] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4012), 1, + [103906] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, anon_sym_LPAREN, - STATE(85), 1, + STATE(97), 1, sym_parenthesized_expression, - [88772] = 3, - ACTIONS(1203), 1, + STATE(2707), 1, sym_comment, - ACTIONS(4044), 1, + [103922] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4102), 1, anon_sym_LPAREN, - STATE(2175), 1, + STATE(2253), 1, sym_parenthesized_expression, - [88782] = 2, - ACTIONS(1203), 1, + STATE(2708), 1, sym_comment, - ACTIONS(1625), 2, + [103938] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2709), 1, + sym_comment, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88790] = 2, - ACTIONS(1203), 1, + [103952] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2710), 1, sym_comment, - ACTIONS(1629), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88798] = 2, - ACTIONS(1203), 1, + [103966] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2711), 1, sym_comment, - ACTIONS(1633), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [88806] = 3, - ACTIONS(1203), 1, + [103980] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, + anon_sym_from, + STATE(2408), 1, + sym__from_clause, + STATE(2712), 1, sym_comment, - ACTIONS(3191), 1, - anon_sym_LPAREN, - STATE(2342), 1, - sym_formal_parameters, - [88816] = 2, - ACTIONS(1203), 1, + [103996] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2713), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1689), 2, anon_sym_else, anon_sym_while, - [88824] = 2, - ACTIONS(1203), 1, + [104010] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2714), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1677), 2, anon_sym_else, anon_sym_while, - [88832] = 2, - ACTIONS(1203), 1, + [104024] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2715), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1743), 2, anon_sym_else, anon_sym_while, - [88840] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3515), 1, + [104038] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - STATE(2207), 1, + STATE(2286), 1, sym__from_clause, - [88850] = 3, - ACTIONS(1203), 1, + STATE(2716), 1, sym_comment, - ACTIONS(3515), 1, + [104054] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3460), 1, anon_sym_from, - STATE(2209), 1, + STATE(1961), 1, sym__from_clause, - [88860] = 2, - ACTIONS(1203), 1, + STATE(2717), 1, sym_comment, - ACTIONS(2239), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [88868] = 3, - ACTIONS(1203), 1, + [104070] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2718), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2325), 1, - sym__from_clause, - [88878] = 3, - ACTIONS(1203), 1, + ACTIONS(1671), 2, + anon_sym_else, + anon_sym_while, + [104084] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2719), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(1743), 2, + anon_sym_else, + anon_sym_while, + [104098] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2226), 1, + STATE(2308), 1, sym_formal_parameters, - [88888] = 3, - ACTIONS(1203), 1, + STATE(2720), 1, sym_comment, - ACTIONS(3515), 1, - anon_sym_from, - STATE(2323), 1, - sym__from_clause, - [88898] = 2, - ACTIONS(1203), 1, + [104114] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2721), 1, + sym_comment, + ACTIONS(4354), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [104128] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2722), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1697), 2, anon_sym_else, anon_sym_while, - [88906] = 2, - ACTIONS(1203), 1, + [104142] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2723), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1691), 2, anon_sym_else, anon_sym_while, - [88914] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [104156] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2239), 1, + STATE(2321), 1, sym_formal_parameters, - [88924] = 2, - ACTIONS(1203), 1, + STATE(2724), 1, sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [88932] = 2, - ACTIONS(1203), 1, + [104172] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2725), 1, + sym_comment, + ACTIONS(2031), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [104186] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2726), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1707), 2, anon_sym_else, anon_sym_while, - [88940] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3191), 1, + [104200] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2243), 1, + STATE(2326), 1, sym_formal_parameters, - [88950] = 3, - ACTIONS(1203), 1, + STATE(2727), 1, sym_comment, - ACTIONS(3191), 1, + [104216] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2244), 1, + STATE(2327), 1, sym_formal_parameters, - [88960] = 3, - ACTIONS(1203), 1, + STATE(2728), 1, sym_comment, - ACTIONS(3191), 1, + [104232] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2248), 1, + STATE(2331), 1, sym_formal_parameters, - [88970] = 3, - ACTIONS(1203), 1, + STATE(2729), 1, sym_comment, - ACTIONS(3191), 1, + [104248] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2249), 1, + STATE(2332), 1, sym_formal_parameters, - [88980] = 3, - ACTIONS(1203), 1, + STATE(2730), 1, sym_comment, - ACTIONS(3191), 1, + [104264] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2253), 1, + STATE(2336), 1, sym_formal_parameters, - [88990] = 3, - ACTIONS(1203), 1, + STATE(2731), 1, sym_comment, - ACTIONS(3191), 1, + [104280] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(2254), 1, + STATE(2337), 1, sym_formal_parameters, - [89000] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [89008] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [89016] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [89024] = 2, - ACTIONS(1203), 1, + STATE(2732), 1, sym_comment, - ACTIONS(1635), 2, - anon_sym_else, - anon_sym_while, - [89032] = 2, - ACTIONS(1203), 1, + [104296] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2733), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1743), 2, anon_sym_else, anon_sym_while, - [89040] = 3, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4012), 1, + [104310] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4100), 1, anon_sym_LPAREN, - STATE(117), 1, - sym_parenthesized_expression, - [89050] = 3, - ACTIONS(1203), 1, + STATE(71), 1, + sym__for_header, + STATE(2734), 1, sym_comment, - ACTIONS(4044), 1, - anon_sym_LPAREN, - STATE(2291), 1, - sym_parenthesized_expression, - [89060] = 2, - ACTIONS(1203), 1, + [104326] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4356), 1, + anon_sym_LBRACE, + STATE(967), 1, + sym_switch_body, + STATE(2735), 1, + sym_comment, + [104342] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2736), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1739), 2, anon_sym_else, anon_sym_while, - [89068] = 2, - ACTIONS(1203), 1, + [104356] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + STATE(2737), 1, sym_comment, - ACTIONS(1635), 2, + ACTIONS(1743), 2, anon_sym_else, anon_sym_while, - [89076] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4286), 1, - ts_builtin_sym_end, - [89083] = 2, - ACTIONS(3), 1, + [104370] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4070), 1, + anon_sym_LPAREN, + STATE(90), 1, + sym_parenthesized_expression, + STATE(2738), 1, sym_comment, - ACTIONS(4288), 1, - sym_regex_pattern, - [89090] = 2, - ACTIONS(1203), 1, + [104386] = 5, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4102), 1, + anon_sym_LPAREN, + STATE(2375), 1, + sym_parenthesized_expression, + STATE(2739), 1, sym_comment, - ACTIONS(4290), 1, - anon_sym_RPAREN, - [89097] = 2, + [104402] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4292), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4358), 1, sym_identifier, - [89104] = 2, - ACTIONS(3), 1, + STATE(2740), 1, + sym_comment, + [104415] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4360), 1, + anon_sym_function, + STATE(2741), 1, sym_comment, - ACTIONS(4294), 1, + [104428] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4362), 1, sym_identifier, - [89111] = 2, - ACTIONS(1203), 1, + STATE(2742), 1, sym_comment, - ACTIONS(3923), 1, - anon_sym_EQ, - [89118] = 2, - ACTIONS(1203), 1, + [104441] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4364), 1, + sym_regex_pattern, + STATE(2743), 1, sym_comment, - ACTIONS(4296), 1, + [104454] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4366), 1, anon_sym_while, - [89125] = 2, - ACTIONS(3), 1, + STATE(2744), 1, sym_comment, - ACTIONS(4298), 1, + [104467] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4368), 1, sym_identifier, - [89132] = 2, - ACTIONS(1203), 1, + STATE(2745), 1, sym_comment, - ACTIONS(4300), 1, - anon_sym_while, - [89139] = 2, + [104480] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4370), 1, + sym_identifier, + STATE(2746), 1, sym_comment, - ACTIONS(4302), 1, + [104493] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4372), 1, sym_regex_pattern, - [89146] = 2, - ACTIONS(1203), 1, + STATE(2747), 1, sym_comment, - ACTIONS(2159), 1, - anon_sym_in, - [89153] = 2, - ACTIONS(1203), 1, + [104506] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2344), 1, + anon_sym_RPAREN, + STATE(2748), 1, sym_comment, - ACTIONS(4304), 1, - anon_sym_EQ_GT, - [89160] = 2, - ACTIONS(1203), 1, + [104519] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4374), 1, + anon_sym_while, + STATE(2749), 1, sym_comment, - ACTIONS(4306), 1, + [104532] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4376), 1, + anon_sym_while, + STATE(2750), 1, + sym_comment, + [104545] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4378), 1, anon_sym_RPAREN, - [89167] = 2, - ACTIONS(3), 1, + STATE(2751), 1, sym_comment, - ACTIONS(4308), 1, - sym_identifier, - [89174] = 2, - ACTIONS(3), 1, + [104558] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4342), 1, + anon_sym_from, + STATE(2752), 1, sym_comment, - ACTIONS(4310), 1, + [104571] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4380), 1, sym_identifier, - [89181] = 2, - ACTIONS(1203), 1, + STATE(2753), 1, sym_comment, - ACTIONS(4312), 1, - anon_sym_function, - [89188] = 2, + [104584] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4382), 1, + anon_sym_while, + STATE(2754), 1, + sym_comment, + [104597] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4384), 1, + sym_identifier, + STATE(2755), 1, sym_comment, - ACTIONS(4314), 1, + [104610] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4386), 1, sym_identifier, - [89195] = 2, - ACTIONS(1203), 1, + STATE(2756), 1, sym_comment, - ACTIONS(4316), 1, - anon_sym_while, - [89202] = 2, + [104623] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4388), 1, + sym_regex_pattern, + STATE(2757), 1, + sym_comment, + [104636] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4320), 1, + anon_sym_EQ_GT, + STATE(2758), 1, sym_comment, + [104649] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, ACTIONS(4318), 1, - sym_identifier, - [89209] = 2, - ACTIONS(1203), 1, + anon_sym_EQ_GT, + STATE(2759), 1, sym_comment, - ACTIONS(4320), 1, - anon_sym_RPAREN, - [89216] = 2, - ACTIONS(1203), 1, + [104662] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4390), 1, + anon_sym_EQ_GT, + STATE(2760), 1, sym_comment, - ACTIONS(4322), 1, - anon_sym_RPAREN, - [89223] = 2, + [104675] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4392), 1, + anon_sym_target, + STATE(2761), 1, + sym_comment, + [104688] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4394), 1, + anon_sym_SLASH2, + STATE(2762), 1, sym_comment, - ACTIONS(4324), 1, - sym_regex_pattern, - [89230] = 2, - ACTIONS(1203), 1, + [104701] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1999), 1, + anon_sym_in, + STATE(2763), 1, sym_comment, - ACTIONS(4326), 1, + [104714] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4396), 1, anon_sym_RPAREN, - [89237] = 2, - ACTIONS(1203), 1, + STATE(2764), 1, sym_comment, - ACTIONS(4328), 1, + [104727] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3443), 1, anon_sym_EQ, - [89244] = 2, - ACTIONS(1203), 1, + STATE(2765), 1, sym_comment, - ACTIONS(4330), 1, + [104740] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4398), 1, anon_sym_as, - [89251] = 2, - ACTIONS(1203), 1, + STATE(2766), 1, sym_comment, - ACTIONS(4278), 1, - anon_sym_from, - [89258] = 2, - ACTIONS(1203), 1, + [104753] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4400), 1, + anon_sym_EQ_GT, + STATE(2767), 1, + sym_comment, + [104766] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3763), 1, + anon_sym_RBRACE, + STATE(2768), 1, sym_comment, - ACTIONS(2425), 1, + [104779] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4402), 1, anon_sym_RPAREN, - [89265] = 2, - ACTIONS(1203), 1, + STATE(2769), 1, sym_comment, - ACTIONS(4332), 1, - anon_sym_from, - [89272] = 2, - ACTIONS(1203), 1, + [104792] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4404), 1, + anon_sym_RPAREN, + STATE(2770), 1, sym_comment, - ACTIONS(2411), 1, + [104805] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2422), 1, anon_sym_RPAREN, - [89279] = 2, - ACTIONS(1203), 1, + STATE(2771), 1, sym_comment, - ACTIONS(4334), 1, - anon_sym_while, - [89286] = 2, - ACTIONS(1203), 1, + [104818] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4406), 1, + sym_identifier, + STATE(2772), 1, sym_comment, - ACTIONS(2427), 1, - anon_sym_RPAREN, - [89293] = 2, + [104831] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4408), 1, + sym_identifier, + STATE(2773), 1, sym_comment, - ACTIONS(4336), 1, + [104844] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4410), 1, sym_identifier, - [89300] = 2, - ACTIONS(1203), 1, + STATE(2774), 1, sym_comment, - ACTIONS(4338), 1, + [104857] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2416), 1, anon_sym_RPAREN, - [89307] = 2, - ACTIONS(1203), 1, + STATE(2775), 1, sym_comment, - ACTIONS(2354), 1, + [104870] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2390), 1, anon_sym_RPAREN, - [89314] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4340), 1, - sym_regex_pattern, - [89321] = 2, - ACTIONS(1203), 1, + STATE(2776), 1, sym_comment, - ACTIONS(4342), 1, + [104883] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4412), 1, anon_sym_while, - [89328] = 2, - ACTIONS(1203), 1, + STATE(2777), 1, sym_comment, - ACTIONS(2309), 1, - anon_sym_RPAREN, - [89335] = 2, - ACTIONS(1203), 1, + [104896] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2809), 1, + anon_sym_LPAREN, + STATE(2778), 1, sym_comment, - ACTIONS(2405), 1, + [104909] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2414), 1, anon_sym_RPAREN, - [89342] = 2, - ACTIONS(1203), 1, + STATE(2779), 1, sym_comment, - ACTIONS(2399), 1, - anon_sym_RPAREN, - [89349] = 2, - ACTIONS(1203), 1, + [104922] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4414), 1, + anon_sym_EQ, + STATE(2780), 1, + sym_comment, + [104935] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4416), 1, + sym_identifier, + STATE(2781), 1, sym_comment, - ACTIONS(2413), 1, + [104948] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2400), 1, anon_sym_RPAREN, - [89356] = 2, - ACTIONS(1203), 1, + STATE(2782), 1, sym_comment, - ACTIONS(2417), 1, - anon_sym_COLON, - [89363] = 2, + [104961] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4344), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4418), 1, sym_identifier, - [89370] = 2, - ACTIONS(1203), 1, + STATE(2783), 1, sym_comment, - ACTIONS(4346), 1, + [104974] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3868), 1, + anon_sym_RBRACE, + STATE(2784), 1, + sym_comment, + [104987] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4420), 1, anon_sym_from, - [89377] = 2, - ACTIONS(1203), 1, + STATE(2785), 1, sym_comment, - ACTIONS(4348), 1, - anon_sym_COLON, - [89384] = 2, - ACTIONS(1203), 1, + [105000] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4422), 1, + anon_sym_as, + STATE(2786), 1, sym_comment, - ACTIONS(4026), 1, - anon_sym_EQ_GT, - [89391] = 2, - ACTIONS(1203), 1, + [105013] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2394), 1, + anon_sym_RPAREN, + STATE(2787), 1, sym_comment, - ACTIONS(4350), 1, + [105026] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4424), 1, anon_sym_EQ_GT, - [89398] = 2, - ACTIONS(1203), 1, + STATE(2788), 1, sym_comment, - ACTIONS(4352), 1, + [105039] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4426), 1, anon_sym_EQ_GT, - [89405] = 2, - ACTIONS(1203), 1, + STATE(2789), 1, sym_comment, - ACTIONS(4354), 1, + [105052] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4428), 1, anon_sym_EQ_GT, - [89412] = 2, - ACTIONS(1203), 1, + STATE(2790), 1, sym_comment, - ACTIONS(4024), 1, + [105065] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4430), 1, + anon_sym_RPAREN, + STATE(2791), 1, + sym_comment, + [105078] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4432), 1, + anon_sym_EQ, + STATE(2792), 1, + sym_comment, + [105091] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4434), 1, + anon_sym_target, + STATE(2793), 1, + sym_comment, + [105104] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4436), 1, + anon_sym_SLASH2, + STATE(2794), 1, + sym_comment, + [105117] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4438), 1, + anon_sym_COLON, + STATE(2795), 1, + sym_comment, + [105130] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4440), 1, anon_sym_EQ_GT, - [89419] = 2, - ACTIONS(1203), 1, + STATE(2796), 1, sym_comment, - ACTIONS(4356), 1, - anon_sym_RPAREN, - [89426] = 2, - ACTIONS(1203), 1, + [105143] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4442), 1, + anon_sym_EQ_GT, + STATE(2797), 1, sym_comment, - ACTIONS(4358), 1, + [105156] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4444), 1, anon_sym_EQ_GT, - [89433] = 2, - ACTIONS(1203), 1, + STATE(2798), 1, sym_comment, - ACTIONS(2401), 1, + [105169] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2353), 1, anon_sym_RPAREN, - [89440] = 2, - ACTIONS(1203), 1, + STATE(2799), 1, sym_comment, - ACTIONS(2419), 1, - anon_sym_RBRACK, - [89447] = 2, - ACTIONS(1203), 1, + [105182] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2412), 1, + anon_sym_RPAREN, + STATE(2800), 1, sym_comment, - ACTIONS(4360), 1, + [105195] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4446), 1, + anon_sym_from, + STATE(2801), 1, + sym_comment, + [105208] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4448), 1, anon_sym_EQ_GT, - [89454] = 2, - ACTIONS(1203), 1, + STATE(2802), 1, sym_comment, - ACTIONS(4362), 1, + [105221] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4450), 1, anon_sym_EQ, - [89461] = 2, - ACTIONS(1203), 1, + STATE(2803), 1, + sym_comment, + [105234] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4452), 1, + sym_identifier, + STATE(2804), 1, + sym_comment, + [105247] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4454), 1, + sym_identifier, + STATE(2805), 1, sym_comment, - ACTIONS(2459), 1, + [105260] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2518), 1, anon_sym_in, - [89468] = 2, - ACTIONS(1203), 1, + STATE(2806), 1, sym_comment, - ACTIONS(4364), 1, - anon_sym_SLASH2, - [89475] = 2, - ACTIONS(1203), 1, + [105273] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4456), 1, + anon_sym_RPAREN, + STATE(2807), 1, sym_comment, - ACTIONS(4366), 1, - anon_sym_COLON, - [89482] = 2, - ACTIONS(1203), 1, + [105286] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4458), 1, + anon_sym_function, + STATE(2808), 1, sym_comment, - ACTIONS(4368), 1, - anon_sym_from, - [89489] = 2, - ACTIONS(1203), 1, + [105299] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2398), 1, + anon_sym_RBRACK, + STATE(2809), 1, sym_comment, - ACTIONS(2379), 1, - anon_sym_RPAREN, - [89496] = 2, - ACTIONS(3), 1, + [105312] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2396), 1, + anon_sym_RBRACE, + STATE(2810), 1, sym_comment, - ACTIONS(4370), 1, - sym_identifier, - [89503] = 2, - ACTIONS(1203), 1, + [105325] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4460), 1, + anon_sym_EQ_GT, + STATE(2811), 1, sym_comment, - ACTIONS(4372), 1, - anon_sym_from, - [89510] = 2, + [105338] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4462), 1, + sym_identifier, + STATE(2812), 1, sym_comment, - ACTIONS(4374), 1, + [105351] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4464), 1, sym_identifier, - [89517] = 2, - ACTIONS(1203), 1, + STATE(2813), 1, sym_comment, - ACTIONS(4376), 1, - anon_sym_from, - [89524] = 2, - ACTIONS(1203), 1, + [105364] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2378), 1, + anon_sym_RPAREN, + STATE(2814), 1, sym_comment, - ACTIONS(3879), 1, + [105377] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3826), 1, anon_sym_GT, - [89531] = 2, - ACTIONS(3), 1, + STATE(2815), 1, sym_comment, - ACTIONS(4378), 1, - sym_identifier, - [89538] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4380), 1, - anon_sym_from, - [89545] = 2, - ACTIONS(1203), 1, + [105390] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3787), 1, + anon_sym_EQ, + STATE(2816), 1, sym_comment, - ACTIONS(3837), 1, + [105403] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3844), 1, anon_sym_GT, - [89552] = 2, - ACTIONS(1203), 1, + STATE(2817), 1, sym_comment, - ACTIONS(2356), 1, + [105416] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2357), 1, anon_sym_RBRACE, - [89559] = 2, - ACTIONS(3), 1, + STATE(2818), 1, sym_comment, - ACTIONS(4382), 1, + [105429] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4466), 1, + ts_builtin_sym_end, + STATE(2819), 1, + sym_comment, + [105442] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4468), 1, sym_identifier, - [89566] = 2, - ACTIONS(1203), 1, + STATE(2820), 1, + sym_comment, + [105455] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2215), 1, + anon_sym_in, + STATE(2821), 1, sym_comment, - ACTIONS(2360), 1, + [105468] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2388), 1, anon_sym_RBRACK, - [89573] = 2, - ACTIONS(3), 1, + STATE(2822), 1, sym_comment, - ACTIONS(4384), 1, - sym_identifier, - [89580] = 2, - ACTIONS(1203), 1, + [105481] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4470), 1, + sym_regex_pattern, + STATE(2823), 1, sym_comment, - ACTIONS(2362), 1, - anon_sym_RBRACE, - [89587] = 2, - ACTIONS(1203), 1, + [105494] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2418), 1, + anon_sym_RBRACK, + STATE(2824), 1, sym_comment, - ACTIONS(4386), 1, + [105507] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4472), 1, anon_sym_SLASH2, - [89594] = 2, - ACTIONS(1203), 1, + STATE(2825), 1, sym_comment, - ACTIONS(4388), 1, + [105520] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4474), 1, anon_sym_EQ_GT, - [89601] = 2, - ACTIONS(1203), 1, + STATE(2826), 1, sym_comment, - ACTIONS(4390), 1, + [105533] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4476), 1, anon_sym_EQ_GT, - [89608] = 2, - ACTIONS(1203), 1, + STATE(2827), 1, sym_comment, - ACTIONS(4392), 1, + [105546] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4478), 1, + anon_sym_GT, + STATE(2828), 1, + sym_comment, + [105559] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4480), 1, anon_sym_EQ_GT, - [89615] = 2, - ACTIONS(1203), 1, + STATE(2829), 1, sym_comment, - ACTIONS(3368), 1, - anon_sym_EQ, - [89622] = 2, - ACTIONS(1203), 1, + [105572] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2372), 1, + anon_sym_RBRACE, + STATE(2830), 1, sym_comment, - ACTIONS(4394), 1, - anon_sym_EQ_GT, - [89629] = 2, - ACTIONS(1203), 1, + [105585] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3877), 1, + anon_sym_GT, + STATE(2831), 1, sym_comment, - ACTIONS(2371), 1, + [105598] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2384), 1, anon_sym_RPAREN, - [89636] = 2, - ACTIONS(1203), 1, + STATE(2832), 1, sym_comment, - ACTIONS(2373), 1, - anon_sym_RPAREN, - [89643] = 2, - ACTIONS(3), 1, + [105611] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4482), 1, + anon_sym_from, + STATE(2833), 1, sym_comment, - ACTIONS(4396), 1, - sym_identifier, - [89650] = 2, - ACTIONS(1203), 1, + [105624] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2325), 1, + anon_sym_RPAREN, + STATE(2834), 1, sym_comment, - ACTIONS(4398), 1, + [105637] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4484), 1, anon_sym_EQ_GT, - [89657] = 2, - ACTIONS(1203), 1, + STATE(2835), 1, sym_comment, - ACTIONS(4400), 1, + [105650] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4486), 1, anon_sym_EQ, - [89664] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2193), 1, - anon_sym_in, - [89671] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4402), 1, - anon_sym_EQ_GT, - [89678] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4404), 1, - anon_sym_EQ_GT, - [89685] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4406), 1, - anon_sym_EQ_GT, - [89692] = 2, - ACTIONS(1203), 1, + STATE(2836), 1, sym_comment, - ACTIONS(3784), 1, - anon_sym_RBRACE, - [89699] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4408), 1, - anon_sym_target, - [89706] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(4410), 1, - anon_sym_SLASH2, - [89713] = 2, - ACTIONS(1203), 1, + [105663] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4488), 1, + sym_identifier, + STATE(2837), 1, sym_comment, - ACTIONS(1912), 1, + [105676] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2249), 1, anon_sym_in, - [89720] = 2, - ACTIONS(1203), 1, + STATE(2838), 1, sym_comment, - ACTIONS(4412), 1, - anon_sym_target, - [89727] = 2, + [105689] = 4, ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4490), 1, + sym_identifier, + STATE(2839), 1, sym_comment, - ACTIONS(4414), 1, + [105702] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4492), 1, sym_identifier, - [89734] = 2, - ACTIONS(1203), 1, + STATE(2840), 1, sym_comment, - ACTIONS(2385), 1, + [105715] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2346), 1, anon_sym_RPAREN, - [89741] = 2, - ACTIONS(3), 1, + STATE(2841), 1, sym_comment, - ACTIONS(4416), 1, - sym_identifier, - [89748] = 2, + [105728] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4418), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4494), 1, sym_identifier, - [89755] = 2, - ACTIONS(1203), 1, + STATE(2842), 1, sym_comment, - ACTIONS(4420), 1, + [105741] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3947), 1, anon_sym_GT, - [89762] = 2, - ACTIONS(3), 1, + STATE(2843), 1, sym_comment, - ACTIONS(4422), 1, - sym_identifier, - [89769] = 2, - ACTIONS(3), 1, + [105754] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4496), 1, + anon_sym_from, + STATE(2844), 1, sym_comment, - ACTIONS(4424), 1, - sym_identifier, - [89776] = 2, - ACTIONS(1203), 1, + [105767] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4498), 1, + anon_sym_from, + STATE(2845), 1, sym_comment, - ACTIONS(3741), 1, - anon_sym_GT, - [89783] = 2, + [105780] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4426), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4500), 1, sym_identifier, - [89790] = 2, - ACTIONS(3), 1, + STATE(2846), 1, sym_comment, - ACTIONS(4428), 1, + [105793] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4502), 1, sym_identifier, - [89797] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2391), 1, - anon_sym_RBRACK, - [89804] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(2393), 1, - anon_sym_RBRACE, - [89811] = 2, - ACTIONS(1203), 1, + STATE(2847), 1, sym_comment, - ACTIONS(2397), 1, - anon_sym_RBRACK, - [89818] = 2, - ACTIONS(1203), 1, + [105806] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4504), 1, + anon_sym_from, + STATE(2848), 1, sym_comment, - ACTIONS(2729), 1, - anon_sym_LPAREN, - [89825] = 2, - ACTIONS(1203), 1, + [105819] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4506), 1, + anon_sym_COLON, + STATE(2849), 1, sym_comment, - ACTIONS(4430), 1, + [105832] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4508), 1, anon_sym_SLASH2, - [89832] = 2, - ACTIONS(1203), 1, + STATE(2850), 1, sym_comment, - ACTIONS(4432), 1, + [105845] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4510), 1, anon_sym_EQ_GT, - [89839] = 2, - ACTIONS(3), 1, + STATE(2851), 1, sym_comment, - ACTIONS(4434), 1, + [105858] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4512), 1, + anon_sym_EQ_GT, + STATE(2852), 1, + sym_comment, + [105871] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4514), 1, sym_identifier, - [89846] = 2, - ACTIONS(1203), 1, + STATE(2853), 1, sym_comment, - ACTIONS(4436), 1, + [105884] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4516), 1, anon_sym_EQ_GT, - [89853] = 2, - ACTIONS(3), 1, + STATE(2854), 1, sym_comment, - ACTIONS(4438), 1, + [105897] = 4, + ACTIONS(3), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4518), 1, sym_identifier, - [89860] = 2, - ACTIONS(1203), 1, + STATE(2855), 1, sym_comment, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - [89867] = 2, - ACTIONS(1203), 1, + [105910] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4520), 1, + anon_sym_RPAREN, + STATE(2856), 1, sym_comment, - ACTIONS(2403), 1, + [105923] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2361), 1, anon_sym_RPAREN, - [89874] = 2, - ACTIONS(1203), 1, + STATE(2857), 1, sym_comment, - ACTIONS(2415), 1, + [105936] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2376), 1, anon_sym_RPAREN, - [89881] = 2, - ACTIONS(1203), 1, + STATE(2858), 1, sym_comment, - ACTIONS(4442), 1, - anon_sym_EQ, - [89888] = 2, - ACTIONS(1203), 1, + [105949] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2374), 1, + anon_sym_RBRACK, + STATE(2859), 1, sym_comment, - ACTIONS(4444), 1, + [105962] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2323), 1, + anon_sym_RPAREN, + STATE(2860), 1, + sym_comment, + [105975] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2327), 1, + anon_sym_COLON, + STATE(2861), 1, + sym_comment, + [105988] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4522), 1, + anon_sym_from, + STATE(2862), 1, + sym_comment, + [106001] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4524), 1, anon_sym_EQ_GT, - [89895] = 2, - ACTIONS(1203), 1, + STATE(2863), 1, sym_comment, - ACTIONS(3541), 1, + [106014] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(3639), 1, anon_sym_EQ, - [89902] = 2, - ACTIONS(1203), 1, + STATE(2864), 1, sym_comment, - ACTIONS(2335), 1, - anon_sym_in, - [89909] = 2, - ACTIONS(1203), 1, + [106027] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2329), 1, + anon_sym_RPAREN, + STATE(2865), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_GT, - [89916] = 2, + [106040] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4446), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4526), 1, sym_identifier, - [89923] = 2, - ACTIONS(1203), 1, - sym_comment, - ACTIONS(3989), 1, - anon_sym_RBRACE, - [89930] = 2, - ACTIONS(3), 1, + STATE(2866), 1, sym_comment, - ACTIONS(4448), 1, - sym_identifier, - [89937] = 2, - ACTIONS(1203), 1, + [106053] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(1511), 1, + anon_sym_LBRACE, + STATE(2867), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_from, - [89944] = 2, + [106066] = 4, ACTIONS(3), 1, - sym_comment, - ACTIONS(4452), 1, + aux_sym_comment_token1, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(4528), 1, sym_identifier, - [89951] = 2, - ACTIONS(1203), 1, + STATE(2868), 1, sym_comment, - ACTIONS(4454), 1, - anon_sym_as, - [89958] = 2, - ACTIONS(1203), 1, + [106079] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(2452), 1, + anon_sym_in, + STATE(2869), 1, sym_comment, - ACTIONS(4456), 1, + [106092] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4530), 1, anon_sym_function, - [89965] = 2, - ACTIONS(1203), 1, + STATE(2870), 1, sym_comment, - ACTIONS(4458), 1, + [106105] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4532), 1, anon_sym_function, - [89972] = 2, - ACTIONS(1203), 1, + STATE(2871), 1, sym_comment, - ACTIONS(4460), 1, + [106118] = 4, + ACTIONS(5), 1, + sym_html_comment, + ACTIONS(1239), 1, + aux_sym_comment_token1, + ACTIONS(4534), 1, anon_sym_function, - [89979] = 2, - ACTIONS(1203), 1, + STATE(2872), 1, sym_comment, - ACTIONS(4462), 1, - anon_sym_function, + [106131] = 1, + ACTIONS(4536), 1, + ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(440)] = 0, - [SMALL_STATE(441)] = 77, - [SMALL_STATE(442)] = 164, - [SMALL_STATE(443)] = 251, - [SMALL_STATE(444)] = 341, - [SMALL_STATE(445)] = 427, - [SMALL_STATE(446)] = 497, - [SMALL_STATE(447)] = 585, - [SMALL_STATE(448)] = 671, - [SMALL_STATE(449)] = 749, - [SMALL_STATE(450)] = 825, - [SMALL_STATE(451)] = 913, - [SMALL_STATE(452)] = 1001, - [SMALL_STATE(453)] = 1089, - [SMALL_STATE(454)] = 1177, - [SMALL_STATE(455)] = 1247, - [SMALL_STATE(456)] = 1335, - [SMALL_STATE(457)] = 1421, - [SMALL_STATE(458)] = 1509, - [SMALL_STATE(459)] = 1597, - [SMALL_STATE(460)] = 1683, - [SMALL_STATE(461)] = 1760, - [SMALL_STATE(462)] = 1829, - [SMALL_STATE(463)] = 1898, - [SMALL_STATE(464)] = 1969, - [SMALL_STATE(465)] = 2036, - [SMALL_STATE(466)] = 2123, - [SMALL_STATE(467)] = 2194, - [SMALL_STATE(468)] = 2263, - [SMALL_STATE(469)] = 2334, - [SMALL_STATE(470)] = 2403, - [SMALL_STATE(471)] = 2470, - [SMALL_STATE(472)] = 2536, - [SMALL_STATE(473)] = 2604, - [SMALL_STATE(474)] = 2688, - [SMALL_STATE(475)] = 2758, - [SMALL_STATE(476)] = 2846, - [SMALL_STATE(477)] = 2914, - [SMALL_STATE(478)] = 2998, - [SMALL_STATE(479)] = 3068, - [SMALL_STATE(480)] = 3136, - [SMALL_STATE(481)] = 3206, - [SMALL_STATE(482)] = 3274, - [SMALL_STATE(483)] = 3342, - [SMALL_STATE(484)] = 3410, - [SMALL_STATE(485)] = 3480, - [SMALL_STATE(486)] = 3564, - [SMALL_STATE(487)] = 3648, - [SMALL_STATE(488)] = 3718, - [SMALL_STATE(489)] = 3786, - [SMALL_STATE(490)] = 3854, - [SMALL_STATE(491)] = 3938, - [SMALL_STATE(492)] = 4006, - [SMALL_STATE(493)] = 4090, - [SMALL_STATE(494)] = 4158, - [SMALL_STATE(495)] = 4226, - [SMALL_STATE(496)] = 4292, - [SMALL_STATE(497)] = 4360, - [SMALL_STATE(498)] = 4428, - [SMALL_STATE(499)] = 4496, - [SMALL_STATE(500)] = 4562, - [SMALL_STATE(501)] = 4628, - [SMALL_STATE(502)] = 4696, - [SMALL_STATE(503)] = 4762, - [SMALL_STATE(504)] = 4830, - [SMALL_STATE(505)] = 4898, - [SMALL_STATE(506)] = 4964, - [SMALL_STATE(507)] = 5032, - [SMALL_STATE(508)] = 5100, - [SMALL_STATE(509)] = 5168, - [SMALL_STATE(510)] = 5238, - [SMALL_STATE(511)] = 5310, - [SMALL_STATE(512)] = 5380, - [SMALL_STATE(513)] = 5445, - [SMALL_STATE(514)] = 5510, - [SMALL_STATE(515)] = 5575, - [SMALL_STATE(516)] = 5640, - [SMALL_STATE(517)] = 5705, - [SMALL_STATE(518)] = 5776, - [SMALL_STATE(519)] = 5843, - [SMALL_STATE(520)] = 5910, - [SMALL_STATE(521)] = 5977, - [SMALL_STATE(522)] = 6044, - [SMALL_STATE(523)] = 6111, - [SMALL_STATE(524)] = 6178, - [SMALL_STATE(525)] = 6247, - [SMALL_STATE(526)] = 6314, - [SMALL_STATE(527)] = 6381, - [SMALL_STATE(528)] = 6448, - [SMALL_STATE(529)] = 6517, - [SMALL_STATE(530)] = 6584, - [SMALL_STATE(531)] = 6651, - [SMALL_STATE(532)] = 6716, - [SMALL_STATE(533)] = 6781, - [SMALL_STATE(534)] = 6846, - [SMALL_STATE(535)] = 6913, - [SMALL_STATE(536)] = 6984, - [SMALL_STATE(537)] = 7049, - [SMALL_STATE(538)] = 7116, - [SMALL_STATE(539)] = 7183, - [SMALL_STATE(540)] = 7250, - [SMALL_STATE(541)] = 7315, - [SMALL_STATE(542)] = 7380, - [SMALL_STATE(543)] = 7449, - [SMALL_STATE(544)] = 7514, - [SMALL_STATE(545)] = 7579, - [SMALL_STATE(546)] = 7644, - [SMALL_STATE(547)] = 7709, - [SMALL_STATE(548)] = 7776, - [SMALL_STATE(549)] = 7843, - [SMALL_STATE(550)] = 7912, - [SMALL_STATE(551)] = 7979, - [SMALL_STATE(552)] = 8046, - [SMALL_STATE(553)] = 8111, - [SMALL_STATE(554)] = 8178, - [SMALL_STATE(555)] = 8243, - [SMALL_STATE(556)] = 8308, - [SMALL_STATE(557)] = 8373, - [SMALL_STATE(558)] = 8438, - [SMALL_STATE(559)] = 8505, - [SMALL_STATE(560)] = 8570, - [SMALL_STATE(561)] = 8637, - [SMALL_STATE(562)] = 8702, - [SMALL_STATE(563)] = 8771, - [SMALL_STATE(564)] = 8836, - [SMALL_STATE(565)] = 8919, - [SMALL_STATE(566)] = 8984, - [SMALL_STATE(567)] = 9049, - [SMALL_STATE(568)] = 9114, - [SMALL_STATE(569)] = 9181, - [SMALL_STATE(570)] = 9250, - [SMALL_STATE(571)] = 9315, - [SMALL_STATE(572)] = 9380, - [SMALL_STATE(573)] = 9445, - [SMALL_STATE(574)] = 9510, - [SMALL_STATE(575)] = 9575, - [SMALL_STATE(576)] = 9640, - [SMALL_STATE(577)] = 9705, - [SMALL_STATE(578)] = 9770, - [SMALL_STATE(579)] = 9835, - [SMALL_STATE(580)] = 9904, - [SMALL_STATE(581)] = 9969, - [SMALL_STATE(582)] = 10034, - [SMALL_STATE(583)] = 10099, - [SMALL_STATE(584)] = 10182, - [SMALL_STATE(585)] = 10247, - [SMALL_STATE(586)] = 10312, - [SMALL_STATE(587)] = 10381, - [SMALL_STATE(588)] = 10446, - [SMALL_STATE(589)] = 10515, - [SMALL_STATE(590)] = 10580, - [SMALL_STATE(591)] = 10645, - [SMALL_STATE(592)] = 10710, - [SMALL_STATE(593)] = 10797, - [SMALL_STATE(594)] = 10862, - [SMALL_STATE(595)] = 10931, - [SMALL_STATE(596)] = 10996, - [SMALL_STATE(597)] = 11061, - [SMALL_STATE(598)] = 11126, - [SMALL_STATE(599)] = 11191, - [SMALL_STATE(600)] = 11256, - [SMALL_STATE(601)] = 11321, - [SMALL_STATE(602)] = 11392, - [SMALL_STATE(603)] = 11457, - [SMALL_STATE(604)] = 11522, - [SMALL_STATE(605)] = 11587, - [SMALL_STATE(606)] = 11652, - [SMALL_STATE(607)] = 11717, - [SMALL_STATE(608)] = 11782, - [SMALL_STATE(609)] = 11847, - [SMALL_STATE(610)] = 11912, - [SMALL_STATE(611)] = 11977, - [SMALL_STATE(612)] = 12046, - [SMALL_STATE(613)] = 12111, - [SMALL_STATE(614)] = 12176, - [SMALL_STATE(615)] = 12241, - [SMALL_STATE(616)] = 12306, - [SMALL_STATE(617)] = 12371, - [SMALL_STATE(618)] = 12436, - [SMALL_STATE(619)] = 12501, - [SMALL_STATE(620)] = 12570, - [SMALL_STATE(621)] = 12635, - [SMALL_STATE(622)] = 12700, - [SMALL_STATE(623)] = 12767, - [SMALL_STATE(624)] = 12832, - [SMALL_STATE(625)] = 12897, - [SMALL_STATE(626)] = 12962, - [SMALL_STATE(627)] = 13027, - [SMALL_STATE(628)] = 13092, - [SMALL_STATE(629)] = 13157, - [SMALL_STATE(630)] = 13222, - [SMALL_STATE(631)] = 13287, - [SMALL_STATE(632)] = 13352, - [SMALL_STATE(633)] = 13419, - [SMALL_STATE(634)] = 13484, - [SMALL_STATE(635)] = 13549, - [SMALL_STATE(636)] = 13614, - [SMALL_STATE(637)] = 13679, - [SMALL_STATE(638)] = 13744, - [SMALL_STATE(639)] = 13809, - [SMALL_STATE(640)] = 13874, - [SMALL_STATE(641)] = 13939, - [SMALL_STATE(642)] = 14004, - [SMALL_STATE(643)] = 14069, - [SMALL_STATE(644)] = 14136, - [SMALL_STATE(645)] = 14201, - [SMALL_STATE(646)] = 14266, - [SMALL_STATE(647)] = 14335, - [SMALL_STATE(648)] = 14400, - [SMALL_STATE(649)] = 14465, - [SMALL_STATE(650)] = 14530, - [SMALL_STATE(651)] = 14595, - [SMALL_STATE(652)] = 14660, - [SMALL_STATE(653)] = 14725, - [SMALL_STATE(654)] = 14794, - [SMALL_STATE(655)] = 14859, - [SMALL_STATE(656)] = 14924, - [SMALL_STATE(657)] = 14989, - [SMALL_STATE(658)] = 15054, - [SMALL_STATE(659)] = 15119, - [SMALL_STATE(660)] = 15183, - [SMALL_STATE(661)] = 15247, - [SMALL_STATE(662)] = 15311, - [SMALL_STATE(663)] = 15377, - [SMALL_STATE(664)] = 15441, - [SMALL_STATE(665)] = 15505, - [SMALL_STATE(666)] = 15571, - [SMALL_STATE(667)] = 15637, - [SMALL_STATE(668)] = 15701, - [SMALL_STATE(669)] = 15765, - [SMALL_STATE(670)] = 15831, - [SMALL_STATE(671)] = 15895, - [SMALL_STATE(672)] = 15961, - [SMALL_STATE(673)] = 16025, - [SMALL_STATE(674)] = 16089, - [SMALL_STATE(675)] = 16153, - [SMALL_STATE(676)] = 16219, - [SMALL_STATE(677)] = 16285, - [SMALL_STATE(678)] = 16351, - [SMALL_STATE(679)] = 16415, - [SMALL_STATE(680)] = 16481, - [SMALL_STATE(681)] = 16547, - [SMALL_STATE(682)] = 16613, - [SMALL_STATE(683)] = 16677, - [SMALL_STATE(684)] = 16743, - [SMALL_STATE(685)] = 16809, - [SMALL_STATE(686)] = 16877, - [SMALL_STATE(687)] = 16941, - [SMALL_STATE(688)] = 17007, - [SMALL_STATE(689)] = 17073, - [SMALL_STATE(690)] = 17141, - [SMALL_STATE(691)] = 17205, - [SMALL_STATE(692)] = 17273, - [SMALL_STATE(693)] = 17339, - [SMALL_STATE(694)] = 17403, - [SMALL_STATE(695)] = 17467, - [SMALL_STATE(696)] = 17533, - [SMALL_STATE(697)] = 17599, - [SMALL_STATE(698)] = 17663, - [SMALL_STATE(699)] = 17729, - [SMALL_STATE(700)] = 17795, - [SMALL_STATE(701)] = 17859, - [SMALL_STATE(702)] = 17923, - [SMALL_STATE(703)] = 17989, - [SMALL_STATE(704)] = 18053, - [SMALL_STATE(705)] = 18117, - [SMALL_STATE(706)] = 18181, - [SMALL_STATE(707)] = 18247, - [SMALL_STATE(708)] = 18313, - [SMALL_STATE(709)] = 18377, - [SMALL_STATE(710)] = 18443, - [SMALL_STATE(711)] = 18509, - [SMALL_STATE(712)] = 18573, - [SMALL_STATE(713)] = 18637, - [SMALL_STATE(714)] = 18701, - [SMALL_STATE(715)] = 18765, - [SMALL_STATE(716)] = 18829, - [SMALL_STATE(717)] = 18895, - [SMALL_STATE(718)] = 18963, - [SMALL_STATE(719)] = 19027, - [SMALL_STATE(720)] = 19091, - [SMALL_STATE(721)] = 19155, - [SMALL_STATE(722)] = 19219, - [SMALL_STATE(723)] = 19283, - [SMALL_STATE(724)] = 19347, - [SMALL_STATE(725)] = 19413, - [SMALL_STATE(726)] = 19479, - [SMALL_STATE(727)] = 19545, - [SMALL_STATE(728)] = 19611, - [SMALL_STATE(729)] = 19675, - [SMALL_STATE(730)] = 19741, - [SMALL_STATE(731)] = 19807, - [SMALL_STATE(732)] = 19871, - [SMALL_STATE(733)] = 19935, - [SMALL_STATE(734)] = 20001, - [SMALL_STATE(735)] = 20065, - [SMALL_STATE(736)] = 20131, - [SMALL_STATE(737)] = 20195, - [SMALL_STATE(738)] = 20261, - [SMALL_STATE(739)] = 20327, - [SMALL_STATE(740)] = 20393, - [SMALL_STATE(741)] = 20457, - [SMALL_STATE(742)] = 20523, - [SMALL_STATE(743)] = 20589, - [SMALL_STATE(744)] = 20655, - [SMALL_STATE(745)] = 20721, - [SMALL_STATE(746)] = 20787, - [SMALL_STATE(747)] = 20853, - [SMALL_STATE(748)] = 20919, - [SMALL_STATE(749)] = 20985, - [SMALL_STATE(750)] = 21051, - [SMALL_STATE(751)] = 21117, - [SMALL_STATE(752)] = 21183, - [SMALL_STATE(753)] = 21251, - [SMALL_STATE(754)] = 21317, - [SMALL_STATE(755)] = 21383, - [SMALL_STATE(756)] = 21449, - [SMALL_STATE(757)] = 21515, - [SMALL_STATE(758)] = 21581, - [SMALL_STATE(759)] = 21647, - [SMALL_STATE(760)] = 21713, - [SMALL_STATE(761)] = 21777, - [SMALL_STATE(762)] = 21841, - [SMALL_STATE(763)] = 21907, - [SMALL_STATE(764)] = 21971, - [SMALL_STATE(765)] = 22037, - [SMALL_STATE(766)] = 22101, - [SMALL_STATE(767)] = 22167, - [SMALL_STATE(768)] = 22233, - [SMALL_STATE(769)] = 22297, - [SMALL_STATE(770)] = 22361, - [SMALL_STATE(771)] = 22427, - [SMALL_STATE(772)] = 22493, - [SMALL_STATE(773)] = 22559, - [SMALL_STATE(774)] = 22623, - [SMALL_STATE(775)] = 22689, - [SMALL_STATE(776)] = 22757, - [SMALL_STATE(777)] = 22825, - [SMALL_STATE(778)] = 22893, - [SMALL_STATE(779)] = 22961, - [SMALL_STATE(780)] = 23027, - [SMALL_STATE(781)] = 23093, - [SMALL_STATE(782)] = 23159, - [SMALL_STATE(783)] = 23225, - [SMALL_STATE(784)] = 23291, - [SMALL_STATE(785)] = 23355, + [SMALL_STATE(466)] = 0, + [SMALL_STATE(467)] = 75, + [SMALL_STATE(468)] = 152, + [SMALL_STATE(469)] = 243, + [SMALL_STATE(470)] = 318, + [SMALL_STATE(471)] = 409, + [SMALL_STATE(472)] = 492, + [SMALL_STATE(473)] = 569, + [SMALL_STATE(474)] = 644, + [SMALL_STATE(475)] = 735, + [SMALL_STATE(476)] = 808, + [SMALL_STATE(477)] = 885, + [SMALL_STATE(478)] = 976, + [SMALL_STATE(479)] = 1067, + [SMALL_STATE(480)] = 1142, + [SMALL_STATE(481)] = 1233, + [SMALL_STATE(482)] = 1306, + [SMALL_STATE(483)] = 1401, + [SMALL_STATE(484)] = 1477, + [SMALL_STATE(485)] = 1551, + [SMALL_STATE(486)] = 1625, + [SMALL_STATE(487)] = 1701, + [SMALL_STATE(488)] = 1777, + [SMALL_STATE(489)] = 1849, + [SMALL_STATE(490)] = 1943, + [SMALL_STATE(491)] = 2017, + [SMALL_STATE(492)] = 2095, + [SMALL_STATE(493)] = 2171, + [SMALL_STATE(494)] = 2245, + [SMALL_STATE(495)] = 2319, + [SMALL_STATE(496)] = 2395, + [SMALL_STATE(497)] = 2489, + [SMALL_STATE(498)] = 2585, + [SMALL_STATE(499)] = 2675, + [SMALL_STATE(500)] = 2749, + [SMALL_STATE(501)] = 2823, + [SMALL_STATE(502)] = 2897, + [SMALL_STATE(503)] = 2971, + [SMALL_STATE(504)] = 3045, + [SMALL_STATE(505)] = 3119, + [SMALL_STATE(506)] = 3193, + [SMALL_STATE(507)] = 3267, + [SMALL_STATE(508)] = 3343, + [SMALL_STATE(509)] = 3417, + [SMALL_STATE(510)] = 3507, + [SMALL_STATE(511)] = 3579, + [SMALL_STATE(512)] = 3653, + [SMALL_STATE(513)] = 3727, + [SMALL_STATE(514)] = 3803, + [SMALL_STATE(515)] = 3875, + [SMALL_STATE(516)] = 3949, + [SMALL_STATE(517)] = 4021, + [SMALL_STATE(518)] = 4095, + [SMALL_STATE(519)] = 4169, + [SMALL_STATE(520)] = 4241, + [SMALL_STATE(521)] = 4313, + [SMALL_STATE(522)] = 4387, + [SMALL_STATE(523)] = 4463, + [SMALL_STATE(524)] = 4537, + [SMALL_STATE(525)] = 4631, + [SMALL_STATE(526)] = 4725, + [SMALL_STATE(527)] = 4819, + [SMALL_STATE(528)] = 4913, + [SMALL_STATE(529)] = 4984, + [SMALL_STATE(530)] = 5055, + [SMALL_STATE(531)] = 5130, + [SMALL_STATE(532)] = 5201, + [SMALL_STATE(533)] = 5274, + [SMALL_STATE(534)] = 5345, + [SMALL_STATE(535)] = 5416, + [SMALL_STATE(536)] = 5487, + [SMALL_STATE(537)] = 5560, + [SMALL_STATE(538)] = 5635, + [SMALL_STATE(539)] = 5710, + [SMALL_STATE(540)] = 5785, + [SMALL_STATE(541)] = 5858, + [SMALL_STATE(542)] = 5931, + [SMALL_STATE(543)] = 6002, + [SMALL_STATE(544)] = 6073, + [SMALL_STATE(545)] = 6146, + [SMALL_STATE(546)] = 6217, + [SMALL_STATE(547)] = 6290, + [SMALL_STATE(548)] = 6365, + [SMALL_STATE(549)] = 6436, + [SMALL_STATE(550)] = 6509, + [SMALL_STATE(551)] = 6580, + [SMALL_STATE(552)] = 6653, + [SMALL_STATE(553)] = 6724, + [SMALL_STATE(554)] = 6795, + [SMALL_STATE(555)] = 6866, + [SMALL_STATE(556)] = 6939, + [SMALL_STATE(557)] = 7012, + [SMALL_STATE(558)] = 7085, + [SMALL_STATE(559)] = 7162, + [SMALL_STATE(560)] = 7233, + [SMALL_STATE(561)] = 7310, + [SMALL_STATE(562)] = 7381, + [SMALL_STATE(563)] = 7452, + [SMALL_STATE(564)] = 7523, + [SMALL_STATE(565)] = 7598, + [SMALL_STATE(566)] = 7669, + [SMALL_STATE(567)] = 7740, + [SMALL_STATE(568)] = 7813, + [SMALL_STATE(569)] = 7884, + [SMALL_STATE(570)] = 7957, + [SMALL_STATE(571)] = 8028, + [SMALL_STATE(572)] = 8099, + [SMALL_STATE(573)] = 8170, + [SMALL_STATE(574)] = 8241, + [SMALL_STATE(575)] = 8316, + [SMALL_STATE(576)] = 8387, + [SMALL_STATE(577)] = 8458, + [SMALL_STATE(578)] = 8529, + [SMALL_STATE(579)] = 8602, + [SMALL_STATE(580)] = 8673, + [SMALL_STATE(581)] = 8744, + [SMALL_STATE(582)] = 8815, + [SMALL_STATE(583)] = 8886, + [SMALL_STATE(584)] = 8957, + [SMALL_STATE(585)] = 9030, + [SMALL_STATE(586)] = 9103, + [SMALL_STATE(587)] = 9174, + [SMALL_STATE(588)] = 9245, + [SMALL_STATE(589)] = 9316, + [SMALL_STATE(590)] = 9387, + [SMALL_STATE(591)] = 9458, + [SMALL_STATE(592)] = 9531, + [SMALL_STATE(593)] = 9604, + [SMALL_STATE(594)] = 9675, + [SMALL_STATE(595)] = 9746, + [SMALL_STATE(596)] = 9819, + [SMALL_STATE(597)] = 9892, + [SMALL_STATE(598)] = 9965, + [SMALL_STATE(599)] = 10036, + [SMALL_STATE(600)] = 10111, + [SMALL_STATE(601)] = 10182, + [SMALL_STATE(602)] = 10253, + [SMALL_STATE(603)] = 10324, + [SMALL_STATE(604)] = 10395, + [SMALL_STATE(605)] = 10466, + [SMALL_STATE(606)] = 10537, + [SMALL_STATE(607)] = 10608, + [SMALL_STATE(608)] = 10679, + [SMALL_STATE(609)] = 10750, + [SMALL_STATE(610)] = 10827, + [SMALL_STATE(611)] = 10898, + [SMALL_STATE(612)] = 10969, + [SMALL_STATE(613)] = 11040, + [SMALL_STATE(614)] = 11111, + [SMALL_STATE(615)] = 11182, + [SMALL_STATE(616)] = 11257, + [SMALL_STATE(617)] = 11328, + [SMALL_STATE(618)] = 11399, + [SMALL_STATE(619)] = 11470, + [SMALL_STATE(620)] = 11541, + [SMALL_STATE(621)] = 11612, + [SMALL_STATE(622)] = 11683, + [SMALL_STATE(623)] = 11760, + [SMALL_STATE(624)] = 11831, + [SMALL_STATE(625)] = 11902, + [SMALL_STATE(626)] = 11973, + [SMALL_STATE(627)] = 12044, + [SMALL_STATE(628)] = 12115, + [SMALL_STATE(629)] = 12186, + [SMALL_STATE(630)] = 12257, + [SMALL_STATE(631)] = 12328, + [SMALL_STATE(632)] = 12399, + [SMALL_STATE(633)] = 12470, + [SMALL_STATE(634)] = 12541, + [SMALL_STATE(635)] = 12612, + [SMALL_STATE(636)] = 12687, + [SMALL_STATE(637)] = 12758, + [SMALL_STATE(638)] = 12829, + [SMALL_STATE(639)] = 12900, + [SMALL_STATE(640)] = 12971, + [SMALL_STATE(641)] = 13042, + [SMALL_STATE(642)] = 13113, + [SMALL_STATE(643)] = 13184, + [SMALL_STATE(644)] = 13255, + [SMALL_STATE(645)] = 13326, + [SMALL_STATE(646)] = 13397, + [SMALL_STATE(647)] = 13472, + [SMALL_STATE(648)] = 13545, + [SMALL_STATE(649)] = 13620, + [SMALL_STATE(650)] = 13691, + [SMALL_STATE(651)] = 13762, + [SMALL_STATE(652)] = 13833, + [SMALL_STATE(653)] = 13904, + [SMALL_STATE(654)] = 13979, + [SMALL_STATE(655)] = 14052, + [SMALL_STATE(656)] = 14123, + [SMALL_STATE(657)] = 14196, + [SMALL_STATE(658)] = 14267, + [SMALL_STATE(659)] = 14342, + [SMALL_STATE(660)] = 14413, + [SMALL_STATE(661)] = 14484, + [SMALL_STATE(662)] = 14555, + [SMALL_STATE(663)] = 14626, + [SMALL_STATE(664)] = 14697, + [SMALL_STATE(665)] = 14770, + [SMALL_STATE(666)] = 14841, + [SMALL_STATE(667)] = 14914, + [SMALL_STATE(668)] = 14989, + [SMALL_STATE(669)] = 15060, + [SMALL_STATE(670)] = 15131, + [SMALL_STATE(671)] = 15204, + [SMALL_STATE(672)] = 15275, + [SMALL_STATE(673)] = 15346, + [SMALL_STATE(674)] = 15417, + [SMALL_STATE(675)] = 15490, + [SMALL_STATE(676)] = 15561, + [SMALL_STATE(677)] = 15632, + [SMALL_STATE(678)] = 15703, + [SMALL_STATE(679)] = 15773, + [SMALL_STATE(680)] = 15843, + [SMALL_STATE(681)] = 15915, + [SMALL_STATE(682)] = 15987, + [SMALL_STATE(683)] = 16059, + [SMALL_STATE(684)] = 16131, + [SMALL_STATE(685)] = 16203, + [SMALL_STATE(686)] = 16275, + [SMALL_STATE(687)] = 16347, + [SMALL_STATE(688)] = 16419, + [SMALL_STATE(689)] = 16491, + [SMALL_STATE(690)] = 16563, + [SMALL_STATE(691)] = 16635, + [SMALL_STATE(692)] = 16707, + [SMALL_STATE(693)] = 16779, + [SMALL_STATE(694)] = 16851, + [SMALL_STATE(695)] = 16923, + [SMALL_STATE(696)] = 16993, + [SMALL_STATE(697)] = 17065, + [SMALL_STATE(698)] = 17137, + [SMALL_STATE(699)] = 17209, + [SMALL_STATE(700)] = 17281, + [SMALL_STATE(701)] = 17353, + [SMALL_STATE(702)] = 17425, + [SMALL_STATE(703)] = 17497, + [SMALL_STATE(704)] = 17569, + [SMALL_STATE(705)] = 17639, + [SMALL_STATE(706)] = 17711, + [SMALL_STATE(707)] = 17781, + [SMALL_STATE(708)] = 17851, + [SMALL_STATE(709)] = 17921, + [SMALL_STATE(710)] = 17991, + [SMALL_STATE(711)] = 18061, + [SMALL_STATE(712)] = 18135, + [SMALL_STATE(713)] = 18205, + [SMALL_STATE(714)] = 18275, + [SMALL_STATE(715)] = 18347, + [SMALL_STATE(716)] = 18421, + [SMALL_STATE(717)] = 18493, + [SMALL_STATE(718)] = 18567, + [SMALL_STATE(719)] = 18639, + [SMALL_STATE(720)] = 18709, + [SMALL_STATE(721)] = 18781, + [SMALL_STATE(722)] = 18853, + [SMALL_STATE(723)] = 18925, + [SMALL_STATE(724)] = 18995, + [SMALL_STATE(725)] = 19065, + [SMALL_STATE(726)] = 19135, + [SMALL_STATE(727)] = 19207, + [SMALL_STATE(728)] = 19277, + [SMALL_STATE(729)] = 19349, + [SMALL_STATE(730)] = 19423, + [SMALL_STATE(731)] = 19495, + [SMALL_STATE(732)] = 19567, + [SMALL_STATE(733)] = 19639, + [SMALL_STATE(734)] = 19711, + [SMALL_STATE(735)] = 19801, + [SMALL_STATE(736)] = 19871, + [SMALL_STATE(737)] = 19941, + [SMALL_STATE(738)] = 20013, + [SMALL_STATE(739)] = 20083, + [SMALL_STATE(740)] = 20153, + [SMALL_STATE(741)] = 20223, + [SMALL_STATE(742)] = 20295, + [SMALL_STATE(743)] = 20365, + [SMALL_STATE(744)] = 20435, + [SMALL_STATE(745)] = 20507, + [SMALL_STATE(746)] = 20577, + [SMALL_STATE(747)] = 20647, + [SMALL_STATE(748)] = 20719, + [SMALL_STATE(749)] = 20791, + [SMALL_STATE(750)] = 20861, + [SMALL_STATE(751)] = 20931, + [SMALL_STATE(752)] = 21001, + [SMALL_STATE(753)] = 21071, + [SMALL_STATE(754)] = 21141, + [SMALL_STATE(755)] = 21211, + [SMALL_STATE(756)] = 21285, + [SMALL_STATE(757)] = 21357, + [SMALL_STATE(758)] = 21427, + [SMALL_STATE(759)] = 21497, + [SMALL_STATE(760)] = 21567, + [SMALL_STATE(761)] = 21639, + [SMALL_STATE(762)] = 21709, + [SMALL_STATE(763)] = 21779, + [SMALL_STATE(764)] = 21851, + [SMALL_STATE(765)] = 21923, + [SMALL_STATE(766)] = 21995, + [SMALL_STATE(767)] = 22067, + [SMALL_STATE(768)] = 22139, + [SMALL_STATE(769)] = 22209, + [SMALL_STATE(770)] = 22285, + [SMALL_STATE(771)] = 22357, + [SMALL_STATE(772)] = 22427, + [SMALL_STATE(773)] = 22497, + [SMALL_STATE(774)] = 22569, + [SMALL_STATE(775)] = 22639, + [SMALL_STATE(776)] = 22709, + [SMALL_STATE(777)] = 22779, + [SMALL_STATE(778)] = 22851, + [SMALL_STATE(779)] = 22923, + [SMALL_STATE(780)] = 22993, + [SMALL_STATE(781)] = 23065, + [SMALL_STATE(782)] = 23137, + [SMALL_STATE(783)] = 23207, + [SMALL_STATE(784)] = 23279, + [SMALL_STATE(785)] = 23349, [SMALL_STATE(786)] = 23421, - [SMALL_STATE(787)] = 23487, - [SMALL_STATE(788)] = 23553, - [SMALL_STATE(789)] = 23619, - [SMALL_STATE(790)] = 23685, - [SMALL_STATE(791)] = 23751, - [SMALL_STATE(792)] = 23817, - [SMALL_STATE(793)] = 23883, - [SMALL_STATE(794)] = 23949, - [SMALL_STATE(795)] = 24015, - [SMALL_STATE(796)] = 24081, - [SMALL_STATE(797)] = 24145, - [SMALL_STATE(798)] = 24209, - [SMALL_STATE(799)] = 24275, - [SMALL_STATE(800)] = 24339, - [SMALL_STATE(801)] = 24403, - [SMALL_STATE(802)] = 24467, - [SMALL_STATE(803)] = 24531, - [SMALL_STATE(804)] = 24595, - [SMALL_STATE(805)] = 24661, - [SMALL_STATE(806)] = 24725, - [SMALL_STATE(807)] = 24789, - [SMALL_STATE(808)] = 24853, - [SMALL_STATE(809)] = 24919, - [SMALL_STATE(810)] = 24983, - [SMALL_STATE(811)] = 25049, - [SMALL_STATE(812)] = 25115, - [SMALL_STATE(813)] = 25181, - [SMALL_STATE(814)] = 25247, - [SMALL_STATE(815)] = 25311, - [SMALL_STATE(816)] = 25377, - [SMALL_STATE(817)] = 25443, - [SMALL_STATE(818)] = 25507, - [SMALL_STATE(819)] = 25573, - [SMALL_STATE(820)] = 25639, - [SMALL_STATE(821)] = 25705, - [SMALL_STATE(822)] = 25769, - [SMALL_STATE(823)] = 25835, - [SMALL_STATE(824)] = 25903, - [SMALL_STATE(825)] = 25967, - [SMALL_STATE(826)] = 26031, - [SMALL_STATE(827)] = 26097, - [SMALL_STATE(828)] = 26165, - [SMALL_STATE(829)] = 26229, - [SMALL_STATE(830)] = 26293, - [SMALL_STATE(831)] = 26357, - [SMALL_STATE(832)] = 26423, - [SMALL_STATE(833)] = 26487, - [SMALL_STATE(834)] = 26551, - [SMALL_STATE(835)] = 26615, - [SMALL_STATE(836)] = 26679, - [SMALL_STATE(837)] = 26743, - [SMALL_STATE(838)] = 26807, - [SMALL_STATE(839)] = 26875, - [SMALL_STATE(840)] = 26939, - [SMALL_STATE(841)] = 27003, - [SMALL_STATE(842)] = 27067, - [SMALL_STATE(843)] = 27131, - [SMALL_STATE(844)] = 27195, - [SMALL_STATE(845)] = 27259, - [SMALL_STATE(846)] = 27325, - [SMALL_STATE(847)] = 27389, - [SMALL_STATE(848)] = 27455, - [SMALL_STATE(849)] = 27521, - [SMALL_STATE(850)] = 27585, - [SMALL_STATE(851)] = 27649, - [SMALL_STATE(852)] = 27713, - [SMALL_STATE(853)] = 27779, - [SMALL_STATE(854)] = 27845, - [SMALL_STATE(855)] = 27911, - [SMALL_STATE(856)] = 27977, - [SMALL_STATE(857)] = 28041, - [SMALL_STATE(858)] = 28105, - [SMALL_STATE(859)] = 28169, - [SMALL_STATE(860)] = 28233, - [SMALL_STATE(861)] = 28297, - [SMALL_STATE(862)] = 28363, - [SMALL_STATE(863)] = 28427, - [SMALL_STATE(864)] = 28493, - [SMALL_STATE(865)] = 28557, - [SMALL_STATE(866)] = 28623, - [SMALL_STATE(867)] = 28687, - [SMALL_STATE(868)] = 28751, - [SMALL_STATE(869)] = 28817, - [SMALL_STATE(870)] = 28881, - [SMALL_STATE(871)] = 28945, - [SMALL_STATE(872)] = 29009, - [SMALL_STATE(873)] = 29073, - [SMALL_STATE(874)] = 29138, - [SMALL_STATE(875)] = 29203, - [SMALL_STATE(876)] = 29268, - [SMALL_STATE(877)] = 29333, - [SMALL_STATE(878)] = 29398, - [SMALL_STATE(879)] = 29463, - [SMALL_STATE(880)] = 29528, - [SMALL_STATE(881)] = 29593, - [SMALL_STATE(882)] = 29658, - [SMALL_STATE(883)] = 29723, - [SMALL_STATE(884)] = 29788, - [SMALL_STATE(885)] = 29853, - [SMALL_STATE(886)] = 29918, - [SMALL_STATE(887)] = 29983, - [SMALL_STATE(888)] = 30048, - [SMALL_STATE(889)] = 30113, - [SMALL_STATE(890)] = 30178, - [SMALL_STATE(891)] = 30243, - [SMALL_STATE(892)] = 30308, - [SMALL_STATE(893)] = 30373, - [SMALL_STATE(894)] = 30438, - [SMALL_STATE(895)] = 30503, - [SMALL_STATE(896)] = 30568, - [SMALL_STATE(897)] = 30633, - [SMALL_STATE(898)] = 30698, - [SMALL_STATE(899)] = 30763, - [SMALL_STATE(900)] = 30828, - [SMALL_STATE(901)] = 30893, - [SMALL_STATE(902)] = 30958, - [SMALL_STATE(903)] = 31023, - [SMALL_STATE(904)] = 31088, - [SMALL_STATE(905)] = 31153, - [SMALL_STATE(906)] = 31218, - [SMALL_STATE(907)] = 31283, - [SMALL_STATE(908)] = 31348, - [SMALL_STATE(909)] = 31413, - [SMALL_STATE(910)] = 31478, - [SMALL_STATE(911)] = 31543, - [SMALL_STATE(912)] = 31608, - [SMALL_STATE(913)] = 31673, - [SMALL_STATE(914)] = 31738, - [SMALL_STATE(915)] = 31803, - [SMALL_STATE(916)] = 31868, - [SMALL_STATE(917)] = 31933, - [SMALL_STATE(918)] = 31998, - [SMALL_STATE(919)] = 32063, - [SMALL_STATE(920)] = 32128, - [SMALL_STATE(921)] = 32193, - [SMALL_STATE(922)] = 32258, - [SMALL_STATE(923)] = 32323, - [SMALL_STATE(924)] = 32388, - [SMALL_STATE(925)] = 32469, - [SMALL_STATE(926)] = 32534, - [SMALL_STATE(927)] = 32615, - [SMALL_STATE(928)] = 32680, - [SMALL_STATE(929)] = 32745, - [SMALL_STATE(930)] = 32810, - [SMALL_STATE(931)] = 32875, - [SMALL_STATE(932)] = 32940, - [SMALL_STATE(933)] = 33005, - [SMALL_STATE(934)] = 33070, - [SMALL_STATE(935)] = 33135, - [SMALL_STATE(936)] = 33200, - [SMALL_STATE(937)] = 33265, - [SMALL_STATE(938)] = 33330, - [SMALL_STATE(939)] = 33395, - [SMALL_STATE(940)] = 33460, - [SMALL_STATE(941)] = 33525, - [SMALL_STATE(942)] = 33590, - [SMALL_STATE(943)] = 33655, - [SMALL_STATE(944)] = 33720, - [SMALL_STATE(945)] = 33785, - [SMALL_STATE(946)] = 33850, - [SMALL_STATE(947)] = 33915, - [SMALL_STATE(948)] = 33980, - [SMALL_STATE(949)] = 34045, - [SMALL_STATE(950)] = 34110, - [SMALL_STATE(951)] = 34175, - [SMALL_STATE(952)] = 34240, - [SMALL_STATE(953)] = 34305, - [SMALL_STATE(954)] = 34370, - [SMALL_STATE(955)] = 34435, - [SMALL_STATE(956)] = 34500, - [SMALL_STATE(957)] = 34565, - [SMALL_STATE(958)] = 34630, - [SMALL_STATE(959)] = 34695, - [SMALL_STATE(960)] = 34760, - [SMALL_STATE(961)] = 34825, - [SMALL_STATE(962)] = 34890, - [SMALL_STATE(963)] = 34955, - [SMALL_STATE(964)] = 35020, - [SMALL_STATE(965)] = 35085, - [SMALL_STATE(966)] = 35150, - [SMALL_STATE(967)] = 35215, - [SMALL_STATE(968)] = 35280, - [SMALL_STATE(969)] = 35345, - [SMALL_STATE(970)] = 35426, - [SMALL_STATE(971)] = 35491, - [SMALL_STATE(972)] = 35556, - [SMALL_STATE(973)] = 35621, - [SMALL_STATE(974)] = 35685, - [SMALL_STATE(975)] = 35753, - [SMALL_STATE(976)] = 35817, - [SMALL_STATE(977)] = 35881, - [SMALL_STATE(978)] = 35945, - [SMALL_STATE(979)] = 36009, - [SMALL_STATE(980)] = 36073, - [SMALL_STATE(981)] = 36137, - [SMALL_STATE(982)] = 36206, - [SMALL_STATE(983)] = 36275, - [SMALL_STATE(984)] = 36336, - [SMALL_STATE(985)] = 36405, - [SMALL_STATE(986)] = 36466, - [SMALL_STATE(987)] = 36527, - [SMALL_STATE(988)] = 36588, - [SMALL_STATE(989)] = 36649, - [SMALL_STATE(990)] = 36710, - [SMALL_STATE(991)] = 36771, - [SMALL_STATE(992)] = 36840, - [SMALL_STATE(993)] = 36912, - [SMALL_STATE(994)] = 36980, - [SMALL_STATE(995)] = 37050, - [SMALL_STATE(996)] = 37116, - [SMALL_STATE(997)] = 37186, - [SMALL_STATE(998)] = 37256, - [SMALL_STATE(999)] = 37326, - [SMALL_STATE(1000)] = 37388, - [SMALL_STATE(1001)] = 37458, - [SMALL_STATE(1002)] = 37528, - [SMALL_STATE(1003)] = 37590, - [SMALL_STATE(1004)] = 37658, - [SMALL_STATE(1005)] = 37726, - [SMALL_STATE(1006)] = 37796, - [SMALL_STATE(1007)] = 37866, - [SMALL_STATE(1008)] = 37928, - [SMALL_STATE(1009)] = 37998, - [SMALL_STATE(1010)] = 38066, - [SMALL_STATE(1011)] = 38128, - [SMALL_STATE(1012)] = 38196, - [SMALL_STATE(1013)] = 38266, - [SMALL_STATE(1014)] = 38336, - [SMALL_STATE(1015)] = 38406, - [SMALL_STATE(1016)] = 38472, - [SMALL_STATE(1017)] = 38540, - [SMALL_STATE(1018)] = 38608, - [SMALL_STATE(1019)] = 38676, - [SMALL_STATE(1020)] = 38738, - [SMALL_STATE(1021)] = 38800, - [SMALL_STATE(1022)] = 38862, - [SMALL_STATE(1023)] = 38932, - [SMALL_STATE(1024)] = 39002, - [SMALL_STATE(1025)] = 39072, - [SMALL_STATE(1026)] = 39142, - [SMALL_STATE(1027)] = 39214, - [SMALL_STATE(1028)] = 39283, - [SMALL_STATE(1029)] = 39350, - [SMALL_STATE(1030)] = 39415, - [SMALL_STATE(1031)] = 39484, - [SMALL_STATE(1032)] = 39553, - [SMALL_STATE(1033)] = 39620, - [SMALL_STATE(1034)] = 39687, - [SMALL_STATE(1035)] = 39752, - [SMALL_STATE(1036)] = 39822, - [SMALL_STATE(1037)] = 39888, - [SMALL_STATE(1038)] = 39958, - [SMALL_STATE(1039)] = 40024, - [SMALL_STATE(1040)] = 40090, - [SMALL_STATE(1041)] = 40159, - [SMALL_STATE(1042)] = 40226, - [SMALL_STATE(1043)] = 40291, - [SMALL_STATE(1044)] = 40356, - [SMALL_STATE(1045)] = 40421, - [SMALL_STATE(1046)] = 40486, - [SMALL_STATE(1047)] = 40555, - [SMALL_STATE(1048)] = 40617, - [SMALL_STATE(1049)] = 40683, - [SMALL_STATE(1050)] = 40751, - [SMALL_STATE(1051)] = 40819, - [SMALL_STATE(1052)] = 40887, - [SMALL_STATE(1053)] = 40955, - [SMALL_STATE(1054)] = 41023, - [SMALL_STATE(1055)] = 41089, - [SMALL_STATE(1056)] = 41155, - [SMALL_STATE(1057)] = 41217, - [SMALL_STATE(1058)] = 41271, - [SMALL_STATE(1059)] = 41324, - [SMALL_STATE(1060)] = 41371, - [SMALL_STATE(1061)] = 41422, - [SMALL_STATE(1062)] = 41475, - [SMALL_STATE(1063)] = 41528, - [SMALL_STATE(1064)] = 41587, - [SMALL_STATE(1065)] = 41638, - [SMALL_STATE(1066)] = 41689, - [SMALL_STATE(1067)] = 41742, - [SMALL_STATE(1068)] = 41789, - [SMALL_STATE(1069)] = 41837, - [SMALL_STATE(1070)] = 41933, - [SMALL_STATE(1071)] = 42029, - [SMALL_STATE(1072)] = 42077, - [SMALL_STATE(1073)] = 42125, - [SMALL_STATE(1074)] = 42173, - [SMALL_STATE(1075)] = 42221, - [SMALL_STATE(1076)] = 42269, - [SMALL_STATE(1077)] = 42317, - [SMALL_STATE(1078)] = 42365, - [SMALL_STATE(1079)] = 42413, - [SMALL_STATE(1080)] = 42461, - [SMALL_STATE(1081)] = 42509, - [SMALL_STATE(1082)] = 42557, - [SMALL_STATE(1083)] = 42605, - [SMALL_STATE(1084)] = 42653, - [SMALL_STATE(1085)] = 42701, - [SMALL_STATE(1086)] = 42749, - [SMALL_STATE(1087)] = 42797, - [SMALL_STATE(1088)] = 42863, - [SMALL_STATE(1089)] = 42933, - [SMALL_STATE(1090)] = 43021, - [SMALL_STATE(1091)] = 43107, - [SMALL_STATE(1092)] = 43155, - [SMALL_STATE(1093)] = 43209, - [SMALL_STATE(1094)] = 43273, - [SMALL_STATE(1095)] = 43321, - [SMALL_STATE(1096)] = 43405, - [SMALL_STATE(1097)] = 43453, - [SMALL_STATE(1098)] = 43549, - [SMALL_STATE(1099)] = 43621, - [SMALL_STATE(1100)] = 43711, - [SMALL_STATE(1101)] = 43761, - [SMALL_STATE(1102)] = 43809, - [SMALL_STATE(1103)] = 43897, - [SMALL_STATE(1104)] = 43957, - [SMALL_STATE(1105)] = 44021, - [SMALL_STATE(1106)] = 44069, - [SMALL_STATE(1107)] = 44117, - [SMALL_STATE(1108)] = 44165, - [SMALL_STATE(1109)] = 44263, - [SMALL_STATE(1110)] = 44329, - [SMALL_STATE(1111)] = 44377, - [SMALL_STATE(1112)] = 44423, - [SMALL_STATE(1113)] = 44499, - [SMALL_STATE(1114)] = 44547, - [SMALL_STATE(1115)] = 44643, - [SMALL_STATE(1116)] = 44691, - [SMALL_STATE(1117)] = 44739, - [SMALL_STATE(1118)] = 44787, - [SMALL_STATE(1119)] = 44835, - [SMALL_STATE(1120)] = 44931, - [SMALL_STATE(1121)] = 44979, - [SMALL_STATE(1122)] = 45027, - [SMALL_STATE(1123)] = 45123, - [SMALL_STATE(1124)] = 45171, - [SMALL_STATE(1125)] = 45219, - [SMALL_STATE(1126)] = 45315, - [SMALL_STATE(1127)] = 45363, - [SMALL_STATE(1128)] = 45459, - [SMALL_STATE(1129)] = 45507, - [SMALL_STATE(1130)] = 45555, - [SMALL_STATE(1131)] = 45603, - [SMALL_STATE(1132)] = 45651, - [SMALL_STATE(1133)] = 45747, - [SMALL_STATE(1134)] = 45795, - [SMALL_STATE(1135)] = 45843, - [SMALL_STATE(1136)] = 45889, - [SMALL_STATE(1137)] = 45937, - [SMALL_STATE(1138)] = 45987, - [SMALL_STATE(1139)] = 46067, - [SMALL_STATE(1140)] = 46115, - [SMALL_STATE(1141)] = 46163, - [SMALL_STATE(1142)] = 46211, - [SMALL_STATE(1143)] = 46259, - [SMALL_STATE(1144)] = 46307, - [SMALL_STATE(1145)] = 46355, - [SMALL_STATE(1146)] = 46403, - [SMALL_STATE(1147)] = 46451, - [SMALL_STATE(1148)] = 46499, - [SMALL_STATE(1149)] = 46547, - [SMALL_STATE(1150)] = 46595, - [SMALL_STATE(1151)] = 46691, - [SMALL_STATE(1152)] = 46783, - [SMALL_STATE(1153)] = 46829, - [SMALL_STATE(1154)] = 46877, - [SMALL_STATE(1155)] = 46923, - [SMALL_STATE(1156)] = 46971, - [SMALL_STATE(1157)] = 47019, - [SMALL_STATE(1158)] = 47115, - [SMALL_STATE(1159)] = 47163, - [SMALL_STATE(1160)] = 47211, - [SMALL_STATE(1161)] = 47259, - [SMALL_STATE(1162)] = 47307, - [SMALL_STATE(1163)] = 47355, - [SMALL_STATE(1164)] = 47403, - [SMALL_STATE(1165)] = 47451, - [SMALL_STATE(1166)] = 47547, - [SMALL_STATE(1167)] = 47597, - [SMALL_STATE(1168)] = 47662, - [SMALL_STATE(1169)] = 47711, - [SMALL_STATE(1170)] = 47810, - [SMALL_STATE(1171)] = 47885, - [SMALL_STATE(1172)] = 47942, - [SMALL_STATE(1173)] = 47991, - [SMALL_STATE(1174)] = 48086, - [SMALL_STATE(1175)] = 48181, - [SMALL_STATE(1176)] = 48276, - [SMALL_STATE(1177)] = 48375, - [SMALL_STATE(1178)] = 48474, - [SMALL_STATE(1179)] = 48539, - [SMALL_STATE(1180)] = 48634, - [SMALL_STATE(1181)] = 48729, - [SMALL_STATE(1182)] = 48824, - [SMALL_STATE(1183)] = 48919, - [SMALL_STATE(1184)] = 49014, - [SMALL_STATE(1185)] = 49109, - [SMALL_STATE(1186)] = 49184, - [SMALL_STATE(1187)] = 49279, - [SMALL_STATE(1188)] = 49344, - [SMALL_STATE(1189)] = 49431, - [SMALL_STATE(1190)] = 49520, - [SMALL_STATE(1191)] = 49591, - [SMALL_STATE(1192)] = 49674, - [SMALL_STATE(1193)] = 49769, - [SMALL_STATE(1194)] = 49816, - [SMALL_STATE(1195)] = 49903, - [SMALL_STATE(1196)] = 49998, - [SMALL_STATE(1197)] = 50083, - [SMALL_STATE(1198)] = 50178, - [SMALL_STATE(1199)] = 50265, - [SMALL_STATE(1200)] = 50360, - [SMALL_STATE(1201)] = 50409, - [SMALL_STATE(1202)] = 50506, - [SMALL_STATE(1203)] = 50575, - [SMALL_STATE(1204)] = 50654, - [SMALL_STATE(1205)] = 50705, - [SMALL_STATE(1206)] = 50752, - [SMALL_STATE(1207)] = 50843, - [SMALL_STATE(1208)] = 50938, - [SMALL_STATE(1209)] = 51033, - [SMALL_STATE(1210)] = 51128, - [SMALL_STATE(1211)] = 51223, - [SMALL_STATE(1212)] = 51276, - [SMALL_STATE(1213)] = 51367, - [SMALL_STATE(1214)] = 51446, - [SMALL_STATE(1215)] = 51511, - [SMALL_STATE(1216)] = 51560, - [SMALL_STATE(1217)] = 51611, - [SMALL_STATE(1218)] = 51680, - [SMALL_STATE(1219)] = 51767, - [SMALL_STATE(1220)] = 51816, - [SMALL_STATE(1221)] = 51901, - [SMALL_STATE(1222)] = 51950, - [SMALL_STATE(1223)] = 52033, - [SMALL_STATE(1224)] = 52128, - [SMALL_STATE(1225)] = 52223, - [SMALL_STATE(1226)] = 52318, - [SMALL_STATE(1227)] = 52389, - [SMALL_STATE(1228)] = 52484, - [SMALL_STATE(1229)] = 52579, - [SMALL_STATE(1230)] = 52628, - [SMALL_STATE(1231)] = 52723, - [SMALL_STATE(1232)] = 52812, - [SMALL_STATE(1233)] = 52907, - [SMALL_STATE(1234)] = 53002, - [SMALL_STATE(1235)] = 53051, - [SMALL_STATE(1236)] = 53147, - [SMALL_STATE(1237)] = 53241, - [SMALL_STATE(1238)] = 53287, - [SMALL_STATE(1239)] = 53385, - [SMALL_STATE(1240)] = 53483, - [SMALL_STATE(1241)] = 53535, - [SMALL_STATE(1242)] = 53585, - [SMALL_STATE(1243)] = 53631, - [SMALL_STATE(1244)] = 53677, - [SMALL_STATE(1245)] = 53723, - [SMALL_STATE(1246)] = 53769, - [SMALL_STATE(1247)] = 53815, - [SMALL_STATE(1248)] = 53867, - [SMALL_STATE(1249)] = 53963, - [SMALL_STATE(1250)] = 54009, - [SMALL_STATE(1251)] = 54055, - [SMALL_STATE(1252)] = 54151, - [SMALL_STATE(1253)] = 54197, - [SMALL_STATE(1254)] = 54243, - [SMALL_STATE(1255)] = 54289, - [SMALL_STATE(1256)] = 54339, - [SMALL_STATE(1257)] = 54387, - [SMALL_STATE(1258)] = 54433, - [SMALL_STATE(1259)] = 54479, - [SMALL_STATE(1260)] = 54531, - [SMALL_STATE(1261)] = 54583, - [SMALL_STATE(1262)] = 54679, - [SMALL_STATE(1263)] = 54729, - [SMALL_STATE(1264)] = 54775, - [SMALL_STATE(1265)] = 54825, - [SMALL_STATE(1266)] = 54921, - [SMALL_STATE(1267)] = 54973, - [SMALL_STATE(1268)] = 55019, - [SMALL_STATE(1269)] = 55065, - [SMALL_STATE(1270)] = 55111, - [SMALL_STATE(1271)] = 55157, - [SMALL_STATE(1272)] = 55253, - [SMALL_STATE(1273)] = 55299, - [SMALL_STATE(1274)] = 55345, - [SMALL_STATE(1275)] = 55441, - [SMALL_STATE(1276)] = 55487, - [SMALL_STATE(1277)] = 55533, - [SMALL_STATE(1278)] = 55579, - [SMALL_STATE(1279)] = 55625, - [SMALL_STATE(1280)] = 55671, - [SMALL_STATE(1281)] = 55719, - [SMALL_STATE(1282)] = 55765, - [SMALL_STATE(1283)] = 55859, - [SMALL_STATE(1284)] = 55905, - [SMALL_STATE(1285)] = 55953, - [SMALL_STATE(1286)] = 56003, - [SMALL_STATE(1287)] = 56099, - [SMALL_STATE(1288)] = 56145, - [SMALL_STATE(1289)] = 56241, - [SMALL_STATE(1290)] = 56337, - [SMALL_STATE(1291)] = 56387, - [SMALL_STATE(1292)] = 56433, - [SMALL_STATE(1293)] = 56529, - [SMALL_STATE(1294)] = 56575, - [SMALL_STATE(1295)] = 56625, - [SMALL_STATE(1296)] = 56671, - [SMALL_STATE(1297)] = 56717, - [SMALL_STATE(1298)] = 56763, - [SMALL_STATE(1299)] = 56861, - [SMALL_STATE(1300)] = 56959, - [SMALL_STATE(1301)] = 57005, - [SMALL_STATE(1302)] = 57103, - [SMALL_STATE(1303)] = 57149, - [SMALL_STATE(1304)] = 57245, - [SMALL_STATE(1305)] = 57291, - [SMALL_STATE(1306)] = 57337, - [SMALL_STATE(1307)] = 57435, - [SMALL_STATE(1308)] = 57481, - [SMALL_STATE(1309)] = 57527, - [SMALL_STATE(1310)] = 57573, - [SMALL_STATE(1311)] = 57621, - [SMALL_STATE(1312)] = 57719, - [SMALL_STATE(1313)] = 57769, - [SMALL_STATE(1314)] = 57815, - [SMALL_STATE(1315)] = 57911, - [SMALL_STATE(1316)] = 57961, - [SMALL_STATE(1317)] = 58011, - [SMALL_STATE(1318)] = 58061, - [SMALL_STATE(1319)] = 58107, - [SMALL_STATE(1320)] = 58153, - [SMALL_STATE(1321)] = 58199, - [SMALL_STATE(1322)] = 58295, - [SMALL_STATE(1323)] = 58345, - [SMALL_STATE(1324)] = 58395, - [SMALL_STATE(1325)] = 58445, - [SMALL_STATE(1326)] = 58491, - [SMALL_STATE(1327)] = 58537, - [SMALL_STATE(1328)] = 58583, - [SMALL_STATE(1329)] = 58629, - [SMALL_STATE(1330)] = 58675, - [SMALL_STATE(1331)] = 58773, - [SMALL_STATE(1332)] = 58819, - [SMALL_STATE(1333)] = 58865, - [SMALL_STATE(1334)] = 58961, - [SMALL_STATE(1335)] = 59057, - [SMALL_STATE(1336)] = 59103, - [SMALL_STATE(1337)] = 59199, - [SMALL_STATE(1338)] = 59245, - [SMALL_STATE(1339)] = 59338, - [SMALL_STATE(1340)] = 59387, - [SMALL_STATE(1341)] = 59482, - [SMALL_STATE(1342)] = 59575, - [SMALL_STATE(1343)] = 59668, - [SMALL_STATE(1344)] = 59763, - [SMALL_STATE(1345)] = 59856, - [SMALL_STATE(1346)] = 59949, - [SMALL_STATE(1347)] = 60042, - [SMALL_STATE(1348)] = 60091, - [SMALL_STATE(1349)] = 60184, - [SMALL_STATE(1350)] = 60277, - [SMALL_STATE(1351)] = 60370, - [SMALL_STATE(1352)] = 60463, - [SMALL_STATE(1353)] = 60558, - [SMALL_STATE(1354)] = 60653, - [SMALL_STATE(1355)] = 60746, - [SMALL_STATE(1356)] = 60841, - [SMALL_STATE(1357)] = 60936, - [SMALL_STATE(1358)] = 61031, - [SMALL_STATE(1359)] = 61080, - [SMALL_STATE(1360)] = 61175, - [SMALL_STATE(1361)] = 61270, - [SMALL_STATE(1362)] = 61365, - [SMALL_STATE(1363)] = 61460, - [SMALL_STATE(1364)] = 61549, - [SMALL_STATE(1365)] = 61626, - [SMALL_STATE(1366)] = 61689, - [SMALL_STATE(1367)] = 61782, - [SMALL_STATE(1368)] = 61875, - [SMALL_STATE(1369)] = 61970, - [SMALL_STATE(1370)] = 62065, - [SMALL_STATE(1371)] = 62160, - [SMALL_STATE(1372)] = 62255, - [SMALL_STATE(1373)] = 62348, - [SMALL_STATE(1374)] = 62443, - [SMALL_STATE(1375)] = 62538, - [SMALL_STATE(1376)] = 62633, - [SMALL_STATE(1377)] = 62728, - [SMALL_STATE(1378)] = 62795, - [SMALL_STATE(1379)] = 62880, - [SMALL_STATE(1380)] = 62963, - [SMALL_STATE(1381)] = 63044, - [SMALL_STATE(1382)] = 63139, - [SMALL_STATE(1383)] = 63208, - [SMALL_STATE(1384)] = 63295, - [SMALL_STATE(1385)] = 63380, - [SMALL_STATE(1386)] = 63443, - [SMALL_STATE(1387)] = 63516, - [SMALL_STATE(1388)] = 63611, - [SMALL_STATE(1389)] = 63706, - [SMALL_STATE(1390)] = 63801, - [SMALL_STATE(1391)] = 63894, - [SMALL_STATE(1392)] = 63987, - [SMALL_STATE(1393)] = 64082, - [SMALL_STATE(1394)] = 64177, - [SMALL_STATE(1395)] = 64272, - [SMALL_STATE(1396)] = 64367, - [SMALL_STATE(1397)] = 64462, - [SMALL_STATE(1398)] = 64557, - [SMALL_STATE(1399)] = 64650, - [SMALL_STATE(1400)] = 64743, - [SMALL_STATE(1401)] = 64836, - [SMALL_STATE(1402)] = 64931, - [SMALL_STATE(1403)] = 65024, - [SMALL_STATE(1404)] = 65116, - [SMALL_STATE(1405)] = 65200, - [SMALL_STATE(1406)] = 65292, - [SMALL_STATE(1407)] = 65386, - [SMALL_STATE(1408)] = 65478, - [SMALL_STATE(1409)] = 65528, - [SMALL_STATE(1410)] = 65620, - [SMALL_STATE(1411)] = 65712, - [SMALL_STATE(1412)] = 65804, - [SMALL_STATE(1413)] = 65896, - [SMALL_STATE(1414)] = 65984, - [SMALL_STATE(1415)] = 66060, - [SMALL_STATE(1416)] = 66122, - [SMALL_STATE(1417)] = 66188, - [SMALL_STATE(1418)] = 66272, - [SMALL_STATE(1419)] = 66354, - [SMALL_STATE(1420)] = 66434, - [SMALL_STATE(1421)] = 66526, - [SMALL_STATE(1422)] = 66594, - [SMALL_STATE(1423)] = 66680, - [SMALL_STATE(1424)] = 66742, - [SMALL_STATE(1425)] = 66814, - [SMALL_STATE(1426)] = 66906, - [SMALL_STATE(1427)] = 66998, - [SMALL_STATE(1428)] = 67090, - [SMALL_STATE(1429)] = 67182, - [SMALL_STATE(1430)] = 67274, - [SMALL_STATE(1431)] = 67366, - [SMALL_STATE(1432)] = 67416, - [SMALL_STATE(1433)] = 67466, - [SMALL_STATE(1434)] = 67516, - [SMALL_STATE(1435)] = 67608, - [SMALL_STATE(1436)] = 67700, - [SMALL_STATE(1437)] = 67792, - [SMALL_STATE(1438)] = 67884, - [SMALL_STATE(1439)] = 67976, - [SMALL_STATE(1440)] = 68068, - [SMALL_STATE(1441)] = 68113, - [SMALL_STATE(1442)] = 68158, - [SMALL_STATE(1443)] = 68207, - [SMALL_STATE(1444)] = 68256, - [SMALL_STATE(1445)] = 68305, - [SMALL_STATE(1446)] = 68354, - [SMALL_STATE(1447)] = 68443, - [SMALL_STATE(1448)] = 68532, - [SMALL_STATE(1449)] = 68616, - [SMALL_STATE(1450)] = 68700, - [SMALL_STATE(1451)] = 68784, - [SMALL_STATE(1452)] = 68868, - [SMALL_STATE(1453)] = 68952, - [SMALL_STATE(1454)] = 69036, - [SMALL_STATE(1455)] = 69120, - [SMALL_STATE(1456)] = 69196, - [SMALL_STATE(1457)] = 69271, - [SMALL_STATE(1458)] = 69346, - [SMALL_STATE(1459)] = 69421, - [SMALL_STATE(1460)] = 69496, - [SMALL_STATE(1461)] = 69571, - [SMALL_STATE(1462)] = 69646, - [SMALL_STATE(1463)] = 69721, - [SMALL_STATE(1464)] = 69796, - [SMALL_STATE(1465)] = 69871, - [SMALL_STATE(1466)] = 69946, - [SMALL_STATE(1467)] = 70021, - [SMALL_STATE(1468)] = 70096, - [SMALL_STATE(1469)] = 70171, - [SMALL_STATE(1470)] = 70246, - [SMALL_STATE(1471)] = 70321, - [SMALL_STATE(1472)] = 70396, - [SMALL_STATE(1473)] = 70471, - [SMALL_STATE(1474)] = 70546, - [SMALL_STATE(1475)] = 70621, - [SMALL_STATE(1476)] = 70696, - [SMALL_STATE(1477)] = 70771, - [SMALL_STATE(1478)] = 70846, - [SMALL_STATE(1479)] = 70921, - [SMALL_STATE(1480)] = 70984, - [SMALL_STATE(1481)] = 71039, - [SMALL_STATE(1482)] = 71094, - [SMALL_STATE(1483)] = 71144, - [SMALL_STATE(1484)] = 71200, - [SMALL_STATE(1485)] = 71254, - [SMALL_STATE(1486)] = 71310, - [SMALL_STATE(1487)] = 71364, - [SMALL_STATE(1488)] = 71418, - [SMALL_STATE(1489)] = 71474, - [SMALL_STATE(1490)] = 71528, - [SMALL_STATE(1491)] = 71582, - [SMALL_STATE(1492)] = 71638, - [SMALL_STATE(1493)] = 71692, - [SMALL_STATE(1494)] = 71748, - [SMALL_STATE(1495)] = 71804, - [SMALL_STATE(1496)] = 71860, - [SMALL_STATE(1497)] = 71914, - [SMALL_STATE(1498)] = 71963, - [SMALL_STATE(1499)] = 72012, - [SMALL_STATE(1500)] = 72061, - [SMALL_STATE(1501)] = 72112, - [SMALL_STATE(1502)] = 72161, - [SMALL_STATE(1503)] = 72210, - [SMALL_STATE(1504)] = 72259, - [SMALL_STATE(1505)] = 72308, - [SMALL_STATE(1506)] = 72356, - [SMALL_STATE(1507)] = 72402, - [SMALL_STATE(1508)] = 72460, - [SMALL_STATE(1509)] = 72505, - [SMALL_STATE(1510)] = 72558, - [SMALL_STATE(1511)] = 72605, - [SMALL_STATE(1512)] = 72648, - [SMALL_STATE(1513)] = 72691, - [SMALL_STATE(1514)] = 72734, - [SMALL_STATE(1515)] = 72775, - [SMALL_STATE(1516)] = 72828, - [SMALL_STATE(1517)] = 72873, - [SMALL_STATE(1518)] = 72918, - [SMALL_STATE(1519)] = 72956, - [SMALL_STATE(1520)] = 72994, - [SMALL_STATE(1521)] = 73020, - [SMALL_STATE(1522)] = 73046, - [SMALL_STATE(1523)] = 73084, - [SMALL_STATE(1524)] = 73114, - [SMALL_STATE(1525)] = 73152, - [SMALL_STATE(1526)] = 73190, - [SMALL_STATE(1527)] = 73228, - [SMALL_STATE(1528)] = 73266, - [SMALL_STATE(1529)] = 73289, - [SMALL_STATE(1530)] = 73312, - [SMALL_STATE(1531)] = 73335, - [SMALL_STATE(1532)] = 73358, - [SMALL_STATE(1533)] = 73381, - [SMALL_STATE(1534)] = 73404, - [SMALL_STATE(1535)] = 73427, - [SMALL_STATE(1536)] = 73450, - [SMALL_STATE(1537)] = 73473, - [SMALL_STATE(1538)] = 73498, - [SMALL_STATE(1539)] = 73521, - [SMALL_STATE(1540)] = 73550, - [SMALL_STATE(1541)] = 73573, - [SMALL_STATE(1542)] = 73596, - [SMALL_STATE(1543)] = 73641, - [SMALL_STATE(1544)] = 73664, - [SMALL_STATE(1545)] = 73687, - [SMALL_STATE(1546)] = 73710, - [SMALL_STATE(1547)] = 73733, - [SMALL_STATE(1548)] = 73756, - [SMALL_STATE(1549)] = 73779, - [SMALL_STATE(1550)] = 73802, - [SMALL_STATE(1551)] = 73825, - [SMALL_STATE(1552)] = 73854, - [SMALL_STATE(1553)] = 73877, - [SMALL_STATE(1554)] = 73900, - [SMALL_STATE(1555)] = 73923, - [SMALL_STATE(1556)] = 73946, - [SMALL_STATE(1557)] = 73969, - [SMALL_STATE(1558)] = 73992, - [SMALL_STATE(1559)] = 74015, - [SMALL_STATE(1560)] = 74038, - [SMALL_STATE(1561)] = 74061, - [SMALL_STATE(1562)] = 74084, - [SMALL_STATE(1563)] = 74107, - [SMALL_STATE(1564)] = 74143, - [SMALL_STATE(1565)] = 74165, - [SMALL_STATE(1566)] = 74187, - [SMALL_STATE(1567)] = 74215, - [SMALL_STATE(1568)] = 74237, - [SMALL_STATE(1569)] = 74259, - [SMALL_STATE(1570)] = 74281, - [SMALL_STATE(1571)] = 74323, - [SMALL_STATE(1572)] = 74365, - [SMALL_STATE(1573)] = 74403, - [SMALL_STATE(1574)] = 74443, - [SMALL_STATE(1575)] = 74483, - [SMALL_STATE(1576)] = 74521, - [SMALL_STATE(1577)] = 74563, - [SMALL_STATE(1578)] = 74585, - [SMALL_STATE(1579)] = 74607, - [SMALL_STATE(1580)] = 74629, - [SMALL_STATE(1581)] = 74669, - [SMALL_STATE(1582)] = 74709, - [SMALL_STATE(1583)] = 74751, - [SMALL_STATE(1584)] = 74793, - [SMALL_STATE(1585)] = 74835, - [SMALL_STATE(1586)] = 74868, - [SMALL_STATE(1587)] = 74889, - [SMALL_STATE(1588)] = 74922, - [SMALL_STATE(1589)] = 74955, - [SMALL_STATE(1590)] = 74976, - [SMALL_STATE(1591)] = 75009, - [SMALL_STATE(1592)] = 75042, - [SMALL_STATE(1593)] = 75063, - [SMALL_STATE(1594)] = 75084, - [SMALL_STATE(1595)] = 75105, - [SMALL_STATE(1596)] = 75138, - [SMALL_STATE(1597)] = 75159, - [SMALL_STATE(1598)] = 75180, - [SMALL_STATE(1599)] = 75213, - [SMALL_STATE(1600)] = 75250, - [SMALL_STATE(1601)] = 75271, - [SMALL_STATE(1602)] = 75292, - [SMALL_STATE(1603)] = 75325, - [SMALL_STATE(1604)] = 75358, - [SMALL_STATE(1605)] = 75391, - [SMALL_STATE(1606)] = 75424, - [SMALL_STATE(1607)] = 75463, - [SMALL_STATE(1608)] = 75484, - [SMALL_STATE(1609)] = 75505, - [SMALL_STATE(1610)] = 75542, - [SMALL_STATE(1611)] = 75575, - [SMALL_STATE(1612)] = 75608, - [SMALL_STATE(1613)] = 75641, - [SMALL_STATE(1614)] = 75674, - [SMALL_STATE(1615)] = 75707, - [SMALL_STATE(1616)] = 75740, - [SMALL_STATE(1617)] = 75779, - [SMALL_STATE(1618)] = 75812, - [SMALL_STATE(1619)] = 75845, - [SMALL_STATE(1620)] = 75878, - [SMALL_STATE(1621)] = 75911, - [SMALL_STATE(1622)] = 75944, - [SMALL_STATE(1623)] = 75977, - [SMALL_STATE(1624)] = 76010, - [SMALL_STATE(1625)] = 76040, - [SMALL_STATE(1626)] = 76070, - [SMALL_STATE(1627)] = 76100, - [SMALL_STATE(1628)] = 76120, - [SMALL_STATE(1629)] = 76150, - [SMALL_STATE(1630)] = 76180, - [SMALL_STATE(1631)] = 76210, - [SMALL_STATE(1632)] = 76240, - [SMALL_STATE(1633)] = 76270, - [SMALL_STATE(1634)] = 76300, - [SMALL_STATE(1635)] = 76330, - [SMALL_STATE(1636)] = 76360, - [SMALL_STATE(1637)] = 76390, - [SMALL_STATE(1638)] = 76410, - [SMALL_STATE(1639)] = 76440, - [SMALL_STATE(1640)] = 76470, - [SMALL_STATE(1641)] = 76500, - [SMALL_STATE(1642)] = 76520, - [SMALL_STATE(1643)] = 76550, - [SMALL_STATE(1644)] = 76580, - [SMALL_STATE(1645)] = 76600, - [SMALL_STATE(1646)] = 76630, - [SMALL_STATE(1647)] = 76650, - [SMALL_STATE(1648)] = 76670, - [SMALL_STATE(1649)] = 76700, - [SMALL_STATE(1650)] = 76730, - [SMALL_STATE(1651)] = 76760, - [SMALL_STATE(1652)] = 76790, - [SMALL_STATE(1653)] = 76820, - [SMALL_STATE(1654)] = 76850, - [SMALL_STATE(1655)] = 76880, - [SMALL_STATE(1656)] = 76910, - [SMALL_STATE(1657)] = 76937, - [SMALL_STATE(1658)] = 76970, - [SMALL_STATE(1659)] = 77003, - [SMALL_STATE(1660)] = 77036, - [SMALL_STATE(1661)] = 77069, - [SMALL_STATE(1662)] = 77099, - [SMALL_STATE(1663)] = 77129, - [SMALL_STATE(1664)] = 77159, - [SMALL_STATE(1665)] = 77189, - [SMALL_STATE(1666)] = 77219, - [SMALL_STATE(1667)] = 77249, - [SMALL_STATE(1668)] = 77279, - [SMALL_STATE(1669)] = 77309, - [SMALL_STATE(1670)] = 77336, - [SMALL_STATE(1671)] = 77363, - [SMALL_STATE(1672)] = 77390, - [SMALL_STATE(1673)] = 77415, - [SMALL_STATE(1674)] = 77440, - [SMALL_STATE(1675)] = 77465, - [SMALL_STATE(1676)] = 77492, - [SMALL_STATE(1677)] = 77519, - [SMALL_STATE(1678)] = 77546, - [SMALL_STATE(1679)] = 77573, - [SMALL_STATE(1680)] = 77600, - [SMALL_STATE(1681)] = 77627, - [SMALL_STATE(1682)] = 77654, - [SMALL_STATE(1683)] = 77681, - [SMALL_STATE(1684)] = 77708, - [SMALL_STATE(1685)] = 77735, - [SMALL_STATE(1686)] = 77762, - [SMALL_STATE(1687)] = 77789, - [SMALL_STATE(1688)] = 77816, - [SMALL_STATE(1689)] = 77843, - [SMALL_STATE(1690)] = 77870, - [SMALL_STATE(1691)] = 77897, - [SMALL_STATE(1692)] = 77924, - [SMALL_STATE(1693)] = 77950, - [SMALL_STATE(1694)] = 77976, - [SMALL_STATE(1695)] = 77999, - [SMALL_STATE(1696)] = 78016, - [SMALL_STATE(1697)] = 78039, - [SMALL_STATE(1698)] = 78060, - [SMALL_STATE(1699)] = 78083, - [SMALL_STATE(1700)] = 78106, - [SMALL_STATE(1701)] = 78127, - [SMALL_STATE(1702)] = 78148, - [SMALL_STATE(1703)] = 78169, - [SMALL_STATE(1704)] = 78192, - [SMALL_STATE(1705)] = 78211, - [SMALL_STATE(1706)] = 78230, - [SMALL_STATE(1707)] = 78251, - [SMALL_STATE(1708)] = 78274, - [SMALL_STATE(1709)] = 78295, - [SMALL_STATE(1710)] = 78316, - [SMALL_STATE(1711)] = 78329, - [SMALL_STATE(1712)] = 78344, - [SMALL_STATE(1713)] = 78365, - [SMALL_STATE(1714)] = 78388, - [SMALL_STATE(1715)] = 78401, - [SMALL_STATE(1716)] = 78422, - [SMALL_STATE(1717)] = 78445, - [SMALL_STATE(1718)] = 78466, - [SMALL_STATE(1719)] = 78481, - [SMALL_STATE(1720)] = 78494, - [SMALL_STATE(1721)] = 78517, - [SMALL_STATE(1722)] = 78530, - [SMALL_STATE(1723)] = 78551, - [SMALL_STATE(1724)] = 78574, - [SMALL_STATE(1725)] = 78595, - [SMALL_STATE(1726)] = 78608, - [SMALL_STATE(1727)] = 78631, - [SMALL_STATE(1728)] = 78652, - [SMALL_STATE(1729)] = 78672, - [SMALL_STATE(1730)] = 78684, - [SMALL_STATE(1731)] = 78702, - [SMALL_STATE(1732)] = 78722, - [SMALL_STATE(1733)] = 78742, - [SMALL_STATE(1734)] = 78762, - [SMALL_STATE(1735)] = 78780, - [SMALL_STATE(1736)] = 78792, - [SMALL_STATE(1737)] = 78812, - [SMALL_STATE(1738)] = 78826, - [SMALL_STATE(1739)] = 78838, - [SMALL_STATE(1740)] = 78856, - [SMALL_STATE(1741)] = 78868, - [SMALL_STATE(1742)] = 78880, - [SMALL_STATE(1743)] = 78892, - [SMALL_STATE(1744)] = 78904, - [SMALL_STATE(1745)] = 78916, - [SMALL_STATE(1746)] = 78934, - [SMALL_STATE(1747)] = 78952, - [SMALL_STATE(1748)] = 78972, - [SMALL_STATE(1749)] = 78984, - [SMALL_STATE(1750)] = 79002, - [SMALL_STATE(1751)] = 79020, - [SMALL_STATE(1752)] = 79032, - [SMALL_STATE(1753)] = 79044, - [SMALL_STATE(1754)] = 79062, - [SMALL_STATE(1755)] = 79080, - [SMALL_STATE(1756)] = 79098, - [SMALL_STATE(1757)] = 79116, - [SMALL_STATE(1758)] = 79134, - [SMALL_STATE(1759)] = 79146, - [SMALL_STATE(1760)] = 79164, - [SMALL_STATE(1761)] = 79182, - [SMALL_STATE(1762)] = 79200, - [SMALL_STATE(1763)] = 79218, - [SMALL_STATE(1764)] = 79236, - [SMALL_STATE(1765)] = 79254, - [SMALL_STATE(1766)] = 79272, - [SMALL_STATE(1767)] = 79284, - [SMALL_STATE(1768)] = 79302, - [SMALL_STATE(1769)] = 79314, - [SMALL_STATE(1770)] = 79332, - [SMALL_STATE(1771)] = 79350, - [SMALL_STATE(1772)] = 79370, - [SMALL_STATE(1773)] = 79388, - [SMALL_STATE(1774)] = 79406, - [SMALL_STATE(1775)] = 79425, - [SMALL_STATE(1776)] = 79444, - [SMALL_STATE(1777)] = 79463, - [SMALL_STATE(1778)] = 79482, - [SMALL_STATE(1779)] = 79493, - [SMALL_STATE(1780)] = 79510, - [SMALL_STATE(1781)] = 79527, - [SMALL_STATE(1782)] = 79540, - [SMALL_STATE(1783)] = 79551, - [SMALL_STATE(1784)] = 79570, - [SMALL_STATE(1785)] = 79581, - [SMALL_STATE(1786)] = 79600, - [SMALL_STATE(1787)] = 79619, - [SMALL_STATE(1788)] = 79638, - [SMALL_STATE(1789)] = 79649, - [SMALL_STATE(1790)] = 79668, - [SMALL_STATE(1791)] = 79679, - [SMALL_STATE(1792)] = 79690, - [SMALL_STATE(1793)] = 79701, - [SMALL_STATE(1794)] = 79720, - [SMALL_STATE(1795)] = 79731, - [SMALL_STATE(1796)] = 79750, - [SMALL_STATE(1797)] = 79761, - [SMALL_STATE(1798)] = 79772, - [SMALL_STATE(1799)] = 79785, - [SMALL_STATE(1800)] = 79796, - [SMALL_STATE(1801)] = 79815, - [SMALL_STATE(1802)] = 79834, - [SMALL_STATE(1803)] = 79845, - [SMALL_STATE(1804)] = 79856, - [SMALL_STATE(1805)] = 79875, - [SMALL_STATE(1806)] = 79886, - [SMALL_STATE(1807)] = 79897, - [SMALL_STATE(1808)] = 79916, - [SMALL_STATE(1809)] = 79929, - [SMALL_STATE(1810)] = 79948, - [SMALL_STATE(1811)] = 79959, - [SMALL_STATE(1812)] = 79978, - [SMALL_STATE(1813)] = 79997, - [SMALL_STATE(1814)] = 80012, - [SMALL_STATE(1815)] = 80023, - [SMALL_STATE(1816)] = 80042, - [SMALL_STATE(1817)] = 80061, - [SMALL_STATE(1818)] = 80072, - [SMALL_STATE(1819)] = 80083, - [SMALL_STATE(1820)] = 80094, - [SMALL_STATE(1821)] = 80113, - [SMALL_STATE(1822)] = 80132, - [SMALL_STATE(1823)] = 80143, - [SMALL_STATE(1824)] = 80154, - [SMALL_STATE(1825)] = 80165, - [SMALL_STATE(1826)] = 80176, - [SMALL_STATE(1827)] = 80187, - [SMALL_STATE(1828)] = 80206, - [SMALL_STATE(1829)] = 80223, - [SMALL_STATE(1830)] = 80242, - [SMALL_STATE(1831)] = 80261, - [SMALL_STATE(1832)] = 80276, - [SMALL_STATE(1833)] = 80295, - [SMALL_STATE(1834)] = 80314, - [SMALL_STATE(1835)] = 80325, - [SMALL_STATE(1836)] = 80336, - [SMALL_STATE(1837)] = 80347, - [SMALL_STATE(1838)] = 80358, - [SMALL_STATE(1839)] = 80369, - [SMALL_STATE(1840)] = 80380, - [SMALL_STATE(1841)] = 80391, - [SMALL_STATE(1842)] = 80410, - [SMALL_STATE(1843)] = 80429, - [SMALL_STATE(1844)] = 80440, - [SMALL_STATE(1845)] = 80455, - [SMALL_STATE(1846)] = 80466, - [SMALL_STATE(1847)] = 80477, - [SMALL_STATE(1848)] = 80496, - [SMALL_STATE(1849)] = 80515, - [SMALL_STATE(1850)] = 80526, - [SMALL_STATE(1851)] = 80542, - [SMALL_STATE(1852)] = 80552, - [SMALL_STATE(1853)] = 80568, - [SMALL_STATE(1854)] = 80578, - [SMALL_STATE(1855)] = 80588, - [SMALL_STATE(1856)] = 80604, - [SMALL_STATE(1857)] = 80618, - [SMALL_STATE(1858)] = 80632, - [SMALL_STATE(1859)] = 80648, - [SMALL_STATE(1860)] = 80662, - [SMALL_STATE(1861)] = 80676, - [SMALL_STATE(1862)] = 80690, - [SMALL_STATE(1863)] = 80706, - [SMALL_STATE(1864)] = 80720, - [SMALL_STATE(1865)] = 80734, - [SMALL_STATE(1866)] = 80748, - [SMALL_STATE(1867)] = 80764, - [SMALL_STATE(1868)] = 80774, - [SMALL_STATE(1869)] = 80790, - [SMALL_STATE(1870)] = 80804, - [SMALL_STATE(1871)] = 80818, - [SMALL_STATE(1872)] = 80834, - [SMALL_STATE(1873)] = 80848, - [SMALL_STATE(1874)] = 80862, - [SMALL_STATE(1875)] = 80878, - [SMALL_STATE(1876)] = 80892, - [SMALL_STATE(1877)] = 80908, - [SMALL_STATE(1878)] = 80924, - [SMALL_STATE(1879)] = 80940, - [SMALL_STATE(1880)] = 80956, - [SMALL_STATE(1881)] = 80972, - [SMALL_STATE(1882)] = 80986, - [SMALL_STATE(1883)] = 81002, - [SMALL_STATE(1884)] = 81014, - [SMALL_STATE(1885)] = 81030, - [SMALL_STATE(1886)] = 81042, - [SMALL_STATE(1887)] = 81056, - [SMALL_STATE(1888)] = 81072, - [SMALL_STATE(1889)] = 81088, - [SMALL_STATE(1890)] = 81102, - [SMALL_STATE(1891)] = 81116, - [SMALL_STATE(1892)] = 81132, - [SMALL_STATE(1893)] = 81148, - [SMALL_STATE(1894)] = 81162, - [SMALL_STATE(1895)] = 81178, - [SMALL_STATE(1896)] = 81194, - [SMALL_STATE(1897)] = 81210, - [SMALL_STATE(1898)] = 81226, - [SMALL_STATE(1899)] = 81240, - [SMALL_STATE(1900)] = 81254, - [SMALL_STATE(1901)] = 81270, - [SMALL_STATE(1902)] = 81286, - [SMALL_STATE(1903)] = 81296, - [SMALL_STATE(1904)] = 81310, - [SMALL_STATE(1905)] = 81324, - [SMALL_STATE(1906)] = 81340, - [SMALL_STATE(1907)] = 81354, - [SMALL_STATE(1908)] = 81368, - [SMALL_STATE(1909)] = 81384, - [SMALL_STATE(1910)] = 81400, - [SMALL_STATE(1911)] = 81416, - [SMALL_STATE(1912)] = 81430, - [SMALL_STATE(1913)] = 81444, - [SMALL_STATE(1914)] = 81458, - [SMALL_STATE(1915)] = 81472, - [SMALL_STATE(1916)] = 81486, - [SMALL_STATE(1917)] = 81502, - [SMALL_STATE(1918)] = 81518, - [SMALL_STATE(1919)] = 81532, - [SMALL_STATE(1920)] = 81542, - [SMALL_STATE(1921)] = 81556, - [SMALL_STATE(1922)] = 81572, - [SMALL_STATE(1923)] = 81588, - [SMALL_STATE(1924)] = 81604, - [SMALL_STATE(1925)] = 81620, - [SMALL_STATE(1926)] = 81634, - [SMALL_STATE(1927)] = 81650, - [SMALL_STATE(1928)] = 81666, - [SMALL_STATE(1929)] = 81680, - [SMALL_STATE(1930)] = 81696, - [SMALL_STATE(1931)] = 81710, - [SMALL_STATE(1932)] = 81724, - [SMALL_STATE(1933)] = 81740, - [SMALL_STATE(1934)] = 81756, - [SMALL_STATE(1935)] = 81770, - [SMALL_STATE(1936)] = 81784, - [SMALL_STATE(1937)] = 81794, - [SMALL_STATE(1938)] = 81810, - [SMALL_STATE(1939)] = 81824, - [SMALL_STATE(1940)] = 81840, - [SMALL_STATE(1941)] = 81854, - [SMALL_STATE(1942)] = 81868, - [SMALL_STATE(1943)] = 81882, - [SMALL_STATE(1944)] = 81896, - [SMALL_STATE(1945)] = 81912, - [SMALL_STATE(1946)] = 81928, - [SMALL_STATE(1947)] = 81944, - [SMALL_STATE(1948)] = 81960, - [SMALL_STATE(1949)] = 81976, - [SMALL_STATE(1950)] = 81990, - [SMALL_STATE(1951)] = 82004, - [SMALL_STATE(1952)] = 82018, - [SMALL_STATE(1953)] = 82034, - [SMALL_STATE(1954)] = 82048, - [SMALL_STATE(1955)] = 82064, - [SMALL_STATE(1956)] = 82078, - [SMALL_STATE(1957)] = 82092, - [SMALL_STATE(1958)] = 82102, - [SMALL_STATE(1959)] = 82118, - [SMALL_STATE(1960)] = 82134, - [SMALL_STATE(1961)] = 82150, - [SMALL_STATE(1962)] = 82166, - [SMALL_STATE(1963)] = 82180, - [SMALL_STATE(1964)] = 82194, - [SMALL_STATE(1965)] = 82208, - [SMALL_STATE(1966)] = 82222, - [SMALL_STATE(1967)] = 82236, - [SMALL_STATE(1968)] = 82250, - [SMALL_STATE(1969)] = 82264, - [SMALL_STATE(1970)] = 82278, - [SMALL_STATE(1971)] = 82294, - [SMALL_STATE(1972)] = 82304, - [SMALL_STATE(1973)] = 82320, - [SMALL_STATE(1974)] = 82336, - [SMALL_STATE(1975)] = 82350, - [SMALL_STATE(1976)] = 82366, - [SMALL_STATE(1977)] = 82382, - [SMALL_STATE(1978)] = 82395, - [SMALL_STATE(1979)] = 82408, - [SMALL_STATE(1980)] = 82421, - [SMALL_STATE(1981)] = 82434, - [SMALL_STATE(1982)] = 82447, - [SMALL_STATE(1983)] = 82460, - [SMALL_STATE(1984)] = 82473, - [SMALL_STATE(1985)] = 82486, - [SMALL_STATE(1986)] = 82499, - [SMALL_STATE(1987)] = 82512, - [SMALL_STATE(1988)] = 82525, - [SMALL_STATE(1989)] = 82538, - [SMALL_STATE(1990)] = 82551, - [SMALL_STATE(1991)] = 82564, - [SMALL_STATE(1992)] = 82577, - [SMALL_STATE(1993)] = 82590, - [SMALL_STATE(1994)] = 82603, - [SMALL_STATE(1995)] = 82616, - [SMALL_STATE(1996)] = 82629, - [SMALL_STATE(1997)] = 82642, - [SMALL_STATE(1998)] = 82655, - [SMALL_STATE(1999)] = 82668, - [SMALL_STATE(2000)] = 82681, - [SMALL_STATE(2001)] = 82694, - [SMALL_STATE(2002)] = 82707, - [SMALL_STATE(2003)] = 82718, - [SMALL_STATE(2004)] = 82731, - [SMALL_STATE(2005)] = 82744, - [SMALL_STATE(2006)] = 82753, - [SMALL_STATE(2007)] = 82766, - [SMALL_STATE(2008)] = 82775, - [SMALL_STATE(2009)] = 82786, - [SMALL_STATE(2010)] = 82799, - [SMALL_STATE(2011)] = 82812, - [SMALL_STATE(2012)] = 82825, - [SMALL_STATE(2013)] = 82838, - [SMALL_STATE(2014)] = 82851, - [SMALL_STATE(2015)] = 82862, - [SMALL_STATE(2016)] = 82875, - [SMALL_STATE(2017)] = 82888, - [SMALL_STATE(2018)] = 82901, - [SMALL_STATE(2019)] = 82914, - [SMALL_STATE(2020)] = 82927, - [SMALL_STATE(2021)] = 82940, - [SMALL_STATE(2022)] = 82953, - [SMALL_STATE(2023)] = 82964, - [SMALL_STATE(2024)] = 82977, - [SMALL_STATE(2025)] = 82990, - [SMALL_STATE(2026)] = 83003, - [SMALL_STATE(2027)] = 83016, - [SMALL_STATE(2028)] = 83029, - [SMALL_STATE(2029)] = 83042, - [SMALL_STATE(2030)] = 83055, - [SMALL_STATE(2031)] = 83068, - [SMALL_STATE(2032)] = 83077, - [SMALL_STATE(2033)] = 83086, - [SMALL_STATE(2034)] = 83099, - [SMALL_STATE(2035)] = 83112, - [SMALL_STATE(2036)] = 83125, - [SMALL_STATE(2037)] = 83138, - [SMALL_STATE(2038)] = 83151, - [SMALL_STATE(2039)] = 83164, - [SMALL_STATE(2040)] = 83173, - [SMALL_STATE(2041)] = 83186, - [SMALL_STATE(2042)] = 83199, - [SMALL_STATE(2043)] = 83208, - [SMALL_STATE(2044)] = 83217, - [SMALL_STATE(2045)] = 83226, - [SMALL_STATE(2046)] = 83239, - [SMALL_STATE(2047)] = 83252, - [SMALL_STATE(2048)] = 83263, - [SMALL_STATE(2049)] = 83276, - [SMALL_STATE(2050)] = 83289, - [SMALL_STATE(2051)] = 83302, - [SMALL_STATE(2052)] = 83315, - [SMALL_STATE(2053)] = 83328, - [SMALL_STATE(2054)] = 83341, - [SMALL_STATE(2055)] = 83352, - [SMALL_STATE(2056)] = 83365, - [SMALL_STATE(2057)] = 83378, - [SMALL_STATE(2058)] = 83391, - [SMALL_STATE(2059)] = 83404, - [SMALL_STATE(2060)] = 83417, - [SMALL_STATE(2061)] = 83430, - [SMALL_STATE(2062)] = 83443, - [SMALL_STATE(2063)] = 83456, - [SMALL_STATE(2064)] = 83465, - [SMALL_STATE(2065)] = 83478, - [SMALL_STATE(2066)] = 83489, - [SMALL_STATE(2067)] = 83500, - [SMALL_STATE(2068)] = 83513, - [SMALL_STATE(2069)] = 83524, - [SMALL_STATE(2070)] = 83535, - [SMALL_STATE(2071)] = 83548, - [SMALL_STATE(2072)] = 83561, - [SMALL_STATE(2073)] = 83574, - [SMALL_STATE(2074)] = 83587, - [SMALL_STATE(2075)] = 83600, - [SMALL_STATE(2076)] = 83613, - [SMALL_STATE(2077)] = 83622, - [SMALL_STATE(2078)] = 83631, - [SMALL_STATE(2079)] = 83644, - [SMALL_STATE(2080)] = 83657, - [SMALL_STATE(2081)] = 83670, - [SMALL_STATE(2082)] = 83681, - [SMALL_STATE(2083)] = 83694, - [SMALL_STATE(2084)] = 83703, - [SMALL_STATE(2085)] = 83712, - [SMALL_STATE(2086)] = 83725, - [SMALL_STATE(2087)] = 83734, - [SMALL_STATE(2088)] = 83747, - [SMALL_STATE(2089)] = 83756, - [SMALL_STATE(2090)] = 83769, - [SMALL_STATE(2091)] = 83782, - [SMALL_STATE(2092)] = 83793, - [SMALL_STATE(2093)] = 83804, - [SMALL_STATE(2094)] = 83817, - [SMALL_STATE(2095)] = 83828, - [SMALL_STATE(2096)] = 83841, - [SMALL_STATE(2097)] = 83852, - [SMALL_STATE(2098)] = 83865, - [SMALL_STATE(2099)] = 83874, - [SMALL_STATE(2100)] = 83887, - [SMALL_STATE(2101)] = 83898, - [SMALL_STATE(2102)] = 83911, - [SMALL_STATE(2103)] = 83924, - [SMALL_STATE(2104)] = 83935, - [SMALL_STATE(2105)] = 83948, - [SMALL_STATE(2106)] = 83957, - [SMALL_STATE(2107)] = 83970, - [SMALL_STATE(2108)] = 83983, - [SMALL_STATE(2109)] = 83996, - [SMALL_STATE(2110)] = 84009, - [SMALL_STATE(2111)] = 84022, - [SMALL_STATE(2112)] = 84035, - [SMALL_STATE(2113)] = 84048, - [SMALL_STATE(2114)] = 84057, - [SMALL_STATE(2115)] = 84066, - [SMALL_STATE(2116)] = 84079, - [SMALL_STATE(2117)] = 84092, - [SMALL_STATE(2118)] = 84105, - [SMALL_STATE(2119)] = 84118, - [SMALL_STATE(2120)] = 84131, - [SMALL_STATE(2121)] = 84144, - [SMALL_STATE(2122)] = 84155, - [SMALL_STATE(2123)] = 84164, - [SMALL_STATE(2124)] = 84174, - [SMALL_STATE(2125)] = 84184, - [SMALL_STATE(2126)] = 84194, - [SMALL_STATE(2127)] = 84202, - [SMALL_STATE(2128)] = 84210, - [SMALL_STATE(2129)] = 84220, - [SMALL_STATE(2130)] = 84228, - [SMALL_STATE(2131)] = 84238, - [SMALL_STATE(2132)] = 84246, - [SMALL_STATE(2133)] = 84256, - [SMALL_STATE(2134)] = 84264, - [SMALL_STATE(2135)] = 84274, - [SMALL_STATE(2136)] = 84284, - [SMALL_STATE(2137)] = 84294, - [SMALL_STATE(2138)] = 84302, - [SMALL_STATE(2139)] = 84312, - [SMALL_STATE(2140)] = 84322, - [SMALL_STATE(2141)] = 84332, - [SMALL_STATE(2142)] = 84342, - [SMALL_STATE(2143)] = 84352, - [SMALL_STATE(2144)] = 84360, - [SMALL_STATE(2145)] = 84370, - [SMALL_STATE(2146)] = 84380, - [SMALL_STATE(2147)] = 84390, - [SMALL_STATE(2148)] = 84400, - [SMALL_STATE(2149)] = 84410, - [SMALL_STATE(2150)] = 84420, - [SMALL_STATE(2151)] = 84430, - [SMALL_STATE(2152)] = 84438, - [SMALL_STATE(2153)] = 84448, - [SMALL_STATE(2154)] = 84458, - [SMALL_STATE(2155)] = 84468, - [SMALL_STATE(2156)] = 84478, - [SMALL_STATE(2157)] = 84488, - [SMALL_STATE(2158)] = 84498, - [SMALL_STATE(2159)] = 84508, - [SMALL_STATE(2160)] = 84518, - [SMALL_STATE(2161)] = 84528, - [SMALL_STATE(2162)] = 84536, - [SMALL_STATE(2163)] = 84544, - [SMALL_STATE(2164)] = 84554, - [SMALL_STATE(2165)] = 84564, - [SMALL_STATE(2166)] = 84574, - [SMALL_STATE(2167)] = 84584, - [SMALL_STATE(2168)] = 84594, - [SMALL_STATE(2169)] = 84602, - [SMALL_STATE(2170)] = 84612, - [SMALL_STATE(2171)] = 84620, - [SMALL_STATE(2172)] = 84628, - [SMALL_STATE(2173)] = 84638, - [SMALL_STATE(2174)] = 84648, - [SMALL_STATE(2175)] = 84658, - [SMALL_STATE(2176)] = 84668, - [SMALL_STATE(2177)] = 84678, - [SMALL_STATE(2178)] = 84688, - [SMALL_STATE(2179)] = 84698, - [SMALL_STATE(2180)] = 84706, - [SMALL_STATE(2181)] = 84716, - [SMALL_STATE(2182)] = 84726, - [SMALL_STATE(2183)] = 84734, - [SMALL_STATE(2184)] = 84742, - [SMALL_STATE(2185)] = 84752, - [SMALL_STATE(2186)] = 84760, - [SMALL_STATE(2187)] = 84770, - [SMALL_STATE(2188)] = 84778, - [SMALL_STATE(2189)] = 84788, - [SMALL_STATE(2190)] = 84798, - [SMALL_STATE(2191)] = 84808, - [SMALL_STATE(2192)] = 84818, - [SMALL_STATE(2193)] = 84828, - [SMALL_STATE(2194)] = 84838, - [SMALL_STATE(2195)] = 84846, - [SMALL_STATE(2196)] = 84854, - [SMALL_STATE(2197)] = 84864, - [SMALL_STATE(2198)] = 84872, - [SMALL_STATE(2199)] = 84882, - [SMALL_STATE(2200)] = 84892, - [SMALL_STATE(2201)] = 84900, - [SMALL_STATE(2202)] = 84910, - [SMALL_STATE(2203)] = 84920, - [SMALL_STATE(2204)] = 84928, - [SMALL_STATE(2205)] = 84938, - [SMALL_STATE(2206)] = 84948, - [SMALL_STATE(2207)] = 84958, - [SMALL_STATE(2208)] = 84968, - [SMALL_STATE(2209)] = 84978, - [SMALL_STATE(2210)] = 84988, - [SMALL_STATE(2211)] = 84998, - [SMALL_STATE(2212)] = 85008, - [SMALL_STATE(2213)] = 85018, - [SMALL_STATE(2214)] = 85028, - [SMALL_STATE(2215)] = 85038, - [SMALL_STATE(2216)] = 85048, - [SMALL_STATE(2217)] = 85058, - [SMALL_STATE(2218)] = 85068, - [SMALL_STATE(2219)] = 85078, - [SMALL_STATE(2220)] = 85088, - [SMALL_STATE(2221)] = 85098, - [SMALL_STATE(2222)] = 85108, - [SMALL_STATE(2223)] = 85118, - [SMALL_STATE(2224)] = 85128, - [SMALL_STATE(2225)] = 85136, - [SMALL_STATE(2226)] = 85146, - [SMALL_STATE(2227)] = 85156, - [SMALL_STATE(2228)] = 85166, - [SMALL_STATE(2229)] = 85174, - [SMALL_STATE(2230)] = 85184, - [SMALL_STATE(2231)] = 85194, - [SMALL_STATE(2232)] = 85204, - [SMALL_STATE(2233)] = 85214, - [SMALL_STATE(2234)] = 85224, - [SMALL_STATE(2235)] = 85234, - [SMALL_STATE(2236)] = 85244, - [SMALL_STATE(2237)] = 85252, - [SMALL_STATE(2238)] = 85260, - [SMALL_STATE(2239)] = 85270, - [SMALL_STATE(2240)] = 85280, - [SMALL_STATE(2241)] = 85290, - [SMALL_STATE(2242)] = 85300, - [SMALL_STATE(2243)] = 85310, - [SMALL_STATE(2244)] = 85320, - [SMALL_STATE(2245)] = 85330, - [SMALL_STATE(2246)] = 85340, - [SMALL_STATE(2247)] = 85350, - [SMALL_STATE(2248)] = 85360, - [SMALL_STATE(2249)] = 85370, - [SMALL_STATE(2250)] = 85380, - [SMALL_STATE(2251)] = 85390, - [SMALL_STATE(2252)] = 85400, - [SMALL_STATE(2253)] = 85410, - [SMALL_STATE(2254)] = 85420, - [SMALL_STATE(2255)] = 85430, - [SMALL_STATE(2256)] = 85440, - [SMALL_STATE(2257)] = 85450, - [SMALL_STATE(2258)] = 85460, - [SMALL_STATE(2259)] = 85470, - [SMALL_STATE(2260)] = 85478, - [SMALL_STATE(2261)] = 85486, - [SMALL_STATE(2262)] = 85496, - [SMALL_STATE(2263)] = 85506, - [SMALL_STATE(2264)] = 85516, - [SMALL_STATE(2265)] = 85526, - [SMALL_STATE(2266)] = 85536, - [SMALL_STATE(2267)] = 85544, - [SMALL_STATE(2268)] = 85552, - [SMALL_STATE(2269)] = 85560, - [SMALL_STATE(2270)] = 85568, - [SMALL_STATE(2271)] = 85578, - [SMALL_STATE(2272)] = 85588, - [SMALL_STATE(2273)] = 85596, - [SMALL_STATE(2274)] = 85604, - [SMALL_STATE(2275)] = 85612, - [SMALL_STATE(2276)] = 85620, - [SMALL_STATE(2277)] = 85628, - [SMALL_STATE(2278)] = 85638, - [SMALL_STATE(2279)] = 85648, - [SMALL_STATE(2280)] = 85656, - [SMALL_STATE(2281)] = 85664, - [SMALL_STATE(2282)] = 85672, - [SMALL_STATE(2283)] = 85680, - [SMALL_STATE(2284)] = 85688, - [SMALL_STATE(2285)] = 85696, - [SMALL_STATE(2286)] = 85704, - [SMALL_STATE(2287)] = 85712, - [SMALL_STATE(2288)] = 85720, - [SMALL_STATE(2289)] = 85728, - [SMALL_STATE(2290)] = 85738, - [SMALL_STATE(2291)] = 85748, - [SMALL_STATE(2292)] = 85758, - [SMALL_STATE(2293)] = 85768, - [SMALL_STATE(2294)] = 85776, - [SMALL_STATE(2295)] = 85784, - [SMALL_STATE(2296)] = 85792, - [SMALL_STATE(2297)] = 85800, - [SMALL_STATE(2298)] = 85808, - [SMALL_STATE(2299)] = 85816, - [SMALL_STATE(2300)] = 85824, - [SMALL_STATE(2301)] = 85832, - [SMALL_STATE(2302)] = 85840, - [SMALL_STATE(2303)] = 85848, - [SMALL_STATE(2304)] = 85856, - [SMALL_STATE(2305)] = 85866, - [SMALL_STATE(2306)] = 85876, - [SMALL_STATE(2307)] = 85886, - [SMALL_STATE(2308)] = 85894, - [SMALL_STATE(2309)] = 85904, - [SMALL_STATE(2310)] = 85914, - [SMALL_STATE(2311)] = 85922, - [SMALL_STATE(2312)] = 85930, - [SMALL_STATE(2313)] = 85938, - [SMALL_STATE(2314)] = 85946, - [SMALL_STATE(2315)] = 85956, - [SMALL_STATE(2316)] = 85966, - [SMALL_STATE(2317)] = 85976, - [SMALL_STATE(2318)] = 85986, - [SMALL_STATE(2319)] = 85994, - [SMALL_STATE(2320)] = 86002, - [SMALL_STATE(2321)] = 86012, - [SMALL_STATE(2322)] = 86020, - [SMALL_STATE(2323)] = 86028, - [SMALL_STATE(2324)] = 86038, - [SMALL_STATE(2325)] = 86048, - [SMALL_STATE(2326)] = 86058, - [SMALL_STATE(2327)] = 86066, - [SMALL_STATE(2328)] = 86076, - [SMALL_STATE(2329)] = 86086, - [SMALL_STATE(2330)] = 86094, - [SMALL_STATE(2331)] = 86104, - [SMALL_STATE(2332)] = 86112, - [SMALL_STATE(2333)] = 86120, - [SMALL_STATE(2334)] = 86130, - [SMALL_STATE(2335)] = 86140, - [SMALL_STATE(2336)] = 86150, - [SMALL_STATE(2337)] = 86158, - [SMALL_STATE(2338)] = 86168, - [SMALL_STATE(2339)] = 86178, - [SMALL_STATE(2340)] = 86188, - [SMALL_STATE(2341)] = 86198, - [SMALL_STATE(2342)] = 86208, - [SMALL_STATE(2343)] = 86218, - [SMALL_STATE(2344)] = 86228, - [SMALL_STATE(2345)] = 86236, - [SMALL_STATE(2346)] = 86244, - [SMALL_STATE(2347)] = 86254, - [SMALL_STATE(2348)] = 86264, - [SMALL_STATE(2349)] = 86274, - [SMALL_STATE(2350)] = 86284, - [SMALL_STATE(2351)] = 86292, - [SMALL_STATE(2352)] = 86302, - [SMALL_STATE(2353)] = 86312, - [SMALL_STATE(2354)] = 86322, - [SMALL_STATE(2355)] = 86332, - [SMALL_STATE(2356)] = 86342, - [SMALL_STATE(2357)] = 86352, - [SMALL_STATE(2358)] = 86362, - [SMALL_STATE(2359)] = 86372, - [SMALL_STATE(2360)] = 86382, - [SMALL_STATE(2361)] = 86390, - [SMALL_STATE(2362)] = 86400, - [SMALL_STATE(2363)] = 86410, - [SMALL_STATE(2364)] = 86420, - [SMALL_STATE(2365)] = 86430, - [SMALL_STATE(2366)] = 86440, - [SMALL_STATE(2367)] = 86448, - [SMALL_STATE(2368)] = 86456, - [SMALL_STATE(2369)] = 86466, - [SMALL_STATE(2370)] = 86476, - [SMALL_STATE(2371)] = 86486, - [SMALL_STATE(2372)] = 86496, - [SMALL_STATE(2373)] = 86504, - [SMALL_STATE(2374)] = 86512, - [SMALL_STATE(2375)] = 86522, - [SMALL_STATE(2376)] = 86532, - [SMALL_STATE(2377)] = 86542, - [SMALL_STATE(2378)] = 86552, - [SMALL_STATE(2379)] = 86562, - [SMALL_STATE(2380)] = 86572, - [SMALL_STATE(2381)] = 86580, - [SMALL_STATE(2382)] = 86590, - [SMALL_STATE(2383)] = 86598, - [SMALL_STATE(2384)] = 86608, - [SMALL_STATE(2385)] = 86616, - [SMALL_STATE(2386)] = 86624, - [SMALL_STATE(2387)] = 86634, - [SMALL_STATE(2388)] = 86644, - [SMALL_STATE(2389)] = 86652, - [SMALL_STATE(2390)] = 86660, - [SMALL_STATE(2391)] = 86670, - [SMALL_STATE(2392)] = 86680, - [SMALL_STATE(2393)] = 86688, - [SMALL_STATE(2394)] = 86696, - [SMALL_STATE(2395)] = 86706, - [SMALL_STATE(2396)] = 86716, - [SMALL_STATE(2397)] = 86726, - [SMALL_STATE(2398)] = 86734, - [SMALL_STATE(2399)] = 86742, - [SMALL_STATE(2400)] = 86752, - [SMALL_STATE(2401)] = 86760, - [SMALL_STATE(2402)] = 86770, - [SMALL_STATE(2403)] = 86780, - [SMALL_STATE(2404)] = 86788, - [SMALL_STATE(2405)] = 86798, - [SMALL_STATE(2406)] = 86806, - [SMALL_STATE(2407)] = 86816, - [SMALL_STATE(2408)] = 86824, - [SMALL_STATE(2409)] = 86832, - [SMALL_STATE(2410)] = 86842, - [SMALL_STATE(2411)] = 86850, - [SMALL_STATE(2412)] = 86860, - [SMALL_STATE(2413)] = 86868, - [SMALL_STATE(2414)] = 86878, - [SMALL_STATE(2415)] = 86888, - [SMALL_STATE(2416)] = 86898, - [SMALL_STATE(2417)] = 86908, - [SMALL_STATE(2418)] = 86918, - [SMALL_STATE(2419)] = 86926, - [SMALL_STATE(2420)] = 86934, - [SMALL_STATE(2421)] = 86944, - [SMALL_STATE(2422)] = 86954, - [SMALL_STATE(2423)] = 86964, - [SMALL_STATE(2424)] = 86974, - [SMALL_STATE(2425)] = 86984, - [SMALL_STATE(2426)] = 86994, - [SMALL_STATE(2427)] = 87004, - [SMALL_STATE(2428)] = 87014, - [SMALL_STATE(2429)] = 87024, - [SMALL_STATE(2430)] = 87034, - [SMALL_STATE(2431)] = 87044, - [SMALL_STATE(2432)] = 87054, - [SMALL_STATE(2433)] = 87064, - [SMALL_STATE(2434)] = 87074, - [SMALL_STATE(2435)] = 87084, - [SMALL_STATE(2436)] = 87094, - [SMALL_STATE(2437)] = 87104, - [SMALL_STATE(2438)] = 87114, - [SMALL_STATE(2439)] = 87124, - [SMALL_STATE(2440)] = 87134, - [SMALL_STATE(2441)] = 87144, - [SMALL_STATE(2442)] = 87154, - [SMALL_STATE(2443)] = 87164, - [SMALL_STATE(2444)] = 87174, - [SMALL_STATE(2445)] = 87184, - [SMALL_STATE(2446)] = 87194, - [SMALL_STATE(2447)] = 87204, - [SMALL_STATE(2448)] = 87214, - [SMALL_STATE(2449)] = 87224, - [SMALL_STATE(2450)] = 87234, - [SMALL_STATE(2451)] = 87242, - [SMALL_STATE(2452)] = 87250, - [SMALL_STATE(2453)] = 87260, - [SMALL_STATE(2454)] = 87270, - [SMALL_STATE(2455)] = 87278, - [SMALL_STATE(2456)] = 87286, - [SMALL_STATE(2457)] = 87296, - [SMALL_STATE(2458)] = 87306, - [SMALL_STATE(2459)] = 87316, - [SMALL_STATE(2460)] = 87326, - [SMALL_STATE(2461)] = 87336, - [SMALL_STATE(2462)] = 87344, - [SMALL_STATE(2463)] = 87354, - [SMALL_STATE(2464)] = 87364, - [SMALL_STATE(2465)] = 87374, - [SMALL_STATE(2466)] = 87382, - [SMALL_STATE(2467)] = 87390, - [SMALL_STATE(2468)] = 87400, - [SMALL_STATE(2469)] = 87408, - [SMALL_STATE(2470)] = 87416, - [SMALL_STATE(2471)] = 87426, - [SMALL_STATE(2472)] = 87436, - [SMALL_STATE(2473)] = 87446, - [SMALL_STATE(2474)] = 87454, - [SMALL_STATE(2475)] = 87464, - [SMALL_STATE(2476)] = 87474, - [SMALL_STATE(2477)] = 87484, - [SMALL_STATE(2478)] = 87492, - [SMALL_STATE(2479)] = 87500, - [SMALL_STATE(2480)] = 87510, - [SMALL_STATE(2481)] = 87520, - [SMALL_STATE(2482)] = 87528, - [SMALL_STATE(2483)] = 87538, - [SMALL_STATE(2484)] = 87546, - [SMALL_STATE(2485)] = 87556, - [SMALL_STATE(2486)] = 87566, - [SMALL_STATE(2487)] = 87576, - [SMALL_STATE(2488)] = 87584, - [SMALL_STATE(2489)] = 87594, - [SMALL_STATE(2490)] = 87602, - [SMALL_STATE(2491)] = 87612, - [SMALL_STATE(2492)] = 87622, - [SMALL_STATE(2493)] = 87632, - [SMALL_STATE(2494)] = 87642, - [SMALL_STATE(2495)] = 87650, - [SMALL_STATE(2496)] = 87658, - [SMALL_STATE(2497)] = 87668, - [SMALL_STATE(2498)] = 87678, - [SMALL_STATE(2499)] = 87686, - [SMALL_STATE(2500)] = 87694, - [SMALL_STATE(2501)] = 87702, - [SMALL_STATE(2502)] = 87712, - [SMALL_STATE(2503)] = 87720, - [SMALL_STATE(2504)] = 87730, - [SMALL_STATE(2505)] = 87740, - [SMALL_STATE(2506)] = 87750, - [SMALL_STATE(2507)] = 87760, - [SMALL_STATE(2508)] = 87768, - [SMALL_STATE(2509)] = 87776, - [SMALL_STATE(2510)] = 87784, - [SMALL_STATE(2511)] = 87792, - [SMALL_STATE(2512)] = 87800, - [SMALL_STATE(2513)] = 87808, - [SMALL_STATE(2514)] = 87818, - [SMALL_STATE(2515)] = 87828, - [SMALL_STATE(2516)] = 87838, - [SMALL_STATE(2517)] = 87848, - [SMALL_STATE(2518)] = 87856, - [SMALL_STATE(2519)] = 87866, - [SMALL_STATE(2520)] = 87876, - [SMALL_STATE(2521)] = 87884, - [SMALL_STATE(2522)] = 87892, - [SMALL_STATE(2523)] = 87900, - [SMALL_STATE(2524)] = 87908, - [SMALL_STATE(2525)] = 87916, - [SMALL_STATE(2526)] = 87924, - [SMALL_STATE(2527)] = 87934, - [SMALL_STATE(2528)] = 87944, - [SMALL_STATE(2529)] = 87952, - [SMALL_STATE(2530)] = 87960, - [SMALL_STATE(2531)] = 87970, - [SMALL_STATE(2532)] = 87980, - [SMALL_STATE(2533)] = 87990, - [SMALL_STATE(2534)] = 87998, - [SMALL_STATE(2535)] = 88006, - [SMALL_STATE(2536)] = 88014, - [SMALL_STATE(2537)] = 88022, - [SMALL_STATE(2538)] = 88030, - [SMALL_STATE(2539)] = 88040, - [SMALL_STATE(2540)] = 88050, - [SMALL_STATE(2541)] = 88060, - [SMALL_STATE(2542)] = 88070, - [SMALL_STATE(2543)] = 88080, - [SMALL_STATE(2544)] = 88088, - [SMALL_STATE(2545)] = 88096, - [SMALL_STATE(2546)] = 88104, - [SMALL_STATE(2547)] = 88114, - [SMALL_STATE(2548)] = 88124, - [SMALL_STATE(2549)] = 88134, - [SMALL_STATE(2550)] = 88144, - [SMALL_STATE(2551)] = 88154, - [SMALL_STATE(2552)] = 88162, - [SMALL_STATE(2553)] = 88172, - [SMALL_STATE(2554)] = 88180, - [SMALL_STATE(2555)] = 88188, - [SMALL_STATE(2556)] = 88196, - [SMALL_STATE(2557)] = 88204, - [SMALL_STATE(2558)] = 88212, - [SMALL_STATE(2559)] = 88222, - [SMALL_STATE(2560)] = 88232, - [SMALL_STATE(2561)] = 88240, - [SMALL_STATE(2562)] = 88250, - [SMALL_STATE(2563)] = 88258, - [SMALL_STATE(2564)] = 88266, - [SMALL_STATE(2565)] = 88276, - [SMALL_STATE(2566)] = 88286, - [SMALL_STATE(2567)] = 88296, - [SMALL_STATE(2568)] = 88306, - [SMALL_STATE(2569)] = 88314, - [SMALL_STATE(2570)] = 88322, - [SMALL_STATE(2571)] = 88330, - [SMALL_STATE(2572)] = 88338, - [SMALL_STATE(2573)] = 88348, - [SMALL_STATE(2574)] = 88358, - [SMALL_STATE(2575)] = 88368, - [SMALL_STATE(2576)] = 88378, - [SMALL_STATE(2577)] = 88388, - [SMALL_STATE(2578)] = 88398, - [SMALL_STATE(2579)] = 88408, - [SMALL_STATE(2580)] = 88418, - [SMALL_STATE(2581)] = 88428, - [SMALL_STATE(2582)] = 88438, - [SMALL_STATE(2583)] = 88448, - [SMALL_STATE(2584)] = 88458, - [SMALL_STATE(2585)] = 88466, - [SMALL_STATE(2586)] = 88476, - [SMALL_STATE(2587)] = 88486, - [SMALL_STATE(2588)] = 88496, - [SMALL_STATE(2589)] = 88506, - [SMALL_STATE(2590)] = 88516, - [SMALL_STATE(2591)] = 88526, - [SMALL_STATE(2592)] = 88536, - [SMALL_STATE(2593)] = 88546, - [SMALL_STATE(2594)] = 88556, - [SMALL_STATE(2595)] = 88566, - [SMALL_STATE(2596)] = 88576, - [SMALL_STATE(2597)] = 88586, - [SMALL_STATE(2598)] = 88596, - [SMALL_STATE(2599)] = 88606, - [SMALL_STATE(2600)] = 88616, - [SMALL_STATE(2601)] = 88626, - [SMALL_STATE(2602)] = 88636, - [SMALL_STATE(2603)] = 88644, - [SMALL_STATE(2604)] = 88654, - [SMALL_STATE(2605)] = 88664, - [SMALL_STATE(2606)] = 88674, - [SMALL_STATE(2607)] = 88684, - [SMALL_STATE(2608)] = 88694, - [SMALL_STATE(2609)] = 88704, - [SMALL_STATE(2610)] = 88714, - [SMALL_STATE(2611)] = 88722, - [SMALL_STATE(2612)] = 88730, - [SMALL_STATE(2613)] = 88738, - [SMALL_STATE(2614)] = 88746, - [SMALL_STATE(2615)] = 88754, - [SMALL_STATE(2616)] = 88762, - [SMALL_STATE(2617)] = 88772, - [SMALL_STATE(2618)] = 88782, - [SMALL_STATE(2619)] = 88790, - [SMALL_STATE(2620)] = 88798, - [SMALL_STATE(2621)] = 88806, - [SMALL_STATE(2622)] = 88816, - [SMALL_STATE(2623)] = 88824, - [SMALL_STATE(2624)] = 88832, - [SMALL_STATE(2625)] = 88840, - [SMALL_STATE(2626)] = 88850, - [SMALL_STATE(2627)] = 88860, - [SMALL_STATE(2628)] = 88868, - [SMALL_STATE(2629)] = 88878, - [SMALL_STATE(2630)] = 88888, - [SMALL_STATE(2631)] = 88898, - [SMALL_STATE(2632)] = 88906, - [SMALL_STATE(2633)] = 88914, - [SMALL_STATE(2634)] = 88924, - [SMALL_STATE(2635)] = 88932, - [SMALL_STATE(2636)] = 88940, - [SMALL_STATE(2637)] = 88950, - [SMALL_STATE(2638)] = 88960, - [SMALL_STATE(2639)] = 88970, - [SMALL_STATE(2640)] = 88980, - [SMALL_STATE(2641)] = 88990, - [SMALL_STATE(2642)] = 89000, - [SMALL_STATE(2643)] = 89008, - [SMALL_STATE(2644)] = 89016, - [SMALL_STATE(2645)] = 89024, - [SMALL_STATE(2646)] = 89032, - [SMALL_STATE(2647)] = 89040, - [SMALL_STATE(2648)] = 89050, - [SMALL_STATE(2649)] = 89060, - [SMALL_STATE(2650)] = 89068, - [SMALL_STATE(2651)] = 89076, - [SMALL_STATE(2652)] = 89083, - [SMALL_STATE(2653)] = 89090, - [SMALL_STATE(2654)] = 89097, - [SMALL_STATE(2655)] = 89104, - [SMALL_STATE(2656)] = 89111, - [SMALL_STATE(2657)] = 89118, - [SMALL_STATE(2658)] = 89125, - [SMALL_STATE(2659)] = 89132, - [SMALL_STATE(2660)] = 89139, - [SMALL_STATE(2661)] = 89146, - [SMALL_STATE(2662)] = 89153, - [SMALL_STATE(2663)] = 89160, - [SMALL_STATE(2664)] = 89167, - [SMALL_STATE(2665)] = 89174, - [SMALL_STATE(2666)] = 89181, - [SMALL_STATE(2667)] = 89188, - [SMALL_STATE(2668)] = 89195, - [SMALL_STATE(2669)] = 89202, - [SMALL_STATE(2670)] = 89209, - [SMALL_STATE(2671)] = 89216, - [SMALL_STATE(2672)] = 89223, - [SMALL_STATE(2673)] = 89230, - [SMALL_STATE(2674)] = 89237, - [SMALL_STATE(2675)] = 89244, - [SMALL_STATE(2676)] = 89251, - [SMALL_STATE(2677)] = 89258, - [SMALL_STATE(2678)] = 89265, - [SMALL_STATE(2679)] = 89272, - [SMALL_STATE(2680)] = 89279, - [SMALL_STATE(2681)] = 89286, - [SMALL_STATE(2682)] = 89293, - [SMALL_STATE(2683)] = 89300, - [SMALL_STATE(2684)] = 89307, - [SMALL_STATE(2685)] = 89314, - [SMALL_STATE(2686)] = 89321, - [SMALL_STATE(2687)] = 89328, - [SMALL_STATE(2688)] = 89335, - [SMALL_STATE(2689)] = 89342, - [SMALL_STATE(2690)] = 89349, - [SMALL_STATE(2691)] = 89356, - [SMALL_STATE(2692)] = 89363, - [SMALL_STATE(2693)] = 89370, - [SMALL_STATE(2694)] = 89377, - [SMALL_STATE(2695)] = 89384, - [SMALL_STATE(2696)] = 89391, - [SMALL_STATE(2697)] = 89398, - [SMALL_STATE(2698)] = 89405, - [SMALL_STATE(2699)] = 89412, - [SMALL_STATE(2700)] = 89419, - [SMALL_STATE(2701)] = 89426, - [SMALL_STATE(2702)] = 89433, - [SMALL_STATE(2703)] = 89440, - [SMALL_STATE(2704)] = 89447, - [SMALL_STATE(2705)] = 89454, - [SMALL_STATE(2706)] = 89461, - [SMALL_STATE(2707)] = 89468, - [SMALL_STATE(2708)] = 89475, - [SMALL_STATE(2709)] = 89482, - [SMALL_STATE(2710)] = 89489, - [SMALL_STATE(2711)] = 89496, - [SMALL_STATE(2712)] = 89503, - [SMALL_STATE(2713)] = 89510, - [SMALL_STATE(2714)] = 89517, - [SMALL_STATE(2715)] = 89524, - [SMALL_STATE(2716)] = 89531, - [SMALL_STATE(2717)] = 89538, - [SMALL_STATE(2718)] = 89545, - [SMALL_STATE(2719)] = 89552, - [SMALL_STATE(2720)] = 89559, - [SMALL_STATE(2721)] = 89566, - [SMALL_STATE(2722)] = 89573, - [SMALL_STATE(2723)] = 89580, - [SMALL_STATE(2724)] = 89587, - [SMALL_STATE(2725)] = 89594, - [SMALL_STATE(2726)] = 89601, - [SMALL_STATE(2727)] = 89608, - [SMALL_STATE(2728)] = 89615, - [SMALL_STATE(2729)] = 89622, - [SMALL_STATE(2730)] = 89629, - [SMALL_STATE(2731)] = 89636, - [SMALL_STATE(2732)] = 89643, - [SMALL_STATE(2733)] = 89650, - [SMALL_STATE(2734)] = 89657, - [SMALL_STATE(2735)] = 89664, - [SMALL_STATE(2736)] = 89671, - [SMALL_STATE(2737)] = 89678, - [SMALL_STATE(2738)] = 89685, - [SMALL_STATE(2739)] = 89692, - [SMALL_STATE(2740)] = 89699, - [SMALL_STATE(2741)] = 89706, - [SMALL_STATE(2742)] = 89713, - [SMALL_STATE(2743)] = 89720, - [SMALL_STATE(2744)] = 89727, - [SMALL_STATE(2745)] = 89734, - [SMALL_STATE(2746)] = 89741, - [SMALL_STATE(2747)] = 89748, - [SMALL_STATE(2748)] = 89755, - [SMALL_STATE(2749)] = 89762, - [SMALL_STATE(2750)] = 89769, - [SMALL_STATE(2751)] = 89776, - [SMALL_STATE(2752)] = 89783, - [SMALL_STATE(2753)] = 89790, - [SMALL_STATE(2754)] = 89797, - [SMALL_STATE(2755)] = 89804, - [SMALL_STATE(2756)] = 89811, - [SMALL_STATE(2757)] = 89818, - [SMALL_STATE(2758)] = 89825, - [SMALL_STATE(2759)] = 89832, - [SMALL_STATE(2760)] = 89839, - [SMALL_STATE(2761)] = 89846, - [SMALL_STATE(2762)] = 89853, - [SMALL_STATE(2763)] = 89860, - [SMALL_STATE(2764)] = 89867, - [SMALL_STATE(2765)] = 89874, - [SMALL_STATE(2766)] = 89881, - [SMALL_STATE(2767)] = 89888, - [SMALL_STATE(2768)] = 89895, - [SMALL_STATE(2769)] = 89902, - [SMALL_STATE(2770)] = 89909, - [SMALL_STATE(2771)] = 89916, - [SMALL_STATE(2772)] = 89923, - [SMALL_STATE(2773)] = 89930, - [SMALL_STATE(2774)] = 89937, - [SMALL_STATE(2775)] = 89944, - [SMALL_STATE(2776)] = 89951, - [SMALL_STATE(2777)] = 89958, - [SMALL_STATE(2778)] = 89965, - [SMALL_STATE(2779)] = 89972, - [SMALL_STATE(2780)] = 89979, + [SMALL_STATE(787)] = 23491, + [SMALL_STATE(788)] = 23561, + [SMALL_STATE(789)] = 23633, + [SMALL_STATE(790)] = 23703, + [SMALL_STATE(791)] = 23773, + [SMALL_STATE(792)] = 23843, + [SMALL_STATE(793)] = 23913, + [SMALL_STATE(794)] = 23983, + [SMALL_STATE(795)] = 24053, + [SMALL_STATE(796)] = 24123, + [SMALL_STATE(797)] = 24193, + [SMALL_STATE(798)] = 24263, + [SMALL_STATE(799)] = 24335, + [SMALL_STATE(800)] = 24407, + [SMALL_STATE(801)] = 24479, + [SMALL_STATE(802)] = 24551, + [SMALL_STATE(803)] = 24621, + [SMALL_STATE(804)] = 24693, + [SMALL_STATE(805)] = 24763, + [SMALL_STATE(806)] = 24833, + [SMALL_STATE(807)] = 24903, + [SMALL_STATE(808)] = 24973, + [SMALL_STATE(809)] = 25043, + [SMALL_STATE(810)] = 25113, + [SMALL_STATE(811)] = 25183, + [SMALL_STATE(812)] = 25253, + [SMALL_STATE(813)] = 25327, + [SMALL_STATE(814)] = 25401, + [SMALL_STATE(815)] = 25475, + [SMALL_STATE(816)] = 25545, + [SMALL_STATE(817)] = 25615, + [SMALL_STATE(818)] = 25685, + [SMALL_STATE(819)] = 25755, + [SMALL_STATE(820)] = 25825, + [SMALL_STATE(821)] = 25895, + [SMALL_STATE(822)] = 25965, + [SMALL_STATE(823)] = 26035, + [SMALL_STATE(824)] = 26107, + [SMALL_STATE(825)] = 26177, + [SMALL_STATE(826)] = 26247, + [SMALL_STATE(827)] = 26317, + [SMALL_STATE(828)] = 26387, + [SMALL_STATE(829)] = 26457, + [SMALL_STATE(830)] = 26527, + [SMALL_STATE(831)] = 26597, + [SMALL_STATE(832)] = 26667, + [SMALL_STATE(833)] = 26739, + [SMALL_STATE(834)] = 26811, + [SMALL_STATE(835)] = 26881, + [SMALL_STATE(836)] = 26951, + [SMALL_STATE(837)] = 27021, + [SMALL_STATE(838)] = 27093, + [SMALL_STATE(839)] = 27163, + [SMALL_STATE(840)] = 27233, + [SMALL_STATE(841)] = 27303, + [SMALL_STATE(842)] = 27373, + [SMALL_STATE(843)] = 27445, + [SMALL_STATE(844)] = 27517, + [SMALL_STATE(845)] = 27589, + [SMALL_STATE(846)] = 27661, + [SMALL_STATE(847)] = 27733, + [SMALL_STATE(848)] = 27803, + [SMALL_STATE(849)] = 27873, + [SMALL_STATE(850)] = 27945, + [SMALL_STATE(851)] = 28017, + [SMALL_STATE(852)] = 28089, + [SMALL_STATE(853)] = 28161, + [SMALL_STATE(854)] = 28231, + [SMALL_STATE(855)] = 28303, + [SMALL_STATE(856)] = 28375, + [SMALL_STATE(857)] = 28447, + [SMALL_STATE(858)] = 28517, + [SMALL_STATE(859)] = 28589, + [SMALL_STATE(860)] = 28661, + [SMALL_STATE(861)] = 28733, + [SMALL_STATE(862)] = 28807, + [SMALL_STATE(863)] = 28879, + [SMALL_STATE(864)] = 28969, + [SMALL_STATE(865)] = 29041, + [SMALL_STATE(866)] = 29111, + [SMALL_STATE(867)] = 29183, + [SMALL_STATE(868)] = 29255, + [SMALL_STATE(869)] = 29327, + [SMALL_STATE(870)] = 29401, + [SMALL_STATE(871)] = 29471, + [SMALL_STATE(872)] = 29543, + [SMALL_STATE(873)] = 29615, + [SMALL_STATE(874)] = 29685, + [SMALL_STATE(875)] = 29755, + [SMALL_STATE(876)] = 29827, + [SMALL_STATE(877)] = 29899, + [SMALL_STATE(878)] = 29973, + [SMALL_STATE(879)] = 30045, + [SMALL_STATE(880)] = 30135, + [SMALL_STATE(881)] = 30225, + [SMALL_STATE(882)] = 30297, + [SMALL_STATE(883)] = 30369, + [SMALL_STATE(884)] = 30441, + [SMALL_STATE(885)] = 30513, + [SMALL_STATE(886)] = 30585, + [SMALL_STATE(887)] = 30657, + [SMALL_STATE(888)] = 30729, + [SMALL_STATE(889)] = 30801, + [SMALL_STATE(890)] = 30873, + [SMALL_STATE(891)] = 30945, + [SMALL_STATE(892)] = 31015, + [SMALL_STATE(893)] = 31087, + [SMALL_STATE(894)] = 31159, + [SMALL_STATE(895)] = 31231, + [SMALL_STATE(896)] = 31321, + [SMALL_STATE(897)] = 31393, + [SMALL_STATE(898)] = 31463, + [SMALL_STATE(899)] = 31537, + [SMALL_STATE(900)] = 31607, + [SMALL_STATE(901)] = 31679, + [SMALL_STATE(902)] = 31751, + [SMALL_STATE(903)] = 31823, + [SMALL_STATE(904)] = 31893, + [SMALL_STATE(905)] = 31964, + [SMALL_STATE(906)] = 32035, + [SMALL_STATE(907)] = 32106, + [SMALL_STATE(908)] = 32177, + [SMALL_STATE(909)] = 32264, + [SMALL_STATE(910)] = 32335, + [SMALL_STATE(911)] = 32406, + [SMALL_STATE(912)] = 32493, + [SMALL_STATE(913)] = 32564, + [SMALL_STATE(914)] = 32635, + [SMALL_STATE(915)] = 32706, + [SMALL_STATE(916)] = 32777, + [SMALL_STATE(917)] = 32848, + [SMALL_STATE(918)] = 32919, + [SMALL_STATE(919)] = 32990, + [SMALL_STATE(920)] = 33061, + [SMALL_STATE(921)] = 33132, + [SMALL_STATE(922)] = 33203, + [SMALL_STATE(923)] = 33274, + [SMALL_STATE(924)] = 33345, + [SMALL_STATE(925)] = 33416, + [SMALL_STATE(926)] = 33487, + [SMALL_STATE(927)] = 33558, + [SMALL_STATE(928)] = 33629, + [SMALL_STATE(929)] = 33700, + [SMALL_STATE(930)] = 33771, + [SMALL_STATE(931)] = 33842, + [SMALL_STATE(932)] = 33913, + [SMALL_STATE(933)] = 33984, + [SMALL_STATE(934)] = 34055, + [SMALL_STATE(935)] = 34126, + [SMALL_STATE(936)] = 34197, + [SMALL_STATE(937)] = 34268, + [SMALL_STATE(938)] = 34339, + [SMALL_STATE(939)] = 34410, + [SMALL_STATE(940)] = 34481, + [SMALL_STATE(941)] = 34552, + [SMALL_STATE(942)] = 34623, + [SMALL_STATE(943)] = 34694, + [SMALL_STATE(944)] = 34765, + [SMALL_STATE(945)] = 34836, + [SMALL_STATE(946)] = 34907, + [SMALL_STATE(947)] = 34978, + [SMALL_STATE(948)] = 35049, + [SMALL_STATE(949)] = 35120, + [SMALL_STATE(950)] = 35191, + [SMALL_STATE(951)] = 35262, + [SMALL_STATE(952)] = 35333, + [SMALL_STATE(953)] = 35404, + [SMALL_STATE(954)] = 35475, + [SMALL_STATE(955)] = 35546, + [SMALL_STATE(956)] = 35617, + [SMALL_STATE(957)] = 35688, + [SMALL_STATE(958)] = 35759, + [SMALL_STATE(959)] = 35830, + [SMALL_STATE(960)] = 35901, + [SMALL_STATE(961)] = 35972, + [SMALL_STATE(962)] = 36043, + [SMALL_STATE(963)] = 36114, + [SMALL_STATE(964)] = 36185, + [SMALL_STATE(965)] = 36256, + [SMALL_STATE(966)] = 36327, + [SMALL_STATE(967)] = 36398, + [SMALL_STATE(968)] = 36469, + [SMALL_STATE(969)] = 36540, + [SMALL_STATE(970)] = 36611, + [SMALL_STATE(971)] = 36682, + [SMALL_STATE(972)] = 36753, + [SMALL_STATE(973)] = 36824, + [SMALL_STATE(974)] = 36895, + [SMALL_STATE(975)] = 36966, + [SMALL_STATE(976)] = 37037, + [SMALL_STATE(977)] = 37108, + [SMALL_STATE(978)] = 37179, + [SMALL_STATE(979)] = 37266, + [SMALL_STATE(980)] = 37337, + [SMALL_STATE(981)] = 37408, + [SMALL_STATE(982)] = 37479, + [SMALL_STATE(983)] = 37550, + [SMALL_STATE(984)] = 37621, + [SMALL_STATE(985)] = 37692, + [SMALL_STATE(986)] = 37763, + [SMALL_STATE(987)] = 37834, + [SMALL_STATE(988)] = 37905, + [SMALL_STATE(989)] = 37976, + [SMALL_STATE(990)] = 38047, + [SMALL_STATE(991)] = 38118, + [SMALL_STATE(992)] = 38189, + [SMALL_STATE(993)] = 38260, + [SMALL_STATE(994)] = 38331, + [SMALL_STATE(995)] = 38402, + [SMALL_STATE(996)] = 38473, + [SMALL_STATE(997)] = 38544, + [SMALL_STATE(998)] = 38615, + [SMALL_STATE(999)] = 38686, + [SMALL_STATE(1000)] = 38757, + [SMALL_STATE(1001)] = 38828, + [SMALL_STATE(1002)] = 38899, + [SMALL_STATE(1003)] = 38970, + [SMALL_STATE(1004)] = 39041, + [SMALL_STATE(1005)] = 39112, + [SMALL_STATE(1006)] = 39183, + [SMALL_STATE(1007)] = 39254, + [SMALL_STATE(1008)] = 39324, + [SMALL_STATE(1009)] = 39398, + [SMALL_STATE(1010)] = 39468, + [SMALL_STATE(1011)] = 39538, + [SMALL_STATE(1012)] = 39628, + [SMALL_STATE(1013)] = 39698, + [SMALL_STATE(1014)] = 39768, + [SMALL_STATE(1015)] = 39838, + [SMALL_STATE(1016)] = 39908, + [SMALL_STATE(1017)] = 39975, + [SMALL_STATE(1018)] = 40050, + [SMALL_STATE(1019)] = 40117, + [SMALL_STATE(1020)] = 40192, + [SMALL_STATE(1021)] = 40267, + [SMALL_STATE(1022)] = 40334, + [SMALL_STATE(1023)] = 40409, + [SMALL_STATE(1024)] = 40476, + [SMALL_STATE(1025)] = 40543, + [SMALL_STATE(1026)] = 40610, + [SMALL_STATE(1027)] = 40677, + [SMALL_STATE(1028)] = 40744, + [SMALL_STATE(1029)] = 40818, + [SMALL_STATE(1030)] = 40894, + [SMALL_STATE(1031)] = 40966, + [SMALL_STATE(1032)] = 41034, + [SMALL_STATE(1033)] = 41110, + [SMALL_STATE(1034)] = 41186, + [SMALL_STATE(1035)] = 41262, + [SMALL_STATE(1036)] = 41338, + [SMALL_STATE(1037)] = 41414, + [SMALL_STATE(1038)] = 41490, + [SMALL_STATE(1039)] = 41564, + [SMALL_STATE(1040)] = 41640, + [SMALL_STATE(1041)] = 41716, + [SMALL_STATE(1042)] = 41790, + [SMALL_STATE(1043)] = 41866, + [SMALL_STATE(1044)] = 41942, + [SMALL_STATE(1045)] = 42016, + [SMALL_STATE(1046)] = 42092, + [SMALL_STATE(1047)] = 42166, + [SMALL_STATE(1048)] = 42240, + [SMALL_STATE(1049)] = 42308, + [SMALL_STATE(1050)] = 42384, + [SMALL_STATE(1051)] = 42456, + [SMALL_STATE(1052)] = 42524, + [SMALL_STATE(1053)] = 42592, + [SMALL_STATE(1054)] = 42660, + [SMALL_STATE(1055)] = 42738, + [SMALL_STATE(1056)] = 42814, + [SMALL_STATE(1057)] = 42890, + [SMALL_STATE(1058)] = 42964, + [SMALL_STATE(1059)] = 43032, + [SMALL_STATE(1060)] = 43106, + [SMALL_STATE(1061)] = 43182, + [SMALL_STATE(1062)] = 43250, + [SMALL_STATE(1063)] = 43328, + [SMALL_STATE(1064)] = 43403, + [SMALL_STATE(1065)] = 43478, + [SMALL_STATE(1066)] = 43553, + [SMALL_STATE(1067)] = 43626, + [SMALL_STATE(1068)] = 43699, + [SMALL_STATE(1069)] = 43770, + [SMALL_STATE(1070)] = 43843, + [SMALL_STATE(1071)] = 43914, + [SMALL_STATE(1072)] = 43990, + [SMALL_STATE(1073)] = 44066, + [SMALL_STATE(1074)] = 44138, + [SMALL_STATE(1075)] = 44210, + [SMALL_STATE(1076)] = 44282, + [SMALL_STATE(1077)] = 44355, + [SMALL_STATE(1078)] = 44426, + [SMALL_STATE(1079)] = 44501, + [SMALL_STATE(1080)] = 44572, + [SMALL_STATE(1081)] = 44647, + [SMALL_STATE(1082)] = 44718, + [SMALL_STATE(1083)] = 44789, + [SMALL_STATE(1084)] = 44857, + [SMALL_STATE(1085)] = 44929, + [SMALL_STATE(1086)] = 44989, + [SMALL_STATE(1087)] = 45059, + [SMALL_STATE(1088)] = 45127, + [SMALL_STATE(1089)] = 45197, + [SMALL_STATE(1090)] = 45251, + [SMALL_STATE(1091)] = 45305, + [SMALL_STATE(1092)] = 45364, + [SMALL_STATE(1093)] = 45417, + [SMALL_STATE(1094)] = 45476, + [SMALL_STATE(1095)] = 45535, + [SMALL_STATE(1096)] = 45588, + [SMALL_STATE(1097)] = 45653, + [SMALL_STATE(1098)] = 45706, + [SMALL_STATE(1099)] = 45765, + [SMALL_STATE(1100)] = 45822, + [SMALL_STATE(1101)] = 45875, + [SMALL_STATE(1102)] = 45932, + [SMALL_STATE(1103)] = 45989, + [SMALL_STATE(1104)] = 46043, + [SMALL_STATE(1105)] = 46097, + [SMALL_STATE(1106)] = 46151, + [SMALL_STATE(1107)] = 46205, + [SMALL_STATE(1108)] = 46259, + [SMALL_STATE(1109)] = 46313, + [SMALL_STATE(1110)] = 46413, + [SMALL_STATE(1111)] = 46467, + [SMALL_STATE(1112)] = 46567, + [SMALL_STATE(1113)] = 46621, + [SMALL_STATE(1114)] = 46721, + [SMALL_STATE(1115)] = 46775, + [SMALL_STATE(1116)] = 46829, + [SMALL_STATE(1117)] = 46883, + [SMALL_STATE(1118)] = 46979, + [SMALL_STATE(1119)] = 47033, + [SMALL_STATE(1120)] = 47117, + [SMALL_STATE(1121)] = 47187, + [SMALL_STATE(1122)] = 47261, + [SMALL_STATE(1123)] = 47329, + [SMALL_STATE(1124)] = 47421, + [SMALL_STATE(1125)] = 47475, + [SMALL_STATE(1126)] = 47529, + [SMALL_STATE(1127)] = 47619, + [SMALL_STATE(1128)] = 47673, + [SMALL_STATE(1129)] = 47727, + [SMALL_STATE(1130)] = 47787, + [SMALL_STATE(1131)] = 47875, + [SMALL_STATE(1132)] = 47951, + [SMALL_STATE(1133)] = 48045, + [SMALL_STATE(1134)] = 48137, + [SMALL_STATE(1135)] = 48191, + [SMALL_STATE(1136)] = 48291, + [SMALL_STATE(1137)] = 48361, + [SMALL_STATE(1138)] = 48415, + [SMALL_STATE(1139)] = 48469, + [SMALL_STATE(1140)] = 48523, + [SMALL_STATE(1141)] = 48603, + [SMALL_STATE(1142)] = 48657, + [SMALL_STATE(1143)] = 48757, + [SMALL_STATE(1144)] = 48811, + [SMALL_STATE(1145)] = 48911, + [SMALL_STATE(1146)] = 48965, + [SMALL_STATE(1147)] = 49021, + [SMALL_STATE(1148)] = 49075, + [SMALL_STATE(1149)] = 49129, + [SMALL_STATE(1150)] = 49183, + [SMALL_STATE(1151)] = 49237, + [SMALL_STATE(1152)] = 49291, + [SMALL_STATE(1153)] = 49345, + [SMALL_STATE(1154)] = 49399, + [SMALL_STATE(1155)] = 49455, + [SMALL_STATE(1156)] = 49509, + [SMALL_STATE(1157)] = 49577, + [SMALL_STATE(1158)] = 49643, + [SMALL_STATE(1159)] = 49697, + [SMALL_STATE(1160)] = 49751, + [SMALL_STATE(1161)] = 49805, + [SMALL_STATE(1162)] = 49859, + [SMALL_STATE(1163)] = 49913, + [SMALL_STATE(1164)] = 49967, + [SMALL_STATE(1165)] = 50021, + [SMALL_STATE(1166)] = 50075, + [SMALL_STATE(1167)] = 50129, + [SMALL_STATE(1168)] = 50229, + [SMALL_STATE(1169)] = 50283, + [SMALL_STATE(1170)] = 50337, + [SMALL_STATE(1171)] = 50437, + [SMALL_STATE(1172)] = 50491, + [SMALL_STATE(1173)] = 50591, + [SMALL_STATE(1174)] = 50645, + [SMALL_STATE(1175)] = 50699, + [SMALL_STATE(1176)] = 50753, + [SMALL_STATE(1177)] = 50807, + [SMALL_STATE(1178)] = 50861, + [SMALL_STATE(1179)] = 50915, + [SMALL_STATE(1180)] = 50969, + [SMALL_STATE(1181)] = 51069, + [SMALL_STATE(1182)] = 51123, + [SMALL_STATE(1183)] = 51177, + [SMALL_STATE(1184)] = 51231, + [SMALL_STATE(1185)] = 51285, + [SMALL_STATE(1186)] = 51339, + [SMALL_STATE(1187)] = 51393, + [SMALL_STATE(1188)] = 51447, + [SMALL_STATE(1189)] = 51547, + [SMALL_STATE(1190)] = 51647, + [SMALL_STATE(1191)] = 51701, + [SMALL_STATE(1192)] = 51801, + [SMALL_STATE(1193)] = 51855, + [SMALL_STATE(1194)] = 51911, + [SMALL_STATE(1195)] = 51965, + [SMALL_STATE(1196)] = 52019, + [SMALL_STATE(1197)] = 52073, + [SMALL_STATE(1198)] = 52142, + [SMALL_STATE(1199)] = 52241, + [SMALL_STATE(1200)] = 52340, + [SMALL_STATE(1201)] = 52413, + [SMALL_STATE(1202)] = 52504, + [SMALL_STATE(1203)] = 52593, + [SMALL_STATE(1204)] = 52680, + [SMALL_STATE(1205)] = 52767, + [SMALL_STATE(1206)] = 52870, + [SMALL_STATE(1207)] = 52945, + [SMALL_STATE(1208)] = 53038, + [SMALL_STATE(1209)] = 53129, + [SMALL_STATE(1210)] = 53204, + [SMALL_STATE(1211)] = 53297, + [SMALL_STATE(1212)] = 53396, + [SMALL_STATE(1213)] = 53491, + [SMALL_STATE(1214)] = 53560, + [SMALL_STATE(1215)] = 53659, + [SMALL_STATE(1216)] = 53738, + [SMALL_STATE(1217)] = 53837, + [SMALL_STATE(1218)] = 53936, + [SMALL_STATE(1219)] = 54039, + [SMALL_STATE(1220)] = 54142, + [SMALL_STATE(1221)] = 54211, + [SMALL_STATE(1222)] = 54302, + [SMALL_STATE(1223)] = 54393, + [SMALL_STATE(1224)] = 54476, + [SMALL_STATE(1225)] = 54531, + [SMALL_STATE(1226)] = 54600, + [SMALL_STATE(1227)] = 54689, + [SMALL_STATE(1228)] = 54788, + [SMALL_STATE(1229)] = 54887, + [SMALL_STATE(1230)] = 54986, + [SMALL_STATE(1231)] = 55089, + [SMALL_STATE(1232)] = 55162, + [SMALL_STATE(1233)] = 55217, + [SMALL_STATE(1234)] = 55272, + [SMALL_STATE(1235)] = 55371, + [SMALL_STATE(1236)] = 55474, + [SMALL_STATE(1237)] = 55573, + [SMALL_STATE(1238)] = 55676, + [SMALL_STATE(1239)] = 55733, + [SMALL_STATE(1240)] = 55796, + [SMALL_STATE(1241)] = 55899, + [SMALL_STATE(1242)] = 56002, + [SMALL_STATE(1243)] = 56085, + [SMALL_STATE(1244)] = 56164, + [SMALL_STATE(1245)] = 56263, + [SMALL_STATE(1246)] = 56366, + [SMALL_STATE(1247)] = 56469, + [SMALL_STATE(1248)] = 56568, + [SMALL_STATE(1249)] = 56663, + [SMALL_STATE(1250)] = 56762, + [SMALL_STATE(1251)] = 56815, + [SMALL_STATE(1252)] = 56918, + [SMALL_STATE(1253)] = 57021, + [SMALL_STATE(1254)] = 57120, + [SMALL_STATE(1255)] = 57219, + [SMALL_STATE(1256)] = 57274, + [SMALL_STATE(1257)] = 57327, + [SMALL_STATE(1258)] = 57382, + [SMALL_STATE(1259)] = 57481, + [SMALL_STATE(1260)] = 57580, + [SMALL_STATE(1261)] = 57679, + [SMALL_STATE(1262)] = 57782, + [SMALL_STATE(1263)] = 57885, + [SMALL_STATE(1264)] = 57986, + [SMALL_STATE(1265)] = 58085, + [SMALL_STATE(1266)] = 58140, + [SMALL_STATE(1267)] = 58239, + [SMALL_STATE(1268)] = 58342, + [SMALL_STATE(1269)] = 58399, + [SMALL_STATE(1270)] = 58458, + [SMALL_STATE(1271)] = 58557, + [SMALL_STATE(1272)] = 58612, + [SMALL_STATE(1273)] = 58711, + [SMALL_STATE(1274)] = 58814, + [SMALL_STATE(1275)] = 58913, + [SMALL_STATE(1276)] = 59012, + [SMALL_STATE(1277)] = 59111, + [SMALL_STATE(1278)] = 59166, + [SMALL_STATE(1279)] = 59269, + [SMALL_STATE(1280)] = 59372, + [SMALL_STATE(1281)] = 59475, + [SMALL_STATE(1282)] = 59531, + [SMALL_STATE(1283)] = 59583, + [SMALL_STATE(1284)] = 59685, + [SMALL_STATE(1285)] = 59787, + [SMALL_STATE(1286)] = 59839, + [SMALL_STATE(1287)] = 59941, + [SMALL_STATE(1288)] = 59995, + [SMALL_STATE(1289)] = 60053, + [SMALL_STATE(1290)] = 60155, + [SMALL_STATE(1291)] = 60211, + [SMALL_STATE(1292)] = 60313, + [SMALL_STATE(1293)] = 60369, + [SMALL_STATE(1294)] = 60421, + [SMALL_STATE(1295)] = 60473, + [SMALL_STATE(1296)] = 60525, + [SMALL_STATE(1297)] = 60583, + [SMALL_STATE(1298)] = 60639, + [SMALL_STATE(1299)] = 60695, + [SMALL_STATE(1300)] = 60797, + [SMALL_STATE(1301)] = 60849, + [SMALL_STATE(1302)] = 60905, + [SMALL_STATE(1303)] = 61007, + [SMALL_STATE(1304)] = 61065, + [SMALL_STATE(1305)] = 61117, + [SMALL_STATE(1306)] = 61169, + [SMALL_STATE(1307)] = 61271, + [SMALL_STATE(1308)] = 61373, + [SMALL_STATE(1309)] = 61427, + [SMALL_STATE(1310)] = 61529, + [SMALL_STATE(1311)] = 61581, + [SMALL_STATE(1312)] = 61683, + [SMALL_STATE(1313)] = 61735, + [SMALL_STATE(1314)] = 61837, + [SMALL_STATE(1315)] = 61889, + [SMALL_STATE(1316)] = 61947, + [SMALL_STATE(1317)] = 62049, + [SMALL_STATE(1318)] = 62101, + [SMALL_STATE(1319)] = 62153, + [SMALL_STATE(1320)] = 62255, + [SMALL_STATE(1321)] = 62307, + [SMALL_STATE(1322)] = 62359, + [SMALL_STATE(1323)] = 62411, + [SMALL_STATE(1324)] = 62463, + [SMALL_STATE(1325)] = 62515, + [SMALL_STATE(1326)] = 62617, + [SMALL_STATE(1327)] = 62669, + [SMALL_STATE(1328)] = 62771, + [SMALL_STATE(1329)] = 62873, + [SMALL_STATE(1330)] = 62925, + [SMALL_STATE(1331)] = 62977, + [SMALL_STATE(1332)] = 63031, + [SMALL_STATE(1333)] = 63133, + [SMALL_STATE(1334)] = 63185, + [SMALL_STATE(1335)] = 63237, + [SMALL_STATE(1336)] = 63289, + [SMALL_STATE(1337)] = 63341, + [SMALL_STATE(1338)] = 63393, + [SMALL_STATE(1339)] = 63445, + [SMALL_STATE(1340)] = 63497, + [SMALL_STATE(1341)] = 63549, + [SMALL_STATE(1342)] = 63605, + [SMALL_STATE(1343)] = 63703, + [SMALL_STATE(1344)] = 63759, + [SMALL_STATE(1345)] = 63861, + [SMALL_STATE(1346)] = 63913, + [SMALL_STATE(1347)] = 64011, + [SMALL_STATE(1348)] = 64069, + [SMALL_STATE(1349)] = 64171, + [SMALL_STATE(1350)] = 64223, + [SMALL_STATE(1351)] = 64325, + [SMALL_STATE(1352)] = 64377, + [SMALL_STATE(1353)] = 64429, + [SMALL_STATE(1354)] = 64481, + [SMALL_STATE(1355)] = 64533, + [SMALL_STATE(1356)] = 64585, + [SMALL_STATE(1357)] = 64637, + [SMALL_STATE(1358)] = 64689, + [SMALL_STATE(1359)] = 64741, + [SMALL_STATE(1360)] = 64793, + [SMALL_STATE(1361)] = 64895, + [SMALL_STATE(1362)] = 64997, + [SMALL_STATE(1363)] = 65099, + [SMALL_STATE(1364)] = 65151, + [SMALL_STATE(1365)] = 65203, + [SMALL_STATE(1366)] = 65305, + [SMALL_STATE(1367)] = 65359, + [SMALL_STATE(1368)] = 65461, + [SMALL_STATE(1369)] = 65563, + [SMALL_STATE(1370)] = 65665, + [SMALL_STATE(1371)] = 65763, + [SMALL_STATE(1372)] = 65865, + [SMALL_STATE(1373)] = 65921, + [SMALL_STATE(1374)] = 65973, + [SMALL_STATE(1375)] = 66075, + [SMALL_STATE(1376)] = 66131, + [SMALL_STATE(1377)] = 66187, + [SMALL_STATE(1378)] = 66289, + [SMALL_STATE(1379)] = 66341, + [SMALL_STATE(1380)] = 66393, + [SMALL_STATE(1381)] = 66445, + [SMALL_STATE(1382)] = 66547, + [SMALL_STATE(1383)] = 66649, + [SMALL_STATE(1384)] = 66751, + [SMALL_STATE(1385)] = 66803, + [SMALL_STATE(1386)] = 66859, + [SMALL_STATE(1387)] = 66911, + [SMALL_STATE(1388)] = 67013, + [SMALL_STATE(1389)] = 67065, + [SMALL_STATE(1390)] = 67117, + [SMALL_STATE(1391)] = 67173, + [SMALL_STATE(1392)] = 67225, + [SMALL_STATE(1393)] = 67281, + [SMALL_STATE(1394)] = 67333, + [SMALL_STATE(1395)] = 67430, + [SMALL_STATE(1396)] = 67527, + [SMALL_STATE(1397)] = 67616, + [SMALL_STATE(1398)] = 67671, + [SMALL_STATE(1399)] = 67770, + [SMALL_STATE(1400)] = 67867, + [SMALL_STATE(1401)] = 67964, + [SMALL_STATE(1402)] = 68063, + [SMALL_STATE(1403)] = 68160, + [SMALL_STATE(1404)] = 68259, + [SMALL_STATE(1405)] = 68358, + [SMALL_STATE(1406)] = 68455, + [SMALL_STATE(1407)] = 68552, + [SMALL_STATE(1408)] = 68649, + [SMALL_STATE(1409)] = 68746, + [SMALL_STATE(1410)] = 68843, + [SMALL_STATE(1411)] = 68940, + [SMALL_STATE(1412)] = 69037, + [SMALL_STATE(1413)] = 69134, + [SMALL_STATE(1414)] = 69231, + [SMALL_STATE(1415)] = 69328, + [SMALL_STATE(1416)] = 69427, + [SMALL_STATE(1417)] = 69524, + [SMALL_STATE(1418)] = 69621, + [SMALL_STATE(1419)] = 69718, + [SMALL_STATE(1420)] = 69815, + [SMALL_STATE(1421)] = 69912, + [SMALL_STATE(1422)] = 70005, + [SMALL_STATE(1423)] = 70086, + [SMALL_STATE(1424)] = 70153, + [SMALL_STATE(1425)] = 70208, + [SMALL_STATE(1426)] = 70279, + [SMALL_STATE(1427)] = 70334, + [SMALL_STATE(1428)] = 70423, + [SMALL_STATE(1429)] = 70510, + [SMALL_STATE(1430)] = 70595, + [SMALL_STATE(1431)] = 70662, + [SMALL_STATE(1432)] = 70739, + [SMALL_STATE(1433)] = 70812, + [SMALL_STATE(1434)] = 70903, + [SMALL_STATE(1435)] = 70987, + [SMALL_STATE(1436)] = 71083, + [SMALL_STATE(1437)] = 71139, + [SMALL_STATE(1438)] = 71195, + [SMALL_STATE(1439)] = 71291, + [SMALL_STATE(1440)] = 71387, + [SMALL_STATE(1441)] = 71443, + [SMALL_STATE(1442)] = 71539, + [SMALL_STATE(1443)] = 71635, + [SMALL_STATE(1444)] = 71731, + [SMALL_STATE(1445)] = 71827, + [SMALL_STATE(1446)] = 71923, + [SMALL_STATE(1447)] = 72019, + [SMALL_STATE(1448)] = 72117, + [SMALL_STATE(1449)] = 72213, + [SMALL_STATE(1450)] = 72305, + [SMALL_STATE(1451)] = 72401, + [SMALL_STATE(1452)] = 72497, + [SMALL_STATE(1453)] = 72593, + [SMALL_STATE(1454)] = 72689, + [SMALL_STATE(1455)] = 72785, + [SMALL_STATE(1456)] = 72881, + [SMALL_STATE(1457)] = 72961, + [SMALL_STATE(1458)] = 73057, + [SMALL_STATE(1459)] = 73113, + [SMALL_STATE(1460)] = 73209, + [SMALL_STATE(1461)] = 73305, + [SMALL_STATE(1462)] = 73401, + [SMALL_STATE(1463)] = 73477, + [SMALL_STATE(1464)] = 73543, + [SMALL_STATE(1465)] = 73631, + [SMALL_STATE(1466)] = 73721, + [SMALL_STATE(1467)] = 73793, + [SMALL_STATE(1468)] = 73879, + [SMALL_STATE(1469)] = 73967, + [SMALL_STATE(1470)] = 74037, + [SMALL_STATE(1471)] = 74103, + [SMALL_STATE(1472)] = 74198, + [SMALL_STATE(1473)] = 74293, + [SMALL_STATE(1474)] = 74344, + [SMALL_STATE(1475)] = 74437, + [SMALL_STATE(1476)] = 74492, + [SMALL_STATE(1477)] = 74547, + [SMALL_STATE(1478)] = 74640, + [SMALL_STATE(1479)] = 74695, + [SMALL_STATE(1480)] = 74750, + [SMALL_STATE(1481)] = 74801, + [SMALL_STATE(1482)] = 74896, + [SMALL_STATE(1483)] = 74991, + [SMALL_STATE(1484)] = 75086, + [SMALL_STATE(1485)] = 75181, + [SMALL_STATE(1486)] = 75276, + [SMALL_STATE(1487)] = 75363, + [SMALL_STATE(1488)] = 75450, + [SMALL_STATE(1489)] = 75537, + [SMALL_STATE(1490)] = 75624, + [SMALL_STATE(1491)] = 75711, + [SMALL_STATE(1492)] = 75798, + [SMALL_STATE(1493)] = 75885, + [SMALL_STATE(1494)] = 75972, + [SMALL_STATE(1495)] = 76059, + [SMALL_STATE(1496)] = 76146, + [SMALL_STATE(1497)] = 76233, + [SMALL_STATE(1498)] = 76320, + [SMALL_STATE(1499)] = 76407, + [SMALL_STATE(1500)] = 76494, + [SMALL_STATE(1501)] = 76581, + [SMALL_STATE(1502)] = 76668, + [SMALL_STATE(1503)] = 76755, + [SMALL_STATE(1504)] = 76842, + [SMALL_STATE(1505)] = 76929, + [SMALL_STATE(1506)] = 77016, + [SMALL_STATE(1507)] = 77103, + [SMALL_STATE(1508)] = 77190, + [SMALL_STATE(1509)] = 77275, + [SMALL_STATE(1510)] = 77362, + [SMALL_STATE(1511)] = 77439, + [SMALL_STATE(1512)] = 77505, + [SMALL_STATE(1513)] = 77577, + [SMALL_STATE(1514)] = 77643, + [SMALL_STATE(1515)] = 77704, + [SMALL_STATE(1516)] = 77769, + [SMALL_STATE(1517)] = 77832, + [SMALL_STATE(1518)] = 77895, + [SMALL_STATE(1519)] = 77960, + [SMALL_STATE(1520)] = 78025, + [SMALL_STATE(1521)] = 78090, + [SMALL_STATE(1522)] = 78153, + [SMALL_STATE(1523)] = 78218, + [SMALL_STATE(1524)] = 78283, + [SMALL_STATE(1525)] = 78346, + [SMALL_STATE(1526)] = 78411, + [SMALL_STATE(1527)] = 78474, + [SMALL_STATE(1528)] = 78537, + [SMALL_STATE(1529)] = 78600, + [SMALL_STATE(1530)] = 78658, + [SMALL_STATE(1531)] = 78716, + [SMALL_STATE(1532)] = 78774, + [SMALL_STATE(1533)] = 78832, + [SMALL_STATE(1534)] = 78890, + [SMALL_STATE(1535)] = 78948, + [SMALL_STATE(1536)] = 79006, + [SMALL_STATE(1537)] = 79066, + [SMALL_STATE(1538)] = 79123, + [SMALL_STATE(1539)] = 79178, + [SMALL_STATE(1540)] = 79237, + [SMALL_STATE(1541)] = 79304, + [SMALL_STATE(1542)] = 79361, + [SMALL_STATE(1543)] = 79413, + [SMALL_STATE(1544)] = 79467, + [SMALL_STATE(1545)] = 79519, + [SMALL_STATE(1546)] = 79573, + [SMALL_STATE(1547)] = 79623, + [SMALL_STATE(1548)] = 79685, + [SMALL_STATE(1549)] = 79739, + [SMALL_STATE(1550)] = 79795, + [SMALL_STATE(1551)] = 79847, + [SMALL_STATE(1552)] = 79899, + [SMALL_STATE(1553)] = 79961, + [SMALL_STATE(1554)] = 80008, + [SMALL_STATE(1555)] = 80055, + [SMALL_STATE(1556)] = 80102, + [SMALL_STATE(1557)] = 80139, + [SMALL_STATE(1558)] = 80186, + [SMALL_STATE(1559)] = 80233, + [SMALL_STATE(1560)] = 80266, + [SMALL_STATE(1561)] = 80299, + [SMALL_STATE(1562)] = 80346, + [SMALL_STATE(1563)] = 80393, + [SMALL_STATE(1564)] = 80423, + [SMALL_STATE(1565)] = 80453, + [SMALL_STATE(1566)] = 80483, + [SMALL_STATE(1567)] = 80513, + [SMALL_STATE(1568)] = 80543, + [SMALL_STATE(1569)] = 80573, + [SMALL_STATE(1570)] = 80603, + [SMALL_STATE(1571)] = 80633, + [SMALL_STATE(1572)] = 80663, + [SMALL_STATE(1573)] = 80693, + [SMALL_STATE(1574)] = 80723, + [SMALL_STATE(1575)] = 80753, + [SMALL_STATE(1576)] = 80785, + [SMALL_STATE(1577)] = 80815, + [SMALL_STATE(1578)] = 80845, + [SMALL_STATE(1579)] = 80881, + [SMALL_STATE(1580)] = 80915, + [SMALL_STATE(1581)] = 80945, + [SMALL_STATE(1582)] = 80975, + [SMALL_STATE(1583)] = 81005, + [SMALL_STATE(1584)] = 81035, + [SMALL_STATE(1585)] = 81065, + [SMALL_STATE(1586)] = 81095, + [SMALL_STATE(1587)] = 81125, + [SMALL_STATE(1588)] = 81155, + [SMALL_STATE(1589)] = 81185, + [SMALL_STATE(1590)] = 81215, + [SMALL_STATE(1591)] = 81245, + [SMALL_STATE(1592)] = 81275, + [SMALL_STATE(1593)] = 81305, + [SMALL_STATE(1594)] = 81335, + [SMALL_STATE(1595)] = 81365, + [SMALL_STATE(1596)] = 81395, + [SMALL_STATE(1597)] = 81425, + [SMALL_STATE(1598)] = 81455, + [SMALL_STATE(1599)] = 81485, + [SMALL_STATE(1600)] = 81515, + [SMALL_STATE(1601)] = 81545, + [SMALL_STATE(1602)] = 81575, + [SMALL_STATE(1603)] = 81605, + [SMALL_STATE(1604)] = 81635, + [SMALL_STATE(1605)] = 81665, + [SMALL_STATE(1606)] = 81694, + [SMALL_STATE(1607)] = 81743, + [SMALL_STATE(1608)] = 81794, + [SMALL_STATE(1609)] = 81841, + [SMALL_STATE(1610)] = 81886, + [SMALL_STATE(1611)] = 81935, + [SMALL_STATE(1612)] = 81968, + [SMALL_STATE(1613)] = 82017, + [SMALL_STATE(1614)] = 82064, + [SMALL_STATE(1615)] = 82113, + [SMALL_STATE(1616)] = 82164, + [SMALL_STATE(1617)] = 82206, + [SMALL_STATE(1618)] = 82248, + [SMALL_STATE(1619)] = 82290, + [SMALL_STATE(1620)] = 82332, + [SMALL_STATE(1621)] = 82380, + [SMALL_STATE(1622)] = 82428, + [SMALL_STATE(1623)] = 82470, + [SMALL_STATE(1624)] = 82498, + [SMALL_STATE(1625)] = 82540, + [SMALL_STATE(1626)] = 82582, + [SMALL_STATE(1627)] = 82624, + [SMALL_STATE(1628)] = 82666, + [SMALL_STATE(1629)] = 82708, + [SMALL_STATE(1630)] = 82750, + [SMALL_STATE(1631)] = 82792, + [SMALL_STATE(1632)] = 82838, + [SMALL_STATE(1633)] = 82884, + [SMALL_STATE(1634)] = 82926, + [SMALL_STATE(1635)] = 82974, + [SMALL_STATE(1636)] = 83002, + [SMALL_STATE(1637)] = 83050, + [SMALL_STATE(1638)] = 83092, + [SMALL_STATE(1639)] = 83134, + [SMALL_STATE(1640)] = 83162, + [SMALL_STATE(1641)] = 83204, + [SMALL_STATE(1642)] = 83246, + [SMALL_STATE(1643)] = 83288, + [SMALL_STATE(1644)] = 83316, + [SMALL_STATE(1645)] = 83358, + [SMALL_STATE(1646)] = 83400, + [SMALL_STATE(1647)] = 83448, + [SMALL_STATE(1648)] = 83490, + [SMALL_STATE(1649)] = 83518, + [SMALL_STATE(1650)] = 83546, + [SMALL_STATE(1651)] = 83588, + [SMALL_STATE(1652)] = 83636, + [SMALL_STATE(1653)] = 83678, + [SMALL_STATE(1654)] = 83726, + [SMALL_STATE(1655)] = 83768, + [SMALL_STATE(1656)] = 83807, + [SMALL_STATE(1657)] = 83834, + [SMALL_STATE(1658)] = 83861, + [SMALL_STATE(1659)] = 83900, + [SMALL_STATE(1660)] = 83939, + [SMALL_STATE(1661)] = 83978, + [SMALL_STATE(1662)] = 84017, + [SMALL_STATE(1663)] = 84044, + [SMALL_STATE(1664)] = 84071, + [SMALL_STATE(1665)] = 84110, + [SMALL_STATE(1666)] = 84137, + [SMALL_STATE(1667)] = 84164, + [SMALL_STATE(1668)] = 84191, + [SMALL_STATE(1669)] = 84230, + [SMALL_STATE(1670)] = 84269, + [SMALL_STATE(1671)] = 84308, + [SMALL_STATE(1672)] = 84347, + [SMALL_STATE(1673)] = 84386, + [SMALL_STATE(1674)] = 84413, + [SMALL_STATE(1675)] = 84452, + [SMALL_STATE(1676)] = 84491, + [SMALL_STATE(1677)] = 84530, + [SMALL_STATE(1678)] = 84569, + [SMALL_STATE(1679)] = 84608, + [SMALL_STATE(1680)] = 84635, + [SMALL_STATE(1681)] = 84662, + [SMALL_STATE(1682)] = 84689, + [SMALL_STATE(1683)] = 84728, + [SMALL_STATE(1684)] = 84767, + [SMALL_STATE(1685)] = 84808, + [SMALL_STATE(1686)] = 84849, + [SMALL_STATE(1687)] = 84890, + [SMALL_STATE(1688)] = 84931, + [SMALL_STATE(1689)] = 84972, + [SMALL_STATE(1690)] = 85011, + [SMALL_STATE(1691)] = 85052, + [SMALL_STATE(1692)] = 85093, + [SMALL_STATE(1693)] = 85134, + [SMALL_STATE(1694)] = 85175, + [SMALL_STATE(1695)] = 85216, + [SMALL_STATE(1696)] = 85257, + [SMALL_STATE(1697)] = 85298, + [SMALL_STATE(1698)] = 85334, + [SMALL_STATE(1699)] = 85373, + [SMALL_STATE(1700)] = 85412, + [SMALL_STATE(1701)] = 85451, + [SMALL_STATE(1702)] = 85490, + [SMALL_STATE(1703)] = 85526, + [SMALL_STATE(1704)] = 85562, + [SMALL_STATE(1705)] = 85598, + [SMALL_STATE(1706)] = 85634, + [SMALL_STATE(1707)] = 85670, + [SMALL_STATE(1708)] = 85706, + [SMALL_STATE(1709)] = 85742, + [SMALL_STATE(1710)] = 85778, + [SMALL_STATE(1711)] = 85811, + [SMALL_STATE(1712)] = 85842, + [SMALL_STATE(1713)] = 85875, + [SMALL_STATE(1714)] = 85908, + [SMALL_STATE(1715)] = 85941, + [SMALL_STATE(1716)] = 85974, + [SMALL_STATE(1717)] = 86007, + [SMALL_STATE(1718)] = 86040, + [SMALL_STATE(1719)] = 86073, + [SMALL_STATE(1720)] = 86106, + [SMALL_STATE(1721)] = 86137, + [SMALL_STATE(1722)] = 86166, + [SMALL_STATE(1723)] = 86199, + [SMALL_STATE(1724)] = 86232, + [SMALL_STATE(1725)] = 86265, + [SMALL_STATE(1726)] = 86298, + [SMALL_STATE(1727)] = 86331, + [SMALL_STATE(1728)] = 86364, + [SMALL_STATE(1729)] = 86397, + [SMALL_STATE(1730)] = 86430, + [SMALL_STATE(1731)] = 86463, + [SMALL_STATE(1732)] = 86496, + [SMALL_STATE(1733)] = 86529, + [SMALL_STATE(1734)] = 86563, + [SMALL_STATE(1735)] = 86597, + [SMALL_STATE(1736)] = 86626, + [SMALL_STATE(1737)] = 86655, + [SMALL_STATE(1738)] = 86674, + [SMALL_STATE(1739)] = 86697, + [SMALL_STATE(1740)] = 86726, + [SMALL_STATE(1741)] = 86755, + [SMALL_STATE(1742)] = 86784, + [SMALL_STATE(1743)] = 86803, + [SMALL_STATE(1744)] = 86834, + [SMALL_STATE(1745)] = 86863, + [SMALL_STATE(1746)] = 86892, + [SMALL_STATE(1747)] = 86911, + [SMALL_STATE(1748)] = 86940, + [SMALL_STATE(1749)] = 86969, + [SMALL_STATE(1750)] = 87000, + [SMALL_STATE(1751)] = 87029, + [SMALL_STATE(1752)] = 87048, + [SMALL_STATE(1753)] = 87077, + [SMALL_STATE(1754)] = 87098, + [SMALL_STATE(1755)] = 87127, + [SMALL_STATE(1756)] = 87146, + [SMALL_STATE(1757)] = 87177, + [SMALL_STATE(1758)] = 87206, + [SMALL_STATE(1759)] = 87231, + [SMALL_STATE(1760)] = 87256, + [SMALL_STATE(1761)] = 87285, + [SMALL_STATE(1762)] = 87314, + [SMALL_STATE(1763)] = 87335, + [SMALL_STATE(1764)] = 87364, + [SMALL_STATE(1765)] = 87393, + [SMALL_STATE(1766)] = 87424, + [SMALL_STATE(1767)] = 87453, + [SMALL_STATE(1768)] = 87472, + [SMALL_STATE(1769)] = 87501, + [SMALL_STATE(1770)] = 87530, + [SMALL_STATE(1771)] = 87548, + [SMALL_STATE(1772)] = 87574, + [SMALL_STATE(1773)] = 87592, + [SMALL_STATE(1774)] = 87610, + [SMALL_STATE(1775)] = 87628, + [SMALL_STATE(1776)] = 87646, + [SMALL_STATE(1777)] = 87664, + [SMALL_STATE(1778)] = 87682, + [SMALL_STATE(1779)] = 87700, + [SMALL_STATE(1780)] = 87722, + [SMALL_STATE(1781)] = 87748, + [SMALL_STATE(1782)] = 87774, + [SMALL_STATE(1783)] = 87798, + [SMALL_STATE(1784)] = 87824, + [SMALL_STATE(1785)] = 87842, + [SMALL_STATE(1786)] = 87862, + [SMALL_STATE(1787)] = 87880, + [SMALL_STATE(1788)] = 87898, + [SMALL_STATE(1789)] = 87924, + [SMALL_STATE(1790)] = 87950, + [SMALL_STATE(1791)] = 87976, + [SMALL_STATE(1792)] = 87994, + [SMALL_STATE(1793)] = 88012, + [SMALL_STATE(1794)] = 88030, + [SMALL_STATE(1795)] = 88048, + [SMALL_STATE(1796)] = 88066, + [SMALL_STATE(1797)] = 88084, + [SMALL_STATE(1798)] = 88102, + [SMALL_STATE(1799)] = 88128, + [SMALL_STATE(1800)] = 88146, + [SMALL_STATE(1801)] = 88170, + [SMALL_STATE(1802)] = 88188, + [SMALL_STATE(1803)] = 88206, + [SMALL_STATE(1804)] = 88232, + [SMALL_STATE(1805)] = 88258, + [SMALL_STATE(1806)] = 88276, + [SMALL_STATE(1807)] = 88294, + [SMALL_STATE(1808)] = 88320, + [SMALL_STATE(1809)] = 88348, + [SMALL_STATE(1810)] = 88366, + [SMALL_STATE(1811)] = 88392, + [SMALL_STATE(1812)] = 88418, + [SMALL_STATE(1813)] = 88444, + [SMALL_STATE(1814)] = 88470, + [SMALL_STATE(1815)] = 88496, + [SMALL_STATE(1816)] = 88514, + [SMALL_STATE(1817)] = 88532, + [SMALL_STATE(1818)] = 88558, + [SMALL_STATE(1819)] = 88576, + [SMALL_STATE(1820)] = 88594, + [SMALL_STATE(1821)] = 88612, + [SMALL_STATE(1822)] = 88638, + [SMALL_STATE(1823)] = 88664, + [SMALL_STATE(1824)] = 88688, + [SMALL_STATE(1825)] = 88714, + [SMALL_STATE(1826)] = 88732, + [SMALL_STATE(1827)] = 88750, + [SMALL_STATE(1828)] = 88776, + [SMALL_STATE(1829)] = 88802, + [SMALL_STATE(1830)] = 88820, + [SMALL_STATE(1831)] = 88846, + [SMALL_STATE(1832)] = 88866, + [SMALL_STATE(1833)] = 88892, + [SMALL_STATE(1834)] = 88910, + [SMALL_STATE(1835)] = 88938, + [SMALL_STATE(1836)] = 88956, + [SMALL_STATE(1837)] = 88982, + [SMALL_STATE(1838)] = 89008, + [SMALL_STATE(1839)] = 89034, + [SMALL_STATE(1840)] = 89060, + [SMALL_STATE(1841)] = 89077, + [SMALL_STATE(1842)] = 89102, + [SMALL_STATE(1843)] = 89127, + [SMALL_STATE(1844)] = 89152, + [SMALL_STATE(1845)] = 89177, + [SMALL_STATE(1846)] = 89194, + [SMALL_STATE(1847)] = 89219, + [SMALL_STATE(1848)] = 89244, + [SMALL_STATE(1849)] = 89269, + [SMALL_STATE(1850)] = 89294, + [SMALL_STATE(1851)] = 89311, + [SMALL_STATE(1852)] = 89336, + [SMALL_STATE(1853)] = 89357, + [SMALL_STATE(1854)] = 89378, + [SMALL_STATE(1855)] = 89403, + [SMALL_STATE(1856)] = 89428, + [SMALL_STATE(1857)] = 89445, + [SMALL_STATE(1858)] = 89470, + [SMALL_STATE(1859)] = 89495, + [SMALL_STATE(1860)] = 89520, + [SMALL_STATE(1861)] = 89541, + [SMALL_STATE(1862)] = 89566, + [SMALL_STATE(1863)] = 89591, + [SMALL_STATE(1864)] = 89616, + [SMALL_STATE(1865)] = 89641, + [SMALL_STATE(1866)] = 89666, + [SMALL_STATE(1867)] = 89683, + [SMALL_STATE(1868)] = 89708, + [SMALL_STATE(1869)] = 89725, + [SMALL_STATE(1870)] = 89750, + [SMALL_STATE(1871)] = 89775, + [SMALL_STATE(1872)] = 89800, + [SMALL_STATE(1873)] = 89817, + [SMALL_STATE(1874)] = 89842, + [SMALL_STATE(1875)] = 89863, + [SMALL_STATE(1876)] = 89882, + [SMALL_STATE(1877)] = 89905, + [SMALL_STATE(1878)] = 89922, + [SMALL_STATE(1879)] = 89939, + [SMALL_STATE(1880)] = 89956, + [SMALL_STATE(1881)] = 89973, + [SMALL_STATE(1882)] = 89990, + [SMALL_STATE(1883)] = 90007, + [SMALL_STATE(1884)] = 90032, + [SMALL_STATE(1885)] = 90057, + [SMALL_STATE(1886)] = 90074, + [SMALL_STATE(1887)] = 90099, + [SMALL_STATE(1888)] = 90116, + [SMALL_STATE(1889)] = 90133, + [SMALL_STATE(1890)] = 90158, + [SMALL_STATE(1891)] = 90183, + [SMALL_STATE(1892)] = 90200, + [SMALL_STATE(1893)] = 90217, + [SMALL_STATE(1894)] = 90242, + [SMALL_STATE(1895)] = 90259, + [SMALL_STATE(1896)] = 90278, + [SMALL_STATE(1897)] = 90295, + [SMALL_STATE(1898)] = 90320, + [SMALL_STATE(1899)] = 90345, + [SMALL_STATE(1900)] = 90364, + [SMALL_STATE(1901)] = 90389, + [SMALL_STATE(1902)] = 90411, + [SMALL_STATE(1903)] = 90431, + [SMALL_STATE(1904)] = 90453, + [SMALL_STATE(1905)] = 90475, + [SMALL_STATE(1906)] = 90495, + [SMALL_STATE(1907)] = 90515, + [SMALL_STATE(1908)] = 90537, + [SMALL_STATE(1909)] = 90557, + [SMALL_STATE(1910)] = 90579, + [SMALL_STATE(1911)] = 90601, + [SMALL_STATE(1912)] = 90623, + [SMALL_STATE(1913)] = 90639, + [SMALL_STATE(1914)] = 90661, + [SMALL_STATE(1915)] = 90681, + [SMALL_STATE(1916)] = 90703, + [SMALL_STATE(1917)] = 90719, + [SMALL_STATE(1918)] = 90735, + [SMALL_STATE(1919)] = 90753, + [SMALL_STATE(1920)] = 90775, + [SMALL_STATE(1921)] = 90797, + [SMALL_STATE(1922)] = 90819, + [SMALL_STATE(1923)] = 90835, + [SMALL_STATE(1924)] = 90855, + [SMALL_STATE(1925)] = 90877, + [SMALL_STATE(1926)] = 90897, + [SMALL_STATE(1927)] = 90919, + [SMALL_STATE(1928)] = 90939, + [SMALL_STATE(1929)] = 90961, + [SMALL_STATE(1930)] = 90981, + [SMALL_STATE(1931)] = 91001, + [SMALL_STATE(1932)] = 91021, + [SMALL_STATE(1933)] = 91043, + [SMALL_STATE(1934)] = 91063, + [SMALL_STATE(1935)] = 91085, + [SMALL_STATE(1936)] = 91107, + [SMALL_STATE(1937)] = 91125, + [SMALL_STATE(1938)] = 91145, + [SMALL_STATE(1939)] = 91165, + [SMALL_STATE(1940)] = 91185, + [SMALL_STATE(1941)] = 91201, + [SMALL_STATE(1942)] = 91223, + [SMALL_STATE(1943)] = 91243, + [SMALL_STATE(1944)] = 91265, + [SMALL_STATE(1945)] = 91285, + [SMALL_STATE(1946)] = 91307, + [SMALL_STATE(1947)] = 91329, + [SMALL_STATE(1948)] = 91345, + [SMALL_STATE(1949)] = 91367, + [SMALL_STATE(1950)] = 91383, + [SMALL_STATE(1951)] = 91403, + [SMALL_STATE(1952)] = 91425, + [SMALL_STATE(1953)] = 91445, + [SMALL_STATE(1954)] = 91467, + [SMALL_STATE(1955)] = 91489, + [SMALL_STATE(1956)] = 91511, + [SMALL_STATE(1957)] = 91531, + [SMALL_STATE(1958)] = 91553, + [SMALL_STATE(1959)] = 91573, + [SMALL_STATE(1960)] = 91595, + [SMALL_STATE(1961)] = 91611, + [SMALL_STATE(1962)] = 91633, + [SMALL_STATE(1963)] = 91653, + [SMALL_STATE(1964)] = 91675, + [SMALL_STATE(1965)] = 91695, + [SMALL_STATE(1966)] = 91715, + [SMALL_STATE(1967)] = 91733, + [SMALL_STATE(1968)] = 91755, + [SMALL_STATE(1969)] = 91777, + [SMALL_STATE(1970)] = 91799, + [SMALL_STATE(1971)] = 91819, + [SMALL_STATE(1972)] = 91839, + [SMALL_STATE(1973)] = 91855, + [SMALL_STATE(1974)] = 91875, + [SMALL_STATE(1975)] = 91895, + [SMALL_STATE(1976)] = 91915, + [SMALL_STATE(1977)] = 91935, + [SMALL_STATE(1978)] = 91957, + [SMALL_STATE(1979)] = 91979, + [SMALL_STATE(1980)] = 91999, + [SMALL_STATE(1981)] = 92021, + [SMALL_STATE(1982)] = 92041, + [SMALL_STATE(1983)] = 92063, + [SMALL_STATE(1984)] = 92081, + [SMALL_STATE(1985)] = 92101, + [SMALL_STATE(1986)] = 92121, + [SMALL_STATE(1987)] = 92143, + [SMALL_STATE(1988)] = 92163, + [SMALL_STATE(1989)] = 92183, + [SMALL_STATE(1990)] = 92203, + [SMALL_STATE(1991)] = 92223, + [SMALL_STATE(1992)] = 92243, + [SMALL_STATE(1993)] = 92263, + [SMALL_STATE(1994)] = 92279, + [SMALL_STATE(1995)] = 92301, + [SMALL_STATE(1996)] = 92323, + [SMALL_STATE(1997)] = 92341, + [SMALL_STATE(1998)] = 92363, + [SMALL_STATE(1999)] = 92385, + [SMALL_STATE(2000)] = 92405, + [SMALL_STATE(2001)] = 92427, + [SMALL_STATE(2002)] = 92447, + [SMALL_STATE(2003)] = 92467, + [SMALL_STATE(2004)] = 92487, + [SMALL_STATE(2005)] = 92509, + [SMALL_STATE(2006)] = 92529, + [SMALL_STATE(2007)] = 92551, + [SMALL_STATE(2008)] = 92573, + [SMALL_STATE(2009)] = 92595, + [SMALL_STATE(2010)] = 92615, + [SMALL_STATE(2011)] = 92635, + [SMALL_STATE(2012)] = 92657, + [SMALL_STATE(2013)] = 92679, + [SMALL_STATE(2014)] = 92701, + [SMALL_STATE(2015)] = 92723, + [SMALL_STATE(2016)] = 92745, + [SMALL_STATE(2017)] = 92765, + [SMALL_STATE(2018)] = 92781, + [SMALL_STATE(2019)] = 92803, + [SMALL_STATE(2020)] = 92823, + [SMALL_STATE(2021)] = 92843, + [SMALL_STATE(2022)] = 92865, + [SMALL_STATE(2023)] = 92887, + [SMALL_STATE(2024)] = 92907, + [SMALL_STATE(2025)] = 92927, + [SMALL_STATE(2026)] = 92949, + [SMALL_STATE(2027)] = 92971, + [SMALL_STATE(2028)] = 92993, + [SMALL_STATE(2029)] = 93015, + [SMALL_STATE(2030)] = 93033, + [SMALL_STATE(2031)] = 93051, + [SMALL_STATE(2032)] = 93073, + [SMALL_STATE(2033)] = 93091, + [SMALL_STATE(2034)] = 93113, + [SMALL_STATE(2035)] = 93135, + [SMALL_STATE(2036)] = 93155, + [SMALL_STATE(2037)] = 93175, + [SMALL_STATE(2038)] = 93197, + [SMALL_STATE(2039)] = 93219, + [SMALL_STATE(2040)] = 93241, + [SMALL_STATE(2041)] = 93263, + [SMALL_STATE(2042)] = 93285, + [SMALL_STATE(2043)] = 93305, + [SMALL_STATE(2044)] = 93325, + [SMALL_STATE(2045)] = 93345, + [SMALL_STATE(2046)] = 93364, + [SMALL_STATE(2047)] = 93383, + [SMALL_STATE(2048)] = 93402, + [SMALL_STATE(2049)] = 93421, + [SMALL_STATE(2050)] = 93440, + [SMALL_STATE(2051)] = 93459, + [SMALL_STATE(2052)] = 93478, + [SMALL_STATE(2053)] = 93497, + [SMALL_STATE(2054)] = 93516, + [SMALL_STATE(2055)] = 93531, + [SMALL_STATE(2056)] = 93548, + [SMALL_STATE(2057)] = 93565, + [SMALL_STATE(2058)] = 93584, + [SMALL_STATE(2059)] = 93599, + [SMALL_STATE(2060)] = 93616, + [SMALL_STATE(2061)] = 93631, + [SMALL_STATE(2062)] = 93648, + [SMALL_STATE(2063)] = 93667, + [SMALL_STATE(2064)] = 93686, + [SMALL_STATE(2065)] = 93705, + [SMALL_STATE(2066)] = 93722, + [SMALL_STATE(2067)] = 93741, + [SMALL_STATE(2068)] = 93760, + [SMALL_STATE(2069)] = 93779, + [SMALL_STATE(2070)] = 93798, + [SMALL_STATE(2071)] = 93813, + [SMALL_STATE(2072)] = 93832, + [SMALL_STATE(2073)] = 93847, + [SMALL_STATE(2074)] = 93866, + [SMALL_STATE(2075)] = 93885, + [SMALL_STATE(2076)] = 93904, + [SMALL_STATE(2077)] = 93923, + [SMALL_STATE(2078)] = 93942, + [SMALL_STATE(2079)] = 93961, + [SMALL_STATE(2080)] = 93980, + [SMALL_STATE(2081)] = 93999, + [SMALL_STATE(2082)] = 94014, + [SMALL_STATE(2083)] = 94033, + [SMALL_STATE(2084)] = 94052, + [SMALL_STATE(2085)] = 94071, + [SMALL_STATE(2086)] = 94090, + [SMALL_STATE(2087)] = 94109, + [SMALL_STATE(2088)] = 94128, + [SMALL_STATE(2089)] = 94147, + [SMALL_STATE(2090)] = 94166, + [SMALL_STATE(2091)] = 94183, + [SMALL_STATE(2092)] = 94202, + [SMALL_STATE(2093)] = 94217, + [SMALL_STATE(2094)] = 94234, + [SMALL_STATE(2095)] = 94253, + [SMALL_STATE(2096)] = 94272, + [SMALL_STATE(2097)] = 94291, + [SMALL_STATE(2098)] = 94310, + [SMALL_STATE(2099)] = 94327, + [SMALL_STATE(2100)] = 94346, + [SMALL_STATE(2101)] = 94365, + [SMALL_STATE(2102)] = 94384, + [SMALL_STATE(2103)] = 94401, + [SMALL_STATE(2104)] = 94418, + [SMALL_STATE(2105)] = 94435, + [SMALL_STATE(2106)] = 94454, + [SMALL_STATE(2107)] = 94473, + [SMALL_STATE(2108)] = 94492, + [SMALL_STATE(2109)] = 94511, + [SMALL_STATE(2110)] = 94530, + [SMALL_STATE(2111)] = 94547, + [SMALL_STATE(2112)] = 94562, + [SMALL_STATE(2113)] = 94577, + [SMALL_STATE(2114)] = 94596, + [SMALL_STATE(2115)] = 94613, + [SMALL_STATE(2116)] = 94632, + [SMALL_STATE(2117)] = 94651, + [SMALL_STATE(2118)] = 94670, + [SMALL_STATE(2119)] = 94689, + [SMALL_STATE(2120)] = 94708, + [SMALL_STATE(2121)] = 94727, + [SMALL_STATE(2122)] = 94744, + [SMALL_STATE(2123)] = 94763, + [SMALL_STATE(2124)] = 94782, + [SMALL_STATE(2125)] = 94801, + [SMALL_STATE(2126)] = 94820, + [SMALL_STATE(2127)] = 94839, + [SMALL_STATE(2128)] = 94856, + [SMALL_STATE(2129)] = 94875, + [SMALL_STATE(2130)] = 94894, + [SMALL_STATE(2131)] = 94909, + [SMALL_STATE(2132)] = 94928, + [SMALL_STATE(2133)] = 94947, + [SMALL_STATE(2134)] = 94966, + [SMALL_STATE(2135)] = 94985, + [SMALL_STATE(2136)] = 95004, + [SMALL_STATE(2137)] = 95023, + [SMALL_STATE(2138)] = 95042, + [SMALL_STATE(2139)] = 95061, + [SMALL_STATE(2140)] = 95076, + [SMALL_STATE(2141)] = 95095, + [SMALL_STATE(2142)] = 95114, + [SMALL_STATE(2143)] = 95133, + [SMALL_STATE(2144)] = 95152, + [SMALL_STATE(2145)] = 95171, + [SMALL_STATE(2146)] = 95190, + [SMALL_STATE(2147)] = 95209, + [SMALL_STATE(2148)] = 95228, + [SMALL_STATE(2149)] = 95243, + [SMALL_STATE(2150)] = 95262, + [SMALL_STATE(2151)] = 95281, + [SMALL_STATE(2152)] = 95300, + [SMALL_STATE(2153)] = 95317, + [SMALL_STATE(2154)] = 95334, + [SMALL_STATE(2155)] = 95349, + [SMALL_STATE(2156)] = 95368, + [SMALL_STATE(2157)] = 95387, + [SMALL_STATE(2158)] = 95404, + [SMALL_STATE(2159)] = 95421, + [SMALL_STATE(2160)] = 95438, + [SMALL_STATE(2161)] = 95457, + [SMALL_STATE(2162)] = 95472, + [SMALL_STATE(2163)] = 95491, + [SMALL_STATE(2164)] = 95506, + [SMALL_STATE(2165)] = 95525, + [SMALL_STATE(2166)] = 95542, + [SMALL_STATE(2167)] = 95559, + [SMALL_STATE(2168)] = 95574, + [SMALL_STATE(2169)] = 95593, + [SMALL_STATE(2170)] = 95612, + [SMALL_STATE(2171)] = 95629, + [SMALL_STATE(2172)] = 95648, + [SMALL_STATE(2173)] = 95667, + [SMALL_STATE(2174)] = 95684, + [SMALL_STATE(2175)] = 95703, + [SMALL_STATE(2176)] = 95722, + [SMALL_STATE(2177)] = 95739, + [SMALL_STATE(2178)] = 95754, + [SMALL_STATE(2179)] = 95773, + [SMALL_STATE(2180)] = 95792, + [SMALL_STATE(2181)] = 95809, + [SMALL_STATE(2182)] = 95828, + [SMALL_STATE(2183)] = 95843, + [SMALL_STATE(2184)] = 95862, + [SMALL_STATE(2185)] = 95877, + [SMALL_STATE(2186)] = 95896, + [SMALL_STATE(2187)] = 95915, + [SMALL_STATE(2188)] = 95934, + [SMALL_STATE(2189)] = 95953, + [SMALL_STATE(2190)] = 95970, + [SMALL_STATE(2191)] = 95989, + [SMALL_STATE(2192)] = 96006, + [SMALL_STATE(2193)] = 96025, + [SMALL_STATE(2194)] = 96044, + [SMALL_STATE(2195)] = 96059, + [SMALL_STATE(2196)] = 96078, + [SMALL_STATE(2197)] = 96093, + [SMALL_STATE(2198)] = 96110, + [SMALL_STATE(2199)] = 96129, + [SMALL_STATE(2200)] = 96148, + [SMALL_STATE(2201)] = 96164, + [SMALL_STATE(2202)] = 96180, + [SMALL_STATE(2203)] = 96196, + [SMALL_STATE(2204)] = 96212, + [SMALL_STATE(2205)] = 96228, + [SMALL_STATE(2206)] = 96244, + [SMALL_STATE(2207)] = 96260, + [SMALL_STATE(2208)] = 96276, + [SMALL_STATE(2209)] = 96292, + [SMALL_STATE(2210)] = 96308, + [SMALL_STATE(2211)] = 96324, + [SMALL_STATE(2212)] = 96340, + [SMALL_STATE(2213)] = 96356, + [SMALL_STATE(2214)] = 96372, + [SMALL_STATE(2215)] = 96388, + [SMALL_STATE(2216)] = 96404, + [SMALL_STATE(2217)] = 96418, + [SMALL_STATE(2218)] = 96432, + [SMALL_STATE(2219)] = 96448, + [SMALL_STATE(2220)] = 96464, + [SMALL_STATE(2221)] = 96480, + [SMALL_STATE(2222)] = 96496, + [SMALL_STATE(2223)] = 96512, + [SMALL_STATE(2224)] = 96526, + [SMALL_STATE(2225)] = 96542, + [SMALL_STATE(2226)] = 96558, + [SMALL_STATE(2227)] = 96572, + [SMALL_STATE(2228)] = 96586, + [SMALL_STATE(2229)] = 96602, + [SMALL_STATE(2230)] = 96616, + [SMALL_STATE(2231)] = 96632, + [SMALL_STATE(2232)] = 96648, + [SMALL_STATE(2233)] = 96664, + [SMALL_STATE(2234)] = 96680, + [SMALL_STATE(2235)] = 96696, + [SMALL_STATE(2236)] = 96712, + [SMALL_STATE(2237)] = 96726, + [SMALL_STATE(2238)] = 96740, + [SMALL_STATE(2239)] = 96756, + [SMALL_STATE(2240)] = 96772, + [SMALL_STATE(2241)] = 96788, + [SMALL_STATE(2242)] = 96802, + [SMALL_STATE(2243)] = 96818, + [SMALL_STATE(2244)] = 96832, + [SMALL_STATE(2245)] = 96846, + [SMALL_STATE(2246)] = 96860, + [SMALL_STATE(2247)] = 96874, + [SMALL_STATE(2248)] = 96888, + [SMALL_STATE(2249)] = 96904, + [SMALL_STATE(2250)] = 96918, + [SMALL_STATE(2251)] = 96934, + [SMALL_STATE(2252)] = 96950, + [SMALL_STATE(2253)] = 96964, + [SMALL_STATE(2254)] = 96980, + [SMALL_STATE(2255)] = 96996, + [SMALL_STATE(2256)] = 97010, + [SMALL_STATE(2257)] = 97026, + [SMALL_STATE(2258)] = 97042, + [SMALL_STATE(2259)] = 97058, + [SMALL_STATE(2260)] = 97074, + [SMALL_STATE(2261)] = 97088, + [SMALL_STATE(2262)] = 97102, + [SMALL_STATE(2263)] = 97116, + [SMALL_STATE(2264)] = 97130, + [SMALL_STATE(2265)] = 97144, + [SMALL_STATE(2266)] = 97158, + [SMALL_STATE(2267)] = 97172, + [SMALL_STATE(2268)] = 97188, + [SMALL_STATE(2269)] = 97204, + [SMALL_STATE(2270)] = 97220, + [SMALL_STATE(2271)] = 97236, + [SMALL_STATE(2272)] = 97250, + [SMALL_STATE(2273)] = 97264, + [SMALL_STATE(2274)] = 97278, + [SMALL_STATE(2275)] = 97292, + [SMALL_STATE(2276)] = 97308, + [SMALL_STATE(2277)] = 97322, + [SMALL_STATE(2278)] = 97336, + [SMALL_STATE(2279)] = 97352, + [SMALL_STATE(2280)] = 97368, + [SMALL_STATE(2281)] = 97384, + [SMALL_STATE(2282)] = 97398, + [SMALL_STATE(2283)] = 97414, + [SMALL_STATE(2284)] = 97430, + [SMALL_STATE(2285)] = 97444, + [SMALL_STATE(2286)] = 97460, + [SMALL_STATE(2287)] = 97476, + [SMALL_STATE(2288)] = 97492, + [SMALL_STATE(2289)] = 97508, + [SMALL_STATE(2290)] = 97524, + [SMALL_STATE(2291)] = 97538, + [SMALL_STATE(2292)] = 97552, + [SMALL_STATE(2293)] = 97568, + [SMALL_STATE(2294)] = 97584, + [SMALL_STATE(2295)] = 97600, + [SMALL_STATE(2296)] = 97614, + [SMALL_STATE(2297)] = 97630, + [SMALL_STATE(2298)] = 97646, + [SMALL_STATE(2299)] = 97662, + [SMALL_STATE(2300)] = 97678, + [SMALL_STATE(2301)] = 97694, + [SMALL_STATE(2302)] = 97710, + [SMALL_STATE(2303)] = 97724, + [SMALL_STATE(2304)] = 97740, + [SMALL_STATE(2305)] = 97756, + [SMALL_STATE(2306)] = 97770, + [SMALL_STATE(2307)] = 97784, + [SMALL_STATE(2308)] = 97800, + [SMALL_STATE(2309)] = 97816, + [SMALL_STATE(2310)] = 97832, + [SMALL_STATE(2311)] = 97846, + [SMALL_STATE(2312)] = 97862, + [SMALL_STATE(2313)] = 97878, + [SMALL_STATE(2314)] = 97894, + [SMALL_STATE(2315)] = 97910, + [SMALL_STATE(2316)] = 97926, + [SMALL_STATE(2317)] = 97942, + [SMALL_STATE(2318)] = 97956, + [SMALL_STATE(2319)] = 97972, + [SMALL_STATE(2320)] = 97988, + [SMALL_STATE(2321)] = 98004, + [SMALL_STATE(2322)] = 98020, + [SMALL_STATE(2323)] = 98036, + [SMALL_STATE(2324)] = 98052, + [SMALL_STATE(2325)] = 98068, + [SMALL_STATE(2326)] = 98084, + [SMALL_STATE(2327)] = 98100, + [SMALL_STATE(2328)] = 98116, + [SMALL_STATE(2329)] = 98132, + [SMALL_STATE(2330)] = 98148, + [SMALL_STATE(2331)] = 98164, + [SMALL_STATE(2332)] = 98180, + [SMALL_STATE(2333)] = 98196, + [SMALL_STATE(2334)] = 98212, + [SMALL_STATE(2335)] = 98228, + [SMALL_STATE(2336)] = 98242, + [SMALL_STATE(2337)] = 98258, + [SMALL_STATE(2338)] = 98274, + [SMALL_STATE(2339)] = 98290, + [SMALL_STATE(2340)] = 98306, + [SMALL_STATE(2341)] = 98322, + [SMALL_STATE(2342)] = 98338, + [SMALL_STATE(2343)] = 98352, + [SMALL_STATE(2344)] = 98368, + [SMALL_STATE(2345)] = 98384, + [SMALL_STATE(2346)] = 98398, + [SMALL_STATE(2347)] = 98414, + [SMALL_STATE(2348)] = 98430, + [SMALL_STATE(2349)] = 98446, + [SMALL_STATE(2350)] = 98462, + [SMALL_STATE(2351)] = 98478, + [SMALL_STATE(2352)] = 98494, + [SMALL_STATE(2353)] = 98508, + [SMALL_STATE(2354)] = 98524, + [SMALL_STATE(2355)] = 98540, + [SMALL_STATE(2356)] = 98556, + [SMALL_STATE(2357)] = 98572, + [SMALL_STATE(2358)] = 98588, + [SMALL_STATE(2359)] = 98604, + [SMALL_STATE(2360)] = 98620, + [SMALL_STATE(2361)] = 98634, + [SMALL_STATE(2362)] = 98650, + [SMALL_STATE(2363)] = 98666, + [SMALL_STATE(2364)] = 98682, + [SMALL_STATE(2365)] = 98696, + [SMALL_STATE(2366)] = 98710, + [SMALL_STATE(2367)] = 98724, + [SMALL_STATE(2368)] = 98738, + [SMALL_STATE(2369)] = 98754, + [SMALL_STATE(2370)] = 98770, + [SMALL_STATE(2371)] = 98786, + [SMALL_STATE(2372)] = 98802, + [SMALL_STATE(2373)] = 98818, + [SMALL_STATE(2374)] = 98834, + [SMALL_STATE(2375)] = 98850, + [SMALL_STATE(2376)] = 98866, + [SMALL_STATE(2377)] = 98882, + [SMALL_STATE(2378)] = 98898, + [SMALL_STATE(2379)] = 98914, + [SMALL_STATE(2380)] = 98928, + [SMALL_STATE(2381)] = 98944, + [SMALL_STATE(2382)] = 98960, + [SMALL_STATE(2383)] = 98974, + [SMALL_STATE(2384)] = 98988, + [SMALL_STATE(2385)] = 99002, + [SMALL_STATE(2386)] = 99016, + [SMALL_STATE(2387)] = 99030, + [SMALL_STATE(2388)] = 99044, + [SMALL_STATE(2389)] = 99060, + [SMALL_STATE(2390)] = 99076, + [SMALL_STATE(2391)] = 99092, + [SMALL_STATE(2392)] = 99106, + [SMALL_STATE(2393)] = 99122, + [SMALL_STATE(2394)] = 99138, + [SMALL_STATE(2395)] = 99154, + [SMALL_STATE(2396)] = 99170, + [SMALL_STATE(2397)] = 99184, + [SMALL_STATE(2398)] = 99198, + [SMALL_STATE(2399)] = 99212, + [SMALL_STATE(2400)] = 99226, + [SMALL_STATE(2401)] = 99242, + [SMALL_STATE(2402)] = 99258, + [SMALL_STATE(2403)] = 99274, + [SMALL_STATE(2404)] = 99288, + [SMALL_STATE(2405)] = 99304, + [SMALL_STATE(2406)] = 99320, + [SMALL_STATE(2407)] = 99336, + [SMALL_STATE(2408)] = 99352, + [SMALL_STATE(2409)] = 99368, + [SMALL_STATE(2410)] = 99384, + [SMALL_STATE(2411)] = 99400, + [SMALL_STATE(2412)] = 99414, + [SMALL_STATE(2413)] = 99428, + [SMALL_STATE(2414)] = 99444, + [SMALL_STATE(2415)] = 99460, + [SMALL_STATE(2416)] = 99476, + [SMALL_STATE(2417)] = 99490, + [SMALL_STATE(2418)] = 99506, + [SMALL_STATE(2419)] = 99520, + [SMALL_STATE(2420)] = 99536, + [SMALL_STATE(2421)] = 99552, + [SMALL_STATE(2422)] = 99568, + [SMALL_STATE(2423)] = 99584, + [SMALL_STATE(2424)] = 99600, + [SMALL_STATE(2425)] = 99616, + [SMALL_STATE(2426)] = 99632, + [SMALL_STATE(2427)] = 99648, + [SMALL_STATE(2428)] = 99664, + [SMALL_STATE(2429)] = 99680, + [SMALL_STATE(2430)] = 99696, + [SMALL_STATE(2431)] = 99712, + [SMALL_STATE(2432)] = 99728, + [SMALL_STATE(2433)] = 99744, + [SMALL_STATE(2434)] = 99760, + [SMALL_STATE(2435)] = 99776, + [SMALL_STATE(2436)] = 99792, + [SMALL_STATE(2437)] = 99806, + [SMALL_STATE(2438)] = 99822, + [SMALL_STATE(2439)] = 99838, + [SMALL_STATE(2440)] = 99854, + [SMALL_STATE(2441)] = 99870, + [SMALL_STATE(2442)] = 99886, + [SMALL_STATE(2443)] = 99902, + [SMALL_STATE(2444)] = 99918, + [SMALL_STATE(2445)] = 99932, + [SMALL_STATE(2446)] = 99948, + [SMALL_STATE(2447)] = 99964, + [SMALL_STATE(2448)] = 99980, + [SMALL_STATE(2449)] = 99996, + [SMALL_STATE(2450)] = 100012, + [SMALL_STATE(2451)] = 100028, + [SMALL_STATE(2452)] = 100044, + [SMALL_STATE(2453)] = 100060, + [SMALL_STATE(2454)] = 100074, + [SMALL_STATE(2455)] = 100088, + [SMALL_STATE(2456)] = 100104, + [SMALL_STATE(2457)] = 100120, + [SMALL_STATE(2458)] = 100136, + [SMALL_STATE(2459)] = 100150, + [SMALL_STATE(2460)] = 100166, + [SMALL_STATE(2461)] = 100182, + [SMALL_STATE(2462)] = 100198, + [SMALL_STATE(2463)] = 100212, + [SMALL_STATE(2464)] = 100228, + [SMALL_STATE(2465)] = 100244, + [SMALL_STATE(2466)] = 100260, + [SMALL_STATE(2467)] = 100274, + [SMALL_STATE(2468)] = 100288, + [SMALL_STATE(2469)] = 100302, + [SMALL_STATE(2470)] = 100316, + [SMALL_STATE(2471)] = 100330, + [SMALL_STATE(2472)] = 100344, + [SMALL_STATE(2473)] = 100360, + [SMALL_STATE(2474)] = 100376, + [SMALL_STATE(2475)] = 100392, + [SMALL_STATE(2476)] = 100408, + [SMALL_STATE(2477)] = 100424, + [SMALL_STATE(2478)] = 100438, + [SMALL_STATE(2479)] = 100452, + [SMALL_STATE(2480)] = 100466, + [SMALL_STATE(2481)] = 100480, + [SMALL_STATE(2482)] = 100496, + [SMALL_STATE(2483)] = 100512, + [SMALL_STATE(2484)] = 100528, + [SMALL_STATE(2485)] = 100542, + [SMALL_STATE(2486)] = 100556, + [SMALL_STATE(2487)] = 100572, + [SMALL_STATE(2488)] = 100588, + [SMALL_STATE(2489)] = 100604, + [SMALL_STATE(2490)] = 100620, + [SMALL_STATE(2491)] = 100636, + [SMALL_STATE(2492)] = 100650, + [SMALL_STATE(2493)] = 100664, + [SMALL_STATE(2494)] = 100678, + [SMALL_STATE(2495)] = 100692, + [SMALL_STATE(2496)] = 100706, + [SMALL_STATE(2497)] = 100720, + [SMALL_STATE(2498)] = 100736, + [SMALL_STATE(2499)] = 100750, + [SMALL_STATE(2500)] = 100766, + [SMALL_STATE(2501)] = 100782, + [SMALL_STATE(2502)] = 100796, + [SMALL_STATE(2503)] = 100812, + [SMALL_STATE(2504)] = 100826, + [SMALL_STATE(2505)] = 100840, + [SMALL_STATE(2506)] = 100856, + [SMALL_STATE(2507)] = 100872, + [SMALL_STATE(2508)] = 100886, + [SMALL_STATE(2509)] = 100902, + [SMALL_STATE(2510)] = 100918, + [SMALL_STATE(2511)] = 100934, + [SMALL_STATE(2512)] = 100950, + [SMALL_STATE(2513)] = 100964, + [SMALL_STATE(2514)] = 100980, + [SMALL_STATE(2515)] = 100994, + [SMALL_STATE(2516)] = 101010, + [SMALL_STATE(2517)] = 101024, + [SMALL_STATE(2518)] = 101038, + [SMALL_STATE(2519)] = 101052, + [SMALL_STATE(2520)] = 101068, + [SMALL_STATE(2521)] = 101084, + [SMALL_STATE(2522)] = 101100, + [SMALL_STATE(2523)] = 101116, + [SMALL_STATE(2524)] = 101130, + [SMALL_STATE(2525)] = 101146, + [SMALL_STATE(2526)] = 101162, + [SMALL_STATE(2527)] = 101176, + [SMALL_STATE(2528)] = 101192, + [SMALL_STATE(2529)] = 101206, + [SMALL_STATE(2530)] = 101220, + [SMALL_STATE(2531)] = 101236, + [SMALL_STATE(2532)] = 101252, + [SMALL_STATE(2533)] = 101268, + [SMALL_STATE(2534)] = 101284, + [SMALL_STATE(2535)] = 101300, + [SMALL_STATE(2536)] = 101316, + [SMALL_STATE(2537)] = 101332, + [SMALL_STATE(2538)] = 101346, + [SMALL_STATE(2539)] = 101362, + [SMALL_STATE(2540)] = 101378, + [SMALL_STATE(2541)] = 101394, + [SMALL_STATE(2542)] = 101410, + [SMALL_STATE(2543)] = 101426, + [SMALL_STATE(2544)] = 101442, + [SMALL_STATE(2545)] = 101458, + [SMALL_STATE(2546)] = 101474, + [SMALL_STATE(2547)] = 101490, + [SMALL_STATE(2548)] = 101506, + [SMALL_STATE(2549)] = 101522, + [SMALL_STATE(2550)] = 101538, + [SMALL_STATE(2551)] = 101554, + [SMALL_STATE(2552)] = 101570, + [SMALL_STATE(2553)] = 101586, + [SMALL_STATE(2554)] = 101602, + [SMALL_STATE(2555)] = 101616, + [SMALL_STATE(2556)] = 101630, + [SMALL_STATE(2557)] = 101644, + [SMALL_STATE(2558)] = 101658, + [SMALL_STATE(2559)] = 101674, + [SMALL_STATE(2560)] = 101688, + [SMALL_STATE(2561)] = 101704, + [SMALL_STATE(2562)] = 101718, + [SMALL_STATE(2563)] = 101732, + [SMALL_STATE(2564)] = 101746, + [SMALL_STATE(2565)] = 101762, + [SMALL_STATE(2566)] = 101776, + [SMALL_STATE(2567)] = 101792, + [SMALL_STATE(2568)] = 101808, + [SMALL_STATE(2569)] = 101824, + [SMALL_STATE(2570)] = 101838, + [SMALL_STATE(2571)] = 101852, + [SMALL_STATE(2572)] = 101868, + [SMALL_STATE(2573)] = 101884, + [SMALL_STATE(2574)] = 101898, + [SMALL_STATE(2575)] = 101912, + [SMALL_STATE(2576)] = 101926, + [SMALL_STATE(2577)] = 101940, + [SMALL_STATE(2578)] = 101956, + [SMALL_STATE(2579)] = 101972, + [SMALL_STATE(2580)] = 101988, + [SMALL_STATE(2581)] = 102002, + [SMALL_STATE(2582)] = 102016, + [SMALL_STATE(2583)] = 102032, + [SMALL_STATE(2584)] = 102048, + [SMALL_STATE(2585)] = 102064, + [SMALL_STATE(2586)] = 102080, + [SMALL_STATE(2587)] = 102096, + [SMALL_STATE(2588)] = 102110, + [SMALL_STATE(2589)] = 102124, + [SMALL_STATE(2590)] = 102138, + [SMALL_STATE(2591)] = 102152, + [SMALL_STATE(2592)] = 102168, + [SMALL_STATE(2593)] = 102184, + [SMALL_STATE(2594)] = 102198, + [SMALL_STATE(2595)] = 102212, + [SMALL_STATE(2596)] = 102228, + [SMALL_STATE(2597)] = 102244, + [SMALL_STATE(2598)] = 102260, + [SMALL_STATE(2599)] = 102274, + [SMALL_STATE(2600)] = 102288, + [SMALL_STATE(2601)] = 102302, + [SMALL_STATE(2602)] = 102316, + [SMALL_STATE(2603)] = 102330, + [SMALL_STATE(2604)] = 102344, + [SMALL_STATE(2605)] = 102358, + [SMALL_STATE(2606)] = 102372, + [SMALL_STATE(2607)] = 102386, + [SMALL_STATE(2608)] = 102402, + [SMALL_STATE(2609)] = 102416, + [SMALL_STATE(2610)] = 102430, + [SMALL_STATE(2611)] = 102446, + [SMALL_STATE(2612)] = 102462, + [SMALL_STATE(2613)] = 102476, + [SMALL_STATE(2614)] = 102492, + [SMALL_STATE(2615)] = 102506, + [SMALL_STATE(2616)] = 102520, + [SMALL_STATE(2617)] = 102536, + [SMALL_STATE(2618)] = 102552, + [SMALL_STATE(2619)] = 102568, + [SMALL_STATE(2620)] = 102584, + [SMALL_STATE(2621)] = 102598, + [SMALL_STATE(2622)] = 102614, + [SMALL_STATE(2623)] = 102630, + [SMALL_STATE(2624)] = 102644, + [SMALL_STATE(2625)] = 102660, + [SMALL_STATE(2626)] = 102676, + [SMALL_STATE(2627)] = 102690, + [SMALL_STATE(2628)] = 102706, + [SMALL_STATE(2629)] = 102722, + [SMALL_STATE(2630)] = 102736, + [SMALL_STATE(2631)] = 102752, + [SMALL_STATE(2632)] = 102768, + [SMALL_STATE(2633)] = 102784, + [SMALL_STATE(2634)] = 102798, + [SMALL_STATE(2635)] = 102812, + [SMALL_STATE(2636)] = 102826, + [SMALL_STATE(2637)] = 102842, + [SMALL_STATE(2638)] = 102856, + [SMALL_STATE(2639)] = 102870, + [SMALL_STATE(2640)] = 102886, + [SMALL_STATE(2641)] = 102902, + [SMALL_STATE(2642)] = 102916, + [SMALL_STATE(2643)] = 102932, + [SMALL_STATE(2644)] = 102946, + [SMALL_STATE(2645)] = 102960, + [SMALL_STATE(2646)] = 102974, + [SMALL_STATE(2647)] = 102988, + [SMALL_STATE(2648)] = 103002, + [SMALL_STATE(2649)] = 103016, + [SMALL_STATE(2650)] = 103032, + [SMALL_STATE(2651)] = 103046, + [SMALL_STATE(2652)] = 103060, + [SMALL_STATE(2653)] = 103074, + [SMALL_STATE(2654)] = 103088, + [SMALL_STATE(2655)] = 103104, + [SMALL_STATE(2656)] = 103118, + [SMALL_STATE(2657)] = 103132, + [SMALL_STATE(2658)] = 103148, + [SMALL_STATE(2659)] = 103162, + [SMALL_STATE(2660)] = 103176, + [SMALL_STATE(2661)] = 103190, + [SMALL_STATE(2662)] = 103204, + [SMALL_STATE(2663)] = 103220, + [SMALL_STATE(2664)] = 103236, + [SMALL_STATE(2665)] = 103252, + [SMALL_STATE(2666)] = 103266, + [SMALL_STATE(2667)] = 103282, + [SMALL_STATE(2668)] = 103298, + [SMALL_STATE(2669)] = 103314, + [SMALL_STATE(2670)] = 103330, + [SMALL_STATE(2671)] = 103346, + [SMALL_STATE(2672)] = 103362, + [SMALL_STATE(2673)] = 103378, + [SMALL_STATE(2674)] = 103394, + [SMALL_STATE(2675)] = 103408, + [SMALL_STATE(2676)] = 103424, + [SMALL_STATE(2677)] = 103440, + [SMALL_STATE(2678)] = 103456, + [SMALL_STATE(2679)] = 103472, + [SMALL_STATE(2680)] = 103488, + [SMALL_STATE(2681)] = 103504, + [SMALL_STATE(2682)] = 103520, + [SMALL_STATE(2683)] = 103536, + [SMALL_STATE(2684)] = 103552, + [SMALL_STATE(2685)] = 103568, + [SMALL_STATE(2686)] = 103584, + [SMALL_STATE(2687)] = 103600, + [SMALL_STATE(2688)] = 103616, + [SMALL_STATE(2689)] = 103632, + [SMALL_STATE(2690)] = 103648, + [SMALL_STATE(2691)] = 103664, + [SMALL_STATE(2692)] = 103680, + [SMALL_STATE(2693)] = 103696, + [SMALL_STATE(2694)] = 103712, + [SMALL_STATE(2695)] = 103728, + [SMALL_STATE(2696)] = 103744, + [SMALL_STATE(2697)] = 103760, + [SMALL_STATE(2698)] = 103776, + [SMALL_STATE(2699)] = 103792, + [SMALL_STATE(2700)] = 103806, + [SMALL_STATE(2701)] = 103820, + [SMALL_STATE(2702)] = 103834, + [SMALL_STATE(2703)] = 103848, + [SMALL_STATE(2704)] = 103862, + [SMALL_STATE(2705)] = 103878, + [SMALL_STATE(2706)] = 103892, + [SMALL_STATE(2707)] = 103906, + [SMALL_STATE(2708)] = 103922, + [SMALL_STATE(2709)] = 103938, + [SMALL_STATE(2710)] = 103952, + [SMALL_STATE(2711)] = 103966, + [SMALL_STATE(2712)] = 103980, + [SMALL_STATE(2713)] = 103996, + [SMALL_STATE(2714)] = 104010, + [SMALL_STATE(2715)] = 104024, + [SMALL_STATE(2716)] = 104038, + [SMALL_STATE(2717)] = 104054, + [SMALL_STATE(2718)] = 104070, + [SMALL_STATE(2719)] = 104084, + [SMALL_STATE(2720)] = 104098, + [SMALL_STATE(2721)] = 104114, + [SMALL_STATE(2722)] = 104128, + [SMALL_STATE(2723)] = 104142, + [SMALL_STATE(2724)] = 104156, + [SMALL_STATE(2725)] = 104172, + [SMALL_STATE(2726)] = 104186, + [SMALL_STATE(2727)] = 104200, + [SMALL_STATE(2728)] = 104216, + [SMALL_STATE(2729)] = 104232, + [SMALL_STATE(2730)] = 104248, + [SMALL_STATE(2731)] = 104264, + [SMALL_STATE(2732)] = 104280, + [SMALL_STATE(2733)] = 104296, + [SMALL_STATE(2734)] = 104310, + [SMALL_STATE(2735)] = 104326, + [SMALL_STATE(2736)] = 104342, + [SMALL_STATE(2737)] = 104356, + [SMALL_STATE(2738)] = 104370, + [SMALL_STATE(2739)] = 104386, + [SMALL_STATE(2740)] = 104402, + [SMALL_STATE(2741)] = 104415, + [SMALL_STATE(2742)] = 104428, + [SMALL_STATE(2743)] = 104441, + [SMALL_STATE(2744)] = 104454, + [SMALL_STATE(2745)] = 104467, + [SMALL_STATE(2746)] = 104480, + [SMALL_STATE(2747)] = 104493, + [SMALL_STATE(2748)] = 104506, + [SMALL_STATE(2749)] = 104519, + [SMALL_STATE(2750)] = 104532, + [SMALL_STATE(2751)] = 104545, + [SMALL_STATE(2752)] = 104558, + [SMALL_STATE(2753)] = 104571, + [SMALL_STATE(2754)] = 104584, + [SMALL_STATE(2755)] = 104597, + [SMALL_STATE(2756)] = 104610, + [SMALL_STATE(2757)] = 104623, + [SMALL_STATE(2758)] = 104636, + [SMALL_STATE(2759)] = 104649, + [SMALL_STATE(2760)] = 104662, + [SMALL_STATE(2761)] = 104675, + [SMALL_STATE(2762)] = 104688, + [SMALL_STATE(2763)] = 104701, + [SMALL_STATE(2764)] = 104714, + [SMALL_STATE(2765)] = 104727, + [SMALL_STATE(2766)] = 104740, + [SMALL_STATE(2767)] = 104753, + [SMALL_STATE(2768)] = 104766, + [SMALL_STATE(2769)] = 104779, + [SMALL_STATE(2770)] = 104792, + [SMALL_STATE(2771)] = 104805, + [SMALL_STATE(2772)] = 104818, + [SMALL_STATE(2773)] = 104831, + [SMALL_STATE(2774)] = 104844, + [SMALL_STATE(2775)] = 104857, + [SMALL_STATE(2776)] = 104870, + [SMALL_STATE(2777)] = 104883, + [SMALL_STATE(2778)] = 104896, + [SMALL_STATE(2779)] = 104909, + [SMALL_STATE(2780)] = 104922, + [SMALL_STATE(2781)] = 104935, + [SMALL_STATE(2782)] = 104948, + [SMALL_STATE(2783)] = 104961, + [SMALL_STATE(2784)] = 104974, + [SMALL_STATE(2785)] = 104987, + [SMALL_STATE(2786)] = 105000, + [SMALL_STATE(2787)] = 105013, + [SMALL_STATE(2788)] = 105026, + [SMALL_STATE(2789)] = 105039, + [SMALL_STATE(2790)] = 105052, + [SMALL_STATE(2791)] = 105065, + [SMALL_STATE(2792)] = 105078, + [SMALL_STATE(2793)] = 105091, + [SMALL_STATE(2794)] = 105104, + [SMALL_STATE(2795)] = 105117, + [SMALL_STATE(2796)] = 105130, + [SMALL_STATE(2797)] = 105143, + [SMALL_STATE(2798)] = 105156, + [SMALL_STATE(2799)] = 105169, + [SMALL_STATE(2800)] = 105182, + [SMALL_STATE(2801)] = 105195, + [SMALL_STATE(2802)] = 105208, + [SMALL_STATE(2803)] = 105221, + [SMALL_STATE(2804)] = 105234, + [SMALL_STATE(2805)] = 105247, + [SMALL_STATE(2806)] = 105260, + [SMALL_STATE(2807)] = 105273, + [SMALL_STATE(2808)] = 105286, + [SMALL_STATE(2809)] = 105299, + [SMALL_STATE(2810)] = 105312, + [SMALL_STATE(2811)] = 105325, + [SMALL_STATE(2812)] = 105338, + [SMALL_STATE(2813)] = 105351, + [SMALL_STATE(2814)] = 105364, + [SMALL_STATE(2815)] = 105377, + [SMALL_STATE(2816)] = 105390, + [SMALL_STATE(2817)] = 105403, + [SMALL_STATE(2818)] = 105416, + [SMALL_STATE(2819)] = 105429, + [SMALL_STATE(2820)] = 105442, + [SMALL_STATE(2821)] = 105455, + [SMALL_STATE(2822)] = 105468, + [SMALL_STATE(2823)] = 105481, + [SMALL_STATE(2824)] = 105494, + [SMALL_STATE(2825)] = 105507, + [SMALL_STATE(2826)] = 105520, + [SMALL_STATE(2827)] = 105533, + [SMALL_STATE(2828)] = 105546, + [SMALL_STATE(2829)] = 105559, + [SMALL_STATE(2830)] = 105572, + [SMALL_STATE(2831)] = 105585, + [SMALL_STATE(2832)] = 105598, + [SMALL_STATE(2833)] = 105611, + [SMALL_STATE(2834)] = 105624, + [SMALL_STATE(2835)] = 105637, + [SMALL_STATE(2836)] = 105650, + [SMALL_STATE(2837)] = 105663, + [SMALL_STATE(2838)] = 105676, + [SMALL_STATE(2839)] = 105689, + [SMALL_STATE(2840)] = 105702, + [SMALL_STATE(2841)] = 105715, + [SMALL_STATE(2842)] = 105728, + [SMALL_STATE(2843)] = 105741, + [SMALL_STATE(2844)] = 105754, + [SMALL_STATE(2845)] = 105767, + [SMALL_STATE(2846)] = 105780, + [SMALL_STATE(2847)] = 105793, + [SMALL_STATE(2848)] = 105806, + [SMALL_STATE(2849)] = 105819, + [SMALL_STATE(2850)] = 105832, + [SMALL_STATE(2851)] = 105845, + [SMALL_STATE(2852)] = 105858, + [SMALL_STATE(2853)] = 105871, + [SMALL_STATE(2854)] = 105884, + [SMALL_STATE(2855)] = 105897, + [SMALL_STATE(2856)] = 105910, + [SMALL_STATE(2857)] = 105923, + [SMALL_STATE(2858)] = 105936, + [SMALL_STATE(2859)] = 105949, + [SMALL_STATE(2860)] = 105962, + [SMALL_STATE(2861)] = 105975, + [SMALL_STATE(2862)] = 105988, + [SMALL_STATE(2863)] = 106001, + [SMALL_STATE(2864)] = 106014, + [SMALL_STATE(2865)] = 106027, + [SMALL_STATE(2866)] = 106040, + [SMALL_STATE(2867)] = 106053, + [SMALL_STATE(2868)] = 106066, + [SMALL_STATE(2869)] = 106079, + [SMALL_STATE(2870)] = 106092, + [SMALL_STATE(2871)] = 106105, + [SMALL_STATE(2872)] = 106118, + [SMALL_STATE(2873)] = 106131, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 101), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 37), - [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 59), - [201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(994), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(426), - [209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), - [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(5), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1053), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1724), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1722), - [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2616), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2648), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1996), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(199), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(368), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2263), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(83), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2264), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2265), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1999), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2000), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2268), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(238), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(252), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(796), - [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(121), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(127), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2373), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1812), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1785), - [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(450), - [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1897), - [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(287), - [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(415), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2685), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(413), - [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1955), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1928), - [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1730), - [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1268), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2661), - [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1256), - [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2013), - [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1001), - [325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1024), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(427), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1049), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1727), - [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1706), - [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2160), - [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2181), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2079), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2223), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(87), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2235), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2252), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2045), - [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2038), - [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2366), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(236), - [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(253), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(886), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1816), - [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(451), - [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1972), - [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1014), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), - [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), - [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), - [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), - [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), - [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2660), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), - [822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), - [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1040), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(435), + [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(5), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1692), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2344), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1757), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(525), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1736), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2707), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2739), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2126), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(196), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(317), + [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2348), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(93), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2349), + [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2124), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2123), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2352), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(236), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(276), + [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(779), + [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(121), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(130), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2391), + [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1849), + [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2009), + [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2010), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1871), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(457), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1955), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(256), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(333), + [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2823), + [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(306), + [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1836), + [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1384), + [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2821), + [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1287), + [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2053), + [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1035), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 100), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 59), + [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 37), + [338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), + [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), + [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1034), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(433), + [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1696), + [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2235), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1769), + [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(527), + [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1768), + [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2248), + [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2257), + [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2168), + [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2304), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(92), + [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2313), + [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2141), + [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2129), + [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2386), + [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(234), + [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(299), + [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(994), + [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1848), + [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(447), + [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2031), + [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1036), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), + [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), + [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), + [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), + [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), + [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), - [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 36), - [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 36), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 36), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 72), - [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 72), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 72), - [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 77), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 77), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 77), - [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, .production_id = 70), - [878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, .production_id = 70), - [880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), + [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), + [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), + [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), + [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), + [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), - [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 81), - [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 81), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 81), - [896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 89), - [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 89), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 89), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 89), - [908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 89), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 89), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 93), - [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 93), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 93), - [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 99), - [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 99), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 99), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 72), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 77), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), - [965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 81), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 89), - [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 89), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 93), - [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 99), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 36), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_pattern_repeat1, 1), - [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), - [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), - [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [1188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(71), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(1636), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [1288] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(218), - [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(71), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(383), - [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 6), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(218), - [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), - [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(259), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 6), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(341), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(372), - [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 27), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 6), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 23), - [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 104), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 27), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), - [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 23), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 3), - [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), - [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 13), - [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 104), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 20), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 6), - [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 24), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 25), - [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 22), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), - [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 22), - [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), - [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 28), - [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 29), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 30), - [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 30), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 52), - [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 54), - [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 55), - [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), - [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 99), - [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 103), - [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 93), - [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 89), - [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 89), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 54), - [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 97), - [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 60), - [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), - [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 81), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 92), - [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 77), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 72), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), - [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 80), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 36), - [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 63), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 6), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 4, .production_id = 62), - [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 55), - [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 52), - [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 54), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 54), - [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 13), - [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 22), - [1621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 92), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 20), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), - [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 22), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), - [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 24), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 25), - [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 80), - [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), - [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 72), - [1651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 77), - [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 81), - [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 97), - [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 89), - [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 89), - [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), - [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 93), - [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 103), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 60), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 36), - [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 63), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 6), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 4, .production_id = 62), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 99), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 28), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 29), - [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 30), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), - [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 30), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 3), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), - [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 4), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 91), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 91), - [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 79), - [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 79), - [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 44), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 44), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 45), - [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 45), - [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 46), - [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 46), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 47), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 47), - [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 106), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 102), - [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 96), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 95), - [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(257), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(365), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(326), - [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), - [1793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), - [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), - [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), - [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 7), - [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 7), - [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), - [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), - [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 18), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), - [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), - [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 15), - [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 51), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), - [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 48), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 48), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 17), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 17), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), - [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), - [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), - [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 43), - [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 43), - [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), - [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 6), - [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 6), - [1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 51), - [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), - [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 41), - [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), - [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), - [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), - [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), - [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 42), - [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 43), - [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 42), - [2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 73), - [2004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 73), - [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 74), - [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 74), - [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 75), - [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 75), - [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 76), - [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 76), - [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 74), - [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 74), - [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [2026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 78), - [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 78), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), - [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), - [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), - [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), - [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), - [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), - [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 40), - [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 40), - [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 82), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 82), - [2058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), - [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), - [2062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), - [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 38), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 38), - [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 2), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 2), - [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), - [2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), - [2078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), - [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 37), - [2084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 37), - [2086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 11), - [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 11), - [2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 50), - [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 50), - [2094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 16), - [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 16), - [2098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 88), - [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 88), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 90), - [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), - [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), - [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), - [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), - [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), - [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), - [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 15), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), - [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), REDUCE(sym_assignment_expression, 3, .production_id = 41), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), - [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 41), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 59), - [2217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(332), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), - [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), - [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 18), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), - [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), - [2250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 57), - [2349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(417), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [2496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [2568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [2603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1867), - [2606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1638), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), - [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(312), - [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(2373), - [2617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1511), - [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1872), - [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1873), - [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1731), - [2629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(2051), - [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1500), - [2635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1609), - [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 71), SHIFT_REPEAT(1522), - [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [2663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_pattern_repeat1, 1), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), - [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), - [2731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), - [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), - [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), - [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [2794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), - [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), - [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 100), - [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 89), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 94), - [2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 84), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 105), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), - [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 77), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 58), - [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), - [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 99), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), - [2852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2023), - [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 6), - [2861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2051), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 34), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 33), - [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), - [2916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), - [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), - [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 10), - [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), - [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [2970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), - [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [2974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), - [2976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [2978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [2982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), - [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [2998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), - [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), - [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), - [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), - [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), - [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2431), - [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), - [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(231), - [3043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1840), - [3046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1815), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), - [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), SHIFT_REPEAT(1695), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, .production_id = 69), + [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, .production_id = 69), + [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 98), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 98), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 98), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 80), + [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 80), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 80), + [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 36), + [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 36), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 36), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 76), + [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, .production_id = 76), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, .production_id = 76), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 92), + [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 92), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 92), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 71), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 71), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 71), + [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 88), + [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 88), + [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 88), + [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 5, .production_id = 88), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 5, .production_id = 88), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 92), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 88), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 88), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), + [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 80), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 76), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 71), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 98), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_pattern_repeat1, 1), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 36), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 1), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), + [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(83), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(1674), + [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [1274] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(221), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), SHIFT(83), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(376), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), + [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 4), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), + [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(221), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 6), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [1400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [1403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(365), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(401), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(272), + [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 6), + [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 28), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 24), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 6), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 28), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 4, .production_id = 62), + [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 103), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 6), + [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 27), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 26), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 60), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 6), + [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 4, .production_id = 62), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 20), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 24), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 54), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 79), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 23), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), + [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 23), + [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 21), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 20), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 98), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 102), + [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 92), + [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 88), + [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 96), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 80), + [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 91), + [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 76), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 13), + [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 71), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), + [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 3), + [1629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 63), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 29), + [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 25), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 30), + [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 54), + [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 54), + [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 36), + [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 103), + [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 30), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 55), + [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 52), + [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), + [1665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 62), + [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 26), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 88), + [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 30), + [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 25), + [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 54), + [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 29), + [1679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 98), + [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 23), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 88), + [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 92), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 27), + [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 21), + [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 20), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 30), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 102), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), + [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 14), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 13), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 96), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), + [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 80), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 3), + [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 91), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 76), + [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 52), + [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), + [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 54), + [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 1), + [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 55), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 79), + [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), + [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 36), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 63), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 6), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 61), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 71), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 62), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 54), + [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), + [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 20), + [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 60), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), + [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 23), + [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), + [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 4), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), + [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 1), + [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 47), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 47), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 78), + [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 78), + [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), + [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 90), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [1814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(150), + [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 44), + [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 44), + [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 45), + [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 45), + [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 46), + [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 46), + [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 95), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 94), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 101), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 105), + [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(404), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 19), + [1867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(257), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [1872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [1875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(355), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 19), + [1885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), + [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 7), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 7), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), + [1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 18), + [1933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [1942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), + [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .dynamic_precedence = 1, .production_id = 39), + [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 49), + [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 6), + [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 6), + [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 2), + [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 2), + [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 50), + [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 50), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 43), + [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 51), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 51), + [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), + [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), + [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 17), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 17), + [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 43), + [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), + [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), + [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 43), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), + [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), + [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), + [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), + [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 42), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 42), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 40), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 40), + [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 3, .production_id = 38), + [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 3, .production_id = 38), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 48), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 48), + [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 37), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 37), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 10), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 10), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, .production_id = 31), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .production_id = 64), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 72), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 72), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expression, 4, .production_id = 73), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expression, 4, .production_id = 73), + [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 74), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 74), + [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 75), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 75), + [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 73), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 73), + [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 77), + [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 77), + [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), + [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), + [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), + [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 31), + [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), + [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 81), + [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 81), + [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 11), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 11), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 11), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 87), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 87), + [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), + [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 89), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 15), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 16), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 16), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), + [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), + [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 41), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 59), + [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(374), + [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), REDUCE(sym_assignment_expression, 3, .production_id = 41), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 41), + [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 41), + [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), + [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 56), REDUCE(sym_assignment_expression, 3, .production_id = 15), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 18), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 17), REDUCE(sym_object_pattern, 3, .production_id = 18), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 57), + [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), + [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), + [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), + [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 59), SHIFT(388), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [2633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), + [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [2706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1922), + [2709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1672), + [2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), + [2714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1597), + [2717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(398), + [2720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(2391), + [2723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1938), + [2726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1939), + [2729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1544), + [2732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1947), + [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(2199), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1536), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1632), + [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 70), SHIFT_REPEAT(1557), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 1), + [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_pattern_repeat1, 1), + [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 4), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 4), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), + [2813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), + [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [2852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 99), + [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), + [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 58), + [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 33), + [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), + [2892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1, .production_id = 34), SHIFT_REPEAT(1602), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 88), + [2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), + [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2155), + [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 104), + [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 76), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 83), + [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 93), + [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 98), + [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), + [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 6), + [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2, .production_id = 34), + [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2199), + [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 9), + [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [3029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(224), + [3032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1806), + [3035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1820), + [3038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(1890), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), + [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), + [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), + [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), SHIFT_REPEAT(1738), [3090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), SHIFT_REPEAT(232), [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 2, .production_id = 65), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 4), - [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 18), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 67), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, .production_id = 35), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 86), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 69), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 66), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(1760), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), - [3262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(274), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(2708), - [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), - [3280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(261), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), - [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2013), - [3318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(326), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 64), - [3353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(365), - [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [3362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, .production_id = 32), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 31), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [3402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 21), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, .dynamic_precedence = -1), - [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 4), - [3434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), - [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(1856), - [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [3472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(1857), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [3477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(1712), - [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(217), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [3755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(198), - [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 10), - [3830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(2035), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 57), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [3939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(224), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), - [3962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(1771), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [3975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(1747), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), - [3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), - [3982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(1482), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(1479), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), - [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), - [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [4030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 66), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 20), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 58), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 68), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [4212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 83), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 77), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 84), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 83), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 85), - [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 87), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 89), - [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 94), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 100), - [4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, .production_id = 98), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 99), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), - [4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 105), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [4286] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [4346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [4368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), + [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 4), + [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destructuring_pattern, 1), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 18), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, .dynamic_precedence = -1), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 2), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [3209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), SHIFT_REPEAT(346), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 68), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 66), + [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 64), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 44), + [3226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(2849), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), + [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(254), + [3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [3240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 85), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), + [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 1), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(1940), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), + [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(262), + [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 1, .production_id = 35), + [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [3284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), + [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 31), + [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [3300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 2), + [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [3320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_opening_element_repeat1, 1, .production_id = 32), + [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 22), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), + [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__jsx_string, 3), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), + [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 12), SHIFT_REPEAT(2053), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), + [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), + [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [3410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 4), + [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [3416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(355), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 44), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [3451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(404), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2), SHIFT_REPEAT(2055), + [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 2), + [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 2), SHIFT_REPEAT(2055), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 17), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2), SHIFT_REPEAT(2059), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 2), + [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 2), SHIFT_REPEAT(2059), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(1740), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 18), + [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [3649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sequence_expression_repeat1, 2), SHIFT_REPEAT(328), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), + [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(2173), + [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2176), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [3736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(219), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat1, 1), + [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat1, 1), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_string_repeat2, 1), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_string_repeat2, 1), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [3805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(194), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 9), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), + [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(2606), + [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(1514), + [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), + [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 20), + [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(1512), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 57), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [3937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 1), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(228), + [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [4014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 1), + [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [4024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), + [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1), + [4028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(1834), + [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(1808), + [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 76), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 82), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 2, .production_id = 67), + [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 83), + [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 82), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), + [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 84), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 3, .production_id = 86), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 88), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 93), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_attribute, 2), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 58), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [4180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), + [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 44), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_definition, 4, .production_id = 97), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 98), + [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 99), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 104), + [4338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 1), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [4466] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [4478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), + [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [4522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 1), +}; + +enum ts_external_scanner_symbol_identifiers { + ts_external_token__automatic_semicolon = 0, + ts_external_token__template_chars = 1, + ts_external_token__ternary_qmark = 2, + ts_external_token_html_comment = 3, + ts_external_token_PIPE_PIPE = 4, + ts_external_token_escape_sequence = 5, + ts_external_token_regex_pattern = 6, +}; + +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, + [ts_external_token_html_comment] = sym_html_comment, + [ts_external_token_PIPE_PIPE] = anon_sym_PIPE_PIPE, + [ts_external_token_escape_sequence] = sym_escape_sequence, + [ts_external_token_regex_pattern] = sym_regex_pattern, +}; + +static const bool ts_external_scanner_states[9][EXTERNAL_TOKEN_COUNT] = { + [1] = { + [ts_external_token__automatic_semicolon] = true, + [ts_external_token__template_chars] = true, + [ts_external_token__ternary_qmark] = true, + [ts_external_token_html_comment] = true, + [ts_external_token_PIPE_PIPE] = true, + [ts_external_token_escape_sequence] = true, + }, + [2] = { + [ts_external_token_html_comment] = true, + }, + [3] = { + [ts_external_token__ternary_qmark] = true, + [ts_external_token_html_comment] = true, + [ts_external_token_PIPE_PIPE] = true, + }, + [4] = { + [ts_external_token__automatic_semicolon] = true, + [ts_external_token__ternary_qmark] = true, + [ts_external_token_html_comment] = true, + [ts_external_token_PIPE_PIPE] = true, + }, + [5] = { + [ts_external_token__automatic_semicolon] = true, + [ts_external_token_html_comment] = true, + }, + [6] = { + [ts_external_token__template_chars] = true, + [ts_external_token_html_comment] = true, + [ts_external_token_escape_sequence] = true, + }, + [7] = { + [ts_external_token_html_comment] = true, + [ts_external_token_escape_sequence] = true, + }, + [8] = { + [ts_external_token_html_comment] = true, + [ts_external_token_regex_pattern] = true, + }, }; #ifdef __cplusplus @@ -135319,10 +149919,12 @@ 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) +#define TS_PUBLIC __declspec(dllexport) +#else +#define TS_PUBLIC __attribute__((visibility("default"))) #endif -extern const TSLanguage *tree_sitter_javascript(void) { +TS_PUBLIC const TSLanguage *tree_sitter_javascript() { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, diff --git a/javascript/parser.h b/javascript/parser.h index d2103259..17b4fde9 100644 --- a/javascript/parser.h +++ b/javascript/parser.h @@ -129,9 +129,16 @@ struct TSLanguage { * Lexer Macros */ +#ifdef _MSC_VER +#define UNUSED __pragma(warning(suppress : 4101)) +#else +#define UNUSED __attribute__((unused)) +#endif + #define START_LEXER() \ bool result = false; \ bool skip = false; \ + UNUSED \ bool eof = false; \ int32_t lookahead; \ goto start; \ @@ -139,8 +146,7 @@ struct TSLanguage { lexer->advance(lexer, skip); \ start: \ skip = false; \ - lookahead = lexer->lookahead; \ - eof = lexer->eof(lexer); + lookahead = lexer->lookahead; #define ADVANCE(state_value) \ { \ diff --git a/javascript/scanner.c b/javascript/scanner.c index 904ad8a4..fd0faf89 100644 --- a/javascript/scanner.c +++ b/javascript/scanner.c @@ -1,188 +1,293 @@ #include "parser.h" + #include enum TokenType { - AUTOMATIC_SEMICOLON, - TEMPLATE_CHARS, - TERNARY_QMARK, + AUTOMATIC_SEMICOLON, + TEMPLATE_CHARS, + TERNARY_QMARK, + HTML_COMMENT, + LOGICAL_OR, + ESCAPE_SEQUENCE, + REGEX_PATTERN, }; void *tree_sitter_javascript_external_scanner_create() { return NULL; } + void tree_sitter_javascript_external_scanner_destroy(void *p) {} + void tree_sitter_javascript_external_scanner_reset(void *p) {} + unsigned tree_sitter_javascript_external_scanner_serialize(void *p, char *buffer) { return 0; } + void tree_sitter_javascript_external_scanner_deserialize(void *p, const char *b, unsigned n) {} static void advance(TSLexer *lexer) { lexer->advance(lexer, false); } + static void skip(TSLexer *lexer) { lexer->advance(lexer, true); } static bool scan_template_chars(TSLexer *lexer) { - lexer->result_symbol = TEMPLATE_CHARS; - for (bool has_content = false;; has_content = true) { - lexer->mark_end(lexer); - switch (lexer->lookahead) { - case '`': - return has_content; - case '\0': - return false; - case '$': - advance(lexer); - if (lexer->lookahead == '{') return has_content; - break; - case '\\': - return has_content; - default: - advance(lexer); + lexer->result_symbol = TEMPLATE_CHARS; + for (bool has_content = false;; has_content = true) { + lexer->mark_end(lexer); + switch (lexer->lookahead) { + case '`': + return has_content; + case '\0': + return false; + case '$': + advance(lexer); + if (lexer->lookahead == '{') { + return has_content; + } + break; + case '\\': + return has_content; + default: + advance(lexer); + } } - } } -static bool scan_whitespace_and_comments(TSLexer *lexer) { - for (;;) { - while (iswspace(lexer->lookahead)) { - skip(lexer); +static bool scan_whitespace_and_comments(TSLexer *lexer, bool *scanned_comment) { + for (;;) { + while (iswspace(lexer->lookahead)) { + skip(lexer); + } + + if (lexer->lookahead == '/') { + skip(lexer); + + if (lexer->lookahead == '/') { + skip(lexer); + while (lexer->lookahead != 0 && lexer->lookahead != '\n' && lexer->lookahead != 0x2028 && + lexer->lookahead != 0x2029) { + skip(lexer); + } + *scanned_comment = true; + } else if (lexer->lookahead == '*') { + skip(lexer); + while (lexer->lookahead != 0) { + if (lexer->lookahead == '*') { + skip(lexer); + if (lexer->lookahead == '/') { + skip(lexer); + *scanned_comment = true; + break; + } + } else { + skip(lexer); + } + } + } else { + return false; + } + } else { + return true; + } } +} - if (lexer->lookahead == '/') { - skip(lexer); +static bool scan_automatic_semicolon(TSLexer *lexer, bool comment_condition, bool *scanned_comment) { + lexer->result_symbol = AUTOMATIC_SEMICOLON; + lexer->mark_end(lexer); - if (lexer->lookahead == '/') { - skip(lexer); - while (lexer->lookahead != 0 && lexer->lookahead != '\n' && lexer->lookahead != 0x2028 && - lexer->lookahead != 0x2029) { - skip(lexer); + for (;;) { + if (lexer->lookahead == 0) { + return true; } - } else if (lexer->lookahead == '*') { + + if (lexer->lookahead == '/') { + if (!scan_whitespace_and_comments(lexer, scanned_comment)) { + return false; + } + if (comment_condition && lexer->lookahead != ',' && lexer->lookahead != '=') { + return true; + } + } + + if (lexer->lookahead == '}') { + return true; + } + + if (lexer->is_at_included_range_start(lexer)) { + return true; + } + + if (lexer->lookahead == '\n' || lexer->lookahead == 0x2028 || lexer->lookahead == 0x2029) { + break; + } + + if (!iswspace(lexer->lookahead)) { + return false; + } + skip(lexer); - while (lexer->lookahead != 0) { - if (lexer->lookahead == '*') { + } + + skip(lexer); + + if (!scan_whitespace_and_comments(lexer, scanned_comment)) { + return false; + } + + switch (lexer->lookahead) { + case ',': + case '.': + case ':': + case ';': + case '*': + case '%': + case '>': + case '<': + case '=': + case '[': + case '(': + case '?': + case '^': + case '|': + case '&': + case '/': + return false; + + // Insert a semicolon before `--` and `++`, but not before binary `+` or `-`. + case '+': skip(lexer); - if (lexer->lookahead == '/') { - skip(lexer); - break; + return lexer->lookahead == '+'; + case '-': + skip(lexer); + return lexer->lookahead == '-'; + + // Don't insert a semicolon before `!=`, but do insert one before a unary `!`. + case '!': + skip(lexer); + return lexer->lookahead != '='; + + // Don't insert a semicolon before `in` or `instanceof`, but do insert one + // before an identifier. + case 'i': + skip(lexer); + + if (lexer->lookahead != 'n') { + return true; } - } else { skip(lexer); - } - } - } else { - return false; - } - } else { - return true; + + if (!iswalpha(lexer->lookahead)) { + return false; + } + + for (unsigned i = 0; i < 8; i++) { + if (lexer->lookahead != "stanceof"[i]) { + return true; + } + skip(lexer); + } + + if (!iswalpha(lexer->lookahead)) { + return false; + } + break; + + default: + break; } - } -} -static bool scan_automatic_semicolon(TSLexer *lexer) { - lexer->result_symbol = AUTOMATIC_SEMICOLON; - lexer->mark_end(lexer); + return true; +} - for (;;) { - if (lexer->lookahead == 0) return true; - if (lexer->lookahead == '}') return true; - if (lexer->is_at_included_range_start(lexer)) return true; - if (lexer->lookahead == '\n' || lexer->lookahead == 0x2028 || lexer->lookahead == 0x2029) break; - if (!iswspace(lexer->lookahead)) return false; - skip(lexer); - } - - skip(lexer); - - if (!scan_whitespace_and_comments(lexer)) return false; - - switch (lexer->lookahead) { - case ',': - case '.': - case ':': - case ';': - case '*': - case '%': - case '>': - case '<': - case '=': - case '[': - case '(': - case '?': - case '^': - case '|': - case '&': - case '/': - return false; - - // Insert a semicolon before `--` and `++`, but not before binary `+` or `-`. - case '+': - skip(lexer); - return lexer->lookahead == '+'; - case '-': - skip(lexer); - return lexer->lookahead == '-'; - - // Don't insert a semicolon before `!=`, but do insert one before a unary `!`. - case '!': - skip(lexer); - return lexer->lookahead != '='; - - // Don't insert a semicolon before `in` or `instanceof`, but do insert one - // before an identifier. - case 'i': - skip(lexer); - - if (lexer->lookahead != 'n') return true; - skip(lexer); - - if (!iswalpha(lexer->lookahead)) return false; - - for (unsigned i = 0; i < 8; i++) { - if (lexer->lookahead != "stanceof"[i]) return true; +static bool scan_ternary_qmark(TSLexer *lexer) { + for (;;) { + if (!iswspace(lexer->lookahead)) { + break; + } skip(lexer); - } + } + + if (lexer->lookahead == '?') { + advance(lexer); + + if (lexer->lookahead == '?') { + return false; + } - if (!iswalpha(lexer->lookahead)) return false; - break; - } + lexer->mark_end(lexer); + lexer->result_symbol = TERNARY_QMARK; - return true; + if (lexer->lookahead == '.') { + advance(lexer); + if (iswdigit(lexer->lookahead)) { + return true; + } + return false; + } + return true; + } + return false; } -static bool scan_ternary_qmark(TSLexer *lexer) { - for(;;) { - if (!iswspace(lexer->lookahead)) break; - skip(lexer); - } +static bool scan_html_comment(TSLexer *lexer) { + while (iswspace(lexer->lookahead) || lexer->lookahead == 0x2028 || lexer->lookahead == 0x2029) { + skip(lexer); + } - if (lexer->lookahead == '?') { - advance(lexer); + const char *comment_start = ""; - if (lexer->lookahead == '?') return false; + if (lexer->lookahead == '<') { + for (unsigned i = 0; i < 4; i++) { + if (lexer->lookahead != comment_start[i]) { + return false; + } + advance(lexer); + } + } else if (lexer->lookahead == '-') { + for (unsigned i = 0; i < 3; i++) { + if (lexer->lookahead != comment_end[i]) { + return false; + } + advance(lexer); + } + } else { + return false; + } + while (lexer->lookahead != 0 && lexer->lookahead != '\n' && lexer->lookahead != 0x2028 && + lexer->lookahead != 0x2029) { + advance(lexer); + } + + lexer->result_symbol = HTML_COMMENT; lexer->mark_end(lexer); - lexer->result_symbol = TERNARY_QMARK; - if (lexer->lookahead == '.') { - advance(lexer); - if (iswdigit(lexer->lookahead)) return true; - return false; - } return true; - } - return false; } -bool tree_sitter_javascript_external_scanner_scan(void *payload, TSLexer *lexer, - const bool *valid_symbols) { - if (valid_symbols[TEMPLATE_CHARS]) { - if (valid_symbols[AUTOMATIC_SEMICOLON]) return false; - return scan_template_chars(lexer); - } else if (valid_symbols[AUTOMATIC_SEMICOLON]) { - bool ret = scan_automatic_semicolon(lexer); - if (!ret && valid_symbols[TERNARY_QMARK] && lexer->lookahead == '?') - return scan_ternary_qmark(lexer); - return ret; - } - if (valid_symbols[TERNARY_QMARK]) { - return scan_ternary_qmark(lexer); - } - - return false; +bool tree_sitter_javascript_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) { + if (valid_symbols[TEMPLATE_CHARS]) { + if (valid_symbols[AUTOMATIC_SEMICOLON]) { + return false; + } + return scan_template_chars(lexer); + } + + if (valid_symbols[AUTOMATIC_SEMICOLON]) { + bool scanned_comment = false; + bool ret = scan_automatic_semicolon(lexer, !valid_symbols[LOGICAL_OR], &scanned_comment); + if (!ret && !scanned_comment && valid_symbols[TERNARY_QMARK] && lexer->lookahead == '?') { + return scan_ternary_qmark(lexer); + } + return ret; + } + + if (valid_symbols[TERNARY_QMARK]) { + return scan_ternary_qmark(lexer); + } + + if (valid_symbols[HTML_COMMENT] && !valid_symbols[LOGICAL_OR] && !valid_symbols[ESCAPE_SEQUENCE] && + !valid_symbols[REGEX_PATTERN]) { + return scan_html_comment(lexer); + } + + return false; }